.filter-drop-shadwo {
    height: 100px;
    margin-left: -18px;
    margin-bottom: -30px;
}

.text-hover-light2 {
    color: #188af5a3 !important;
    border: 1.2px solid #DBDFE9 !important;
    font-weight: 500 !important;
}

.text-hover-light2:hover {
    background-color: #F9F9F9 !important;
    color: #188BF5 !important;
}

.filter-drop-shadow {
    width: 320px;
    margin-left: -19px;
    margin-bottom: -13px;
}

@media (max-width: 576px) {
    .d-none.d-lg-flex {
        display: none !important;
    }

    .form {
        width: 100% !important;
    }
}

.page-item.active .page-link {
    background-color: #188BF5 !important;
}

div.dt-container div.dt-info {
    margin-top: -15px !important;
    padding-left: 15px;
    padding-top: 0px !important;
}

.btn-check:checked+.btn.btn-active-primary,
.btn-check:active+.btn.btn-active-primary,
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.show>.btn.btn-active-primary {
    color: #FFFFFF !important;
    border-color: #188BF5 !important;
    background-color: #188BF5 !important;
}

.hidden {
    display: none !important;
}

#loader {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.loading-page {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(24, 28, 50, 0.48) !important;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#svg-container svg {
    height: 150px;
    width: auto;
    stroke: white;
    fill-opacity: 0;
    stroke-width: 3px;
    stroke-dasharray: 4500;
    animation: draw 8s ease;
}

@keyframes draw {
    0% {
        stroke-dashoffset: 4500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.name-container {
    overflow: hidden;
}

.logo-name {
    color: #fff;
    font-size: 20px;
    text-transform: lowercase;
    font-weight: normal;
}

.nav-line-tabs .nav-item .nav-link {
    background: white !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #EFF2F5 !important;
    opacity: 1;
}

.w-10px svg {
    margin-top: -8px;
    width: 20px !important;

}

.h-10px svg {
    height: 20px !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 2px solid #188BF5 !important;
    color: #188BF5 !important;
}

.edit-details {
    position: absolute !important;
    right: -1px !important;
    background: #181c32 !important;
    top: 12px !important;
    color: white !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 8px 20px !important;
}

.edit-details:hover {
    background: #188BF5 !important;
}

.view-details {
    color: #181c32 !important;
    cursor: pointer !important;
}

.view-details:hover {
    color: #188BF5 !important;
    cursor: pointer !important;
}

.card-of-videos video {
    width: 331.75px;
    height: 186.59px;
    border-radius: 15px;
}

.card-of-videos img {
    width: 100%;
    border-radius: 5px;
}

.text-small-gray {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #181c3277;
}

.vioce-icone {
    height: 30px !important;
    width: 30px !important;
}

.box-selected {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.box-selected:hover {
    background-image: linear-gradient(#dedede, #f2f2f2);
    cursor: pointer;
    border-radius: 10px;
}

.box-selected:checked {
    border: 2px solid red;
}

.box-selected img {
    /* width: 150%; */
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.card-voice {
    background-color: #188BF5;
    color: white;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.card-voice:hover {
    background-color: #181c32;
    cursor: pointer;
}

.card-voice p {
    margin: 0 !important;
}

.min-w-350px {
    width: 400px;
    display: flex !important;
    overflow: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.drawer {
    display: none;
}

.drawer-on {
    display: block !important;
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.drawer-overlay.active {
    display: block;
}

.fs66 {
    font-size: 12px;
}

.sidebar-header {
    background-color: #181c32 !important;
}

.select-img-select-avatar {
    width: 150px;
    height: 100%;
}

.img-select-avatar {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 1px solid #DBDFE9;
    background-color: #EFF2F5;
    object-fit: cover;
    border: 3px solid #cdcfd5;
}

.selected-avatar {
    border: 3px solid #181c32;
}

.drawer-on {
    /* Example: show the drawer */
    right: 0;
    transform: translateX(0) !important;
}

.drawer-end {
    /* Example: position drawer to the right */
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    /* adjust as needed */
    width: 400px;
    background-color: #fff;
    transition: transform 0.3s ease;
    z-index: 1055;
    /* above your main content */
    overflow-y: auto;
}

.drawer-overlay.active {
    display: block !important;
}

.drawer-overlay {
    /* Basic overlay style */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.border-start-primary {
    border-left: 3px solid #a1a5b7;
    margin-bottom: 15px;
}

.card-avatar {
    box-shadow: 0px 1px 20px 5px rgb(76 87 125 / 8%) !important;
    border: 3px solid white !important;
}

.symbol-100px img {
    object-fit: cover !important;
}

.bg-selected {
    background-color: #EFF2F5 !important;
    border: 3px solid white !important;
}

.bg-light-primary-second {
    background-color: #f0f2f5 !important;
}

.symbol-circle img {
    border: 2px solid white !important;
}

.active-sub-menu {
    color: #181c32;
    font-weight: 600;
}

.avatar-card {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.avatar-card:hover {
    background-image: linear-gradient(#dedede, #f2f2f2);
    cursor: pointer;
    border-radius: 10px;
}

.costume-swicher {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.costume-swicher small {
    font-size: 10px !important;
    margin-left: -52px;
    margin-top: 1px;
}

.swicher-start {
    margin-top: -4px !important
}

.box-selected.selected {
    border: 3px solid #0d6efd;
}

.card-voice.selected {
    border: 3px solid #0d6efd;
}

.form-control-costume {
    position: relative;
}

#pause-tooltip {
    position: absolute;
    top: 0;
}