html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.navbar{
    position:relative;
    z-index:99999;
}

.mobonly{
    display:none;
}

.nav-item .active{
    border-radius:8px !important;
    margin-right:8px;
    margin-left:8px;
}

.tcon1{
    max-width:100% !important
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}



h1{
    color:darkblue;
}

html, body{
    background:#f1f1f1 !important;
}

main{
  
}

*{
    font-family:"Inter";
}



.ept1 tr:nth-child(odd) td, .ept2 tr:nth-child(odd) td {
    background: rgba(230,230,230,0.3);
}

.ept1 tr td {
    padding: 20px;
    opacity: 0.8;
    color: rgba(0,0,0,0.8);
}

.ept1 tr:hover td {
    background: rgba(130,130,130,0.2);
}

.em1{
    border-radius:8px;
    border:2px solid rgba(0,0,0,0.2);
    padding:40px;
    margin:40px 0px;
    background:white;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('/avenir-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family:AvenirBook;
}

h1{
    font-size:40px;
    font-weight:bold;
}

main{
    padding-top:30px;
}

.tf1{
    display:flex;
}

.tf1 .btn{
    margin-left:10px;
}

td, p{
  
}

.userimagesmall{
    height:40px;
}

.ecc1 form{
    display:flex;
    flex-wrap:wrap;


}

.ecc1 .form-group{
    min-width:45%;
    padding:20px;
}

.ecc1 .control-label {
    color: darkblue;
    font-weight:bold;
}

body main{
    margin-left:10%;
    position:relative;
   
}

@media screen and (max-width: 900px) {

    body main{
        margin-left:40%;
    }




}

@media screen and (min-width: 800px) {
    .main2sub1 {
        margin-left: 80px;
    }
}




    #nif1 {
        position: fixed;
        right: -300px;
        top: 80px;
        height: 100vh;
        transition: all 0.5s ease-in-out;
    }

    .slide-in1 {
        right: 0px !important;
    }




    /* Notification Bell Container */
    .notification-bell-container {
        position: relative;
        display: inline-block;
        width: 48px; /* Adjust as needed */
        height: 48px;
    }

    /* The bell icon */
    #bell-icon {
        font-size: 32px;
        color: #5a6070;
        cursor: pointer;
        transition: transform 0.15s ease-in-out, color 0.3s ease;
    }

        #bell-icon:hover {
            color: #1d4e89; /* Slightly darker blue on hover */
            transform: scale(1.1); /* Subtle pop effect */
        }

        #bell-icon:active {
            transform: scale(0.95);
        }

    /* Notification count badge (red circle) */
    .notification-count-badge {
        position: absolute;
        top: -8px; /* Adjust to sit on top-right of bell */
        right: -10px;
        background-color: #e74c3c;
        color: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        z-index: 100;
    }



    .slide-in {
        animation: slideInFromRight 0.4s ease-out forwards;
    }

    .close-btn {
        float: right;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #999;
    }

        .close-btn:hover {
            color: #e74c3c;
        }



    .kioskmode nav, .kioskmode .sidebar {
        display: none !important;
    }

    .lp1 .col-md-12 {
        max-width: 600px;
        margin: auto !important;
        background: #e4e4e4;
        padding: 20px;
        margin: 40px;
        border-radius: 10px;
    }

    .qil1 .form-group{
        margin:20px;
    }

    .dclass1{
        opacity:0.5;
    }

.form-control{
    appearance:auto !important;
}

.tf1  {
    //justify-content: flex-end;
}

.cl1  .textonly{
    display:none !important;
}

.cl1{
    width:60px !important;
}

#ta1{

}



@media screen and (min-width: 768px) and (max-width: 1185px) {

    select{
        padding:20px !important;
        margin:10px;
    }

    .mbh .btn {
        height: 100px !important;
        display:flex;
        align-items: center;
        vertical-align: central;
        margin:8px !important;
    }


    body main {
        margin-left: 10%;
    }

    #usersarea a{
        padding:20px;
        margin:20px !important;
    }

    h1 {
        font-size: 24px;
    }

    .mobonly{
        display:inline;
    }

    .ml1{
        position:absolute;
        left:40px;
    }

    .sidebar {
        display: none;
        width: 300px !important;
        position: fixed;
        top: 40px !important;
        left: 0px;
        border-right: 2px solid gray !important;
        z-index: 999999999999 !important;
    }

    .dt-paging-button{
        padding:20px !important;
        width:80px !important;
    }

    input[type="checkbox"] {
        font-size: 20px !important;
        padding: 20px;
        width: 34px;
        height: 34px;
    }

        .nav-link i {
            width: 14px;
            font-size: 22px !important;
        }

        main .row {
            margin: 0px 30px;
        }

        .nav-link {
            padding: 20px !important;
            min-width: 120px;
            padding-bottom: 40px !important;
            padding-top: 40px !important;
            border-top: 1px solid #e1e1e1;
            width: 120px;
        }

            .nav-link a {
            }

        .bn1 a, .bn1 {
            min-width: 300px !important;
            width: 300px !important;
        }

        .control-label, label {
            font-size: 18px !important;
        }

        canvas {
        }

        .tf1 div {
            width: 100% !important;
        }

        .btn {
            padding: 10px;
        }

        .tf1 .btn {
            height: 60px;
        }

            .tf1 .btn * {
                display: flex;
                align-content: center;
                align-items: center;
            }

        .nomob {
            display: none;
        }

        .nav-item {
            display: flex;
        }

        .unfurl1 {
            width: 8px !important;
            float: left !important;
            position: relative;
            left: -10px;
        }

        .nav-item {
            font-size: 18px;
            width: 120px;
            margin: 0px;
            padding: 0px;
            margin-bottom: 0px !important;
        }

        .form-control label, .form-group input, .form-group label {
            font-size: 30px;
        }

        .form-group input {
            padding: 14px !important;
        }

        .em1 {
            padding: 10px;
            margin: 10px;
        }

        p, td {
            font-size: 18px;
        }

        td {
            padding-bottom: 30px !important;
        }

        .btn {
            margin: 20px !important;
        }

        .container {
            max-width: 100% !important;
        }

        #mainlogo1{
            position:relative;
            left:40px;
        }
        .ff1 select{
            padding:0px !important;
            margin:0px !important;
        }

    .mobcollapse {
        display: inline !important;
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 8px;
        z-index: 99999999999999999999999999999999;
        border: 1px solid black;
        background: #0d6efd;
        color: white;
        font-size:40px;
    }

        .msbc {
            display: none !important;
        }

        body main, .main2sub1 {
            margin-left: 0px !important;
        }

        .nav-item, .nav-item a {
            width: 300px;
        }
    }

.pho1{
    display:none;
}


@media (max-width: 767px) {

    .pho1{
        display:inline;
    }

    .mobwide1{
         width:96%;
         margin:8px;
    }

    tbody, .dt-container, .dt-layout-row, #resultsBody {
        padding: 0px !important;
        margin: 0px !important;
    }


    .nophone {
        display: none !important;
    }

    .stt1 thead {
        display: none;
    }

    * {
      
    }

    .stt1 .pho1{
        margin-right:8px;
    }

    .checkinmob{
        width:100%;
        text-align:center;
    }

    .checkinmob .btn{
        margin:auto !important;
    }

    .stt1 table{
        border-collapse: separate; /* Allows borders to look distinct when we change display */
        width: 600px !important;
        max-width: 600px;
    }

    .stt1 tr {
       border:1px solid gray;
       border-radius:8px;
      
        width:85vw !important;
        display: flex;
        flex-wrap: wrap; /* Allows items to wrap if there are more than 2 cells (good for responsiveness) */
    }
    /* Style and size individual cells for mobile */
    .stt1 td {
        display: block; /* or 'flex' */
        width: 50%; /* Enforce the 50% width constraint */
        box-sizing: border-box !important; /* Ensures padding/borders don't mess up the percentage width */
        padding: 8px 4px !important;
        border:none !important;
        text-align: left;
    }

        .stt1 .sorting_1{
            display:none;
        }

        .stt1 td .btn, .stt1 td .badge {
            margin: 8px;
        }


        .checkinmob{
            width:100% !important;
            text-align:center;
        }

        .checkinmob .btn{
            margin:auto !important;
        }


    .em1 {
        padding: 4px;
        margin: 0px;
    }

    .bn1 {
        width: 200px !important;
        margin: 0px !important;
    }

        .bn1 a {
            width: 200px !important;
            min-width: 200px !important;
        }

    nav {
        min-height: 40px;
        top: 0px;
        position: fixed !important;
        width: 100%;
    }

    body {
    }


    select {
        padding: 20px;
        margin: 20px;
    }


    #rolearea {
        display: none;
    }

    .nav-link {
        justify-content: inherit !important;
    }

    .sidebar {
        position: fixed !important;
        top: 100px;
    }

    .msbc {
        display: none !important;
    }

    .navbar-toggler {
        display: none;
    }

    .nomob {
        display: none;
    }

    .navbar img {
        position: relative;
        left: 20px;
    }



    h1, h2, h3, h4 {
        font-size: 14px;
    }

    table, tr, td {
        padding: 0px !important;
        margin: 0px !important;
    }

    .mobcollapse {
        display: inline !important;
        position: fixed;
        top: 0px;
        left: 0px;
        background: white;
        padding: 8px;
        z-index: 99999999;
        border: 1px solid black;
    }

    body, main, html {
        padding: 0px !important;
        margin: 0px !important;
    }

    .tf1 div {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }

    .tf1 {
        display: block;
    }

    body {
        padding-top: 40px !important;
    }
}


.vv1{
   width:19%;
   position:relative;
   top:-6px;
   left:-10px;
   padding:16px;
   text-align:center;
}

.em1 {
    max-width: 100%;
    overflow: scroll;

}

.vvactive {
    background: #1a73e8 !important;
    border-radius:10px;
    color:white;
}

input:required:invalid, .selectrequired {
    border: 2px solid red;
    background-color: #fff0f0;
}

#success-banner {
    z-index: 999999999999999999999;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 400px !important; /* A specific width is required */
    margin: 0 auto !important; /* Centers the block itself */
    
    top:100px !important;
}

.dt-input{
    background:white !important;
}

.dt-length select, .dt-paging-button current, div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: white !important;
    background: #1a73e8 !important;
}

.upper1::first-letter{
    text-transform:uppercase !important;
}

.sidebar{
    overflow-x:hidden !important;
}

dl{
    display:none;
}

.form-group input{
    border:1px solid gray;
   
}