/* ------ default ------ */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    width: 100%;
    background: #F7F8FB;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}

.font-primary {
    color: #F46B04 !important;
}
.font-yellow {
    color: #FFAC0A;
}
.font-green {
    color: #1BA439;
}
.font-white {
    color: #ffffff;
}
.font-black {
    color: #000000;
}
.font-red {
    color: #ED0202;
}

.font-14 {
    font-size: 14px;
    line-height: 20px;
}

h1 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
}
h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    font-weight: 700;
}
h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 700;
}

.btn{
    border: 1px solid #F46B04 !important;
    border-radius: 34.0699px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #F46B04 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px 25px;
}
.btn.btn-primary {
    color: #fff !important;
    background: #F46B04 !important;
    box-shadow: 0px 4px 15px rgba(226, 118, 18, 0.4) !important;
}
.btn.btn-cancel {
    color: #BD0034 !important;
    background: transparent !important;
    border: 0px !important;
}
.btn.btn-dark {
    color: #fff !important;
    background: #3B4150 !important;
    border: 0px !important;
}
.btn[disabled] {
    color: #989898 !important;
    background: #DEDEDE !important;
    border-color: #DEDEDE !important;
    box-shadow: none !important;
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}
.btn-sm {
    padding: 4px 15px;
    font-size: 14px;
}

.no-padding {
    padding: 0px !important;
}
.no-padding-top {
    padding-top: 0px;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}

.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.no-margin-left {
    margin-left: 0px;
}
.no-margin-right {
    margin-right: 0px;
}

.bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

/* ------ loading ------ */
#loading {
    text-align: center;
    padding-top: 42vh;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#loading .icon {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------ custom ------ */
#wrapper{
    position: relative;
    min-height: calc(100vh - 100px);
    padding: 85px 0px 0px;
}
section {
    position: relative;
    padding: 100px 0px;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100vw;
}
header .navbar {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(96, 115, 162, 0.12);
    border-radius: 0px;
    margin: 0px;
    padding: 5px 0px;
    height: 70px;
}
header .navbar-default .navbar-brand {
    margin: 0px !important;
    padding: 0px;
}
header .navbar-default .navbar-brand img {
    height: 53px;
}
header #menu {
    float: right;
}
header #menu .nav-user .btn-group .dropdown-toggle {
    border: 0px !important;
    color: #000 !important;
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
header #menu .nav-user .btn-group .dropdown-toggle img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
}
header #menu .nav-user .btn-group .dropdown-toggle:before, header .navbar-date:before {
    content: '';
    left: 0px;
    top: 0px;
    background: #C8C8C8;
    height: 25px;
    width: 1px;
    bottom: 0px;
    margin: auto 5px;
}
header #menu .nav-user .btn-group .dropdown-menu {
    min-width: initial;
    width: 100%;
}
header #menu .nav-menu>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 15px 15px;
    background: transparent !important;
}
header #menu .nav-menu>li.active>a, 
header #menu .nav-menu>li.active>div.btn-group>button>span {
    color: #F46B04 !important;
    font-weight: 700;
    position: relative;
}
header #menu .nav-menu>li.active>a:after,
header #menu .nav-menu>li.active>div.btn-group:after {
    content: '';
    position: absolute;
    background: #F46B04;
    border-radius: 2.34927px;
    height: 4px;
    width: 85px;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
header .navbar-date {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
    padding: 15px;
}
header .dropdown-menu>li>a {
    padding: 8px 15px;
}

footer {
    font-size: 12px;
    line-height: 15px;
    color: #74788D;
    padding: 15px 0px;
}

.table-menu {
    margin-top: 30px;
}
.table-menu a {
    width: 100%;
    display: inline-block;
}

.login-box {
    width: 445px;
    max-width: 100%;
    position: relative;
    margin: 12vh auto;
}
.login-box .btn {
    width: 250px;
}
.login-box .inner {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(96, 115, 162, 0.12);
    border-radius: 5px;
    padding: 50px;
}
.login-box .logo {
    margin: 20px auto;
    display: block;
    width: 200px;
}

.form-control {
    height: auto;
    padding: 11px 15px;
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
}
.form-control.is-radius {
    border-radius: 30px;
}
.form-control:focus {
    border-color: #000;
}

.required {
    font-size: 12px;
    line-height: 22px;
    color: red;
    display: none;
}

label {
    font-weight: 700;
    margin-bottom: 5px;
}

.panel {
    background: #FCFDFF;
    box-shadow: 0px 4px 15px rgba(96, 115, 162, 0.12);
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.panel.panel-primary {
    border: 0px;
}
.panel.panel-primary .panel-heading {
    color: #fff;
    background: #F46B04;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding: 12px 20px;
    border: 0px;
}
.panel.panel-primary .panel-body {
    padding: 15px 20px;
}

.select {
    width: 100%;
    position: relative;
    display: inline-block;
}
.select .form-control {
    width: 100%;
    padding-right: 40px;
    background: transparent !important;
    z-index: 1;
    position: relative;
}
.select > i {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 17px;
    z-index: 0;
}
.select.is-style2 select {
    border: 1px solid #F46B04 !important;
}

.nation-box {
    width: 100%;
    position: relative;
    display: flex;
    margin: 10px 0px;
    flex-wrap: wrap;
}
.nation-box .checkbox {
    width: calc(25%);
    margin: 0px;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
    float: left;
}
.nation-box .checkbox p, .nation-box .checkbox label {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}
.nation-box .checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0px;
}
.nation-box .checkbox input:checked + label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url('../images/icon/icon-check.svg') no-repeat right top;
    position: absolute;
    top: -5px;
    right: -10px;
    background-size: contain;
}
.nation-box .checkbox img {
    background: #EBF5FF;
    border-radius: 50%;
    padding: 10px 7px 5px;
    width: 55px;
    height: 55px;
}
.nation-box .checkbox label {
    padding: 0px;
    position: relative;
}

.row.is-small {
    margin-left: -8px;
    margin-right: -8px;
}
.row.is-small > div {
    padding: 0px 8px;
}

.input-amount {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-amount input {
    width: 50px;
    text-align: center;
    background: transparent !important;
    border: 0px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #D1D1D1;
    padding: 0px;
}
.input-amount i {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.input-amount input[type="number"]::-webkit-inner-spin-button,
.input-amount input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.table-ticket thead th {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.table-ticket thead th:first-child {
    text-align: left;
}
.table-ticket thead th, .table-ticket tbody td {
    border: 0px !important;
}
.table-ticket h4 {
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
}
.table-ticket .text-icon img {
    width: 25px;
    height: 25px;
}
.table-ticket .text-icon p,.table-ticket .text-icon p b {
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.table-ticket td {
    vertical-align: middle !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.text-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 7px;
}

.guide-total {
    background: #FFEADB;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #F46B04;
    margin-top: 10px;
    padding: 15px;
}

.today .guide-total {
    background: #dddbff;
    color: #0474f4;
}

.guide-tour {
    background: #F4F7FA;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}
.guide-tour-empty {
    width: 140px;
    margin: 20px auto;
    display: block;
}

.btn-tab .head {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: space-between;
}
.btn-tab .body .item:not(.active) {
    display: none;
}
.btn-tab .head button {
    width: calc(33.33% - 3px);
    background: #E2E5EC !important;
    border-radius: 4.59709px;
    padding: 15px 12px;
    color: #7C8292 !important;
    border: 0px !important;
    padding-left: 50px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    white-space: initial;
}
.btn-tab .head button i {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -16px;
}
.btn-tab .head button.active {
    background: #F46B04 !important;
    color: #fff !important;
}
.btn-tab .head button.active:nth-child(2){
    background: #FFA800 !important;
}
.btn-tab .head button.active:nth-child(3){
    background: #3E58A7 !important;
}
.btn-tab .head button.active:nth-child(4){
    background: #CF5555 !important;
}
.btn-tab .head button.active i {
    filter: brightness(0) invert(1);
}
.cash-box {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    line-height: 30px;
}
.cash-box .form-control {
    border: 0px !important;
    border-bottom: 1px solid #C3C3C3 !important;
    font-size: 36px;
    line-height: 36px;
    border-radius: 0px;
    padding: 0px 0px;
}
.cash-box .change-box {
    color: #FFAC0A;
    background: #FFF5E0;
    border-radius: 5.02768px;
    text-align: center;
    padding: 10px 10px;
    min-height: 85px;
}
.cash-box .change-box big {
    font-size: 32px;
}
.cash-box .select select {
    font-size: 14px;
    line-height: 16px;
    background: #FFFFFF !important;
    box-shadow: 0px 4px 20px rgba(34, 52, 86, 0.15) !important;
    border-radius: 5px;
    border: 0px !important;
    padding: 14px 15px;
    width: 100%;
    margin-top: -10px;
}
.cash-box .select > i {
    top: 3px;
}
.cash-box .form-control[readonly] {
    background: transparent !important;
    border: 0px !important;
}
.btn-ticket-confirm {
    margin-top: 20px;
    width: 250px;
    max-width: 100%;
}

.btn-group {
    width: 100%;
    position: relative;
}
.btn-group .head {
    display: inline-block;
    background: #EAEAEA;
    border-radius: 25.5803px;
    padding: 5px;
    margin: 20px 0px;
}
.btn-group .head button {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000 !important;
    background: transparent !important;
    border: 0px !important;
    padding: 8px 15px;
}
.btn-group .head button.active {
    color: #fff !important;
    background: #F46B04 !important;
    box-shadow: 0px 4px 15px rgba(226, 118, 18, 0.4);
    border-radius: 25.5803px;
}
.btn-group .body .item:not(.active) {
    display: none;
}

.table-mobile {
    font-size: 16px;
    line-height: 18px;
}
.table-mobile .row .col {
    width: 100%;
}
.table-mobile .row .col:first-child {
    display: none;
}
.table-mobile td {
    vertical-align: middle !important;
}
.table-mobile td:not(:first-child), .table-mobile th:not(:first-child) {
    text-align: center;
}
.table-mobile td, .table-mobile th {
    padding: 10px 0px !important;
}
.modal-header {
    border: 0px;
}
.modal-header .close {
    opacity: 1;
    position: relative;
    z-index: 5;
}
.modal-header .close i {
    width: 30px;
    height: 30px;
}
.btn-minwidth {
    min-width: 220px;
}
.btn-minwidth2 {
    min-width: 150px;
}

.success-box {
    text-align: center;
    margin: 0 auto 50px;
    display: block;
}
.success-box img {
    width: 185px;
    max-width: 100%;
    margin: 20px 0px;
}
.success-box .btn-box {
    margin-top: 20px;
}
.success-box .btn-box .btn {
    width: 220px;
    max-width: 100%;
    margin: 3px;
}

.guide-tour-table {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.guide-tour-table thead th {
    border-bottom: 1px solid #ddd !important;
    padding: 3px 0px 5px !important;
}
.guide-tour-table tbody td {
    border: 0px !important;
    padding: 3px 0px !important;
}
.guide-tour-table tbody tr:first-child td {
    padding-top: 10px !important;
}

.input-icon {
    display: inline-block;
    position: relative;
}
.input-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
}
.input-icon .form-control {
    padding-right: 45px;
}

.filter-box label {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: block;
}
.filter-box .form-group {
    margin-right: 15px;
}
.filter-box .select .form-control {
    min-width: 200px;
}
.filter-box .form-control {
    background: transparent;
    min-width: 200px;
}

.filter-result {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 70px;
    color: #32343B;
    padding: 35px 0px 0px;
}
.filter-result label {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}
.filter-result p {
    font-size: 26.8149px;
    line-height: 40px;
    margin-top: -5px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.table-middle tbody td {
    vertical-align: middle !important;
}
.table .btn {
    margin: 3px;
}

.status {
    background: #ccc;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
}
.status.is-success {
    color: #41C25D;
    background: #E4F5EA;
}
.status.is-warning {
    color: #F46B04;
    background: #FBEADE;
}
.status.is-danger {
    color: #D80000;
    background: #F7DCDE;
}
.status.is-info {
    color: #F6B028;
    background: #F6B02821;
}

.table-style2 {
    background: #FCFDFF;
    box-shadow: 0px 4px 15px rgba(96, 115, 162, 0.12);
    border-radius: 5px;
    overflow: hidden;
}
.table-style2 thead th {
    color: #fff;
    background: #32343B;
    border-radius: 5px 5px 0px 0px;
    border-radius: 0px;
    padding: 12px !important;
}
.table-style2 tbody td {
    padding: 6px 12px !important;
}

.form-tax-invoice {
    padding: 0px 50px;
}
.form-tax-invoice .form-group {
    margin-bottom: 20px;
}

.modal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}
.modal .modal-header {
    padding-left: 40px;
}

div.dataTables_paginate {
    display: inline-block;
}
div.dataTables_paginate .paginate_button {
    font-weight: 700;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 3px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
div.dataTables_paginate .paginate_button.current {
    color: #fff;
    background: #F46B04;
    box-shadow: 0px 4px 15px rgba(226, 118, 18, 0.4);
}
div.dataTables_paginate .paginate_button.disabled {
    opacity: 0.15;
}
div.dataTables_paginate .glyphicon {
    font-size: 14px;
}
div.dataTables_length label {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
div.dataTables_length select {
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 5px;
}
div.dataTables_wrapper .bottom {
    padding: 20px 0px;
}

.action-box {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px 30px;
}

.upload-box {
    position: relative;
    display: inline-block;
}
.upload-box .btn-upload {
    position: relative;
    box-shadow: 0px 4px 20px rgba(34, 52, 86, 0.15);
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #F46B04;
}
.upload-box .btn-upload input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
    opacity: 0; 
}
.upload-box .upload-preview {
    padding: 20px 0px;
}

.form-transaction > .control {
    min-height: 250px;
}
.form-transaction label {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.form-transaction .input-amount {
    justify-content: start;
}
.form-transaction .amount-box {
    margin-top: -10px;
}
.form-transaction .form-group {
    margin: 20px 0px 0px;
}

.amount-box {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #9F9F9F;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 10px;
}
.amount-box .number {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}

.collab-box {
    width: 100%;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.collab-box > .head {
    float: left;
    width: 400px;
    max-width: 100%;
    position: relative;
}
.collab-box > .head .item {
    background: #E2E5EC;
    border-radius: 5px;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #7C8292;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}
.collab-box > .head .item:not(.active):hover {
    opacity: 0.8;
}
.collab-box > .head .item.active {
    color: #fff;
    background: #FF8B36;
}
.collab-box > .head .item.active i {
    filter: brightness(0) invert(1);
}
.collab-box > .head .item i {
    width: 45px;
    height: 45px;
}
.collab-box > .body {
    float: left;
    width: calc(100% - 445px);
    padding-left: 15px;
}
.collab-box > .body .panel:first-child {
    margin: 0px;
}
.collab-box > .body .panel-body {
    padding: 20px 30px 40px;
}
.collab-box > .body .item:not(.active) {
    display: none;
}
.collab-box .btn {
    min-width: 120px;
}

.pd-35 {
    padding: 35px;
}

.upload-box.for-user .upload-preview {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ccc;
    position: relative;
    overflow: hidden;
}
.upload-box.for-user .upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
}
.upload-box.for-user .btn-upload {
    background: transparent !important;
    border: 0px !important;
    padding: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.upload-box.for-user .btn-upload i {
    width: 30px;
    height: 30px;
    z-index: 2;
}

.radio input {
    display: none;
}
.radio label {
    background: url('../images/radio.png') no-repeat top left;
    padding-left: 30px;
}
.radio input:checked + label {
    background-image: url('../images/radio-active.png');
}
.radio-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    padding-left: 0px;
}
.radio-inline .radio {
    margin: 10px 0px;
}

.radio-box .checkbox input {
    display: none;
}
.radio-box .checkbox label {
    background: url('../images/checkbox.png') no-repeat top left;
    padding-left: 30px;
}
.radio-box .checkbox input:checked + label {
    background-image: url('../images/checkbox-active.png');
}
.radio-box .checkbox-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    padding-left: 0px;
}
.radio-box .checkbox-inline .checkbox {
    margin: 10px 0px;
}

hr {
    border-color: #C1C1C1;
    margin: 30px 0px;
}

.input-time {
    gap: 10px;
    width: 200px;
    align-items: center;
    display: inline-flex;
}

.table-private td, .table-private th {
    padding: 10px 10px !important;
    text-align: left;
}
.table-private td:first-child, .table-private th:first-child {
    padding-left: 0px !important;
}
.table-private td:not(:first-child), .table-private th:not(:first-child) {
    text-align: left;
}

.control {
    min-height: 200px;
}

.input-readonly {
    font-weight: 700;
    background: transparent !important;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.guide-tour-private {
    font-size: 14px;
}
.guide-tour-private .form-group {
    margin-bottom: 5px;
}
.guide-tour-private .form-group label {
    width: 120px;
}

.tag {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #3B4150;
    border-radius: 17.5792px;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 30px;
}
.tag.is-primary {
    color: #fff;
    background: #F46B04;
}
.tag.is-warning {
    color: #fff;
    background: #FF9C27;
}
.tag.is-success {
    color: #fff;
    background: #1BA439;
}
.tag.is-danger {
    color: #fff;
    background: #A42919;
}
.tag.is-danger-light {
    color: #fff;
    background: #D64B38;
}
.tag.is-info {
    color: #fff;
    background: #276DAE;
}

.tab {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.tab .nav-tabs {
    display: inline-block;
}
.tab .nav-tabs li {
    float: left;
    display: inline-block;
}
.tab .nav-tabs li a {
    background: #FAFBFF;
    border: 1px solid #D6DBEA;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    margin: 0px;
}
.tab .nav-tabs li.active a {
    color: #fff;
    background: #F46B04;
}   
.tab .tab-content {
    background: #E8EAF0;
    border-radius: 0px 5px 5px 5px;
    padding: 30px 20px;
    margin-top: -8px;
}
.tab .card {
    min-height: 500px;
}

.card {
    padding: 25px;
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(96, 115, 162, 0.12);
    border-radius: 5px;
}
.table-style3 thead th {
    font-size: 14px;
}
.table-style3 thead td {
    font-size: 16px;
}
.radio-box {
    width: 100%;
    position: relative;
}
.radio-box .radio {
    width: 100%;
}
.checkbox-box {
    width: 100%;
    position: relative;
}
.checkbox-box .radio {
    width: 100%;
}

.table-title {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding: 20px 0px 10px;
    border-bottom: 1px solid #E1E1E1;
}
.datatable-title {
    background: #32343B;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 12px 15px;
    display: none;
}
.btn-close-menu {
    display: none;
}

.datepicker>div {
    width: 250px;
    font-size: 13px;
}
.datepicker table {
    width: 100%;
}

.check-box {
    padding: 0px 30px;
}
/* 2024-01-24 */
.select2 {
    padding-top: 6px !important;
    padding-bottom: 4px !important;
}
.select2 .select2-choices {
    border: 0px !important;
    box-shadow: none !important;
    background: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 25px 6px 10px !important;
    background: #ddd !important;
    border-radius: 50px !important;
    border: 0px !important;
    font-size: 12px !important;
    line-height: 12px !important;
}
.select2-container-multi .select2-search-choice-close {
    left: auto !important;
    right: 6px !important;
    top: 7px !important;
}

/* Modal fullscreen oil*/

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1439.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

 /* badge */
 span.badge.bg-danger {
    background-color: red !important;
}

/* 2024-06-21 */
.is-relative {
    position: relative;
}
.keyboard {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(34, 52, 86, 0.15);
    border-radius: 5px;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: -20px;
    left: 85%;
    width: 200px;
    padding: 10px;
    z-index: 1000;
    display: none;
}
.keyboard.open {
    display: flex;
}
.keyboard .box {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(34, 52, 86, 0.15);
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: calc(50% - 5px);
    cursor: pointer;
}
.keyboard .box.box-del {
    background: #000;
}