* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: SF-Pro-Text-Light;
    src: url(/fonts/SF-Pro-Text-Light.woff2);
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Text;
    src: url(/fonts/SF-Pro-Text-Regular.woff2);
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Text-Medium;
    src: url(/fonts/SF-Pro-Text-Medium.woff2);
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Text-Semibold;
    src: url(/fonts/SF-Pro-Text-Semibold.woff2);
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Text-Bold;
    src: url(/fonts/SF-Pro-Text-Bold.woff2);
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Text-Heavy;
    src: url(/fonts/SF-Pro-Text-Heavy.woff2);
    font-display: swap
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

html {
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529;
    font-family:'Quicksand', sans-serif;
    font-weight:500
}

a {
    text-decoration: none;
}

input,
button,
select,
textarea {
    outline: none;
}

input:disabled {
    background: #ececec;
    border: none;
    color: #495057;
}

.input_white:disabled {
    background: #fff;
    border: 1px solid #ced4da;
    cursor: not-allowed;
    color: #495057;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

/*.scroll{
  scrollbar-color: #0062a0 #e9e9ed;
  scrollbar-width: thin;
}*/
.scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #0453a9;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #0453a9;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #0453a9;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #0453a9;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.bold {
    font-weight: 700;
}

.bg_violet {
    background: #bd10e0 !important;
    ;
}

.bg_green {
    background-color: #8bc34a !important;
}

.bg_orange {
    background-color: #f60 !important;
}

.bg_blue {
    background-color: #04a1d4 !important;
}

.bg_red {
    background-color: #f00 !important;
}

.bg_brown {
    background-color: #c3a34a !important;
}

.bg_green_bold {
    background: #057c40 !important;
}
.border_violet {
    border-color: #bd10e0 !important;
    ;
}

.border_green {
    border-color: #8bc34a !important;
}

.border_orange {
    border-color: #f60 !important;
}

.border_blue {
    border-color: #04a1d4 !important;
}

.border_red {
    border-color: #f00 !important;
}

.border_brown {
    border-color: #c3a34a !important;
}

.border_green_bold {
    border-color: #057c40 !important;
}
.color_violet {
    color: #bd10e0 !important;
    ;
}

.color_green {
    color: #8bc34a !important;
}

.color_orange {
    color: #f60 !important;
}

.color_blue {
    color: #04a1d4 !important;
}

.color_red {
    color: #f00 !important;
}

.color_brown {
    color: #c3a34a !important;
}
.break{
    word-break: break-all !important;
}
#sound_chat {
    display: none;
}

#sound_global_message {
    display: none;
}

.a_inline {
    width: 100%;
    display: inline-block;
    background: #f60;
    color: #fff !important;
    border-radius: 15px;
    margin: 5px;
    padding: 3px;
    font-size: 12px;
}

button {
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background: #0062a0;
    color: #fff;
}

.ui-datepicker-month {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 3px !important;
    font-size: 12px;
    width: 55% !important;
}

.ui-datepicker-year {
    width: 35% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 12px;

}
.ega-dot {
    width: 10px;
    height: 10px;
    background-color: #f00;
    border-radius: 100%;
    margin: 0 20px 0px;
    display: inline-block;
    background-color: #ff4949;
}

.ega-dot .ega-ping {
    border: 1px solid #ff4949;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: transparent;
    opacity: 0.2;
    border-radius: 100%;
    -moz-animation: sonar_animation .8s linear infinite;
    -o-animation: sonar_animation .8s linear infinite;
    -webkit-animation: sonar_animation .8s linear infinite;
    animation: sonar_animation .8s linear infinite;
    display: block;
    margin: 0;
}

@-webkit-keyframes sonar_animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes sonar_animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}
.pagination {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.pagination a {
    background: #757575;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.pagination a:hover {
    background: #000;
}

.pagination span {
    background: #ff0000;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}
.main_box_chat {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
}

.main_box_chat .box_chat {
    position: relative;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    height: 350px;
    width: 250px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 1px 2px;
    border-top: 1px solid #dedede;
}

.main_box_chat .box_chat .box_chat_top {
    width: 100%;
    height: 30px;
    background: #f6f7f9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .20);
    color: #191919;
    padding-right: 3px;
    z-index: 2;
}

.main_box_chat .box_chat .box_chat_top.active {
    background: #fcff00;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_name {
    float: left;
    width: 145px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_online {
    float: left;
    width: 10px;
    height: 10px;
    background: #adadad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 10.45px;
    margin-left: 3px;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_online.online {
    background: #1fa500;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_online.offline {
    background: #adadad;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_menu {
    float: right;
    width: 90px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_menu .box_chat_top_photo {
    float: left;
    width: 20px;
    height: 30px;
    cursor: pointer;
    margin-right: 3px;
    text-align: center;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_menu .box_chat_top_smile {
    float: left;
    width: 20px;
    height: 30px;
    cursor: pointer;
    margin-right: 3px;
    text-align: center;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_menu .box_chat_top_delete {
    float: left;
    width: 20px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

.main_box_chat .box_chat .box_chat_top .box_chat_top_menu .box_chat_top_close {
    float: left;
    width: 20px;
    height: 30px;
    margin-left: 3px;
    cursor: pointer;
}

.main_box_chat .box_chat .chating {
    margin: auto;
    position: relative;
    width: 101%;
    height: 25px;
    background: #0a9208;
    text-align: left;
    text-indent: 5px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: -25px;
    display: none;
}

.main_box_chat .box_chat .box_chat_midle {
    width: 100%;
    height: 275px;
    overflow-y: auto;
    border-bottom: 1px solid #dedede;
    padding-left: 3px;
    padding-right: 5px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in_first {
    margin-top: 5px;
    width: 100%;
    float: left;
    clear: both;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in_first .li_sms_in_first_avatar {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    text-align: center;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in_first .li_sms_in_first_avatar img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in_first .li_sms_in_first_content {
    float: left;
    max-width: 175px;
    background: #e9ebee;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in_first .li_sms_in_first_content_smile {
    float: left;
    max-width: 175px;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in .li_sms_in_content {
    float: left;
    max-width: 209px;
    background: #e9ebee;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_in .li_sms_in_content_smile {
    float: left;
    max-width: 209px;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_out {
    width: 100%;
    float: right;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_out .li_sms_out_content {
    float: right;
    max-width: 200px;
    margin-top: 5px;
    background: #ffecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #af3813;
    padding: 5px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_midle .li_sms_out .li_sms_out_content_smile {
    float: right;
    max-width: 200px;
    margin-top: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #af3813;
    padding: 5px;
    font-size: 14px;
}

.main_box_chat .box_chat .box_chat_footer {
    width: 100%;
    height: 70px;
}

.main_box_chat .box_chat .box_chat_footer .box_chat_footer_text {
    position: relative;
    margin: auto;
    width: 245px;
    height: 30px;
}

.main_box_chat .box_chat .box_chat_footer .box_chat_footer_text input[type=text] {
    position: relative;
    margin: auto;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    overflow-x: hidden;
    border: none;
}

.main_box_chat .box_chat .box_chat_footer_other {
    float: right;
    position: relative;
    margin: auto;
    width: 60px;
    height: 30px;
    margin-top: 13px;
}

.main_box_chat .box_chat .box_chat_footer_other .box_chat_footer_other_file {
    float: left;
    cursor: pointer;
}

.main_box_chat .box_chat .box_chat_footer_other .box_chat_footer_other_smile {
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.main_box_chat .box_chat .box_chat_footer_other .box_chat_footer_other_photo {
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
@keyframes run {
    from {
        left: -30%;
    }

    to {
        left: 100%;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    border: 1px solid #6c757d;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    top: 2px;
    background-color: #6c757d;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #6c757d;
}

input:focus+.slider {
    box-shadow: 0 0 1px #6c757d;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #fff;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}

.alert_danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert_success {
    color: #158800;
    background-color: #cdffc7;
    border-color: #cdffc7;
}
.box_player {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.box_player .box_player_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    width: 750px;
    max-width: calc(100vw - 20px);
    max-width: calc(100% - 20px);
    background: #fff;
    max-height: calc(100vh - 10px);
    border-radius: 5px;
    padding: 10px;
}

.box_player .box_player_content .close {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    right: 3px;
    top: 3px;
    font-size: 25px;
    z-index: 999;
}

.box_player .box_player_content .close:hover {
    color: #f60;
    cursor: pointer;
}

.box_player .box_player_content .title {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
}

.box_player .box_player_content #content_video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
}

.box_player .box_player_content #content_video iframe {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}
.box_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.box_pop .box_pop_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    padding: 15px 20px;
    padding-bottom: 25px;
    width: 430px;
    max-width: calc(100% - 20px);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
}

.box_pop .box_pop_content .pop_title {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.box_pop .box_pop_content .pop_content {
    width: 100%;
    display: inline-block;
}

.box_pop .box_pop_content .pop_content .li_input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.box_pop .box_pop_content .pop_content .li_input label {
    width: 100%;
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
}

.box_pop .box_pop_content .pop_content .li_input input {
    margin: 0;
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #354052;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.box_pop .box_pop_content .pop_content .li_input select {
    margin: 0;
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #354052;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.box_pop .box_pop_content .pop_content .li_input button {
    border: none;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    width: 100%;
    cursor: pointer;
    background-color: #f0564a;
    font-weight: 600;
}

.box_pop .box_pop_content .pop_button {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.box_pop .box_pop_content .pop_button .text_left {
    float: left;
    line-height: 35px;
}

.box_pop .box_pop_content .pop_button .text_left a:hover {
    color: #f0564a;
}

.box_pop .box_pop_content .pop_button .text_right {
    float: right;
}

.box_pop .box_pop_content .pop_button .text_center {
    text-align: center;
}

.box_pop .box_pop_content .pop_button .text_center button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f0564a;
    font-weight: 600;
}

.box_pop .box_pop_content .pop_button .text_right button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f0564a;
    font-weight: 600;
}
.box_pop_add {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.box_pop_add .box_pop_add_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    width: 650px;
    max-width: calc(100% - 20px);
    background: #fff;
    max-height: calc(100vh - 10px);
}

.box_pop_add .box_pop_add_content .pop_title {
    font-size: 18px;
    background: #1374ad;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.box_pop_add .box_pop_add_content .pop_title h5 {
    cursor: default;
}

.box_pop_add .box_pop_add_content .pop_title span {
    font-size: 16px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    color: #fff;
    text-align: right;
    cursor: pointer;
}

.box_pop_add .box_pop_add_content .pop_content {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.box_pop_add .box_pop_add_content .pop_content .li_input {
    width: 100%;
    margin-bottom: 10px;
}

.box_pop_add .box_pop_add_content .pop_content .li_input .rating {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    align-content: center;
}

.box_pop_add .box_pop_add_content .pop_content .li_input .rating i {
    font-size: 30px;
    cursor: pointer;
}

.box_pop_add .box_pop_add_content .pop_content .li_input .rating .fa-star-o {
    color: #ffb529;
}

.box_pop_add .box_pop_add_content .pop_content .li_input .rating .fa-star {
    color: #ffb529;
}

.box_pop_add .box_pop_add_content .pop_content .li_input .khung_mh {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.box_pop_add .box_pop_add_content .pop_content .li_input .khung_mh img {
    width: 200px;
}

.box_pop_add .box_pop_add_content .pop_content .col_input {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.box_pop_add .box_pop_add_content .pop_content .col_input .col {
    width: calc(50% - 5px);
}

.box_pop_add .box_pop_add_content .pop_content .li_input label {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.box_pop_add .box_pop_add_content .pop_content .li_input textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #dedede;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    height: 100px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.box_pop_add .box_pop_add_content .pop_content .li_input input[type=text] {
    width: 100%;
    display: inline-block;
    border: 1px solid #dedede;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.box_pop_add .box_pop_add_content .pop_content .li_input input[type=password] {
    width: 100%;
    display: inline-block;
    border: 1px solid #dedede;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.box_pop_add .box_pop_add_content .pop_content .li_input select {
    width: 100%;
    display: inline-block;
    border: 1px solid #dedede;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}

.box_pop_add .box_pop_add_content .pop_button {
    width: 100%;
    display: flex;
    padding: 10px;
}

.box_pop_add .box_pop_add_content .pop_button .button_left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.box_pop_add .box_pop_add_content .pop_button .button_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.box_pop_add .box_pop_add_content .pop_button .button_center {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.box_pop_add .box_pop_add_content .pop_button button {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    width: 120px;
}

.loadpage {
    position: relative;
    margin: auto;
    background: #fff;
    min-width: 100%;
    min-height: 100%;
}

.loadpage .content_loadpage {
    position: absolute;
    margin: auto;
    background: #fff;
    width: 350px;
    height: 250px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    max-width: 95%;
    text-align: center;
}

.loadpage .content_loadpage .logox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.loadpage .content_loadpage .logox img {
    width: 165px;
    max-width: 100%;
}

.loadpage .content_loadpage .loadx {
    position: relative;
    margin: auto;
    background: #efefef;
    border-radius: 10px;
    display: block;
    width: 200px;
    height: .2rem;
    position: relative;
    overflow: hidden;
}

.loadpage .content_loadpage .loadx:after {
    -webkit-animation: run 1s infinite;
    animation: run 1s infinite;
    background: #f69123;
    border-radius: 10px;
    content: ' ';
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page_body {
    position: relative;
    margin: auto;
    background: #f2f2f2;
    /* width: 100vw; */
    width: 100%;
    min-height: 100vh;
    display: none;
}

@keyframes change-color {
    0% {
        color: red;
    }

    50% {
        color: #f60;
    }

    100% {
        color: green;
    }
}
.notification-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);   
    overflow: hidden;
    z-index: 9999;
    width: 320px;
    background-color: rgb(0, 153, 224);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: none;    
}
.notification-box .title_note {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification-box .title_note span {
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
}
.notification-box .title_note i {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: #0084c3;
    border: none;
}
.notification-box .message_note {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.notification-box.success {
    background-color: #dfffd6;
    color: #000;
}
.notification-box.success .title_note i{
    background-color: #52da00;
}
.notification-box.error {
    background-color: #ffd6d6;
    color: #000;
}
.notification-box.error .title_note i{
    background-color: #f00;
}
.notification-box.warning {
    background-color: #fff3d6;
    color: #000;
}
.notification-box.warning .title_note i{
    background-color: #f60;
}
.notification-box.info {
    background-color: #d6d6ff;
    color: #000;
}
.notification-box.info .title_note i{
    background-color: #000;
}
.load_overlay2 {
    position: fixed;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 10000;
    display: none;
}

.load_overlay {
    position: fixed;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 9999;
    display: none;
}

.load_process {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: #fff;
    width: 400px;
    max-width: calc(90% - 10px);
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}

.load_note {
    color: #f60;
}

.load_process_2 {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: #fff;
    width: 400px;
    max-width: calc(90% - 10px);
    height: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}

.load_process_2 .loading {
    position: relative;
    width: 100%;
    height: 60px;
}

.load_process_2 .load_note {
    display: flex;
    color: #f60;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.load_process_2 .load_note .list_dot {
    display: flex;
    color: #f60;
    justify-content: flex-start;
    align-items: flex-end;
    height: 10px;
}

.load_process_2 .load_note .loading-dot {
    width: 3px;
    height: 3px;
    background-color: #f60;
    border-radius: 50%;
    margin: 0 2px;
    animation: blinkAnimation 1.5s infinite ease-in-out;
}

.load_process_2 .load_note .loading-dot:nth-child(2) {
    animation-delay: 0.5s;
}

.load_process_2 .load_note .loading-dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loadingAnimation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.dot1 {
    animation-delay: 0s;
}

.dot2 {
    animation-delay: 2s;
}

.dot3 {
    animation-delay: 4s;
}

@keyframes blinkAnimation {

    0%,
    100% {
        opacity: 1;
    }

    20%,
    40% {
        opacity: 0;
    }

    60%,
    80% {
        opacity: 1;
    }
}

.loading-container {
    position: relative;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, transform 0.38s ease-in-out;
    -webkit-transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, transform 0.38s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.loading-container.abslt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.loading-container .shape {
    position: absolute;
    width: 15px;
    height: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.loading-container .shape.shape-1 {
    left: 0;
    background-color: #4285F4;
    opacity: 0.83;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.loading-container .shape.shape-2 {
    right: 0;
    background-color: #33A752;
    opacity: 0.83;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.loading-container .shape.shape-3 {
    bottom: 0;
    background-color: #f48a21;
    opacity: 0.83;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.loading-container .shape.shape-4 {
    bottom: 0;
    right: 0;
    background-color: #FBBC04;
    opacity: 0.83;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.loading-container .shape-1 {
    animation: shape1 2.5s infinite reverse;
}

.loading-container .shape-2 {
    animation: shape2 2.5s infinite reverse;
}

.loading-container .shape-3 {
    animation: shape3 2.5s infinite reverse;
}

.loading-container .shape-4 {
    animation: shape4 2.5s infinite reverse;
}

@keyframes shape1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, 15px);
    }

    50% {
        transform: translate(15px, 15px);
    }

    75% {
        transform: translate(15px, 0);
    }
}

@keyframes shape2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-15px, 0);
    }

    50% {
        transform: translate(-15px, 15px);
    }

    75% {
        transform: translate(0, 15px);
    }
}

@keyframes shape3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(15px, 0);
    }

    50% {
        transform: translate(15px, -15px);
    }

    75% {
        transform: translate(0, -15px);
    }
}

@keyframes shape4 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -15px);
    }

    50% {
        transform: translate(-15px, -15px);
    }

    75% {
        transform: translate(-15px, 0);
    }
}

.box_upload {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    width: 350px;
    height: 400px;
    background: #fff;
}

.box_upload::after {
    content: '';
    position: absolute;
    z-index: -1;
    /* ẩn shadow phía sau hình ảnh */
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.box_upload .title {
    position: relative;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    text-transform: uppercase;
    line-height: 40px;
    background: #f60;
    color: #fff;
}

.box_upload .title i {
    position: absolute;
    margin: auto;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    width: 50px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
}

.box_upload .content_upload {
    width: 100%;
    height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.box_upload .content_upload .list_upload {
    width: 100%;
}

.box_upload .content_upload .list_upload .li_upload {
    padding: 10px;
    width: 100%;
    height: 40px;
}

.box_upload .content_upload .list_upload .li_upload .img {
    float: left;
    height: 40px;
    width: 30px;
    color: #d93025;
    text-align: center;
}

.box_upload .content_upload .list_upload .li_upload .img_info {
    float: left;
    height: 40px;
    width: calc(100% - 30px);
    overflow: hidden;
}

.box_upload .content_upload .list_upload .li_upload .img_info .img_name {
    float: left;
    height: 40px;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_upload .content_upload .list_upload .li_upload .img_info .img_icon {
    float: left;
    width: 30px;
    text-align: center;
}
.sidebar_left {
    bottom: 0;
    min-height: 400px;
    left: 0;
    top: 0;
    position: fixed;
    width: 63px;
    z-index: 400;
    transform: translateZ(0);
    transition: background-color .3s;
    border-right: 1px solid rgba(255,255,255,.1);
    /* background: rgba(0, 0, 0, .20); */
}
.main_content {
    position: absolute;
    margin: auto;
    width: calc(100% - 63px);
    left: 63px;
    height: 100%;
    box-sizing: border-box;
}
.main_content .header {
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    /* background: #333; */
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 0 10px;
}
.main_content .header .header_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}
.main_content .header .header_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.main_content .header .header_left .header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    font-size: 20px;
    font-weight: 700;
}
.main_content .header .header_left .header_logo .logo-link {
    display: flex;
}
.main_content .header .header_left .header_logo .logo-link img {
    width: 100%;
    height: 100%;
}
.main_content .header .header_left .header_search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 450px;
    border-radius: 17px;
    margin: 0 25px 0 0;
    padding: 0 14px;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    overflow: hidden;
}
.main_content .header .header_left .header_search .header_search_container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(255,255,255,.18);
    font-size: 14px;
    height: 34px;
    outline: medium none;
    text-indent: 0;
    width: 100%;
    border-radius: 17px;
    overflow: hidden;
}
.main_content .header .header_left .header_search .header_search_container input {
    background: 0;
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    height: 34px;
    outline: medium none;
    padding-left: 15px;
    text-indent: 0;
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.main_content .header .header_left .header_search .header_search_container .header_search_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}
.main_content .header .header_right .header_time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 120px;
    padding-right: 30px;
}
.main_content .header .header_right .header_time .time-hours {
    display: inline-block;
    font-size: 38px;
    height: 63px;
    line-height: 59px;
    position: relative;
    vertical-align: middle;

}
.main_content .header .header_right .header_time .time-minutes {
    display: inline-block;
    font-size: 38px;
    height: 63px;
    line-height: 59px;
    position: relative;
    vertical-align: middle;
}
.main_content .header .header_right .header_time .time-semicolon {
    display: inline-block;
    font-size: 38px;
    height: 63px;
    line-height: 59px;
    position: relative;
    vertical-align: middle;
}
.main_content .header .header_right .header_time .time-am-pm {
    display: inline-block;
    font-size: 13px;
    height: 55px;
    line-height: 44px;
    margin-left: 0;
    vertical-align: top;
}
.main_content .header .header_right .header_user {
    position: relative;
    cursor: pointer;
    margin-left: 16px;
    padding: 0 23px 0 20px;
    height: 63px;
    width: 100%;
    max-width: 263px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: width 1s, opacity 1s, padding 1s;
}
.main_content .header .header_right .header_user:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-top: 1px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%20d%3D%22M0%200h8L4%204z%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    transition: 160ms color linear,160ms opacity linear,160ms background-color linear
}
.main_content .header .header_right .header_user .header_user_avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7b8691;
    background-size: 24px;
    border-radius: 50%;
    height: 38px;
    margin-right: 10px;
    min-width: 38px;
}
.main_content .header .header_right .header_user .header_user_avatar img {
    width: 100%;
    height: 100%;
}
.main_content .header .header_right .header_user .header_user_name {
    font-size: 14px;
    height: 18px;
    font-weight: 700;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
.main_content .header .header_right .header_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.main_content .header .header_right .header_item .header_item_button {
    display: flex;
    align-items: center;
    height: 34px;
    color: #fff;
    text-transform: none;
    background-color: #eba51c;
    border-color: #eba51c;
    text-overflow: ellipsis;
    border-radius: 17px;
    padding-left: 10px;
    padding-right: 30px;
    min-width: 106px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    gap: 5px;
}
.main_content .header .header_right .header_item .header_item_button:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-top: 1px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%20d%3D%22M0%200h8L4%204z%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    transition: 160ms color linear,160ms opacity linear,160ms background-color linear
}
.main_content .header .header_right .header_item .header_item_button:hover {
    background: #eba51c;
    border-color: #eba51c;
}
.main_content .header .header_right .header_item .header_item_button .header_item_button_icon{
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_content .header .header_right .header_item #btn_mua_ngay .header_item_button_icon{
    background-image: url('/skin_quantri/css/images/ui-tariff-white.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center left 2px;
}
/* .main_content .header .header_right .header_item #btn_moi_ban .header_item_button_icon{
    background-image: url('/skin_quantri/css/images/license-icon-tariff-standard.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
} */