html {
    font-size: 14px;
    font-family: Arial !important;
}

@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%;
}

body {
    margin-bottom: 60px;
}

.new-btn-color {
    background-color: fff !important;
    color: #ffffff !important
}

.new-footer-backgroud {
    background-color: #fff !important;
    color: #000 !important;
    width: 100%;
    text-align: center;
}

.disabled-link {
    color: grey;
    pointer-events: none;
    cursor: not-allowed;
}

.logo {
    padding: 0;
    border: none;
}

#loginlist button.google.gate6 {
    height: auto;
    width: 50%;
    background: url(/images/google-gate6.png);
    background-repeat: no-repeat;
    border: none;
    aspect-ratio: 458 / 125;
    background-size: cover;
}

.donebutton {
    height: 70px;
    width: 70px;
    background: url('../images/done.svg');
    background-repeat: no-repeat;
    border: none;
}

.logoutbutton {
    height: 50px;
    width: 50px;
    background: url('../images/logout.svg');
    background-repeat: no-repeat;
    border: none;
}

.deletebutton {
    height: 30px;
    width: 30px;
    background: url('../images/delete.png');
    background-repeat: no-repeat;
    border: none;
}

.borderradius {
    border-radius: 50rem !important;
}

.borderradiusmodal {
    border-radius: 2rem !important;
    padding: 29px;
    gap: 10px;
}

.btn-black {
    background: none;
    border: solid 1px #ccc;
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
}

    .btn-black:hover {
        background: #ccc;
        color: #000 !important;
    }

.create-new-div {
    display: block;
    float: left;
    padding: 20px 0;
}

.zipbutton {
    height: 30px;
    width: 30px;
    background: url('../images/zipicon.svg');
    background-repeat: no-repeat;
    border: none;
}

.form-check-input:checked {
    background-color: #3fb73f !important;
    border-color: #3fb73f !important;
}

.border-top {
    border: none !important;
}

a {
    cursor: pointer;
}

/*    a:active {
        background: #ccc !important;
        border: 1px solid #ccc !important;
    }*/

input:focus, input.form-control:focus, select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #000000 !important;
    border: none !important;
}

.smallfonts {
    font-size: 12px;
}

.btn-upload {
    padding: 15px 30px;
}

.userbills-home {
    border: 1px solid #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
/* 13 Nov 24 Css */
.login-page {
    padding: 0
}

.login-row {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh)
}

.login-col-left {
    flex: 0 0 35%;
    max-width: 35%;
}

.login-col-right {
    flex: 0 0 65%;
    max-width: 65%;
}

.login-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.login-logo-area img {
    max-width: 150px
}

.login-col-right {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 45px
}

#loginlist button.google.gate6 {
    height: 64px;
    width: 234px;
}

.login-banner-wrapper {
    position: relative;
    background: url('../images/login-left.png');
    height: 100%;
    background-position: right center;
}

.login-popup-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    min-width: 400px;
    /*    display: none*/
}

ul.navbar-nav.nav-pills.gap-3 {
    gap: 0.5rem !important;
}

.headerNav-alignments {
    align-items: center !important;
    justify-content: flex-end;
}

.nav-link:hover {
/*    background-color: #fc4718 !important;
    color: white !important;*/
    transition: background-color 0.3s;
}

.btn-outline-danger:hover {
    background-color: #fc4718 !important;
    color: white !important;
}
/*18-12-24 submittedDocuments Styling*/
table.customSubmittesClass thead tr th.sorting {
    background-position: center;
}
.customActionsUserBills {
    display: flex;
}
/* Logo Styling */
/* Logo Styling */
.logo {
    width: 80%;
    max-width: 180px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .logo:hover {
        transform: scale(1.1);
        opacity: 0.8;
    }

/* Navigation Links */
.custom-nav-link {
    color: #333;
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

    .custom-nav-link:hover {
        background: linear-gradient(90deg, #0056b3, #007bff);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }
/*17-12-24*/
.nav-pills .nav-link.active {
    background-color: #000;
}

.nav-pills .nav-link.active a.nav-link.text-dark.customBorderSecondary {
 color: #fff !important;  
    }
li.nav-item.borderradius.nav-link.inactive {
    background-color: #efefef;
}
li.nav-item.borderradius.nav-link {
    padding: 0px 10px;
}
.btn-logoutClass form.form-inline button.logoutbutton {
    background-position-x: center;
    background-position-y: center;
    background-color: #efefef;
    border-radius: 25px;
}
/* User Info */
.user-info {
    font-size: 0.9rem;
    font-style: italic;
}

    .user-info span {
        color: #007bff;
    }

    .user-info:hover {
        text-decoration: underline;
    }

/* Logout Button */
.custom-logout-btn {
    background: linear-gradient(90deg, #dc3545, #c82333);
    color: #fff;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(220, 53, 69, 0.2);
}

    .custom-logout-btn:hover {
        background: linear-gradient(90deg, #c82333, #dc3545);
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(220, 53, 69, 0.4);
    }

/* Navbar Styling */
.navbar {
    /*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #f0f0f0;*/
    margin: 1.5rem 0rem 2.5rem 0rem !important;
}
.customHeaderNav {
    display: flex !important;
    flex-basis: fit-content !important;
}

.customBorderSecondary {
    /*    border: 1px solid #fc4718 !important;
    font-weight: 600;
    color: #fc4718 !important;*/
    border: none !important;
    font-weight: 400;
    color: #000 !important;
    border-radius: 2.25rem !important;
    padding: 10px 20px !important;
    font-size: 16px;
}
.customBorderSecondary.active {
   background-color: #000 !important;
   color: #fff !important; 
    }

.logoutBtnColor {
    color: #fc4718;
    border-color: #fc4718;
}

.custom-inline-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px; /* Adjust spacing between form elements */
}

    .custom-inline-form .form-group {
        display: flex;
        align-items: center;
        gap: 20px; /* Adjust spacing between label and input */
    }

        .custom-inline-form .form-group label {
            white-space: nowrap; /* Prevent labels from wrapping to the next line */
        }

    .custom-inline-form button {
        margin-left: auto; /* Push the button to the end of the form if needed */
    }

..custom-inline-form .text-end {
    text-align: center;
}

.custom-inline-form .form-group select {
    padding: .375rem 20.25rem .375rem .75rem;
}
/*Transition Form css*/
/* General form styling */
.form-switch .custom-formCheck {
    height: 1.5em;
    width: 2.75em;
}
.borderradiusmodal .modal-header {
    border-bottom: none;
}
.borderradiusmodal .modal-body .form-group input.form-control {
    padding: 12px;
    border-radius: 15px;
}
.borderradiusmodal .modal-body select.form-select {
    padding: 15px;
    border-radius: 15px;
}
.customClassSelect {
    margin-bottom: 15px;
}
.customClassSelect .form-group label {
    padding-left: 5px;
    margin-bottom: 5px;
}
    .customClassSelect label.form-switch {
        margin-left: 10px;
    }

        .customClassSelect label.form-switch input#IsActive {
            width: 2.75rem;
            padding: 10px;
        }
.customCancelClass {
    align-items: center;
}

    .customCancelClass button.cancel.btn.borderradius.btn-light {
        padding: 10px 30px;
    }
/*billManageCustomClass table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 18px;
}

.billManageCustomClass table#tblGrid tbody tr td label.form-switch input#item_IsActive {
    padding: 10px 20px;
}

.billManageCustomClass .dataTables_wrapper .dataTables_length {
    float: right;
}

.billManageCustomClass .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: left;
    margin-right: 40px;
}*/
@media screen and (max-width: 768px) {
    .login-row {
        background: url('../images/login-left.png');
    }

    .login-col-left {
        display: none
    }

    .login-col-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login-col-right {
        padding-right: 0;
        align-items: center;
        background: rgba(255,255,255,1)
    }
}
/* Tablet (768px to 1024px) */
@media (max-width: 1024px) {
    .navbar-brand img {
        width: 70%;
    }

    .nav-pills {
        justify-content: center;
    }

    .headerNav-alignments {
        align-items: center;
        text-align: center;
    }

    .logoutBtnColor {
        margin-top: 1rem;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .navbar-toggler {
        margin-top: 0.5rem;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        border-radius: 5px;
    }

    .headerNav-alignments {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }

    .logoutBtnColor {
        width: 100%;
        text-align: center;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .customBorderSecondary {
        border-color: none !important;
        width: 150px;
        margin: 0px auto;
    }

    .navbar-toggler {
        margin: 8px;
    }

    .create-new-div {
        text-align: center;
        width: 400px;
    }

    .donebutton {
        height: 40px;
        width: 40px;
    }

    .customMobBtn {
        width: 150px;
    }

    .customModalActive {
        width: 410px;
        position: absolute;
        text-align: right;
        margin-top: 15px;
    }

    .ctrl-warning-text {
        font-size: 14px !important;
        color: #ffa900;
        font-weight: bold;
    }
}


