html,
body {
    letter-spacing: 0.2px !important;
}

.detail-meeting-room {
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

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

.font-size--1 {
    font-size: 1rem !important;
}

tr.group {
    background-color: rgba(0, 0, 0, 0.05);
}

tr.group > td {
    text-transform: uppercase !important;
    font-size: 11px;
    font-weight: bold;
}

.text-initial {
    text-transform: initial !important;
}

.font-size-1rem {
    font-size: 1rem !important;
}

body.dark {
    /* background-color: #2a2c3a; */
    background-color: #272b34;
    /* color: #b5b7bf !important */
    color: #ffffff !important;
}

/* CALENDAR */
/* #calendar {
  max-width: 1100px;
  margin: 40px auto;
} */

.fc-license-message {
    display: none !important;
}

/* DEVICE CONTROL */

.navbar-static-bottom {
    position: fixed;
    background-color: transparent !important;
    width: calc(100% - 60px);
    bottom: 0;
    margin-left: -15px !important;
}

.dropdown .no-carret > .dropdown-toggle::after {
}

.dropdown-show-top {
    top: auto !important;
    bottom: 100% !important;
}

.mb-0-5 {
    margin-bottom: 0.5rem;
}

.device-control-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 32px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.675rem;
    color: #f0f0f0;
    border: 1px solid #dee2e6;
}

.icon-action-right {
    position: absolute;
    right: 0;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
        sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}

.devices-control-dark {
    /* background-color: #272b34 !important; */
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 0px solid #dee2e6 !important;
}

.devices-control-dark > .box-header {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0px solid #dee2e6;
}

.devices-control-dark > .box-body {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0px solid #dee2e6;
    /* new */
    /* overflow-y: auto;
    overflow-x: hidden;
    max-height: 19vh;
    height: 100%; */
}

/* .tab-content>.active {
    background: rgba(0, 0, 0, 0.25);
} */

/* END OF DEVICE CONTROL */

.btn-action {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    cursor: pointer;
}

.btn-action:hover {
    color: #3e8ef7;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.fc-left > h2 {
    text-transform: capitalize !important;
}

.main-sidebar::-webkit-scrollbar {
    display: none;
}

.main-sidebar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media only screen and (min-width: 960px) {
    .xtd {
        margin-left: 6rem;
    }
}

@media only screen and (max-width: 765px) {
    .logo-mini {
        display: none !important;
    }
}

.toggle-control {
    display: block;
    position: relative;
    padding-left: 84px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-control input:checked ~ .control {
    background-color: dodgerblue;
}

.toggle-control input:checked ~ .control:after {
    left: 55px;
}

.toggle-control .control {
    position: absolute;
    top: -32px;
    left: 0;
    height: 32px;
    width: 84px;
    border-radius: 25px;
    background-color: darkgray;
    transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    background: white;
    transition: left 0.15s ease-in;
}

body > div > nav > a > div.logo-mini {
    display: none;
    transition: 2s;
}

body.sidebar-collapse > div > nav > a > div.logo-mini {
    display: block;
}

.logo-mini {
    transition-timing-function: ease-in;
    transition-timing-function: ease-out;
}

body > div > nav > a > div.logo-lg {
    display: block;
    transition: 2s;
}

body.sidebar-collapse > div > nav > a > div.logo-lg {
    display: none;
    transition: 2s;
}

.logo-lg {
    transition-timing-function: ease-in;
    transition-timing-function: ease-out;
}

.qr-modal-body {
    background: #94cac1;
    padding: 5.25px 5.25px 0;
}

#my_camera {
    margin: auto;
    width: 50%;
}

#my_camera > video {
    width: 1280px !important;
    height: 720px !important;
    margin: 0 auto !important;
}

#my_camera_qr {
    margin: auto;
    width: 50%;
}

#my_camera_qr > video {
    width: 1280px !important;
    height: 720px !important;
    margin: 0 auto !important;
}

/* VMS */
.vms-body {
    background: url('../img/vms2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.welcome-wrapper {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    border: 1px solid #fff;
    color: #333;
}

.btn-visitor {
    padding: 16px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    color: #333;
}

.btn-visitor:hover {
    color: #333;
}

.btn-visitor:focus {
    color: #333;
}

.vms-footer {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1rem;
    width: 100%;
}

.vms-text-subtitle {
    text-transform: capitalize;
    display: block;
    margin-bottom: 0.5rem;
}

.btn-tabs-custom {
    background-color: #ffffff !important;
    color: #3e8ef7 !important;
    border: 1px solid #3e8ef7 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    padding: 0.375rem 0.75rem !important;
}

.btn-tabs-custom.active {
    background-color: #3e8ef7 !important;
    color: #ffffff !important;
    border: 1px solid #3e8ef7 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    padding: 0.375rem 0.75rem !important;
}

/* LOCKER */
.locker-grid {
    height: 5rem;
    padding: 8px;
}

.select2-results {
    color: #070707;
}

/* HIGHCHART */
.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/* .dt-buttons {
    position: absolute !important;
    top: 8.4rem !important;
    right: 1.3rem !important;
} */

.table-dttable .dt-buttons {
    position: absolute !important;
    top: unset !important;
    right: unset !important;
}

.dt-buttons > .dt-button {
    border-radius: 0.25rem !important;
    border: 1px solid #3e8ef7 !important;
}

.dt-buttons > .dt-button:hover {
    background-color: #3e8ef7 !important;
    border: 1px solid #3e8ef7 !important;
}

@media screen and (max-width: 600px) {
    .dt-buttons {
        position: inherit;
        top: inherit;
        right: inherit;
    }
}

input[type='number'] {
    min-width: 50px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 24px;
    height: 24px;
    padding: 8px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #fff !important;
    background-image: none !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
    text-align: left !important;
}

h4.user-name > small {
    white-space: nowrap;
    width: 91%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-footer {
    justify-content: flex-start;
}

.border-dashed {
    border: 1px solid #dee2e6;
    border-style: dashed;
}

/* .border-dashed:first-child {
    border-left: 0 !important;
}

.border-dashed:last-child {
    border-right: 0 !important;
} */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-body > .form-group:last-child {
    margin-bottom: 0 !important;
}

/* shadow */
.shadow-none {
    box-shadow: none !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.flexbox {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.5rem;
}

.flexbox > *:first-child {
    border-radius: 0.5rem 0 0 0.5rem !important;
}

.flexbox > *:last-child {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}

#listSchduleByRoomId > .row:nth-child(even) {
    /* background: rgba(0, 0, 0, .1) !important; */
    /* background: transparent !important; */
}

.text-light {
    color: #bbb !important;
}

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

.w--100 {
    width: 100% !important;
}

.fixed .main-header {
    z-index: 999 !important;
}

.social-icons-wrapper {
    padding: 0 !important;
    list-style-type: none !important;
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}

.social-icons-wrapper > a > img.icon {
    width: 12%;
    float: right;
}

@media screen and (max-width: 600px) {
    .social-icons-wrapper {
        bottom: 20px;
        right: 20px;
    }
}

.img-dashboard-banner {
    height: 40vh;
    object-fit: cover !important;
    border-radius: 1.5rem;
}
.img-dashboard-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: 0.7;
}

.text-marquee::after {
    content: ' \b7\a0';
}
.text-marquee:last-child::after {
    content: '';
}
.btn-info.disabled,
.btn-info:disabled {
    opacity: 1 !important;
    cursor: not-allowed !important;
}
#loginCardWrapper {
    background-color: #fff;
    opacity: 0.9;
}
.no-opacity {
    transition: opacity 1.5s;
    opacity: 1 !important;
}
.add-opacity {
    transition: opacity 1.5s;
    opacity: 0.9 !important;
}
.table {
    width: 100% !important;
}
button.btn {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
}
.form-control:focus {
    background-color: rgb(61 188 212 / 13%) !important;
    border-color: rgb(61 188 212 / 85%) !important;
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 1.5rem;
    top: inherit;
    margin-top: 0px;
    background: #f3f2f2;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    padding-top: 1px;
    text-align: center;
}

.sidebar-menu li > a > .fa-angle-down,
.sidebar-menu li > a > .pull-right-container > .fa-angle-down {
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.sidebar-menu .menu-open > a > .fa-angle-down,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pqrs {
    height: 100%;
    max-height: 60vh;
    background: pink;
    overflow-y: auto;
}

.tuvw {
    position: fixed !important;
    bottom: 0;
}

.form-control-date:disabled,
.form-control-date[readonly] {
    background-color: inherit !important;
    opacity: 1;
}

.daterangepicker td,
.daterangepicker th {
    width: 24px;
    height: 32px;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    border: 1px solid #d2d6de;
    border-radius: 8px;
    padding: 4px;
}

.bg-card-client-subscribe {
    background-color: #3dbcd4;
    color: white;
}
.bg-card-client-info {
    background-color: #fbb041;
    color: white;
}
.icon-card-client {
    color: #fbb041;
    font-size: 24px !important;
}

.icon-rounded:first-child {
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 100% !important;
    border: 2px solid #fbb041;
    margin-left: 0;
    font-weight: bold;
    padding: 4px 6px;
}
.icon-rounded {
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 100% !important;
    border: 2px solid #fbb041;
    margin-right: -16px;
    font-weight: bold;
    padding: 4px 6px;
}
.icon-rounded > span {
}

.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.progress {
    background: rgb(0 0 0 / 20%) !important;
    border-radius: 50px !important;
    height: 7px !important;
}
.progress-bar {
    background-color: white !important;
    border-radius: 50px !important;
    height: 7px !important;
}
/* .table th, .table thead th{
    text-transform: uppercase !important;
} */
.w--50 {
    width: 50% !important;
}
.w--25 {
    width: 25% !important;
}

#imgPreview {
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.datepicker-inline {
    width: inherit !important;
}
.radius {
    border-radius: 0.45rem;
}
.fc th.fc-widget-header {
    width: 45px !important;
}

.light-sidebar .sidebar-menu > li.active > a > i,
.light-sidebar .sidebar-menu > li:hover > a > i,
.light-sidebar .sidebar-menu > li.menu-open > a > i,
.light-sidebar .sidebar-menu > li > a > i {
    /* margin-right: 0 !important; */
    margin-left: 10px !important;
}

.sidebar-menu li.header {
    margin-left: 10px !important;
}

.fc table {
    border-left: 0.5px solid #ddd !important;
    border-right: 0.5px solid #ddd !important;
}
.img-meeting-room {
    height: 30vh !important;
    object-fit: cover;
}

ul.list-property > li::after {
    content: ',';
}
ul.list-property > li:last-child::after {
    content: '';
}
.content {
    padding-bottom: 0;
}

.ui-autocomplete {
    z-index: 100;
}
.fc-toolbar {
    padding: 1.25rem 0;
}
.fc-title {
    font-weight: 500;
}
.fc-description {
    margin-top: 12px;
    font-weight: 300;
}
.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end {
    cursor: no-drop;
    /* width: 98.25% !important; */
}
.fc-content {
    color: white;
}
.fc-event .fc-bg {
    opacity: 0 !important;
}
.fc-time-grid-event .fc-time {
    font-size: 1em !important;
    font-weight: 600 !important;
}
.fc-resource-cell img {
    vertical-align: middle; /* Align image with text */
    border-radius: 4px; /* Optional: add rounded corners */
    margin-right: 10px; /* Space between image and text */
}
.btn-filter {
    padding: 0.59rem 0.75rem !important;
}
