﻿body {
    font-family: 'Varela Round', sans-serif !important;
    background-color: #F1F3F6 !important;
}

.login-card {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}

html, body {
    height: 100%;
    margin: 0;
}

#Otpcard {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute !important;
    /* RIGHT: 164%; */
    HEIGHT: 62%;
    top: 30%;
}

.login-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label {
    font-size: 12px !important;
}

.form-control {
    box-shadow: none;
    border-color: #ddd;
}

    .form-control:focus {
        border-color: #18a99f;
    }

.btn {
    background: #004b8f;
    border: none;
    line-height: normal;
}

    .btn:hover, .login-form .btn:focus {
        background: #f47619;
    }
/* For screens smaller than 576px */
@@media (max-width: 575.98px) {
    .login-card {
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 20px;
    }

    .background-image {
        display: none;
    }
}

/* For screens between 576px and 767.98px */
@@media (min-width: 576px) and (max-width: 767.98px) {
    .login-card {
        max-width: 400px;
    }
}

@@media (max-width: 767px) {
    .login-card {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .back {
        background-image: url('https://img.freepik.com/free-vector/gradient-abstract-background-design_361591-996.jpg?w=996&t=st=1681973698~exp=1681974298~hmac=664022a7307d44237d64c45152e7f1a06d42a3db83410b5caa525110d371c1b8');
        background-size: cover;
    }
}

/* For screens between 768px and 991.98px */
@@media (min-width: 768px) and (max-width: 991.98px) {
    .login-card {
        max-width: 450px;
    }
}

/* For screens between 992px and 1199.98px */
@@media (min-width: 992px) and (max-width: 1199.98px) {
    .login-card {
        max-width: 500px;
    }
}

/* For screens larger than 1200px */
@@media (min-width: 1200px) {
    .login-card {
        max-width: 600px;
    }
}

/* Adjust font size and padding for smaller screens */
@@media (max-width: 767.98px) {
    .label {
        font-size: 10px !important;
    }

    .form-control {
        padding: 5px;
    }
}

.para {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #00b3ff;
    width: 520px;
    text-align: justify;
    /* text-shadow: 0px 0px 10px #ffeb7b; */
}

.imageComponent {
    position: relative;
    width: 100%;
}

    .imageComponent .center-img-horizontally {
        margin-left: auto;
        margin-right: auto;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.toggle-password {
    position: absolute;
    /* top: 50%;*/
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
    top: 17px;
    font-size: 18px;
}


.toggle-password1 {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -23px;
    position: relative;
}

.toggle-password2 {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -23px;
    position: relative;
}

.avantgarde {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 900;
    font-size: 35px !important;
    line-height: 50px !important;
}

.avantgardemedium {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 900;
    font-size: 14px !important;
    line-height: 25px !important;
}

ul {
    list-style-image: url('mages/tick.png');
}

.row-center {
    display: flex;
    justify-content: right;
    align-items: center;
}

/* Overlay Styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Adjust the z-index as needed */
}

/* Spinner Styles */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1); /* Light border color */
    border-top: 4px solid #3498db; /* Blue spinner color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

#logincardconfirm {
    margin-top: 150px;
}

.title-content {
    font-size: 16px;
}

#bodyLogin {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
}

.neumorphic-login-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.neumorphic-card {
    background-color: #e7ecee;
    width: 400px;
    height: auto;
    margin: 1rem;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.2);
}

.neumorphic-card__header {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.neumorphic-form {
    margin: 2rem 0;
}

.neumorphic-input-wrapper {
    width: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
}

    .neumorphic-input-wrapper label {
        font-size: 0.9rem;
        font-weight: 400;
        margin-left: 0.8rem;
    }

    .neumorphic-input-wrapper input {
        border: none;
        outline: none;
        background: none;
        background-color: white;
        padding: 0.8rem 1.1rem;
        border-radius: 15px;
        margin: 0.5rem 0 1rem 0;
        font-size: 1rem;
        color: black;
        height: 45px;
        box-shadow: inset 5px 5px 11px white, inset -5px -5px 11px white;
    }

.neumorphic-form button {
    border: none;
    outline: none;
    background: none;
    width: 100%;
    margin: 0.6rem 0 1rem 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: white;
    text-transform: capitalize;
    padding: 0.9rem;
    border-radius: 15px;
    background-color: #2065ef;
    height: 45px;
    box-shadow: 10px 10px 22px white, -10px -10px 22px white;
}

    .neumorphic-form button:active {
        box-shadow: inset 5px 5px 11px rgba(0, 0, 0, 0.2), inset -5px -5px 11px rgba(231, 235, 236, 0.75);
    }

.neumorphic-card__footer p {
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
}

.neumorphic-card__footer a {
    text-decoration: none;
    color: rgb(216, 30, 30);
}

    .neumorphic-card__footer a:hover {
        text-decoration: underline;
    }

#neumorphic-input-wrapper1 {
    position: relative;
    display: inline-block;
}

/* //--------------------------OTP DESIGN-------------//*/
.height-100 {
    height: 100vh
}

#Otpcard {
    width: 400px;
    border: none;
    height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

    #Otpcard h6 {
        color: red;
        font-size: 20px
    }

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

    .card-2 .content {
        margin-top: 50px
    }

        .card-2 .content a {
            color: red
        }

.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid dodgerblue;
    width: 140px
}

#btn_resend a:hover {
    text-decoration: underline;
}

#err_confirmvalidation, #err_confirmvalidation1, #span_Loginpassword {
    vertical-align: middle;
    color: red;
    text-align: center;
    margin-left: 7px;
    font-size: 15px;
}

#span_ApplicationNo {
    vertical-align: middle;
    color: red;
    text-align: start;
    font-size: 15px;
}

.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Ensure the spinner is above other content */
}

.table-container {
    max-width: 300%; /* Set your desired width */
    overflow-x: auto; /* Add horizontal scroll */
}

.table-container1 {
    width: 103%; /* Set your desired width */
    overflow-x: auto; /* Add horizontal scroll */
}

.table > :not(caption) > * > * {
    padding: 0.01rem 0.01rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg) !important;
}

.green-text {
    color: green !important; /* Set the color to green */
}

.custom-confirm-button {
    font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

.CartBtn {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: none;
    background-color: dodgerblue;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: .5s;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.103);
    position: relative;
    margin-right: 3px;
}

.IconContainer {
    position: absolute;
    left: -50px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
    transition-duration: .5s;
}

.cart {
    border-radius: 1px;
    width: 17px;
    height: 17px;
    color: white;
}

.text {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
    transition-duration: .5s;
    font-size: 13px;
    font-weight: 600;
    margin-top: 17px;
}

.CartBtn:hover .IconContainer {
    transform: translateX(58px);
    border-radius: 40px;
    transition-duration: .5s;
}

.CartBtn:hover .text {
    transform: translate(10px,0px);
    transition-duration: .5s;
}

.CartBtn:active {
    transform: scale(0.95);
    transition-duration: .5s;
}

.saveHide {
    display: flex;
    justify-content: flex-end;
}

.custom-style {
    border: 2px solid gray; /* Set the border color to gray */
    background-color: darkblue; /* Set the background color to a light gray shade */
    padding: 1px; /* Optional: Add padding for better visual appearance */
    color: white;
    text-decoration: line-through;
}

#loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Adjust the z-index as needed */
}

#body1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
    margin: 0;
    padding: 70px; /* Add padding to create space around the card */
}

#card1 {
    width: 900px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 600px; /* Automatically adjusts height based on content */
    max-height: 2000px; /* Example maximum height */
    overflow-y: auto; /* Add scrollbars if content exceeds max height */
}

#body2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    margin: 0;
    padding: 50px; /* Add padding to create space around the card */
}

#card2 {
    width: 800px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#body3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh; /* Fallback height if neither min-height nor max-height is reached */
    margin: 0;
    padding: 70px; /* Add padding to create space around the card */
}

#card3 {
    width: 1000px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 550px; /* Example minimum height */
    max-height: 750px; /* Example maximum height */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds max-height */
}

#body4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    margin: 0;
    padding: 50px; /* Add padding to create space around the card */
}

#card4 {
    width: 820px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#body5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    margin: 0;
    padding: 50px; /* Add padding to create space around the card */
}

#card5 {
    width: 600px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#dynamicTable1 {
    border-collapse: collapse;
    width: 100%;
}

#dynamicTable1, th, td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

#container {
    display: flex;
    text-align: center;
}

.error-container {
    display: inline-block; /* Align error container inline with the form element */
    margin-left: 10px; /* Adjust the margin as needed for proper spacing */
    vertical-align: top; /* Align the error container with the top of the form element */
}

#loadingSpinner {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Adjust the z-index as needed */
}

#body6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    margin: 0;
    padding: 50px; /* Add padding to create space around the card */
}

#card6 {
    width: 820px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 1800px; /* Example minimum height */
    max-height: 3050px; /* Example maximum height */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds max-height */
    margin-top: 1350px;
}

#ReviewTable td, #ReviewTableBranch td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

    #ReviewTable td:first-child {
        text-align: center; /* Aligns the content of the first column to the right */
        font-weight: bold;
    }

.searchbtnyellow, .btnApplys {
    display: flex;
    justify-content: center;
    height: 30px;
    width: 100px;
}

.searchbtnyellow1, .btnApplys {
    display: flex;
    justify-content: center;
    height: 30px;
    width: 150px;
}

#ReviewTableQual {
    width: 300%;
}

#ReviewTableEntrance {
    width: 150%;
}

#ReviewTableBranch {
    width: 97%;
}

#ReviewTable {
    width: 97%;
}

#mainTableFee {
    width: 100%;
}

.beeserp-toggle-password {
    position: absolute;
    top: 47%;
    right: 5%;
}

@@media only screen and (min-width: 360px) and (max-width: 601px) {
    .beeserp-toggle-password {
        position: absolute;
        top: 37%;
        right: 5%;
    }
}

/* Media query for devices with a maximum width of 600 pixels */
@@media only screen and (max-width: 601px) {
    .col-sm-4 {
        text-align: left;
    }

    .col-sm-2 {
        width: 50%;
    }

    .table-container {
        width: 110%; /* Ensure container takes full width */
        margin-left: -10px;
    }

    .table-container1 {
        width: 125%; /* Set your desired width */
        overflow-x: auto; /* Add horizontal scroll */
    }

    #ReviewTableQual {
        width: 600%;
    }

    #ReviewTableEntrance {
        width: 250%;
    }

    #ReviewTable {
        width: 100%;
    }

    #mainTableFee {
        width: 250%;
    }

    #body6 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 85vh;
        margin: 0;
        padding: 5px; /* Add padding to create space around the card */
    }

    #card {
        width: 3500px; /* Adjust width as needed */
        padding: 20px;
        background-color: #f0f0f0;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        min-height: 600px; /* Automatically adjusts height based on content */
        max-height: 3000px; /* Example maximum height */
        overflow-y: auto; /* Add scrollbars if content exceeds max height */
    }

    .btn_container {
        justify-content: flex-end;
    }
}

/* Media query for devices with a minimum width of 601 pixels */
@@media only screen and (min-width: 601px) {
    .col-sm-4 {
        text-align: left;
    }
}

@@keyframes colorChange {
    0% {
        color: blue;
    }

    50% {
        color: red;
    }

    100% {
        color: blue;
    }
}

#View_Fee h5 {
    text-decoration: underline;
    color: blue;
    animation: colorChange 2s infinite;
}

.loader-content {
    margin: 0;
    text-align: center;
}

.custom-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: azure;
    color: black;
    padding: 5px;
    border-radius: 12px;
}

div#otp .rounded {
    border: 1px solid black;
    color: black;
}

#togglePassword, #toggleConfirmPassword {
    position: relative;
    z-index: 2; /* Brings the eye icon above the input's focus shadow */
}

    /* Optional: Ensure the icon stays clickable and visible */
    #togglePassword i, #toggleConfirmPassword i {
        pointer-events: none; /* Prevents icon from blocking clicks if needed */
    }

#txt_NewPasswordchange, #txt_ConfirmPasswordchange {
    border: 0.12rem solid black;
    color: black;
}
/* Fix missing right border in input-group */
.input-group .form-control {
    border-right: 1px solid #ced4da; /* Matches default border color */
}

/* Ensure addon doesn't hide the border */
.input-group-append .input-group-text {
    border-left: none;
    background-color: #fff;
    z-index: 3;
}

/* Keep border visible on focus */
.input-group .form-control:focus {
    z-index: 1;
    border-right: 1px solid #80bdff; /* Matches focus color */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.err-username,
.err-password {
    font-weight: 700;
    font-size: small;
}