 ::-webkit-scrollbar {
    display: none;
}


/* Important CSS */

.ctr.ctn_cv_new #cv_background,
.ctr.ctn_cv_new #themuccv {
    padding: 0 10px 0 10px !important;
    gap: 5px !important;
}

.btn_xemtruoc {
    width: 100px !important;
}

.btn_taixuong {
    width: fit-content !important;
}

.box_content_taocv {
    margin-left: 40px;
    z-index: -2;
}

.err_cv_content {
    outline: none !important;
}

#page-taocv {
    height: inherit !important;
    z-index: 99;
}

.btn_change_bg {
    cursor: pointer;
}


/* Hide header footer */


/* title{
    display: none;
} */


/* .ctn_new_cv_header {
    display: none;
} */


/* .footer_main {
    display: none !important;
}
#liveChatContainer, #boxRes .exit {
    display: none;
} */


/* CSS outer page */

.cv_ai365_view {
    width: calc((100% - 60px) / 3);
    margin-bottom: 40px;
    height: fit-content;
    padding-bottom: 8px !important;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
    position: relative;
}

.container_view {
    background-image: url(../images/avatar_ai/AI365_background.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.AI_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10;
    padding-top: 10px;
}

.AI365_text {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 29.7px */
    color: #fff;
    text-align: center;
}

.new_flag {
    height: 0;
}

.flag_img {
    position: absolute;
    top: 20px;
    left: -2%;
}

.flag_text {
    color: #FFF;
    font-family: 'Sansita One';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    width: 20%;
    position: absolute;
    top: 22px;
    left: 6px;
}

.AI365_button {
    width: 40%;
    height: 45px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.AI365_button a {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(91deg, #FFC700 9.13%, #FF5925 83.43%);
    padding: 12px 32px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 123.529% */
    color: #fff;
    text-align: center;
}


/* CSS inner main */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* body{
    background: url(../images/avatar_ai/background.png) !important;
    background-size: cover;

} */

.header_text {
    width: 95%;
    text-align: left;
    display: flex;
    gap: 5px;
}

.delete_icon_wrapper {
    display: flex;
}

.page_tao_cv_bang_ai {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.page_tao_cv_bang_ai .get_cv_ai.container {
    padding: 0;
    min-height: 300px;
    max-height: 800px;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    width: 750px;
    text-align: center;
    display: flex;
    width: 700px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.page_tao_cv_bang_ai .get_cv_ai.container h3 a {
    width: 100%;
    color: #fff;
}

.page_tao_cv_bang_ai .container h3 {
    display: flex;
    width: 100%;
    height: 45px;
    padding: 5px;
    background-color: var(--4C5DB4, #4C5BD4);
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.page_tao_cv_bang_ai .container .header-text {
    text-align: center;
}

.cv_describe {
    width: 100%;
}

.cv_describe .job_input,
.cv_describe .style_input,
.cv_describe .background_input {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    padding-left: 5%;
    padding-top: 3%;
    position: relative;
}

.cv_describe .job_input img,
.cv_describe .style_input img,
.cv_describe .background_input img {
    position: absolute;
    top: 40%;
    right: 9%;
}

.cv_describe.cv_new {
    z-index: 11;
}

.cv_describe.cv_new .job_input img,
.cv_describe.cv_new .style_input img,
.cv_describe.cv_new .background_input img {
    position: absolute;
    top: 48%;
    right: 9%;
}

.cv_describe form input {
    display: flex;
    height: 50px;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 30px;
    background: #F2F4FF;
    width: 100%;
    padding-right: 50px;
}

.cv_describe form input::placeholder {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cv_describe form>div>span:first-of-type {
    color: var(--474747, #474747);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 15%;
    text-align: left;
}

.cv_describe form>div>span:nth-child(2) {
    width: 75%;
}

.footer_button {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    padding-top: 5%;
}

.footer_button button {
    width: 140px;
    height: 44px;
    padding: 12px 16px;
    border-radius: 6px;
    background: var(--Logo, #4C5BD4);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5%;
}


/* AI text css */

.warning_text_cv {
    margin-top: 5px;
    color: red;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ai_cv_text {
    display: flex;
    flex-direction: row;
    padding-left: 5%;
}

.ai_cv_text .main_text {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    width: 85%;
    display: flex;
}


/* Overlay copy from draw_cv_ai */


/* popup record */

.popup_record {
    background: #fff;
}

.popup_record .wapper {
    margin: 200px auto;
}

.popup_record .close_popup_record {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

.popup_record .block_record {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}

.block_record span {
    font-size: 32px;
    color: #606368;
}

.popup_recognite_voice {
    z-index: 99999;
}

.popup_recognite_voice .wapper {
    width: 340px;
    min-height: 130px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    line-height: 20px;
    padding: 20px;
}

.popup_recognite_voice p {
    font-size: 16px;
}

.popup_recognite_voice button {
    border: none;
    background: #4C5BD4;
    color: white;
    width: 70px;
    height: 35px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}


/* Loading copy css */

.ai_loading {
    height: 200px;
}

section {
    box-sizing: border-box;
}

section {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #4070f4;
}

section .dots {
    /* width: 100px; */
}

section .dots span {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #4070f4;
    border-radius: 100%;
    transform: rotate(calc(var(--i) * (360deg / 15))) translateY(70px);
    animation: animate 1.5s linear infinite;
    animation-delay: calc(var(--i) * 0.1s);
    opacity: 0;
}

@keyframes animate {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loading_container {
    position: relative;
    height: 250px;
}

.loading_text {
    position: absolute;
    top: 36%;
    left: -30px;
    font-size: 20px;
    color: #4070f4;
}

.loading_warning {
    position: absolute;
    width: 350px;
    left: -180px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Css copy */

.pop_up_copy {
    height: 30px;
    position: absolute;
    bottom: 50%;
    width: 300px;
    background: black;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    left: 20%;
    z-index: 999;
}

.pop_up_copy img {
    width: 20px;
}


/* Css page cv */

.page_create_cvAi {
    width: 73%;
}

.container_chat_ai {
    top: 0;
    width: 25%;
    position: fixed;
    right: 0;
    background: #fff;
    height: 100%;
}

.show_cv_container {
    display: flex;
    flex-direction: row;
}

.container_chat_ai h3 {
    display: flex;
    width: 100%;
    height: 45px;
    padding: 10px 16px;
    flex-direction: row;
    align-items: center;
    background: var(--G2, linear-gradient(92deg, #4C5BD4 0.14%, #00A9E9 101.13%, #00A9E9 101.13%));
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 12px;
}

.smaller_div {
    display: flex;
    flex-direction: row;
    /* padding-right: 22%; */
    width: 45%;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
}

.container_chat_ai .chat_name {
    width: 55%;
}

.container_chat_ai .main_chat_365 {
    background: #fff;
    max-height: 80%;
    overflow-y: scroll;
    padding-bottom: 10%;
}

.main_chat_365 .robot_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_chat_365 .robot_container img {
    width: 70px;
    height: 70px;
}

.pop_up_chat_include {
    display: flex;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background: red;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.main_chat_365 .from_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
    padding-right: 8px;
    margin-bottom: 10px;
}

.main_chat_365 .from_text .send_text {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: fit-content;
    border-radius: 10px 0px 10px 10px;
    background: var(--G2, linear-gradient(92deg, #4C5BD4 0.14%, #00A9E9 101.13%, #00A9E9 101.13%));
    padding: 5px 10px;
    color: #fff;
}

.main_chat_365 .from_text .send_time,
.main_chat_365 .to_text .to_time {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main_chat_365 .to_text {
    display: flex;
}

.main_chat_365 .to_text .robot_from {
    width: 60px;
    padding-left: 8px;
}

.main_chat_365 .to_text .robot_from img {
    width: 40px;
    height: 40px
}

.main_chat_365 .to_text .from_container {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding-right: 30%;
    padding-bottom: 5px;
}

.main_chat_365 .to_text .from_container .bot_name {
    color: #4C5BD4;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.main_chat_365 .to_text .from_container .bot_chat {
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 6px;
    border-radius: 2px;
    background: #7CD200;
    color: #fff;
    width: 25%;
}

.main_chat_365 .to_text .from_bot_text {
    border-radius: 0px 10px 10px 10px;
    background: #F0F0F0;
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    margin-bottom: 5px;
}

.main_chat_365 .robot_from_chat_container {
    width: 85%;
}

.container_chat_ai .guide_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    padding: 0 12px;
}

.container_chat_ai .guide_text>div {
    border-radius: 30px;
    background: #F2F4FF;
    box-shadow: 0px 1px 4px 0px rgba(76, 91, 212, 0.49) inset;
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Logo, #4C5BD4);
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
}

.send_chat_container {
    display: flex;
    width: 100%;
    height: 65px;
    padding: 16px 8px 16px 12px;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 0px;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.15);
}

.send_chat_container span:first-of-type {
    width: 85%;
}

.send_chat_container input {
    border-radius: 30px;
    background: #F2F4FF;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    width: 100%;
    font-weight: 550;
}


/* Save CV CSS */

.responsive_div {
    display: flex;
    gap: 5px;
}

#page-taocv {
    display: none;
    position: fixed;
    top: 0;
}

.block_option_save {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 0;
    left: 2%;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.block_option_save button {
    border: none;
    border-radius: 32px;
    background: #fff;
    box-shadow: 2px 2px 12px 0px rgba(71, 71, 71, 0.64);
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--333333, #333);
    font-size: 15px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    width: 130px;
    z-index: 999;
}

@media screen and (min-width: 1024px) {
    .block_option_save button {
        position: absolute;
    }
    .block_option_save a {
        position: absolute;
        bottom: 9%;
    }
}

.block_option_save button:nth-child(3) {
    bottom: 2%;
}

.block_option_save button:nth-child(2) {
    bottom: 9%;
}

.block_option_save button:nth-child(1) {
    bottom: 16%;
}

.block_option_save button:hover {
    background: #00A3FF;
}

.robot_container_helper,
.robot_container_helper_describe {
    position: fixed;
    bottom: 7%;
    right: 5%;
    z-index: 11;
}

.robot_container_helper img {
    width: 100px;
}

#cv-title {
    display: none;
}

@media screen and (max-width: 1400px) {
    #page-taocv #cvo-toolbar.fx {
        top: 0 !important;
    }
    .AI365_button {
        width: 45%;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .AI_icon img {
        width: 40%;
    }
    .container_view {
        gap: 10px;
    }
    .flag_img {
        width: 35%;
    }
    .flag_text,
    .AI365_text {
        font-size: 17px;
    }
    .AI365_button {
        margin-bottom: 0;
    }
    .AI365_button a {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70%;
    }
}

@media screen and (max-width: 800px) {
    .block_option_save a {
        bottom: -5%;
    }
}

@media screen and (max-width: 500px) {
    .responsive_div .pos_clr,
    .responsive_div .box_select,
    .responsive_div .options:not(.options.gap_12) {
        position: fixed !important;
        top: 8% !important;
        left: 8% !important;
    }
    .block_option_save a {
        bottom: -5.8%;
    }
    .smaller_div {
        padding-right: 20% !important;
    }
    .smaller_div span:nth-child(1) {
        width: 20px;
    }
    .smaller_div span:nth-child(2) {
        width: 60px;
    }
    .txt_show {
        width: 90%;
    }
    .box_show_mucdasd,
    .box_show_mucchuasd {
        max-height: 400px !important;
    }
    .cv_describe .job_input img,
    .cv_describe .style_input img,
    .cv_describe .background_input img {
        top: 55%
    }
    .cv_describe .job_input,
    .cv_describe .style_input,
    .cv_describe .background_input {
        flex-direction: column;
        padding-left: 5px;
        gap: 5px;
        padding-top: 7%;
    }
    .cv_describe form>div>span:first-of-type {
        width: 88%;
        font-size: 14px;
    }
    .cv_describe form>div>span:nth-child(2) {
        width: 90%;
    }
    .responsive_div {
        max-width: 45%;
        overflow-x: scroll;
        /* overflow-y: hidden; */
        /* margin-left: 10%; */
    }
    .container_sidebar_left .box_themmuccv {
        width: 90%;
    }
    .mucchuasd,
    .muc_da_sd {
        width: 100%;
    }
    .txt_show {
        width: 90% !important;
    }
}

@media screen and (max-width: 1024px) {
    .block_option_save {
        position: absolute;
        left: 2%;
        bottom: 0;
        display: flex;
        justify-content: end;
    }
    .tool_add {
        height: 100% !important;
        display: flex !important;
    }
    .box_sidebar.box_themmuccv.d_none {
        width: 95% !important;
    }
    .box_show_mucchuasd,
    .box_show_mucdasd {
        overflow-y: scroll;
        max-height: 550px;
    }
    .mucchuasd,
    .muc_da_sd {
        width: 100% !important;
    }
    .block_option_save {
        width: inherit;
        height: inherit;
    }
    .block_option_save button:nth-child(1) {
        bottom: 120px;
    }
    .block_option_save button:nth-child(2) {
        bottom: 70px;
    }
    .page_cv {
        width: 790px !important;
    }
    .page_create_cvAi {
        width: 100%;
    }
    .box_content_taocv {
        margin-left: 0;
        overflow: auto;
    }
    .responsive_div {
        height: 30px;
    }
    #page-taocv #cvo-toolbar .item {
        /* display: flex!important; */
        height: 32px !important;
    }
    .btn_xemtruoc,
    .btn_taixuong {
        height: 32px !important;
    }
    #page-taocv .ctn_cv_new {
        justify-content: center !important;
    }
    .cv_describe.cv_new {
        width: 100% !important;
        right: 5% !important;
        height: 100% !important;
        z-index: 999 !important;
        top: 0 !important;
        left: 0 !important;
    }
    .robot_container_helper_describe {
        display: flex;
        justify-content: right;
    }
    .robot_container_helper_describe img {
        width: 60%;
    }
    .cv_describe.cv_new .hide_cv_describe {
        display: flex !important;
        background: #4C5BD4;
        color: #fff;
        display: flex;
        width: 80px;
        height: 30px;
        border-radius: 10px;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 500;
        position: absolute;
        top: 2%;
        left: 2%;
    }
    .get_cv_ai.container {
        width: 90% !important;
    }
    .robot_container img {
        width: 60%;
    }
    .get_cv_ai.container input::placeholder {
        font-size: 12px;
    }
    .option_show,
    .tool_add {
        display: flex !important;
    }
    #cvo-toolbar .item p {
        display: none;
    }
    .cursor_pt {
        width: fit-content !important;
        padding: 10px;
    }
    #page-taocv {
        width: 100%;
    }
    .block_option_save {
        left: 2%;
        right: revert-layer;
        position: fixed;
    }
    .container_chat_ai {
        width: 90%;
        right: 5%;
        border-radius: 10px;
        top: 3%;
        height: 95%;
    }
    .container_chat_ai h3,
    .send_chat_container,
    .send_chat_container input {
        width: 100%;
    }
    .send_chat_container>span:first-of-type {
        width: 93%;
    }
    .smaller_div {
        padding-right: 35%;
    }
    .container_chat_ai .chat_name {
        padding-right: 45%;
    }
}

@media screen and (max-width: 1024px) {
    .container_chat_ai {
        width: 100%;
        top: 0;
        height: 100%;
        right: 0;
        z-index: 999;
    }
}


/* New css add Phuc */

#page-taocv #cvo-toolbar {
    padding: 0 !important;
    /* display: flex; */
}

#page-taocv #cvo-toolbar .toolbar-global-controls {
    display: flex;
    align-items: center;
}

.btn_xemtruoc {
    width: 121px;
    height: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background: rgba(76, 91, 212, 0.1);
    border-radius: 4px;
    border: none;
}

.btn_taixuong {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 8px;
    width: 164px;
    height: 40px;
    background: #4C5BD4;
    border-radius: 4px;
    border: none;
}


/* Css active chat on */

.show_sidebar.d_none {
    padding-top: 10%;
}

.cvo-block .blockControls {
    border-radius: 5px 5px 0px 0px !important;
    background: #B7BFFF !important;
    display: inline-flex;
    padding: 6px 8px !important;
    align-items: flex-start !important;
    gap: 6px !important;
    width: fit-content !important;
}

.cvo-block .blockControls .hide {
    /* background-color: #f15c4c; */
    width: fit-content !important;
    height: 23px;
    /* width: 90px; */
}

.cvo-block:hover {
    border: 1px #B7BFFF solid !important;
}

.cvo-block .blockControls .down,
.cvo-block .blockControls .hide,
.cvo-block .blockControls .show-layout-editor,
.cvo-block .blockControls .up {
    padding: 0 !important;
    margin-top: 0 !important;
    height: 23px;
}

.fieldgroup_controls {
    border-radius: 5px 5px 0px 0px;
    background: #5B75FF;
    display: flex;
    padding: 6px 8px;
    align-items: flex-start;
    gap: 6px;
    min-width: 0 !important;
    height: 40px;
    top: -40px !important;
}

.fieldgroup_controls .clone,
.fieldgroup_controls .down,
.fieldgroup_controls .edit,
.fieldgroup_controls .remove,
.fieldgroup_controls .save,
.fieldgroup_controls .suggest-control,
.fieldgroup_controls .up {
    padding: 0 !important;
    margin-top: 0 !important;
}

.fieldgroup_controls .clone,
.fieldgroup_controls .remove,
.fieldgroup_controls .edit {
    background-color: inherit !important;
    width: fit-content !important;
}

#page-taocv #cvo-toolbar .item {
    position: relative;
}

#page-taocv.active .lang-text,
#page-taocv.active .options>span:first-of-type,
#page-taocv.active #cvo-toolbar #co_chu .options,
#page-taocv.active #cvo-toolbar #cach_dong .options,
#page-taocv.active #cvo-toolbar #tool_2,
#page-taocv #cvo-toolbar .tool_add {
    display: none;
}

#page-taocv #cvo-toolbar .tool_add {
    /* height: 43px !important; */
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-taocv.active #cvo-toolbar #tool_2 {
    position: absolute;
    bottom: -50px;
    height: 50px;
    background-color: #fff;
    width: 180px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    left: 47%;
}

#page-taocv.active #cvo-toolbar #co_chu .options,
#page-taocv.active #cvo-toolbar #cach_dong .options,
#page-taocv.active #cvo-toolbar #tool_2 .options {
    position: absolute;
    bottom: -70px;
    background-color: #fff;
    height: 60px;
    width: 180px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.box_sidebar.box_themmuccv.d_none {
    width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
}

.container_sidebar_left {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(155, 155, 155, .9);
    z-index: 22222222;
    display: none;
}

.mucchuasd,
.muc_da_sd {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    width: 48%;
    background: #E9EEFC;
    border-radius: 4px;
}

.title_show {
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid var(--LOGO, #4C5BD4);
}

.txt_show {
    width: 95%;
    color: #474747;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    padding-left: 10px;
}

.title_show img {
    width: 20px;
}

.show_mucdasd,
.show_mucchuasd {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.container_show_tmuc {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.mucchuasd_frame {
    width: calc(100% - 68px)
}

.container_show_tmuc {
    padding: 20px;
}

.txt_mucchuasd,
.txt_mucdasd {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 24.3px */
    padding-bottom: 10px;
}

#cvo-toolbar .item p {
    color: #4C5BD4;
    font-weight: 500;
}

#cvo-toolbar .item .btn_taixuong p {
    color: #fff;
}