.change-information-form .multiselect__tags {
    background: rgb(246 246 246) !important;
    color: #252729 !important;
}

.change-information-form .multiselect__tag {
    background: #E1E1E2 !important;
    color: #252729 !important;
}

.change-information-form .multiselect__content {
    background: #f6f6f6;
    color: black !important;
}

.change-information-form .multiselect__content .option__title {
    color: black !important;

}

.change-information-form .multiselect__content .custom-checkbox-multiple-va input {
    width: 100%;
}


.multiselect__tags {
    background: rgba(68, 79, 100, 0.2) !important;
    border: none !important;
    border-radius: 16px !important;
    color: rgba(225, 225, 226, 1) !important;
    z-index: 9999 !important;
    overflow-y: hidden;
    padding: 8px 40px 0 15px !important;

    .multiselect__single {
        line-height: 24px;
        padding-top: 2px;
        margin-bottom: 10px;
    }
}

.multiselect__tags input {
    border: none !important;
}

.multiselect__input {
    font-size: 14px !important;
    padding: unset !important;
}

.multiselect__content-wrapper {
    border: none !important;
    border-radius: 16px !important;
}

.multiselect__tag {
    padding: 10px 12px !important;
    background: #233141 !important;
    font-size: 14px !important;
}

.multiselect__tag-icon {
    position: unset !important;
    width: 14px !important;
    color: white !important;
    line-height: unset !important;
}

.multiselect__tag-icon:after {
    font-size: 16px !important;
    color: white !important;

}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: unset !important;
}


.nav-tab-custom-homepage {
    padding: 8px;
    background: #131526;
    font-size: 14px;
    font-weight: 500;
    color: rgba(246, 246, 246, 1) !important;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 105px;
    min-width: 105px;
    text-align: center;
    padding-left: 8px !important;
}

.nav-link {
    color: rgba(246, 246, 246, 1) !important;
}

.margin-top-ban-an-an-le {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #F6F2FF;
}

.nav-tab-custom-homepage .active {
    background: rgba(25, 61, 116, 1);
}

.nav-tab-custom-homepage-item {
    border-radius: 28px;
    padding: 12px;
}


.input-search-new-design {
    padding: 16px 8px 16px 56px !important;
    background: #101d2d !important;
    border: none !important;
    width: 100%;
    line-height: normal;
    border-radius: 32px !important;
}

.input-chat-new-design {
    padding: 14px 16px !important;
    background: #1c2936 !important;
    border: 1px solid rgba(50, 53, 55, 1);
    width: 100%;
    line-height: normal;
    border-radius: 16px !important;
    font-size: 16px !important;
}

.input-chat-new-design::placeholder {
    color: #67696B !important;

}

.icon_search_small {
    top: 30%;
    left: 20px;
}

.button-tim-kiem {
    border-radius: 16px;
    background: rgba(25, 61, 116, 1);
    font-size: 18px;
    color: white;
    border: none;
    width: 100%;
    max-width: 140px;
}

.block-button-tim-kiem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bo-loc-homepage-new-design {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 8px 12px;
    color: rgba(225, 225, 226, 1);
    font-size: 14px;
    border-radius: 32px;
    background: #1a2536;
    top: 16%;
    right: 8px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.background-chat-ai-new-design {
    /*max-height: 58vh;*/
    background: #131b26;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.box-chat-new-ai {
    min-height: 200px;
    max-height: 450px;
    overflow: auto;
    margin-bottom: 20px;
}

.box-message-new-ai {
    overflow: auto;
}

.box-message-new-ai button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 16px;
    width: 48px;
    height: 50px;
    background: #1d232f;
}

.button-send-ai {
    background: rgba(25, 61, 116, 1) !important;
}

.b-form-datepicker {
    background: rgba(68, 79, 100, 0.2) !important
}

.mx-icon-calendar, .mx-icon-clear {
    color: white !important;
}

#custom_collapse .mx-icon-calendar, #custom_collapse .mx-icon-clear {
    color: black !important;
}

#modal_nhan-ban_tin .modal-content {
    background: #252b389e !important

}


.modal-content {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12) !important;
    background: rgba(68, 79, 100, 0.2) !important;
    border-radius: 16px !important;
    padding: 32px !important;
}

.modal-content .modal-header {
    border-bottom: unset !important;
}


.custom-checkbox-multiple-va {
    display: flex;
    align-items: center;
    color: white;
}

.custom-checkbox-multiple-va input[type="checkbox"] {
    z-index: 9999;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-multiple-va .checkmark {
    width: 20px;
    height: 20px;
    background-color: #233041; /* Adjust color to match */
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    border: 0.5px solid rgba(107, 120, 142, 1)
}

.custom-checkbox-multiple-va input:checked ~ .checkmark {
    background-color: #3b5998; /* Adjust to the desired color */
}

.custom-checkbox-multiple-va .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-multiple-va input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox-multiple-va .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.custom-checkbox-multiple-va .option__title {
    font-size: 14px;
    color: rgba(248, 248, 248, 1);
}

.input-search-new-design-search-vbpl {
    background: rgba(68, 79, 100, 0.2) !important;
}

#choose_vbpl_modal img {
    top: 20% !important;
}

/*.modal {*/
/*    overflow: hidden !important;*/
/*}*/

.box-save-vbpl-choose {

    background: rgba(32, 44, 62, 0.4);
    border-radius: 16px;
    padding: 16px 32px 32px 32px;
}

.tip-selected-vbpl {
    background: rgba(68, 79, 100, 0.2);
    border-radius: 8px;
    padding: 10px 12px;
    color: white;
    width: fit-content;
}

.tooltip-choose-vbpl {
    padding: 25px;
    background: #1d2633;
    border: none;
}

.btn-chon-vbpl {
    padding: 16px;
    background: rgba(25, 61, 116, 1);
    border-radius: 16px !important;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border: none;
    width: fit-content;
}

.tooltip-choose-vbpl {
    border-radius: 16px;
    gap: 20px;
}

.tooltip-inner {
    background: transparent !important;
    max-width: fit-content !important;
}

.css-volume-vbpl-choose {
    font-weight: 400;
    color: rgba(103, 105, 107, 1);
    font-size: 14px;
}

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

.custom-answer-block {
    background: #1c2431;
    padding: 20px 24px;
    border-radius: 16px;
}

.custom-answer-block p {
    margin-bottom: unset !important;
}
.custom-answer-block h3 {
    font-size: 14px!important;
}
.custom-question-block {
    background: #4e5052;
    padding: 20px 24px;
    border-radius: 16px !important;
    margin-bottom: 24px;
    margin-top: 24px;
    width: fit-content;
}

.custom-question-block p {
    margin-bottom: unset !important;
}

.border-alert-content {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.margin-top-40px {
    margin-top: 40px;
}

#detail_item .nav-tabs .nav-link {
    color: #343637 !important;
    font-size: 18px;
}

#detail_item .nav-tabs .nav-link.active {
    background: rgba(25, 61, 116, 1) !important;
    border-radius: 10px;
    border-bottom: unset !important;
    color: rgba(248, 248, 248, 1) !important;
}

#detail_item .nav-item:hover {
    border-bottom: unset !important;
}

#detail_item .nav {
    background: rgba(255, 255, 255, 1) !important;
    font-weight: 500;
    font-size: 18px;
    padding: 4px;
    border-radius: 12px;
}

#detail_item .table-striped tbody tr:nth-of-type(odd) {
    background: transparent !important;
}

#detail_item .table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent !important;
}

/*.table-striped tr {*/
/*    border-top: unset !important;*/
/*}*/

#detail_item .table > :not(caption) > * > * {
    box-shadow: unset !important;
}

#detail_item .table td, .table th {
    border-top: 1px solid rgba(236, 235, 236, 1) !important;
}

.col-sm-3 label {
    font-size: 16px;
    color: #E1E1E2
}

.multiselect__placeholder {
    color: #8993A4 !important;
    line-height: 24px;
}


.my-tooltip-class {
    background: rgba(70, 78, 91, 1);
    border-radius: 8px;
    padding: 12px;
    color: #E5E5E5;
    font-size: 12px;
}

.description-color-gray {
    color: #6B788E !important;
}

.left-0 {
    left: 0;
}

.loading-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #6C757D; /* Adjust to match the color in the image */
    border-radius: 50%;
    animation: dot-move 1.5s infinite ease-in-out;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dot-move {
    0%, 100% {
        opacity: 0.3;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px); /* Adjust this for more or less movement */
    }
}
