:root {
    --root-color: #30a65a;
    --root-color-text: #000;
}
@media (max-width: 1023px) {
    .d-sm-none {
        display: none !important;
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #b6b2b2;
    border-radius: 8px;
}

.align-middle {
    vertical-align: middle !important;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

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

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

.margin-0 {
    margin: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

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

.choose * {
    background: #1e8834;
    color: white;
}

.display-block {
    display: block;
}

.pointer {
    cursor: pointer;
}

.list-style-none ul {
    list-style-type: none;
}

@media (min-width: 768px) {
    .modal-xxl {
        width: calc(100% - 60px);
    }
}

@media (max-width: 768px) {
    .input-checkbox:hover input ~ .checkmark_radio {
        background-color: #2196f3 !important;
    }
}

.no-padding-right {
    padding-right: 0px;
}

.input-group .input-group-addon.disabled {
    background: #eeeeee;
}

.table-form-question tr > th {
    vertical-align: middle !important;
    text-align: center;
}

.modal_scroll {
    overflow-y: auto;
}

.report table tr th {
    text-align: center;
    vertical-align: middle;
}

#reloadPage {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 99999999;
    text-align: center;
    /* display: none; */
}

#reloadPage i {
    position: fixed;
    top: 40%;
    opacity: 1;
    color: black;
}

.main-sidebar .sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    background: url(../images/trong-dong-trang-den.png) no-repeat center top
        300px;
    background-size: 700px 700px;
}

.skin-yellow-light .sidebar-menu > li.header {
    color: #848484;
    background: transparent;
}

.main-header .navbar.navbar-static-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    background: url(../images/trong-dong.png) no-repeat center right 100px;
    display: block !important;
    background-size: 700px;
}

.skin-yellow-light .main-header .logo {
    background-color: #d46f1d;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-yellow-light .main-header .navbar {
    background-color: #d46f1d;
}

.skin-yellow-light .sidebar-menu > li:hover > a,
.skin-yellow-light .sidebar-menu > li.active > a {
    background: #d46e1f;
    color: #fff;
}

.skin-green-light span.info-box-icon.bg-yellow {
    background-color: var(--root-color) !important;
}

.dashboard a .info-box-number {
    font-size: 14px;
    color: #333;
}

.navbar-left {
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.img-logo-sonla {
    width: 35px;
    height: 35px;
    /* background: url(../images/logo-SonLa.png) no-repeat; */
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 23px;
}
.bg-orange {
    background-color: var(--root-color) !important;
    color: var(--root-color-text);
}

.padding-4 {
    padding: 4px !important;
}

.padding-1 {
    padding: 1px !important;
}

table.table-form-question tr td:first-child a {
    color: #3c8dbc;
    font-weight: 600;
}

/*radio checkbox*/
/* The container */
.input-checkbox {
    /*display: block;*/
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 10px;
}

/* Hide the browser's default checkbox */
.input-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.input-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #9a9a9a;
}

/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.input-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.input-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input-checkbox input[disabled] ~ span.checkmark {
    opacity: 0.6;
}

/*end radio checkbox*/
/*sipas*/
input.other_idea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: dotted 2px;
    width: 400px;
    font-size: initial;
}

input.other_idea:focus {
    outline: none;
}

label.input-checkbox {
    font-size: medium !important;
    font-weight: 500 !important;
}

/*/radio*/
/* Create a custom checkbox */
.input-checkbox .checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #9a9a9a;
}

/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark_radio {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-checkbox input:checked ~ .checkmark_radio {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.input-checkbox .checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-checkbox input:checked ~ .checkmark_radio:after {
    display: block;
}

/* Style the checkmark/indicator */
.input-checkbox .checkmark_radio:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.input-checkbox input[disabled] ~ span.checkmark_radio {
    opacity: 0.6;
}

/*end radio checkbox*/
/*sipas*/

label.input-checkbox {
    font-size: medium !important;
    font-weight: 500 !important;
}

/*end sipas*/

.phieu_index {
    border: 1px solid #999696 !important;
    margin-top: 10px !important;
    padding: 7px;
}

h4.other_answer {
    font-size: initial;
    display: inline;
    font-style: italic;
}

.progress {
    background-color: #dadada;
}

.table-break-word {
    word-wrap: break-word;
    table-layout: fixed;
}

/* ---------- LIVE-CHAT ---------- */
.list-chat {
    position: fixed;
    right: 24px;
    bottom: 0px;
    z-index: 100;
}

.live-chat {
    bottom: 0;
    font-size: 12px;
    width: 284px;
    float: right;
    margin-left: 11px;
    border: 1px solid #c9d0da;
}

.live-chat header {
    background: #d46e1f;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 1px 15px;
}

.live-chat h4:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}

.live-chat h4 {
    font-size: 12px;
}

.live-chat h5 {
    font-size: 10px;
}

.live-chat form {
    padding: 5px 24px 15px;
}

.live-chat input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    outline: none;
    width: 100%;
}

.live-chat .chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.live-chat .chat-close {
    background: #1b2126;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 9px 0 0 0;
    text-align: center;
    width: 16px;
}

.live-chat .chat {
    background: #fff;
}

.live-chat .chat-history {
    height: 252px;
    padding: 8px 24px;
    overflow-y: scroll;
}

.live-chat .chat-message {
    margin: 16px 0;
}

.live-chat .chat-message img {
    border-radius: 50%;
    float: left;
}

.live-chat .chat-message-content {
    margin-left: 56px;
}

.live-chat .chat-time {
    float: right;
    font-size: 10px;
}

.live-chat .chat-feedback {
    font-style: italic;
    margin: 0 0 0 80px;
}

.live-chat .chat {
    padding: 0;
}

/*style chat box*/
.box-content-chat {
    display: flex;
    flex-direction: column;
    /* width: 97%; */
}

.box-content-chat div {
    bottom: 0;
}

.box-content-chat ul {
    bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    flex-direction: column;
    max-width: 85%;
    margin-bottom: 0px;
}

.box-content-chat div {
    /* margin-bottom: 20px; */
}

.box-content-chat ul > li {
    margin-bottom: 3px;
    font-size: 14px;
    border-radius: 10px;
}

.box-content-chat ul li > span {
    margin-bottom: 2px;
}

/*Style box chat right(me)*/

.box_right ul {
    float: right;
}

.box_right ul li span {
    background: #4080ff;
    color: #fff;
    border-radius: 25px 0px 0px 25px;
}

/*Style box chat left(you)*/
.box_left ul {
}

.box_left ul li span > span {
    border-radius: 0px 25px 25px 0px;
}

.box_left ul li span,
.box_right ul li span {
    border-radius: 17px;
}

.msg {
    padding: 5px 10px;
    background: #f1f0f0;
    display: inline-block;
}

.img_box_left {
    float: left;
    width: 35px;
}

/*style message_waiting*/
.message_waiting {
    padding: 0;
    width: 280px;
}

.message_waiting li {
    background: #fff;
    border: 1px solid #c6c6c6;
    border-top: 0;
}

.img_user {
    float: left;
}

.message_user {
    padding-left: 50px;
}

.message_user .user {
    font-weight: bold;
}

.sum_message {
    background: #dd4b39;
    padding: 2px 4px;
    border: 1px solid #dd4b39;
    border-radius: 5px;
    font-size: 9px;
    color: #fff;
}

.message_waiting li > a:hover {
    background: #4080ff;
}

.img-user {
    width: 35px;
    height: 35px;
    float: left;
}

/*end chat*/
.text_massage {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img_box_left,
.img-user {
    border: #ededed 2px solid;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #e8e8e8;
    height: 35px;
    line-height: 35px;
    background-color: #616161;
    font-size: 22px;
}

.more_msg {
    text-align: center;
}

/*.tooltip*/
.tooltip-css {
    position: relative;
}

.tooltip-css .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    white-space: initial;
    box-shadow: darkblue;
    box-shadow: 1px 1px 8px #aaa;
}

.tooltip-css .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    z-index: -1;
}

.tooltip-css:hover .tooltiptext {
    visibility: visible;
}

/*end .tooltip*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table.table-top > tbody > tr > td,
.table.table-top > tbody > tr > th,
.table.table-top > tfoot > tr > td,
.table.table-top > tfoot > tr > th,
.table.table-top > thead > tr > td,
.table.table-top > thead > tr > th {
    vertical-align: top;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}

body.dark-mode .table > tbody > tr.active > td,
body.dark-mode .table > tbody > tr.active > th,
body.dark-mode .table > tbody > tr > td.active,
body.dark-mode .table > tbody > tr > th.active,
body.dark-mode .table > tfoot > tr.active > td,
body.dark-mode .table > tfoot > tr.active > th,
body.dark-mode .table > tfoot > tr > td.active,
body.dark-mode .table > tfoot > tr > th.active,
body.dark-mode .table > thead > tr.active > td,
body.dark-mode .table > thead > tr.active > th,
body.dark-mode .table > thead > tr > td.active,
body.dark-mode .table > thead > tr > th.active,
body.dark-mode button {
    background-color: #454e64 !important;
    color: #a6b0cf !important;
}

.ip-has-error {
    border-color: #dd4b39;
    box-shadow: none;
}

.pagination {
    margin: 0;
}

.table-child tr td:first-child {
    border-left: 0px;
}

.table-child tr td:last-child {
    border-right: 0px;
}

.table-child tr:first-child td {
    border-top: 0px;
}

.table-child tr:last-child td {
    border-bottom: 0px;
}

@-webkit-keyframes vibrate {
    0% {
        right: -2px;
    }

    4% {
        right: 0px;
    }

    10% {
        right: 2px;
    }

    15% {
        right: -2px;
    }

    20% {
        right: 2px;
    }

    25% {
        right: 0;
    }

    75.0% {
        right: 0;
    }

    87.5% {
        right: 0;
    }

    100% {
        right: 0;
    }
}

.notifi {
    position: absolute;
    -webkit-transition: 0.5s ease;
    -webkit-animation: vibrate 0.5s 0.3s infinite;
    animation: vibrate 2s 1s infinite;
    font-size: 15px !important;
    padding: 2px 5px !important;
    top: 2px !important;
}

/*.tree*/
.tree {
    display: flex;
    padding-right: 0px;
}

.tree .tree-right {
    flex: 1;
    box-sizing: border-box;
}

.tree-ou .fa {
    font-size: 1.3em;
    color: gray;
    width: 15px;
    text-align: center;
}

.tree-ou .fa-folder-o,
.tree-ou .fa-folder-open-o {
    color: #fbc02d;
    margin-right: 5px;
}

.tree-ou ul {
    list-style-type: none;
}

.tree-ou ul li {
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    clear: both;
}

.tree-ou ul li.selected {
    background: #eee;
}

.tree-ou ul li.selected ul,
.tree-ou ul li.selected li {
    background: white;
}

.tree-ou ul li.selected > .fa-caret-down,
.tree-ou ul li.selected > .fa-caret-right,
.tree-ou .panel-body > ul {
    padding: 0;
}

.tree-ou li.hover {
    background: #eee;
}

.tree-ou ul {
    padding-left: 15px;
}

.tree-ou ul > li > ul {
    max-height: 0;
    overflow: hidden;
}

.tree-ou ul > li.expand > ul {
    max-height: none;
}

.table-ou .fa-folder-open-o {
    color: #fbc02d;
}

.table-ou .fa-user {
    color: #ccc;
}

.table-ou .tbl-type .fa {
    font-size: 1.5em;
}

/*end .tree*/

#fullScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: auto;
    z-index: 10000;
    top: 0;
    left: 0;
}

#fullScreen .html-hide-full-screen {
    font-size: 25px;
    padding: 5px 10px;
    position: fixed;
    top: 0;
    right: 13px;
    z-index: 1;
}

/*#box-audio*/
#controls {
    display: flex;
}

#controls button {
    flex-grow: 1;
    height: 32px;
    min-width: 2rem;
    border: none;
    border-radius: 0.15rem;
    background: #ed341d;
    margin-left: 2px;
    box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

#controls button:hover,
#controls button:focus {
    outline: none;
    background: #c72d1c;
}

#controls button::-moz-focus-inner {
    border: 0;
}

#controls button:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 3rem;
}

#controls button:disabled,
#controls button#recordButton:disabled,
#controls button#stopButton:disabled {
    pointer-events: none;
    background: lightgray;
}

#controls button:first-child {
    margin-left: 0;
}

#box-audio audio {
    display: block;
    margin-top: 0.2rem;
    height: 30px;
    width: 90%;
    margin: 10px auto 5px;
}

audio {
    display: block;
    margin-top: 0.2rem;
    height: 30px;
    width: 90%;
    margin: 10px auto 5px;
}

#controls li {
    list-style: none;
    margin-bottom: 1rem;
}

#box-audio {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 285px;
    min-height: 80px;
    background: #e8e8e8;
}

#box-audio #recordingsList {
    padding: 0px;
    text-align: center;
    list-style: none;
}

#box-audio #recordingsList a {
    padding: 0 10px;
}

#controls button#recordButton {
    background: var(--root-color);
}

#controls button#stopButton {
    background: #3c8dbc;
}

/*end #box-audio*/
.fullScreemEvaluation {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: auto;
    z-index: 10000;
    top: 0;
    left: 0px;
    margin: 0;
    padding: 15px 15px 25px;
}

.overflow-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}

.btn-fix {
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 27px;
    line-height: 27px;
    border: 1px solid #ddd;
    z-index: 10;
}

.list-audio {
    height: 30px;
    width: 205px;
}

.un_read {
    background-color: #f4f4f4;
}

.box-relative {
    position: relative;
}

.box-loading {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
}

.box-loading i {
    top: calc(40% - 20px);
    position: absolute;
    left: calc(50% - 20px);
}

.remove_question a {
    text-decoration: line-through !important;
    color: #868686 !important;
}

.box_show_progress .progress {
    margin-bottom: 5px;
}

.tableFixHead {
    overflow-y: auto;
    height: 700px;
}

.color-tdkt .tableFixHead thead th {
    position: sticky;
    top: 0;
    background: #d16300;
    font-size: 14px;
    z-index: 1;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    background: var(--root-color);
    font-size: 14px;
    z-index: 1;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    top: 40% !important;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    opacity: 0.8 !important;
}

.config-form-detail .level1 {
    background: #8e806a !important;
}

.config-form-detail .level2 {
    background: #c3b091 !important;
}

.config-form-detail .level3 {
    background: #e4cda7 !important;
}

.config-form-detail .level4 {
    background: #ffe6bc !important;
}
.config-form-detail .level5 {
    background: #fff4e0 !important;
}

table.table-fix-top-left {
    table-layout: fixed;
}

table.table-fix-top-left thead th {
    padding: 3px;
    position: sticky;
    top: 0;
    z-index: 2;
    width: 25vw;
}

.skin-green-light table.table-fix-top-left thead tr.bg-orange th {
    background-color: var(--root-color) !important;
    color: #ffffff;
}

.table-fix-top-left thead th {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: var(--root-color);
}

.color-tdkt .table-fix-top-left thead th {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: aliceblue;
}

table.table-fix-top-left tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white;
    border: 1px solid #979797;
}

.config-form-detail table.table-fix-top-left tbody .level1 th {
    background: #8e806a;
}

.config-form-detail table.table-fix-top-left tbody .level2 th {
    background: #c3b091;
}

.config-form-detail table.table-fix-top-left tbody .level3 th {
    background: #e4cda7;
}

.config-form-detail table.table-fix-top-left tbody .level4 th {
    background: #ffe6bc;
}
.config-form-detail table.table-fix-top-left tbody .level5 th {
    background: #fff4e0;
}

[role="region"][aria-labelledby][tabindex] {
    width: 100%;
    max-height: 90vh;
    overflow: auto;
}

[role="region"][aria-labelledby][tabindex]:focus {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    outline: 0;
}

.table-bordered-custom {
    border: none !important;
}

#ct-select-search .select2-container {
    width: 100% !important;
}

#ct-select-search .select2-container .select2-dropdown {
    width: 500px !important;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px #bdb6b6;
}

#ct-select-search
    .select2-container
    .select2-dropdown
    .select2-results__options {
    background-color: #fff;
}

#ct-select-search
    .select2-container
    .select2-selection
    .select2-selection__rendered {
    /* line-height: 27px !important; */
    /* padding: 0 !important; */
}

#ct-select-search .select2-container .select2-selection {
    height: 34px !important;
    border-radius: initial;
}

.wrapper {
    overflow-y: hidden;
}

.bg-blue {
    background-color: var(--root-color) !important;
    color: #fff;
}

.color-orange .bg-blue-2 {
    background-color: #d68845 !important;
    color: #fff;
}

.color-green .bg-blue-2 {
    background-color: #53c079 !important;
    color: #fff;
}

.color-blue .bg-blue-2 {
    background-color: #176db4 !important;
    color: #fff;
}

.bg-blue-3 {
    background-color: #3896e4c9 !important;
    color: #fff;
}

.bg-active {
    background-color: #3896e4c9 !important;
    color: #fff;
}

.text-3-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.show-more {
    display: block;
}

#modalCalculation .modal-body {
    height: 80vh;
    overflow-y: auto;
}

#modalCalculation .modal-body table thead {
    position: sticky;
    top: 18px;
}

#modalCalculation .modal-body .input-search {
    position: sticky;
    top: -15px;
}

/* #modalCalculation .modal-body .input-search:focus::placeholder{
    padding-left: 15px;
    transition: all 0.3s;
} */
.iframe {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1062;
    transform: translateX(100%);
    width: 1000px;
    height: 100%;
    display: block;
    transition: all 0.2s;
}

.view_doc,
#view_doc_hd {
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.header-iframe {
    height: 60px;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
}

.active-question {
    border: 1px solid lightblue;
    margin: 7px 0px;
    padding: 10px;
    border-radius: 10px;
    background-color: #f4f4f4;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.btn-close-iframe {
    background-color: #d7d7db;
    border-radius: 50%;
    font-size: 17px;
    width: 28px;
    height: 28px;
    border: none;
    color: #726d6d;
}

.title-iframe {
    margin-bottom: 0;
}

.overflow-cover {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000;
    display: none;
    opacity: 0.5;
    z-index: 1061;
}

.show-cover {
    display: initial;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb0 {
    margin-bottom: 0px;
}

.theme-orange .unit-name {
    font-size: 15px;
    color: var(--root-color-text);
    margin: 0px;
    font-weight: 600;
}

.theme-orange .full-name {
    font-size: 19px;
    color: var(--root-color-text);
    font-weight: 700;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
}

.color-tdkt .unit-name {
    font-size: 15px;
    color: initial;
    margin: 0px;
    font-weight: 600;
}

.color-tdkt .full-name {
    font-size: 19px;
    color: #193a8d;
    font-weight: 600;
    line-height: normal;
}

.card-title {
    margin: 0;
    /* font-size: 15px; */
    font-weight: 600;
    color: #000;
}

.card-header {
    padding: 12px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #eaedf1;
}

.card-body {
    padding: 12px;
}
.theme-orange {
    background-color: var(--root-color);
}
.color-newYear #page-topbar .noti-icon i,
.color-newYear #page-topbar .header-item {
    color: #fff;
}
.color-newYear .theme-orange {
    background-color: #c30000;
    background-image: url(../images/banner-top-newyear3.png);
    background-size: 100% 100%;
}

.height-header {
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

/* screen dark */
body.dark-mode .logo-lg,
body.dark-mode .card-title,
body.dark-mode .font-size-18,
body.dark-mode .page-link,
body.dark-mode .nav-link.active,
body.dark-mode .modal-content,
body.dark-mode .dark-mode .btn,
body.dark-mode .dark-mode,
body.dark-mode .datepicker,
body.dark-mode .select2-search,
body.dark-mode .select2-results,
body.dark-mode .card,
body.dark-mode .modal-header h4,
body.dark-mode .form-group label,
body.dark-mode input,
body.dark-mode th,
body.dark-mode .footer,
body.dark-mode .footer h2,
body.dark-mode table,
body.dark-mode .btn-update,
body.dark-mode .btn-delete,
body.dark-mode select,
body.dark-mode textarea,
body.dark-mode option,
body.dark-mode .dropdown-menu,
body.dark-mode .title-permit-section,
body.dark-mode .info-box-content,
body.dark-mode .list-content {
    background-color: #2a3142 !important;
    color: #a6b0cf !important;
}

body.dark-mode .bg-info {
    background-color: #545a60 !important;
}

body.dark-mode .pageA4 {
    background-color: #2a3142 !important;
    color: #a6b0cf !important;
}

body.dark-mode .bg-success {
    color: #fff !important;
}

body.dark-mode .branch {
    background: #788096 !important;
}

/* body.dark-mode .table-hover>tbody>tr:hover,
body.dark-mode table tbody tr:hover {
    color: #a6b0cf !important;
    --bs-table-accent-bg: #32384b !important;
    background-color: #32384b !important;
} */

body.dark-mode .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #181b21 !important;
    background-color: #181b21 !important;
    color: #a6b0cf !important;
}

body.dark-mode .user-actived,
body.dark-mode #sidebar-menu ul li a:hover {
    color: #a6b0cf !important;
    background: #32384b !important;
    box-shadow: 0 1px 2px 0 #32384b !important;
}

body.dark-mode .menu-title span,
body.dark-mode .dark-mode a,
body.dark-mode .dark-mode b,
body.dark-mode .dark-mode i,
body.dark-mode .dark-mode h6 {
    color: #a6b0cf !important;
}

body.dark-mode .select2-container--default .select2-selection--single {
    background-color: #32384b !important;
    border: 1px solid #aaa;
    border-radius: 4px;
}

body.dark-mode
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #a6b0cf !important;
    line-height: 28px;
}

body.dark-mode .bg-blue,
body.dark-mode .other_idea {
    background-color: #2a3142 !important;
    color: #a6b0cf !important;
}

.notification-item .d-flex:hover {
    background-color: #32384b !important;
}

body.dark-mode .bg-orange {
    border: 1px solid #a6b0cf !important;
    background: #a6b0cf !important;
}

body.dark-mode .bg-success-check {
    background-color: rgb(216 210 204 / 22%);
    color: #a6b0cf !important;
}

body.dark-mode #sidebar-menu .mm-active > a,
body.dark-mode #sidebar-menu .mm-active > a:hover,
body.dark-mode .back-gr-active,
body.dark-mode #sidebar-menu ul li a.back-gr-active:hover,
body.dark-mode #sidebar-menu .mm-active > a > i {
    color: #193a8d !important;
    background: aliceblue !important;
    border-radius: 0 60px 60px 0;
    box-shadow: 0 1px 2px 0 aliceblue !important;
    margin-right: 4px;
}

body.dark-mode .card-header {
    border-bottom: none !important;
}

body.dark-mode #trong-dong::before {
    display: none !important;
}

/* End screen Dark */

.dashboard-box {
    box-shadow: -1px 3px 0px -5px lightgrey, 5px 4px 5px -5px lightgrey;
    margin: 10px;
    padding: -10px !important;
}
.color-newYear .dashboard-box {
    text-align: center;
    font-size: 1rem;
    color: #c30000;
}

.dashboard-box {
    text-align: center;
    font-size: 1rem;
    color: var(--root-color);
}

.color-tdkt .dashboard-box {
    text-align: center;
    font-size: 1rem;
    color: aliceblue;
}
.dashboard-box i {
    display: inline-block;
    font-size: 25px;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    border: 12px solid var(--root-color-1);
    border-radius: 50%;
    transition: all 0.3s;
    background-color: var(--root-color);
}

.dashboard-box .info-box-content {
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}

.back-gr-active,
#sidebar-menu ul li a.back-gr-active:hover {
    color: var(--root-color-text) !important;
    background: linear-gradient(to bottom right, var(--root-color) 0%, var(--root-color) 100%);
    border-radius: 0 60px 60px 0;
    box-shadow: 0 2px 8px 0 var(--root-color);
    margin-right: 4px;
}
.back-gr-active i {
    color: var(--root-color-text) !important;
}

.logo-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.color-orange .logo-lg,
.color-orange .logo-sm,
.color-newYear .logo-lg,
.color-newYear .logo-sm,
.color-green .logo-lg,
.color-orange .logo-sm,
.color-blue .logo-lg,
.color-orange .logo-sm {
    font-size: 1rem;
    color: var(--root-color-text);
}

.color-orange .header-item,
.color-newYear .header-item,
.color-green .header-item,
.color-blue .header-item {
    color: var(--root-color-text);
}

.header-item {
    font-size: 13px;
}

.color-orange .header-item i,
.color-newYear .header-item i,
.color-green .header-item i,
.color-blue .header-item i {
    color: var(--root-color-text);
}

.color-tdkt .header-item {
    margin-top: 5px;
}

.h50 {
    height: 50px !important;
}

.lh50 {
    line-height: 50px !important;
}

#trong-dong {
    height: 50px;
    position: relative;
}
#trong-dong.banner_bdv::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/banner_bdv.png');
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.color-tdkt #trong-dong {
    height: 70px;
}
.color-tdkt .backgr-bannner {
    margin: 0px auto;
    background: url("../images/Banner.png") no-repeat;
    background-position: left;
    padding-left: 57px;
    padding-top: 4px;
    background-size: auto;
}

.text-right {
    text-align: right;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;

    font-weight: normal;

    color: #777;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.btn-close-iframe {
    background-color: #d7d7db;
    border-radius: 50%;
    font-size: 17px;
    width: 28px;
    height: 28px;
    border: none;
    color: #726d6d;
}

.title-iframe {
    margin-bottom: 0;
}

.overflow-cover {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000;
    display: none;
    opacity: 0.5;
    z-index: 1061;
}

.show-cover {
    display: initial;
}

.color-active {
    /* color: #fff; */
    background-color: #e1f0f6;
}

.page-title-box {
    padding-bottom: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb0 {
    margin-bottom: 0px;
}

.box-unit {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 3px;
    padding: 4px;
}

.box-unit .box-unit-element {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 1px 4px;
    margin: 0px 3px 3px 0;
}

.box-unit .box-unit-element i {
    color: darkgoldenrod;
}

.nav-tab-history {
    border: none;
}

.nav-tab-history > li.active > a,
.nav-tab-history > li.active > a:hover,
.nav-tab-history > li.active {
    color: #000;
    background-color: #fff;
    border: none;
}

.nav-tab-history > li > a:hover {
    color: #000;
    background-color: #d5e3ff;
    border: none;
}

.nav-tab-history {
    display: flex;
    /* justify-content: space-between; */
    background-color: #bccbe9;
    padding: 0;
    margin: 0;
    /* width: 50%; */
}

.nav-tab-history > li {
    float: none;
    text-align: center;
    margin-bottom: 0;
    list-style: none;
    height: 40px;
    border-right: 1px solid #99acd4;
}

.nav-tab-history > li > a {
    border-radius: initial;
    border: none;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    font-size: 16px;
}

.text-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-expertise span,
.card-title span {
    display: block;
}

.mgb5 {
    margin-bottom: 5px;
}

.progress {
    min-height: 10px;
    font-size: 12px;
}

.box_show_progress .progress {
    height: auto;
    font-size: 12px;
    min-height: 20px;
}

.progress-bar-success {
    background-color: #00a65a;
}

.progress-bar-danger {
    background-color: #dd4b39;
}

.div-result-evaluation {
    height: 32px;
}

.div-result-evaluation:disabled {
    background-color: #e5e5e5;
}

.w120 {
    width: 120px;
}

label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
}

.mgr10 {
    margin-right: 10px;
}

.color-green .navbar-header .dropdown .show.header-item {
    background-color: rgb(48 166 90 / 50%);
}

.color-orange .navbar-header .dropdown .show.header-item {
    background-color: rgb(209 99 0 / 51%);
}

.color-newYear .navbar-header .dropdown .show.header-item {
    background-color: rgb(209 99 0 / 51%);
}

.color-blue .navbar-header .dropdown .show.header-item {
    background-color: rgb(6 69 120 / 50%);
}

.color-tdkt .navbar-header .dropdown .show.header-item {
    background-color: aliceblue;
}

.pdb0 {
    padding-bottom: 0;
}

.badge {
    font-size: 100%;
}

.text-black {
    color: #000;
}

.fw600 {
    font-weight: 600;
}

.page-title-box h4 {
    color: #000;
}

.has-error {
    border-color: #dd4b39;
    box-shadow: none;
}

.bg-success-check {
    background-color: var(--root-color-1)
}
.help-block {
    color: red;
}

.select-map {
    position: absolute;
    top: 11px;
    z-index: 1000;
    left: 54px;
    width: 100px;
}

.custom-icon-class {
    border: none;
    background-color: transparent;
}

.custom-icon-class .custom-marker-class {
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgb(206, 76, 76);
    padding: calc(var(--count) * 1px / 35 + var(--zoom) * 1px);
    width: 100%;
    height: 100%;
}

/* .custom-icon-class .custom-marker-class::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: conic-gradient(blue 0%,
    blue 20%,
    green 20%,
    green 40%,
    yellow 40%,
    yellow 60%,
    red 60%,
    red 80%,
    transparent 80%,
    transparent 100%);
    border-radius: 50%;
    z-index: 5;
} */

#page-topbar {
    color: white;
    z-index: 1035 !important;
}

.color-tdkt #page-topbar {
    background-color: aliceblue;
    color: #555b6d;
}

.color-tdkt .logo-section {
    flex-basis: 50%;
    display: flex;
    text-transform: uppercase;
}

.color-tdkt .logo-section .logo-title {
    padding-top: 10px;
}

.color-tdkt .navbar-brand-box {
    width: 230px;
}

.color-tdkt #sidebar-menu {
    padding-top: 30px;
}

.color-tdkt .vertical-menu {
    background-color: #fff;
    box-shadow: 0 0 15px #fff;
}

.color-tdkt .vertical-menu::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url("../images/map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.help-section a {
    color: var(--root-color-text);
    padding: 0px 5px;
}

.color-tdkt .help-section {
    margin-top: 5px;
}

.color-tdkt .help-section a {
    color: #555b6d;
}

@media only screen and (max-width: 992px) {
    .color-tdkt .navbar-brand-box {
        width: 60px;
    }

    .color-tdkt .backgr-bannner {
        display: none;
    }
}

.text-red {
    color: red;
}

@media only screen and (max-width: 700px) {
    .backgr-bannner {
        display: none !important;
    }
}

.form-control-select-search .select2-container {
    width: 100% !important;
}

.form-control-select-search
    .select2-container--default
    .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    height: 36px;
}

.form-control-select-search
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
}

.form-control-select-search
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 34px;
}

.form-control-select-search .select2-container {
    z-index: 1030;
}
.form-control-select-search-modal .select2-container {
    z-index: 1070;
}
.select2-container {
    z-index: 1070;
}
#keyboard {
    position: fixed;
    bottom: 60px;
    right: 24px;
    text-align: center;
    padding: 10px;
    /* background-color: rgb(255 255 255 / 50%); */
    transform: translateX(100%);
    transition: all 0.5s;
    opacity: 0;
    z-index: 10000;
    background-color: #f4f4f4;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.show-keyboard {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

#keyboard button {
    color: black;
    font-weight: 500;
    width: 55px;
    height: 55px;
    border: 2px solid #e5e5e5;
    background: #fff;
    font-size: 20px;
    margin: 5px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 20%;
}

#keyboard button:active {
    background: #a83e14;
    border: 2px solid #ffffff;
    color: #ffffff;
}

#keyboard .key-enter {
    width: 120px;
    border-radius: 8px;
}
.btn-keybroard {
    position: fixed;
    bottom: 15px;
    right: 24px;
    background-color: #a83e14;
    color: #fff;
    z-index: 100;
    outline: none;
    border: 2px solid #e5e5e5;
}
.btn-keybroard:active,
.btn-keybroard:hover {
    color: #fff;
    background-color: #a83e14;
    border: 2px solid #e5e5e5;
}

@media screen and (min-width: 1181px) {
    .btn-keybroard {
        display: none;
    }
    #keyboard {
        display: none;
    }
}
@media screen and (max-width: 1180px) {
    .btn-keybroard {
        display: block;
    }
    #keyboard {
        display: block;
    }
}
.text-blue {
    color: blue;
}
.table.table-pading-1 > :not(caption) > * > * {
    padding: 2px 2px;
}
.cursor-pointer {
    cursor: pointer;
}
.tr-error {
    background-color: #ffc8c8;
}
.btn-save-editor {
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 2;
    color: #fff;
}
.text-bold {
    font-weight: bold;
}
.combo_chart_10e {
    margin: auto;
}
.input-editor {
    width: 60px !important;
    height: 22px !important;
    margin-top: 3px;
    padding-left: 6px !important;
}
#sidebar-menu .mm-active > a,
#sidebar-menu .mm-active > a:hover {
    color:  var(--root-color-text)!important;
    background: linear-gradient(to bottom right, var(--root-color) 0%, var(--root-color) 100%);
    border-radius: 0 60px 60px 0;
    box-shadow: 0 2px 8px 0 var(--root-color);
    margin-right: 4px;
}
#sidebar-menu ul li a {
    color: #000;
    font-family: "Poppins", sans-serif;
    padding: 0.625rem 1rem 0.625rem 1.1rem;
}
#sidebar-menu ul li a i {
    font-size: 16px;
    min-width: 1.3rem;
    color: #7b7878;
}
#sidebar-menu ul li {
    color: #000;
    font-family: "Poppins", sans-serif;
}
#sidebar-menu ul li a:hover {
    color: #000 !important;
    background: #e5e5e5;
    border-radius: 0 60px 60px 0;
    box-shadow: 0 2px 8px 0 #e5e5e5;
    margin-right: 4px;
}
#sidebar-menu ul li ul.sub-menu li a {
    padding: 0.4rem 1rem 0.4rem 1.5rem;
}

.color-tdkt #sidebar-menu ul li a:hover {
    color: #303030;
    background-color: aliceblue;
    border-radius: 0 !important;
}
.color-tdkt #sidebar-menu ul li a {
    color: #303030;
    padding: 8px 20px;
}
.color-tdkt .mm-active {
    background-color: aliceblue;
    color: #303030;
}
.color-tdkt #sidebar-menu .mm-active > a > i {
    color: #193a8d !important;
}
