.btn-radius {
    border-radius: 10px !important;
}

.table a {
    cursor: pointer;
}

.resize-disabled {
    resize: none;
}

.no-pd-lf {
    padding-left: 0 !important;
}

.no-pd-rt {
    padding-right: 0 !important;
}

.input-group-select {
    min-width: 100px;
    max-width: 200px;
    width: auto !important;
}
.slimScrollBar {
    background: rgb(0, 0, 0);
    width: 10px!important;
    position: absolute;
    top: 0px;
    display: block;
    z-index: 200;
    right: 1px;
}
.slimScrollBar:hover {
    background: rgb(0, 0, 0);
    width: 10px!important;
    position: absolute;
    top: 0px;
    display: block;
    z-index: 200;
    right: 1px;
}
/* .slimScrollBar{
    width: 15px !important;
} */

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #eee;
}

.navbar-static-side ul li a {
    padding: 10px 15px;
}

.navbar-static-side ul li:first-child a {
    padding: 10px 15px;
}

.navbar-static-side ul li .nav-second-level li a {
    padding: 10px 15px 10px 40px;
}

.page-title-breadcrumb {
    padding: 5px 20px;
    border-width: 1px !important;
}

.page-title-breadcrumb .page-header .page-title {
    font-size: 21px;
}

.pagination-panel .pagination {
    margin: 0px;
}

.paginationjs {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.slider.round {
    border-radius: 28px;
}

.slider.round:before {
    border-radius: 50%;
}

.box.no-border-top {
    border-top: none;
}

.treeview-menu {
    padding-left: 20px;
}

.treeview-menu>li>a {
    padding: 7px 5px 7px 15px;
    display: block;
    font-size: 14px;
}

.input-text {
    resize: none;
}

.panel {
    border-width: 1px;
}

.form-control {
    border-width: 1px;
}

.page-content .table thead tr th {
    text-transform: uppercase;
}

.btn-radius {
    border-radius: 10px !important;
}

.table a {
    cursor: pointer;
}

.resize-disabled {
    resize: none;
}

.no-pd-lf {
    padding-left: 0 !important;
}

.no-pd-rt {
    padding-right: 0 !important;
}

.input-group-select {
    min-width: 100px;
    max-width: 200px;
    width: auto !important;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #eee;
}

.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;
}

.link-paginate .pagination {
    margin: 0;
}

.bg-count-table {
    padding: 5px;
    display: table-cell;
}

.datetimepicker .input-group-addon {
    cursor: pointer;
}

.row.space-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.row.space-5>* {
    padding-right: 5px;
    padding-left: 5px;
}

.row.space-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.row.space-10>* {
    padding-right: 10px;
    padding-left: 10px;
}

.comment-title {
    font-style: italic;
    color: #c6c6c6;
    font-weight: normal;
}

.poll_options .input-group+.input-group {
    margin-top: 10px;
}

label.required:after {
    content: " * ";
    color: red;
}

.rating {
    color: orange;
}

.menu-open>.treeview-menu {
    display: block;
}

.box-comments .box-comment {
    padding: 0px 0;
    border-bottom: none;
}

.box-comment+.box-comment {
    margin-top: 10px;
}

.comment-body {
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.comment-body.bg-danger {
    background-color: #f2dede;
}

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

.comment-form {
    padding: 10px 0px;
}

.img-user.img-sm {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.img-user.img-sm {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 13px;
}

.input-auto-height {
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
}

.has-error .select2-selection {
    border: 1px solid #dd4b39;
}

.icon-btn {
    cursor: pointer;
}

.icon-demo {
    float: left;
    border: 1px solid #ddd;
    background: #fafafa;
    outline: none;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0px 0px;
}

.icon-name {
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    word-break: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
}

.input-group-dropdown .input-group-addon {
    padding: 0px;
}

.input-group-dropdown .input-group-addon select {
    width: 140px;
    border: none;
    height: 32px;
}

.ui-widget-content .ui-state-active {
    border: 1px solid transparent;
    background: #795548;
    font-weight: normal;
    color: #fff;
}

.tag-relats {
    padding: 5px 10px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
}

.bg-main {
    background-color: #1e7fcb;
}

.bg-submain {
    background-color: #cb5876;
}

.bg-submain1 {
    background-color: #cb8c54;
}

.bg-submain2 {
    background-color: #37cba9;
}

.bg-submain3 {
    background-color: #cb87bd;
}

.s-file {
    padding: 3px 10px;
    font-size: 12px;
    cursor: pointer;
}

.s-file-trash {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}

i.building-icon {
    font-size: 22px;
    position: absolute;
    padding: 10px 5px 10px 15px
}

i.text-icon {
    font-size: 30px;
    font-weight: bolder;
}

div.info-box {
    border-style: solid;
}

.info-box-content {
    padding: 20px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bolder;
    font-size: 20px;
}

.text-building-info {
    font-size: 16px;
}

.text-create-recipt {
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
}

.btn-set-detail {
    display: inline-block;
    width: 100%;
}

.btn-set-detail .btn-status-set {
    float: right;
    padding: 5px 15px;
    background-color: #00a65a;
    color: #fff;
    margin-right: 10px;
}

.display_mes_summit {
    display: inline-block;
    margin-left: 15px;
}

.display_mes_summit.error_mes {
    color: red;
}

.display_mes_summit.success_mes {
    color: #21ffbc;
}

.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 16px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 21px;
    padding: 0;
    line-height: 21px;
    font-size: 9px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ACTIVE";
    padding-left: 12px;
    background-color: #00C0EF;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "INACTIVE";
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 23px;
    height: 23px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    border: 2px solid #999999;
    border-radius: 16px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.feedback-title .tag_status {
    display: inline-block;
}

.feedback-title span {
    font-size: 13px;
    text-align: center;
    color: white;
    background-color: #00a65a;
    padding: 2px 5px;
    border-radius: 5px;
    position: relative;
    bottom: 0px;
}

.listcomments {
    list-style-type: none;
    padding: 0;
}

.listcomments li {
    padding: 5px;
    display: inline-block;
    width: 100%;
}

.listcomments li:hover {
    background-color: #dedede;
}

.hide_content,
.show_content {
    color: #00a7d0;
    cursor: pointer;
}

.box_text {
    display: inline-block;
    /* width: 100%; */
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 30px;
    border-left: 3px solid #795548;
    padding-left: 15px;
}

.dropdown_per {
    padding: 0;
    list-style-type: none;
}

.dropdown_per .dropdown_per_sub {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.box-comments .box-comment a img.set-custom-img {
    width: 380px !important;
    max-height: 350px !important;
    object-fit: contain;
    min-height: 180px;
}

.td-checkbox {
    text-align: center;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 18px;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 18px;
}

.btn {
    border-radius: 6px !important;
}

.form-control {
    border-radius: 6px !important;
}

.border-bill-detail {
    border: 2px solid #795548a1 !important;
    border-radius: 5px;
    margin: 20px 0;
}

.skin-blue .main-header .navbar .nav>li>a {
    color: #fff;
    height: 50px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
}

.btn.btn-flat {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn-success {
    background-color: #00a65ade;
    border-color: #008d4c00;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
    border-color: #008d4c00;
}

.skin-blue .sidebar a {
    color: #dceef3;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #dceef3;
}

.skin-blue .user-panel>.info,
.skin-blue .user-panel>.info>a {
    color: #dceef3;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #795548;
    border-radius: 5px;
    padding: 6px 12px;
    height: 34px;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a,
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #1fb06e;
}

.bootstrap-select>.dropdown-toggle {
    border-color: #795548;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    border-color: #795548;
}

select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    outline: none !important;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #795548;
    border-color: #795548;
}

.panel-default {
    border-color: #795548;
}

.content-header>.breadcrumb>li>a {
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.box-header {
    color: #333;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #DCDCDC;
    color: #333;
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #333;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    outline: none;
    border-color: #795548;
}

.header_img {
    display: block;
    height: auto;
}

.form-audit-service {
    width: 500px;
}

@media (max-width: 767px) {
    .form-audit-service {
        width: 330px;
    }
}

/*  */

input[name=danh_gia] {
    display: none;
}

input[type=radio]:not(:disabled)~.audit-label {
    cursor: pointer;
}

input[type=radio]:disabled~.audit-label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.audit-label {
    height: 45px;
    width: 195px;
    display: block;
    background: white;
    border: 1px solid #d2d6de;
    border-radius: 10px;
    padding: 1.2rem 2.6rem;
    margin-bottom: 1rem;
    text-align: left;
    box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 50%);
    position: relative;
}

input[type=radio]:checked+.audit-label {
    border: 1px solid red;
    box-shadow: 0px 0px 10px red;
}

.audit-confirm {
    height: 45px;
    max-width: 170px;
    background: white;
    border: 1px solid red;
    border-radius: 5px;
    padding: 1.2rem 4.5rem;
    margin-bottom: 1rem;
    box-shadow: 0px 3px 10px -2px rgba(248, 85, 36, 0.5);
}

.audit-confirm:active {
    background-color: red;
}

input[type=radio]:checked+.audit-label::after {
    color: white;
    font-family: FontAwesome;
    border: 2px solid red;
    content: "\f00c";
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: red;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}

.audit-label-header::after {
    color: white;
    font-family: FontAwesome;
    border: 2px solid red;
    content: "\f004";
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: red;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
    z-index: 1;
}

.audit-label-header-fail::after {
    color: white;
    font-family: FontAwesome;
    border: 2px solid red;
    content: "\f00d";
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: red;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
    z-index: 1;
}

input[type=radio]#control_05:checked+.audit-label {
    background: red;
    border-color: red;
}

.text-center-normal {
    font-weight: normal;
}

.label-center {
    display: grid;
    justify-content: center;
}

.input-audit-border-none {
    border-right: none;
    border-left: none;
    border-top: none;
}

.pos-abs {
    position: absolute;
    top: 10px;
    right: 0px;
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0px;
    margin-top: -5px;
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}

.block1 {
    background-color: white;
    border: 10px solid #ecf0f5;
}

.block2 {
    height: 202px;
    background-color: white;
    border: 10px solid #ecf0f5;
}

.chart_1 {
    height: 400px;
}

.chart_2 {
    height: 216px;
}

.chart_3 {
    height: 220px;
}

.chart_5 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.chart_6 {
    height: 400px;
    padding: 0 140px;
}

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

.font_30 {
    font-size: 30px;
    margin-left: 15px;
    margin-top: 15px;
}

.block3 {
    height: auto;
    background-color: white;
    border: 10px solid #ecf0f5;
}

canvas {
    height: 100% !important;
}

.chart_4 {
    height: 100%;
}

.chart_7 {
    height: 100%;
    width: 400px;
}

.chart_8 {
    margin: 10px;
    width: 200px;
    height: 200px;
}

.chart_9 {
    width: 400px;
}

.chart_10 {
    height: 500px;
}

.chart_11 {
    height: 100%;
    width: 500px;
}

.chart_12 {
    height: 320px;
}

.chart_13 {
    height: 300px;
}

.height_icon {
    height: calc(375px/3.5);
    padding: 30px 15px;
}

.height_icon_1 {
    height: calc(375px/4.5);
}

.margin_auto {
    margin: revert;
}

@media only screen and (max-width: 750px) {
    .height_icon {
        height: auto;
    }
    canvas {
        height: auto !important;
        width: 100% !important;
    }
    .block2 {
        height: auto;
    }

    .display_flex {
        display: inline-flex;
    }

    .chart_1,
    .chart_2,
    .chart_3,
    .chart_4,
    .chart_10 {
        height: 100%;
    }

    ._container {
        display: block !important;
    }

    .item {
        width: 100% !important;
        display: block !important;
    }

    .chart_8 {
        width: 100% !important;
        height: auto !important;
    }

    .chart_11 {
        width: 100% !important;
    }

    .item--4 {
        flex-grow: 1;
        width: 100% !important;
    }
}

._container {
    display: flex;
}

.item {
    display: flex;
    justify-content: center;
    width: 70%;
}

.item--4 {
    flex-grow: 1;
    width: 30%;
}
.main-header .logo .logo-lg {
    display: list-item !important;
    list-style: none;
}