
*, 
body{
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
body {
    overflow-x: hidden;
}
.header-navbar {
    box-shadow: 0 4px 10px 0px #638dcf17;
}
.sidebar {
    background-color: black;
    z-index: 9;
    width: 17%;
}
.sidebar-navbar .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: white;
    border-radius: 8px;
    padding: 15px 15px;
}
.sidebar-navbar .nav-link i {
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.sidebar-navbar .nav-link.nav-active {
    color: black;
    background-color: #a5b518;
    border-radius: 8px;
}
.sidebar-navbar .nav-link.nav-active i {
    color: black;
}
.sidebar-navbar .nav-link:hover {
    color: black;
    background-color: #a5b518;
    border-radius: 8px;
}
.sidebar-navbar .nav-link:hover i {
    color: black;
    border-radius: 8px;
}
.header-navbar {
    z-index: 8;
    width: 84%;
}
.header-heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.lights-fix {
    position: fixed;
    bottom: 0;
    width: 17%;
}
.light-form {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 8px;
}
.light-form .form-switch .form-check-input {
    width: 40px !important;
    height: 20px;
}
.light-form .form-check-input:checked {
    background-color: lightgray !important;
    border-color: white !important;
}
.light-form .form-check-input:focus {
    box-shadow: none !important;
}
.bell-link {
    background-color: #a3539917 !important;
    border-radius: 8px;
}
.login-body {
    background-image: linear-gradient(85deg, black , #a5b518, black);
    height: 100vh;
    position: relative !important;
}
.login-box {
    	border-radius: 32px;
	width: 450px;
	position: absolute;
	top: 10%;
	background-color: rgba(255, 255, 255, 0.4);
  	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(30px);
}
.login-form .form-control {
    height: 50px;
}
.login-btn {
    background-color: #35373a !important;
    color: white !important;
}
.login-btn:hover {
    background-color: #a5b518;
    color: white;
}
.login-box .form-check-input {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-right: 7px;
}
.add-btn {
    background-image: linear-gradient(85deg, #A35399 , #6F8ACF, #3C97D1);
    border: none !important;
    color: white !important;
    border-radius: 10px !important;
}
.content-card {
    min-height: 500px;
}
.dashboard-card {
    background-color: #a5b518;
}
.dashboard-card i {
    font-size: 50px;
}
.main-tables table tr th {
    background-color: #a5b518;
    padding: 15px 10px;
    font-weight: 600;
}
.main-tables table tr td {
    padding: 15px 10px;
}
.reset-btn {
    background-color: #a5b518 !important;
}
.qr-buttons {
    background-color: #a5b518;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.qr-buttons button {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qr-buttons .fa-play, .fa-stop, .fa-forward-fast {
    font-size: 20px;
} 
.qr-buttons button:hover {
    background-color: white;
    transition: all 1s;
}
.qr-tabs .nav-item {
    width: 33.3%;
}
.qr-tabs .nav-item .nav-link {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: white !important;
}
.qr-tabs .nav-link.active {
    background-color: #0d6efd24 !important;
    color: #000;
}
.qr-box {
    height: 450px;
    border-radius: 12px;
}
.qr-box .fa-circle {
    position: absolute;
    left: 20px;
    top: 60px;
    color: red;
}
.qr-box .fa-image {
    font-size: 50px;
}
.qr-tabs {
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.qr-header {
    background-color: #a5b51812;
}
.disconnect-btn {
    border: 2px solid #000;
}
.disconnect-btn:hover {
    border: 2px solid #000;
}
.record-btn {
    background-color: #0d6efd6e;
    color: white;
}
.record-btn:hover {
    background-color: white;
    color: #000;
    transition: all 1s;
}
.video-table th {
    font-size: 14px;
    background-color: #0d6efd0d;
    padding: 5px;
}
.video-table td {
    font-size: 12px;
    padding: 5px;
}
.operator-nav .nav-item {
    width: 33.33%;
    text-align: center;
}
.operator-nav .nav-item .nav-link {
   background-color: #a5b51812;
   border-radius: 0;
   color: black;
}
.operator-nav .nav-item .nav-link.active {
    background-color: white;
    color: black !important;
}
.operator-btns a i {
    font-size: 30px;
}
.operator-btns a {
    width: 100px;
    height: 100px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    flex-direction: column;
}
.operator-tables table tr th {
    background-color: #a5b51812;
    padding: 10px;
    font-weight: 600;
}
.operator-tables table tr td {
    padding: 10px;
}
.user-form .form-control, .form-select, .form-control {
    height: 45px;
}
.sidebar .nav-link.active{
    background-color: #a5b518 !important;
    color: #fff !important;
}
.login-box .box-img img {
    width: 100px;
}
.qr-number {
    height: 34px;
}
.profile-nav .nav-link {
    border-bottom: 3px solid black;
    border-radius: 0px !important;
    background-color: transparent;
    color: #000 !important;
    font-weight: bold;

}
.profile-nav .nav-link.active {
    border-bottom: 3px solid #a5b518 !important;
    border-radius: 0px !important;
    background-color: transparent;
    color: #a5b518 !important;
    font-weight: bold;
}
.profile-camera-icon {
    background-color: #a5b518;
    width: 50px;
    height: 50px;
    color: white;
    position: relative;
    z-index: 2;
    margin-top: -40px;
    left: 45px;
}
.rounded-circle_setting {
    position: relative;
}
.header-navbar .dropdown-menu[data-bs-popper] {
     left: -50px;
     border: none;
}
@media only screen and (max-width: 1200px) {
.login-box {
    top: 17%;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
.login-box {
    top: 10%;
}
}