
html {
    font-size: unset !important;
}

h1 {
    margin: 0.5em 0;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
    color: #212529 !important;
}

.pixie-contain{
    overflow: hidden;
    max-width: 100% !important;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 600px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.modal-top-buffer {
    margin-top: -15px;
}

.sweet-alert h2 {
    color: #575757;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0px;
    padding: 0;
    line-height: 30px;
    display: block;
}

@media (max-width: 800px) {

    .mobile-hide {
        display: none !important;
    }
}

i.glyphicon.glyphicon-remove.kv-dp-icon {
    display: none;
}

.dz-default.dz-message {
    font-size: 18px;
    font-weight: bold;
}

span.dropsub {
    font-weight: normal;
    font-size: 14px;
}

.mini-upload-icon{
    font-size: 200%;
}

@media (max-width: 1450px) {
    .mini-upload-icon {
        font-size: 125%;
    }

    .drop-message {
        font-size: 80%;
    }

    span.dropsub {
        font-size: 70%;
    }
}

@media (max-width: 1125px) {
    .mini-upload-icon {
        font-size: 100%;
    }

    .drop-message {
        font-size: 80%;
    }

    span.dropsub {
        font-size: 70%;
    }
}

@media (max-width: 1075px) {
    .mini-upload-icon {
        font-size: 100%;
    }

    .drop-message {
        font-size: 70%;
    }

    span.dropsub {
        font-size: 60%;
    }
}

@media (max-width: 991px) {

    .drop-message {
        font-size: 50%;
    }

    span.dropsub {
        font-size: 50%;
    }
}

@media (max-width: 915px) {
    .copyright-widget, span.dropsub {
        display:none;
    }
}

.dropzone-widget-div{
    height: 179px;
    overflow: hidden;
}

body {
    color: #1d1d1d;
    background-color: #f3f3f3;
}

.main {
    font-size: 14px;
}

.mc-view-div{
    margin: 0 0 0 10px;
}

.container-fluid {


}

a.btn.btn-xs {
    font-size: 12px;
    padding: 2px 4px;
}

a {
    color: #1d1d1d;
    text-decoration: none;
}

th {
    font-weight: normal;
    color: #525252 !important;

}

a:hover {
    text-decoration: underline;
}

thead tr:first-child {
    border-bottom:2px solid #DEE2E6;
}


.nav-btn-contain {
    /*border-bottom: 1px solid #DEE2E6;*/
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
}

a.nav-link.nav-link-btn {
    text-decoration: none;
    padding-left: 0px;
}

a.nav-link.nav-link-btn {
    color: #525252;
    border-bottom: 1px solid #DEE2E6;

}

table.table-custom {
    --bs-table-bg: transparent !important;
}

.table.table-custom a {
    color: #525252;
}

.table.table-custom td {
    color: #525252;
}

.table.table-custom a:hover {
    color: #1d1d1d;
}

.summary {
    color: #525252;
    text-align: center;
    margin: 0 0 10px 0;
}

.row {
    margin-left: 2px;
}

.container-fluid {
    padding-left: 18px;
}

input[type="checkbox"] {
    opacity: .8;
}

.form-control {
    font-size: 14px;
}

.mini-thumbs {
    object-fit: cover;
    width: 80px;
    height: 45px;
    border-radius: 4px;
}

.col-md-12 {
    padding: 0px;
}

a.nav-link.nav-link-btn:hover {
    color:  #1d1d1d;
    border-bottom: 1px solid #1d1d1d;

}

.wrapper {
    display: flex;
}

#upwardCollapse {
    position: absolute;
    bottom: 100%;
    width: 100%;
}

a.sidebar-link.sidebar-link-up.collapsed.has-dropdown.username-link {
    background-color: #f3f3f3;
    border-radius: 4px;
    margin: 10px;
    padding: .55rem 1.625rem .55rem .9rem;
}

a.sidebar-link.sidebar-link-up.collapsed.has-dropdown.username-link:hover {
    background-color: #cecece;
}


.main.p-3.d-flex.flex-column.min-vh-100 {
    padding: 0 !important;
    margin: 0;
}

.main {
    min-height: 100vh;
    width: 100%;
    /*overflow: hidden;*/
    transition: all 0.35s ease-in-out;
    margin-left: 250px !important;
}

.main-public {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #f3f3f3;
}

.main-mini {
    margin-left: 60px !important;
}

.sidebar-footer {
    border-top: 1px solid #ccc;
}

.sidebar-footer-2 {
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color:white;
}

.sidebar-link-selected{
    color: #CCEBFF;
}

footer.mt-auto {
    padding: 10px 10px 0 20px;
    font-size: 80%;
    color: #8a8a8a !important;
}

a.footer-link, .footer-text {
    text-decoration: none;
    color: #666666 !important;
}

.breadcrumb {
    margin-left: 10px;
    margin-bottom: 8px;
}

.breadcrumb > li {
    font-size: .8rem;
    margin-top: .1rem;
}

ul.breadcrumb a {
    color: #666666;
    text-decoration: none;
}

.breadcrumb:before {
    content:'\F425';
    font-family: "Bootstrap-icons";
    margin-right: 8px;
    color: #666666;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #666666;
    content: "/\00a0";
    font-size: .8rem;
}

a.footer-link:hover {
    text-decoration: underline;
}

.main-content-div {
    padding: 10px 16px 10px 16px;
}

h1, .h1 {
    font-size: 1.7rem;
}

#sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;

    /*overflow-y: scroll;*/
    /*-webkit-box-shadow: 3px 0px 9px -2px rgba(0,0,0,0.56);
    box-shadow: 3px 0px 9px -2px rgba(0,0,0,0.56);*/
}

.username-avatar {
    width: 20px;
    border-radius: 20px;
    margin-left: -2px;
    margin-right: 10px;
}

.feature-sidebar-icon-mini {
    margin-left: -14px;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
    padding-top: 10px;
}

#sidebar {
    height: 100%
}

a.sidebar-link.featured-sidebar-link, a.sidebar-link.featured-sidebar-link:hover {
    color: #FFF;
    border: 0px;
}

a.sidebar-link.collapsed.has-dropdown.username-dd:hover{
    border: 0px;
}

.username-dd {
    margin: 0 10px 0 20px;
    list-style-type: none;
    border-radius: 6px;
    background-color: #dadada;
}

a.sidebar-link.sidebar-link-active {
    border-radius: 4px;
    color: #1d1d1d;
}

.username-dd:hover {
    margin: 0 10px 0 20px;
    list-style-type: none;
    border-radius: 6px;
    background-color: #424242 !important;
    color: white !important;
    border: 0px !important;
}

li.sidebar-item.featured-sidebar-item {
    margin: 0 10px 0 20px;
    list-style-type: none;
    border-radius: 6px;
    background-color: #e3e3e3;
}

li.sidebar-item.featured-sidebar-item:hover {
    margin: 0 10px 0 20px;
    list-style-type: none;
    border-radius: 6px;
    background-color: #1d1d1d;
}

img.img-icon {
    max-width: 50%;
    margin-left: 20px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    /*border: 0;
    padding: 1rem 1.5rem;*/
    color: #424242;
    z-index: 10001 !important;
}

.toggle-btn i {
    font-size: .9rem;
    color: #424242;
}

.sidebar-logo {
    margin: auto 0;
    padding: 0 20px;
}

.sidebar-icon {
    margin: auto 0;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {

}

.sidebar-nav {
    padding: .3rem 0 .3rem 0;
    flex: 1 1 auto;
}

ul.sidebar-nav.sidebar-nav-footer {
    padding-bottom: 0;
}

a.sidebar-link {
    padding: .55rem 1.625rem;
    color: #525252;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: .6rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    color: #424242;
}

.preview-modal-content {
    text-align: center;
}

.sidebar-item {
    position: relative;
    list-style-type: none;
}

.toggle-btn-contain {
    position: absolute;
    margin-left: 16.1rem;
    /*top: 50%;*/
    transform: translate(-50%, -50%);
    background-color: white;
    padding-right: 5px;
    padding-top: 1px;
    padding-left: 5px;
    padding-bottom: 1px;
    /*border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;*/
    transition: all .3s ease;
}

.toggle-btn-contain-collapsed{
    margin-left: 4.2rem;
    transition: all .3s ease;
}

.toggle-btn-contain{
    border: 1px solid #DEE2E6;
    border-radius: 3.2px;
}

a.sidebar-link.sidebar-sublink {
    margin-left: 10px;
    background-color: #f3f3f3;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 50px;
    background-color: #FFF;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    transform: rotate(-135deg);
    transition: all .4s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .4s ease-out;
}

#sidebar.expand .sidebar-link-up[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(225deg);
    transition: all .4s ease-out;
}

#sidebar.expand .sidebar-link-up[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    transform: rotate(50deg);
    transition: all .4s ease-out;
    bottom: 1.25rem;

}

#sidebar.expand .sidebar-link-down[data-bs-toggle="collapse"]::after {
    top: 1.25rem;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown-up {
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 70px;
    padding: 0;
    min-width: 15rem;
}

.sidebar-link-down:not(.collapsed), .sidebar-link-down:not(.collapsed):hover {
    background-color: #f3f3f3;
}

.sidebar-link-up:not(.collapsed), .sidebar-link-up:not(.collapsed):hover {
    background-color: #f3f3f3;
}

a.sidebar-link {
    margin-right: 10px;
    margin-left: 2px;
    padding-left: 12px;
}

span.link-subtext {
    margin-left: 32px;
}

a.sidebar-link.sidebar-sublink.sidebar-sublink-mini {
    background: white;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;

}

span.badge.menu-badge-footer.text-bg-color1.position-absolute {
    margin-top: 4px;
    margin-left: 4px;
}

span.badge.menu-badge-main.text-bg-color1.position-absolute {
    margin-top: 1px;
    margin-left: 4px;
}

.dropdown-divider {
    border-top: 1px solid #DEE2E6 !important;
}

.dropdown-toggle-footer-menu::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    transform: rotate(-135deg);
    transition: all .4s ease-out;
    color: #525252;
}

#sidebar.expand .dropdown-toggle-footer-menu[data-bs-toggle="dropdown"].show::after {
    transform: rotate(40deg);
    transition: all .4s ease-out;
}

.container.username-bs-dd {
    margin: 10px;
}

ul.dropdown-menu.text-small.shadow.show {
    margin-bottom: 8px !important;
}

span.display-name-dd {
    color: #1d1d1d;
    font-size: 0.9rem !important;
}

.avatar-footer-icon-mini {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.dropdown-toggle-footer-menu-mini::after {
    border-width: 0;
}

.btn-outline-secondary {
    font-size: 14px;
    --bs-btn-border-color: #DEE2E6;
}

.btn-outline-secondary-active, .btn-outline-secondary-active2 {
    background: #DEE2E6;
    color: #1d1d1d;
}

.nav-link-btn-mini:hover{
    border: 0px !important;
}

.btn.btn-light, .btn-default {
    border: 1px solid #DEE2E6 !important;
    font-size: 14px !important;
    color: #6c757d !important;
}

.btn.btn-light-lg {
    font-size: 16px !important;
}

.btn.btn-light-xs {
    border: 1px solid #DEE2E6 !important;
    font-size: 10px !important;
    color: #6c757d !important;
    padding: 2px 4px;
}

.btn.btn-light-sm {
    border: 1px solid #DEE2E6 !important;
    font-size: 12px !important;
    color: #6c757d !important;
    padding: 2px 6px;
}

.btn.btn-success-sm {
    font-size: 12px !important;
    padding: 2px 6px;
}

a.btn.btn-light:hover, .btn.btn-light-xs:hover, .btn-default:hover {
    text-decoration: none;
}

.page-link {
    color: #525252;
}

.grid-footer {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.btn-nav-links{
    color: #525252 !important;
    margin-bottom: 6px;
}

.btn-nav-links:hover{
    color: #1d1d1d !important;
}

.badge-tag {
    border: 1px solid #DEE2E6;
    font-weight: normal;
    margin-right: 4px;
    transition: all .4s ease-out;
}

.badge-tag:hover {
    background-color: #D3D4D5 !important;
}

.badge-tag i, .dd-sub-icon, .bi-icon-btn, .bi-btn-icon{
    margin-right: 4px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #D3D4D5;
    text-decoration: none;
}

.btn-menu-dd {
    padding: 0px;
    border: 0 !important;
    color: #525252 !important;
    margin-top: -.2rem;
}

.dropdown.more-dd {
    display: inline-block !important;
}

.dropdown-toggle-action-menu::after {
    border: 0 !important;
}

.card-media-box {
    display:inline-block;
    width: 16rem;
    border-radius: 6px;
    margin: .4rem .2rem;
}

.card-title-media-box {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
    color: #595959;
}

.card-thumbs {
    object-fit: cover;
    height: 9rem;
}

.media-card-container {
    display:inline-block;
}

.card-body-media-box {
    border-top: 1px solid rgba(0, 0, 0, 0.176);
    padding: .6rem;
}

.card-media-box-picker {
    display:inline-block;
    width: 12rem;
    border-radius: 6px;
    margin: .4rem .2rem;
}

.card-media-box-picker-selected {
    border: 2px solid #1d1d1d;
}

.card-title-media-box-picker {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 12px;
    color: #595959;
}

.card-thumbs-picker {
    object-fit: cover;
    height: 7rem;
}

.favorite-media-icon {
    position: absolute;
    right: .2rem;
    top: .2rem;
    opacity: .7;
}

a.favorite-media-link {
    background: white !important;
    border-radius: 4px;
    padding: .1em .3em .2em .3em;
    border: 1px solid rgba(0, 0, 0, 0.176);
}

.video-length-icon{
    right: .2rem;
    position: absolute;
    background: white !important;
    border-radius: 4px;
    padding: .1em .3em .2em .3em;
    border: 1px solid rgba(0, 0, 0, 0.176);
    top: 7.5rem;
    font-size: 10px;
    opacity: .7;
}

.video-length-icon-picker{
    right: .2rem;
    position: absolute;
    background: white !important;
    border-radius: 4px;
    padding: .1em .3em .2em .3em;
    border: 1px solid rgba(0, 0, 0, 0.176);
    top: 5.5rem;
    font-size: 10px;
    opacity: .7;
}

.card-footer.card-body-media-box-footer {
    background: transparent;
    border: 0px;
    padding: 0 .6rem .6rem .6rem;
    height: 2rem;
}

.media-box-action-items {
    position: absolute;
    right: .6rem;
}

.media-box-action:hover {
    text-decoration: none;
}

.media-box-action {
    margin-left: .4rem;
}

.media-box-type {
    position: absolute;
    color: #525252;
    font-size: 16px;
}

span.media-box-type-text {
    font-size: 12px;
    position: absolute;
    margin-top: .2rem !important;
    margin-left: .3rem;
}

.main-gallery-search-sort {
    display: inline-block;
    margin-right: 6px;
}

.input-group-text.search-input-icon {
    background: white;
    border-radius: 2px 0 2px 0;
}

input#searchMyMedia {
    border-left: 0px !important;
    border-radius: 0;
}

.input-group-text.search-input-icon {
    padding-right: 6px;
}

.row.list-view-container-gallery-header {
    margin-left: 0px;
}

.col.col-md-12.list-view-container-gallery-header {
    margin-left: -4px;
}

.dropdown.gallery-filter, .dropdown.gallery-sort {
    display: inline;
    padding: 0px 4px 0px 0px;
}

.h1-subheader {
    font-size: 14px;
    color: #525252;
    font-weight: normal;
}

.dropdown-item i {
    margin-right: .3rem;
}

.card-state-active {
    background: #dddddd !important;
    transition: all 0.35s ease-in-out;
}

.copy-btn:hover {
    text-decoration: none !important;
}

/*span#basic-addon2 {
    border-radius: 0 6px 6px 0;
}*/

span#basic-addon2:hover {
    background: #eaeaea;
    transition: all 0.35s ease-in-out;
}

small.share-helper-text {
    color: #777777;
    font-size: .7rem;
}

.embed-header-with-line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    width: 100%;
    margin-bottom: 12px;
}

.btn-color1-copy {
    border-radius: 0 6px 6px 0;
}

.btn-color1:hover {
    text-decoration: none;
}

.toast-header-text {
    margin-left: 6px;
}

.feature-card {
    width: 20rem;
    margin: 0 1rem 2rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.176);
}

.offcanvas-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.176);
}

.card-body-featured {
    padding: .5rem .5rem 0 .5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.176);
}

.icon-btn{
    margin-right: 4px;
}

.btn-light{
    border: 1px solid rgba(0, 0, 0, 0.176);
}

h1, .h1 {
    font-size: 1.4rem;
}

input#loopvid {
    margin-top: 0;
}

span#basic-addon1\ size-addon {
    font-size: 14px;
}

.feature-card:hover {
    /*border: 1px solid #1d1d1d;*/
    transition: all 0.35s ease-in-out;
    -webkit-box-shadow: 3px 0px 9px -2px rgba(0,0,0,0.56);
    box-shadow: 3px 0px 9px -2px rgba(0,0,0,0.56);
}

.copyright-btn{
    font-size: 14px !important;
    margin-top: -10px;
}


.upload-contain {
    padding: 20px;
    background: white;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
}

.modal-body.showcase-body {
    padding: 0px;
}

.form-check.form-switch.form-switch-showcase, .form-check.form-switch.form-switch-sign {
    margin-top: 6px;
    margin-left: 2px;
}

.widget-helper {
    font-weight:bold;
    font-size:14px;
    color: #5f5f5f;
}

.welcome-card:hover {
    background: #f4f4f4;
}

.col.col-widget-welcome {
    background: white;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
    margin-left: -1px;
}

.col.col-widget {
    background: white;
    height: 230px;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding: 10px;
    margin-left: -1px;
}

.col.col-widget {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

.row-widgets {
    margin-left: 0px !important;
}

h2.widget-header {
    font-size: 14px;
    color: #5f5f5f;
    border-bottom: 1px solid #DEE2E6;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 0px;
}

.widget-content {
    padding: 0 10px;
}

.button-icon {
    margin-right: 6px;
}

tr.tr-counter-5 {
    border-color: white !important;
}

.footer-search {
    padding: 6px 10px 0 10px;
    max-width: 250px;
}

nav#navbar-form {
    background: white !important;
    border-bottom: 1px solid #DEE2E6;
    border-radius: 4px;
    padding: 0;
}

a.nav-link.nav-link-form {
    color: #525252;
}

.col-tools-contain {
    background: white;
    border-radius: 4px;
    border: 1px solid #DEE2E6;
    padding: 10px 10px 2px 10px;
    margin-left: -12px;
    margin-bottom: 10px;
}

.form-well {
    background: white;
    border-radius: 4px;
    padding: 16px;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    margin-bottom: 8px;
}

.form-well-dashed {
    background: white;
    border-radius: 4px;
    padding: 16px;
    border: 1px dashed #DEE2E6;
    border-radius: 4px;
    margin-bottom: 8px;
}

.h3, h3 {
    font-size: 1.15rem;
    font-weight: bold;
    color: #525252;
}

.h4, h4 {
    font-size: 1.1rem;
    color: #1d1d1d;
}

.h6, h6 {
    font-size: .9rem;
    font-weight: bold;
    color: #525252;
    /*border-bottom: 1px solid #d5d5d5;*/
    padding-bottom: .2rem;
}

.nav-link.active {
    border-radius: 2px;
}

.text-form-control {
    margin-bottom: 10px;
}

.h3-small {
    font-size: 13px;
    font-weight: normal;
}

.help-text-block {
    margin-left: 30px;
    font-size: 14px;
    color: #767676;
}

.widget-inbox-message {
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}

.table-widget{
    margin:0;
    padding:0;
    display:table;
    table-layout: fixed;
    width:100%;
    max-width:100%;
}
.row-widget{
    display:table-row;
}

.widget-content-row {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #595959;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 0 8px 6px;
    margin: 0px;
}
.widget-content-row-last {
    border-bottom: 0px !important;
}

.widget-content-row-link:hover, .widget-icon:hover, .table-link-widget:hover {
    text-decoration: none !important;
}

.widget-content-row:hover, .td-widget:hover {
    background-color: #f4f4f4;
}

.table-link-widget{
    color: #595959;
    font-size: 14px;
}

.widget-icon, a.h1-small:hover{
    color: #595959;
    text-decoration:none;
}

.drag-and-drop-order{
    cursor: grab !important;
}

.unread-message{
    font-weight: bold;
    background: #e2e2e2;
}

.h2-subheader {
    font-weight: normal;
    font-size: 12px;
}

.picker-btn-contain {
    padding: 10px 10px 0 10px;
}

.form-group {
    margin: 10px 0;
}

.not-set {
    color: #dc3545;
}

.btn-primary, .btn-14 {
    font-size: 14px;
    padding: .375rem .75rem .315rem .75rem;
}

.row-no-margin-left {
    margin-left: -10px !important;
}

label.control-label {
    margin-bottom: 2px;
}

.form-select {
    font-size: 14px;
}

span.action-spacer {
    padding: 0 1px;
}

span.tools-text {
    color: #525252;
    font-size: 1rem;
}

.tools-icon {
    color: #525252;
    margin-right: 6px;
    font-size: 1rem;
}

.tools-div {
    margin: 10px 0 4px 0;
}

.empty {
    margin-left: 4px;
}

.breadcrumb.breadcrumb-picker {
    margin-left: 0px;
    margin-bottom: 0px;
}

span.rm-badge, span.rm-selected-item {
    border: 1px solid #ccc;
    background: white;
    border-radius: 4px;
    padding: 1px 4px 0 4px;
    font-size: .7em;
    margin-left: 2px;
}

span.rm-badge:hover, span.rm-badge:active, span.rm-selected-item:hover, span.rm-selected-item:active {
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    color: white;
}

.btn-group-h1 {
    float: right;
    margin-top: -6px;
}

.table-detailview {
    border-top: 2px solid #cfcfcf;
}

.form-select-sort{
    color: #333333 !important;
    opacity: .8;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.filter-header {
    margin-bottom: 10px;
}

.rec-widget-btn {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-group-recorder{
    float: right;
    margin-top: -10px;
}

.btn-nobg {
    font-size: 14px;
    border-radius: 0px;
    color: #525252;
    background: transparent;
}

.btn-nobg-active {
    border-bottom: 2px solid #525252;
    color: #525252;
    font-weight: bold;
}

.btn-nobg:hover, .btn-nobg:active {
    text-decoration: none;
    border-bottom: 2px solid #525252;
    color: #525252;
    font-weight: bold;
    background: #ccc;
    border-radius: 4px 4px 0 0;
}

.nav-btn-contain-no-bg {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #c6c6c6;
}

.form-read-only, .form-read-only:focus {
    background: #e3e3e3;
}

p.help-block.help-block-error {
    margin-top: 6px;
    color: #dc3545 !important;
}

.form-group-custom {
    margin-left: -10px;
}

.progress-bar-secondary {
    color: #525252;
    background-color: #fff;
}

.sidebar-item-collapsed {
    margin-left: 10px;
}

.btn-group-list-gal {
    float: right;
    margin-right: 10px;
}

.list-view-teams {
    padding-left: 0;
    margin-left: -2px;
}

.bi-actions-column {
    margin-right: 3px;
}

.btn-group-list-view {
    float:right;
    margin-right: 10px;
}

tr.group-feature-row {
    background: #dddddd;
}

.view-box-header {
    font-weight: bold;
    margin: 10px 0;
}

.carousel-item-pinned {
    display: inline;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.media-card-container-pinned{
    max-width: 100%;
    max-height: 100%;
}

.carousel-inner {
    overflow: visible;
}

.pinned-items {
    height: 300px;
    overflow-x: scroll;
    overflow-y: hidden;
}

span.h3-subheader {
    font-weight: normal;
    font-size: 12px;
    margin-left: 4px;
}

span.badge.badge-custom-light {
    color: #838383;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.card-subtitle.card-questiontype {
    color: #777777;
    padding-left: 10px;
    font-style: italic;
    font-size: 12px;
}
.card-title.card-question {
    padding-left: 10px;
    padding-top: 10px;
}

.card-subtitle.card-stats {
    padding-left: 10px;
    margin-top: 6px;
}

.card-body.card-action {
    padding: 8px 10px 6px 10px;
}

.badge-question-options {
    margin-right: 4px;
}

.card.question-card {
    margin-top: 6px;
}

.fbAnswer {
    margin-bottom: 10px;
}

.h1buttons {
    float: right;
    margin-top: -8px;
}

.btn-more {
    padding: 6px 12px;
    margin-top: 1px;
}

.card-body.comment-body {
    padding-bottom: 0px;
}

.user-comment.card {
    margin-bottom: 10px;
}

.edit-comment, .delete-comment, .reply-comment {
    cursor:pointer;
}

span.comment-time {
    margin-left: 4px;
    font-size: 80%;
    font-style: italic;
}

.modal-body.sign-body {
    padding: 0;
}

.project-render-div{
    margin:0;
    padding:4px;
    border-radius: 6px;
    border: 1px solid #DEE2E6;
    background:white;
}

.setdatetime {
    padding: 10px 10px 14px 10px;
}

.fa, .fas {
    color: #525252;
}

/* IMAGE EDITOR */

mat-icon.mat-icon.notranslate.mat-icon-no-color {
    margin-top: -10px;
}

button.no-style.control-button.ng-star-inserted {
    margin-top: 8px;
}

.shared-folder-header {
    background: white;
    height: 100px;
    border-bottom: 1px solid #ededed;
    padding: 10px;
}

.shared-folder-name {
    float: right;
    text-align: right;
    margin-top: 14px;
}

h3.shared-folder-h3 {
    font-size: 14px;
    font-weight: normal;
}

.col.col-md-12.portfolio-gallery-container {
    padding: 0 8px;
}

.filter-header-portfolio {
    padding-top: 8px;
    padding-left: 10px;
}

.btn-showcase {
    background: white;
}

.btn-showcase-active {
    background: #DEE2E6;
}

.category-header {
    margin-top: 6px;
}

.filter-header-showcase {
    margin-top: 4px;
}

.card-time {
    font-size: 12px;
}

.small, small {
    font-size: .875em;
    color: #5c5c5c;
}

span.card-title-small {
    font-size: 50%;
    margin-left: 6px;
    font-weight: normal;
}

.upload-name {
    margin-bottom: 16px !important;
}

span.view-box-content {
    font-weight: normal;
}

.caption_text {
    height: 90px;
    overflow: scroll;
    font-size: 1em;
    color: white;
    background-color: #1d1d1d;
    margin: 10px 0;
}

.btn-cc {
    margin-right: 4px;
}

.form-well.card-question {
    margin-left: 10px;
}

.sp-replacer {
    background: transparent !important;
}

.recoder-btn{
    margin-top: 2px;
}


span#audiotest, .badge-timer {
    border: 1px solid #a9a9a9;
    color: #6f6f6f !important;
    float: right;
    cursor: pointer;
}
span#audiotest:hover, span#audiotest:active, .badge-timer:hover, .badge-timer:active  {
    background-color: #e2e2e2 !important;
}

.col.quality-col {
    padding: 0px;
    margin-right: 4px;
}

#player {
    border-radius: 6px;
}

a.sidebar-link.sidebar-link-active {
    margin-left: 10px;
}

.accordion-button::after {
    background-size: 10px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

button.accordion-button-custom {
    border: 0px;
    background: white;
    font-size: 14px;
    padding: 10px;
    font-size: 14px;
    color: #525252;
    text-align: left;
    width: 100%;
}

button.accordion-button-custom::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    transform: rotate(-135deg);
    transition: all .4s ease-out;
    margin-top: 1.1rem;
}

button.accordion-button-custom-mini::after{
    margin-top: .7rem !important;
    right: 1.2rem;
}

.collapse-rotate::after {
    transform: rotate(45deg) !important;
    transition: all .4s ease-out;
}

a.sidebar-link.sidebar-link-active.sidebar-link-active-mini {
    margin-left: 0px !important;
}

.sidebar-dropdown-mini {
    z-index: 10000;
}

.sidebar-sublink-mini {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.sidebar-sublink-mini:hover {
    border-right: 3px solid #5592a9 !important;
}

.link-subtext-mini {
    margin-left: 14px !important;
}

button.btn.btn-light-sm:hover {
    border: 1px solid #858585 !important;
}

i.glyphicon.glyphicon-calendar.kv-dp-icon {
    display: none;
}

.btn-menu-dd:focus-visible {
    outline: 2px solid #0066cc;
    outline-offset: 0px;
}

.btn-menu-dd:focus {
    outline: 2px solid #0066cc;
    outline-offset: 0px;
}

.btn-ms:focus-visible {
    outline: 2px solid #0066cc;
    outline-offset: 0px;
}

.btn-ms:focus {
    outline: 2px solid #0066cc;
    outline-offset: 0px;
}