label {
    color: #000;
    font-weight: 500;
    background: #fff;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 4px;
}

input {
    margin-bottom: 10px
}

.subs-header {
    padding-top: 0px;
    border-bottom: 0px;
}

.heading-text h4 {
    color: #fff;
    padding: 20px;
    border: 2px solid #d3d3d3;
    display: inline-block;
    border-radius: 20px !important;
    box-shadow: inset 10px 12px 13px -7px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 10px 12px 13px -7px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 10px 12px 13px -7px rgba(0, 0, 0, 0.7);
    -o-box-shadow: inset 10px 12px 13px -7px rgba(0, 0, 0, 0.7);
}

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

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    outline: none;
}

.form-item {
    position: relative;
    margin-bottom: 15px
}

.form-item input {
    display: block;
    background: white !important;
    border: solid 1px #999;
    transition: all .3s ease;
    padding: 0 15px;
    font-size: 14px !important;
    color: #999;
}

.form-item input:focus {
    border-color: #000 !important;
    border: solid 1px #000 !important;
    background-color: white !important;
    background: none !important;
    box-shadow: none;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 10px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease
}

.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 14px;
    top: -12px
}

.bg-custom {
    background-color: #660000 !important;
}

.text-custom {
    color: #660000 !important;
}

.form-control:focus, .form-control:active {
    background: none !important;
    -webkit-appearance: none;
}

.pl-07 {
    padding-left: 0.7rem;
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 30px;

/* Firefox */
&
[type=number] {
    -moz-appearance: textfield;
}

&
:focus {
    border-width: 2px;
    border-color: darken(#2f8f1f, 5%);
    font-size: 20px;
}

}

.otp-input-fields input {
    color: #660000;
    height: 50px;
    width: 50px;
    background-color: #FCF2F2;
    border-radius: 4px;
    border: 1px solid #660000;
    text-align: center;
    outline: none;
    font-size: 18px;

&
::-webkit-outer-spin-button,

&
::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


}

.select-table {
    font-weight: bold;
    padding: 10px 0;
    width: 40px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 16px;
}

.random-table {
    font-weight: bold;
    padding: 19px 0;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 14px;

    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 16%;
}

.modal-table {
    font-weight: bold;
    padding: 7px 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 14px;
}

.check-table {
    font-weight: bold;
    padding: 5px 0;
    width: 40px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 14px;
}

.chair-table {
    width: 33px;
    text-align: center;
    font-size: 9px;
    color: white;
    position: absolute;
    left: 50%;
    top: -5px;
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transform: translate(-50%, -50%);

}

.number-chair {
    /* width: 45px; */
    text-align: center;
}

.bg-empty {
    background: #FCF2F2 !important;
}

.color-empty {
    color: #A36666;
}

.bg-chair-empty {
    background: #A36666;
}

.bg-chair-full {
    background: #5C5C5C;
}

.bg-full {
    background: #F5F5F5;
}


.color-full {
    color: #5C5C5C;
}

.chair {
    width: 33px;
    text-align: center;
    font-size: 9px;
    color: white;
    position: absolute;
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selected {
    border: 1px solid #660000;
}

.occupied {
    background-color: #fff;
}


.select-table:not(.occupied):hover {
    cursor: pointer;
}

.showcase .select-table:not(.occupied):hover {
    cursor: default;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 480px) {
    .otp-input-fields {
        gap: 10px;
    }

    .otp-input-fields input {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }
}

.select-table-default {
    font-weight: bold;
    padding: 10px 0;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 16px;
}

.pr-30 {
    padding-right: 30px !important;
}

.fs-13 {
    font-size: 13px;
}

.border-image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-content {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset -2px 0 2px 2px #f3f3f3;
}

.title-login {
    color: #333333;
    font-size: 28px;
}

.shadow-right {
    box-shadow: 5px 0 5px -5px #333;
}

.form-group .toggle-password {
    top: 60px !important;
    left: auto !important;
    right: 20px !important;
}

.forgot-pass a:hover {
    color: #BF994D;
}

.savePass {
    transform: scale(2);
    accent-color: #BF994D;
}

.savePass:checked {
    border: 3px solid white !important;
}

.bg-color {

    border-radius: 10px !important;
}

.bg-color a i, .bg-color a span {
    color: #5C5C5C;
}

.has-error {
    border: 1px solid #D11B27 !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #D11B27;
}

ul li.active {
    background: #BF994D !important;
}

.active a i, .active a span {
    color: white !important;

}

.img-avt {
    width: 45px;
    height: 45px;
}


#search {
    padding-left: 2.5rem;
}

.icon-search {
    position: absolute;
    right: 180px;
    border: none !important;
}


.jconfirm-title-c {
    text-align: center;
}

.jconfirm-buttons {
    width: 100%;
}

.demo-content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 50%;
}

.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 4;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

tr.spaceUnder > td {
    padding-bottom: 1rem !important;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

.img-timeline {
    width: 100px;
    height: 100px;
}

td div.changeTable {
    width: 40px;
    margin: auto;
}

.btn-map {

    position: absolute;
    right: 30px;
    z-index: 2;
    bottom: 20px;
}

.control .bttn {
    width: calc(65px * 0.5) !important;
    padding: 0;
    text-align: center;
    box-shadow: none !important;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
}

.control .input {
    width: calc(80px * 0.5) !important;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #0B1C31;
    border: none;
}

.bg-click {
    border-color: #2D264B !important;
    background: #2D264B !important;
}

.bg-notClick {
    border-color: #ADADAD !important;
    background: #ADADAD !important;
}

.infor {
    font-weight: normal !important;
}

input.infor:focus {
    font-weight: normal !important;
    border-color: #999 !important;
}

.create-table {
    background: #FCF2F2 !important;
    border-radius: 40px !important;

}

button.create-table {
    color: #660000 !important;
    height: 48px;

}

.selected-table {
    background: #660000 !important;
    border-radius: 40px !important;

}

button.selected-table {
    color: white !important;
    height: 48px;

}


.form-item select {
    display: block;
    background: white !important;
    border: solid 1px #999;
    transition: all .3s ease;
    padding: 0px 15px;
    font-size: 14px !important;
    color: #999;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .selection .select2-selection--single {
  height: 30px !important;
  border-radius: 12px;
  background: #FAFAFA;
  color: #707070;
}

.select2-selection__arrow {
    height: 35px !important;

}

.h-48 {
    height: 48px !important;
}

.br-40 {
    border-radius: 40px !important;
}


.border-active {
    border: 2px solid #660000 !important;
}

.fs-11 {
    font-size: 11px;
}

.use-voucher {
    /* The native appearance is hidden */
    appearance: none;
    -webkit-appearance: none;

    /* For a circular appearance we need a border-radius. */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    /* The background will be the radio dot's color. */
    background: white;

    /* The border will be the spacing between the dot and the outer circle */
    border: 3px solid #FFF;

    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 2px #FCF2F2;
}

.use-voucher:checked {
    box-shadow: 0 0 0 3px #660000;
}

.center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.custom-table {
    width: 40px;
    margin: auto;
    border-radius: 4px;
    perspective: 1px;
}

.scale-15 {
    scale: 1.5;
    margin: 10px !important;
}

.scale-12 {
    scale: 1.2;
    margin: 5px !important;
}

.scale-08 {
    scale: 0.8;
    margin: -0.5px !important;
}

@media only screen and (max-width: 385px) {

    .scale-08 {
        scale: 0.7;
        margin: -0.5px !important;
    }

}

@media only screen and (min-width: 450px) {
    .scale-08 {
        scale: 1;
        margin: 1px !important;
    }

    .scale-12 {
        scale: 1.5;
        margin: 10px !important;
    }

    .scale-15 {
        scale: 2;
        margin: 20px !important;
    }

}

.border-top-lr {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.position-center {
    top: 0;
    bottom: 0;
    margin: auto;
}


.border-menu {
    border-radius: 12px !important;
}

.border-modal {
    border-radius: 16px !important;
}

.close-position {
    position: absolute !important;
    right: -30px !important;
    background: #CCCCCC !important;
    color: #838383 !important;
    top: 11px !important;
}


.timeline-desc p {
    color: #5C5C5C;
    font-size: 16px;
}

.text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
