* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    font-size: 14px;
    letter-spacing: 0 !important; 
    user-select: none;
    -ms-touch-action: manipulation!important;
    touch-action: manipulation !important;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif, PadaukRegular !important;
    letter-spacing: 0px !important;  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    background: linear-gradient(to bottom, #390001, #590b0a 28%, #411406 59%, #270b09)
}
.grid.grid-cols-5 {
    line-height: 3.5;
}

.dataTableLogs, .dataTableHeader {
    border: 1px inset #ffffff4d;
    color: wheat;
    font-size: 1.5rem;
}

.bg_div:before {
    content: "";
    background-image: url(../img/body_bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    left: 0;
    background-repeat: repeat;
    background-size: contain;
    filter: invert(.85);
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.bg_div {
    background: linear-gradient(to bottom, #390001 0%, #b50500 28%, #b30b00 59%, #c70900 100%);
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.lb-wrapper {
  margin: auto!important;
  top: 0px;
  left: 0px;
  overflow: unset;
  position: fixed !important;
}

.lb-screen {
  width: 1280px;
  height: 720px;
  margin: 10px auto;
  overflow: hidden;
}
.bg_div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.btn.active {
    animation: .15s btn_active linear;
    filter: brightness(1.25);
}
.active {
    animation: .15s btn_active linear;
    filter: brightness(1.25);
}
@keyframes btn_active {
    0% {
        scale: .98;
        filter: brightness(1.25);
    }
    100% {
        scale: 1;
        filter: brightness(1);
    }
}
img.footer_bg_img { 
    position: absolute;
    bottom: 10px;
    left: -45px;
    aspect-ratio: 11 / 1;
}

.room {
    gap: 1rem;
}

.roomImg {
    max-height: 400px;
    width: auto;
}
.btn.btn_lock {
    aspect-ratio: 2 / 1.55;
}
.room_wrapper {
    align-items: center;
}
.grid.grid-cols-6.items-center.text-center.justify-center {
    position: relative;
    z-index: 9;
    bottom: 25px;
    gap: 3rem;
}
.foot_icon.active>img.foot_icon_img {
    scale: 1.09;
    filter: brightness(1.2);
}

.wrapper {
    min-height: 100vh!important; 
    display: flex;
    flex-direction: column;
    z-index: 100;
}
 
.header {
    flex-shrink: 0;
    height: 11rem;
}

.main { 
    display: flex;
    flex-flow: column;
    width: 100%; 
    overflow: hidden;
    margin-top: 5rem;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
input:checked + .slider {
    background-color: #21f342;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
