@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Open Sans';
}

.col-lg-3{
    width: 23% !important;
}


h5 {
    font-size: 18px !important;
}

li{
    font-size: 14px !important;
}

/* NAVBAR */
.navbar {
    height: 95vh;
    width: 20% !important;
    background-color: #26303E !important;
    position: fixed;
    bottom: auto;
    left: auto;
    display: block;
    overflow-x: hidden;
    border-radius: 20px !important;
}

.logout:hover{
    color: orange !important;
}
/* 
.appoint-sec {
    height: 95vh;
} */


label {
    font-size: 12px;
    padding-top: 10px;
}

.navbar img {
    height: auto !important;
    width: 80px !important;
}


nav a:hover {
    background-color: white;
    opacity: 0.5;
}

nav a {
    border-radius: 10px;
}

.navbar .nav-link.active {
    background-color: white;
}

.sidebar {
    width: 250px;
    /* background-color: #ffffff; */
    border-right: 1px solid #dee2e6;
}

.sidebar a {
    color: #495057;
    padding: 10px 15px;
    display: block;
}

.sidebar .nav-link.active {
    background-color: #f5f7fa;
    border-right: 3px solid #007bff;
    color: blue;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


.date-button {
    font-size: 14px;
}

.bi-graph-down {
    font-size: 18px;
}

.custom-thead th {
    background-color: #26303E !important;
    color: white !important;
    font-size: 14px !important;
}



.add_img {
    width: 90px;
    height: 90px;
    background-color: #E8F0FE; /* Light blue background */
    border-radius: 50%;
    border: 1px dashed #4285F4;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding-top: 20px;
    cursor: pointer;
}

.add_img i {
    font-size: 36px;
    color: #4285F4; /* Blue icon color */
}

.img-text {
    font-size: 10px;
    color: #4285F4; /* Customize the text color if needed */
}

.form_detail label {
    font-size: 12px;
}

.form_detail input {
    height: 15px;
}

.form_detail button {
    height: 35px;
    font-size: 14px;
}

.form_detail select {
    height: 15px;
    font-size: 12px;
}

.file_detail p {
    font-size: 12px;
}
/* 
.form-control {
    padding: 0;
}

.form-select {
    padding: 0;  
}

.input-group button {
    padding: 0 5px !important;
} */

p {
    font-size: 14px;
}




.main-content {
    flex: 1;
    padding: 30px;
}

.excel-box{
    border: 1px solid #4285F4;
    padding-top: 20px;
    color: #6c757d;
    background-color: #f5f7fa;
    position: relative;
    width: 86%;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 35px;
}


.upload-box {
    border: 2px dashed #4285F4;
    padding: 20px;
    text-align: center;
    color: #6c757d;
    background-color: #f5f7fa;
    position: relative;
    width: 90%;
    border-radius: 10px;
    cursor: pointer;
}

.upload-box:hover{
    background-color: #e9ecef;
}

.upload-box .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #007bff;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
}


.icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #E8F0FE; /* Light blue background */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px !important;
}

.icon-wrapper i {
    font-size: 36px;
    color: #4285F4; /* Blue icon color */
}


/* ===Table==== */

.table-container {
    /* padding: 20px; */
    padding-top: 10px;
}
.table-custom {
    background-color: #2c2f38;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.table-custom th {
    background-color: #313544;
    color: #fff;
    font-size: 12px;
    padding: 19px 15px !important;
}


.table-custom th, .table-custom td {
    min-width: 90px; /* Adjust as needed for column width */
    padding: 10px;
    text-align: left;
}

.table-custom td{
    font-size: 11px; 
    background-color: #f5f7fa;
    /* margin-right: 19px !important;    */
}
.table-custom tbody tr:hover {
    background-color: #3c404c;
}
.table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    /* background-color: #313544; */
    /* border-radius: 0 0 10px 10px; */
}

.table-scrollable-horizontal {
    overflow-y: auto; /* Enables horizontal scrolling */
}

.table-scrollable-horizontal table {
    width: 100%; /* Makes sure the table fits within the container */
    margin: 0 !important;
    padding: 0 !important;
}


.pagination-controls .page-link {
    /* background-color: #858689; */
    border: none;
    color: black;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #98999d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

  button{
    font-size: 14px !important;
  }

  .widget-row h3{
    font-size: 18px !important;
  }

  .widget-row p{
    font-size: 12px !important;
  }

  small{
    font-size: 10px !important;
  }

  .vip-template{
    background-color: #f5f7fa;
    border: 1px solid #007bff;
    /* color: blue; */
  }

  /* .main-content {
    min-width: 1200px; 
    padding: 20px;
} */

.main-content {
    overflow-x: auto;
    height: 93vh;  
}

.main-content::-webkit-scrollbar {
    display: none;
}

/* Hides scrollbar for Internet Explorer 10+ */
.main-content {
    -ms-overflow-style: none;
}

/* Hides scrollbar for Firefox */
.main-content {
    scrollbar-width: none;
}

.visitortype-content {
    overflow-x: auto;
    height: 93vh;  
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}

.visitortype-content::-webkit-scrollbar {
    display: none;
}

/* Hides scrollbar for Internet Explorer 10+ */
.visitortype-content {
    -ms-overflow-style: none;
}

/* Hides scrollbar for Firefox */
.visitortype-content {
    scrollbar-width: none;
}

.quiz-content {
    overflow-x: auto;
    height: 93vh;  
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}

.quiz-content::-webkit-scrollbar {
    display: none;
}

/* Hides scrollbar for Internet Explorer 10+ */
.quiz-content {
    -ms-overflow-style: none;
}

/* Hides scrollbar for Firefox */
.quiz-content {
    scrollbar-width: none;
}

.pass-content {
    overflow-x: auto;
    height: 93vh;  
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}

.pass-content::-webkit-scrollbar {
    display: none;
}

/* Hides scrollbar for Internet Explorer 10+ */
.pass-content {
    -ms-overflow-style: none;
}

/* Hides scrollbar for Firefox */
.pass-content {
    scrollbar-width: none;
}


.cancel_button:hover{
    background-color: #d33 !important;
}

.approve_button:hover{
    background-color: #2f80ed !important;
}

.vms-noti-tap button:focus{
    border-bottom: 3px solid #2f80ed !important;
    border-radius: 0;
    color: black !important;
    font-weight: bold;
    padding: 0;
}



/* ====Progress slider=== */
.slider {
    width: 290px;
    height: 5px;
    background-color: #e0e0e0;
    border-radius: 5px;
    /* margin: 20px auto; */
    position: relative;
}

.slider-line {
    position: absolute;
    /* top: px; */
    height: 5px;
    background-color: #6495ed;
    border-radius: 5px;
    width: 0%;
    transition: width 0.3s ease;
}

.slider-item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e0e0e0;
    position: absolute;
    top: -7px;
    cursor: pointer;
}

.slider-item.active {
    background-color: #4285f4;
}

.slider-item.inactive {
    background-color: #e0e0e0;
}

.slider-number {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    /* text-align: center; */
    padding-left: 8px;
}

input{
    font-size: 12px !important;
}

/* ====switch==== */

.custom-switch-input:checked {
    background-color: #28a745 !important; /* Green color */
    border-color: #28a745 !important; /* Green color */
    box-shadow: none !important;
}

.custom-switch-input:checked::before {
    background-color: #fff !important; /* Thumb color */
    box-shadow: none !important;
}

.custom-switch-input {
    background-color: #cac9c9; /* Default unchecked color */
    /* border-color: #ccc; Default unchecked border */
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    box-shadow: none !important;
    border: none !important;
}


.vms-logo-container {
    width: 90px;  /* Adjust the size as needed */
    height: 90px; /* Adjust the size as needed */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px !important;
    /* margin-right: 10px !important; */
    background-color: white; /* Optional: background color */
}

.vms-logo-container img {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 0;
    /* padding-bottom: 30px; */
    object-fit: fill;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* ====.widget-row==== */
.stat-card {
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    transition: all 0.3s ease;
}


.card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2E3A59;
}

.stat-graph {
    width: 50px;
    height: 30px;
    background-size: cover;
}

.green-graph {
    background-image: linear-gradient(to top, rgba(0, 255, 0, 0.1), rgba(0, 255, 0, 0.5));
}

.red-graph {
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.5));
}

.badge{
    margin-left: 60px;
}

.bg-gradient-primary {
    background: linear-gradient(45deg, #5eaefa, #2564e6);
}

/* .position-relative {
    width: 70px;
    height: 70px;
}

.position-absolute {
    width: 24px;
    height: 24px;
} */

.emoji_face .col-md-2:hover{
    background-color: rgb(231, 141, 141);
    cursor: pointer;
}

.vms-bottom-right{
    width: 54%;
}

.vms-company-name{
    font-size: 18px;
}

.vms-otp-img{
    height: 200px;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {


    /* Navbar */
    .navbar {
        width: 22% !important;
        overflow-x: auto;
        height: 94vh; 
        border-radius: 20px; 
    }
    
    .navbar::-webkit-scrollbar {
        display: none;
    }

    .nav-item img {
        width: 80px !important;
        height: 80px !important;
        margin-left: 20px !important;
    }

    .nav-link i {
        font-size: 18px;
    }

    .vms-logout{
        position: relative !important;        
        padding-top: 20px;
    }

   
    .vms-records span{
        font-size: 9px !important;
    }


    .vms-logo-container{
        margin-left: 25px !important;
    }

    .vms-number-code{
        font-size: 12px !important;
        margin: 0;
        padding: 0;
    }
   
    .vms-bottom-right{
        width: 53%;
    }

    .vms-notification{        
        margin-left: 16px;
    }

    .vms-company-link{
        padding-left: 50px !important;
    }

    .vms-records h4{
        font-size: 20px !important;
    }

 

    .vms-company-name{
        font-size: 15px;
        margin-left: 15px !important;
    }
    


    

    .list-unstyled {
        margin-left: -19px !important;
    }

    

    .input-group-text {
        width: 40px !important;
        /* height: 15px !important; */
    }

    /* .appoint-sec {
        height: 95vh;
    } */

    .vms-otp-img{
        height: 120px;
    }

    video {
        margin-left: 5px;
        width: 230px !important;
        height: auto;
    }

    .controls{
     gap: 45px !important;   
    }
  
    
    .controls button{
        width: 30px;
        height: 30px;
    }

}

/* @media only screen and (max-width: 1024px){
    .badge{
        padding-left: 0px !important;
    }
} */


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    nav {
        left: 20px !important;
    }

    /* nav li{
        font-size: 10px !important;
    } */

  

    .date-button {
        font-size: 12px !important;
        width: 80px !important;
        height: 40px !important;
    }

    .nav-item img {
        width: 80px !important;
        height: 80px !important;
        margin-left: 20px !important;
    }

    .list-unstyled {
        margin-left: -19px !important;
    }

    .nav-link i {
        font-size: 12px;
    }

    .input-group-text {
        width: 40px !important;
        /* height: 15px !important; */
    }

    .table th:nth-child(-n+9),
    .table td:nth-child(-n+9) {
        min-width: 80px;
        /* width: auto; */
    }

    /* .appoint-sec {
        height: 70vh;
    } */
}

.vms-number-code{
    width: 50px !important;
}

.nav-link{
    font-size: 12px !important;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  
  
  .otp-field input {
    height: 85px;
    width: 100px;
    outline: none;
    font-size: 20px !important;
    text-align: center;
  }

select{
    font-size: 12px;
}


  .camera-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 100vh; */
    /* background-color: #f8f9fa; */
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    border-radius: 10px;
}
video {
    width: 100%;
    height: auto;
}
.controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 60px;
} 

.controls button{
    width: 40px;
    height: 40px;
}


.vms-rightside {
    overflow-x: auto;
    height: 94vh; 
    border-radius: 20px; 
}

.vms-rightside::-webkit-scrollbar {
    display: none;
}

/* Hides scrollbar for Internet Explorer 10+ */
.vms-rightside {
    -ms-overflow-style: none;
}

/* Hides scrollbar for Firefox */
.vms-rightside {
    scrollbar-width: none;
}


.custom-input {
    border-radius: 15px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    font-size: 16px;
    color: #495057;
    box-shadow: none;
    outline: none;
  }
  
  .custom-input:focus {
    border-color: #ced4da;
    box-shadow: none;
  }
  
  .form-label {
    font-size: 14px;
    color: #adb5bd;
    margin-bottom: 5px;
  }

  /* Css by Swapnil */

  .v-input .v-label{
    height: 27px;
    line-height: 2px;
  }
  .text-link{
    margin-bottom: 16px;
    color: #6C757D;
    cursor: pointer;
    text-decoration: underline;
  }
  .error-text{
    margin: 5px 0px 5px 0px;
    color: red;
  }
  #capture_canvas{
    border:10px solid #26303E;
    border-radius: 20px;
  }
  .v-stepper{
    -webkit-box-shadow:none;
  }
  .v-stepper__content{
    padding: 0px !important;
  }
  .grayed-out {
        color: #8f8b8b !important;
        background-color: #dadbdd !important;
        /* opacity: 0.6; */

    }
  