.authentication-bg {
    background-image: url(../images/auth-login-bg.jpg);
    /* background: linear-gradient(90deg, rgba(13,78,100,1) 0%, rgba(79,148,126,1) 100%); */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.authentication-bg::after {
    /* background-image: url(../images/auth-login-bg.jpg); */
    background-color: #000;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.50;
    /* filter: brightness(0)invert(1); */
}

.container-fluid .authentication-bg {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.custom-bg {
    background: linear-gradient(90deg, rgba(13, 78, 100, 1) 0%, rgba(79, 148, 126, 1) 100%);
    position: relative;
}

.regd-container-section {
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.form-control,
.form-select,
.table-bordered,
.form-check-input {
    border: var(--bs-border-width) solid #cbcedc;
}

.custom-clr {
    background: linear-gradient(90deg, rgba(13, 78, 100, 1) 0%, rgba(79, 148, 126, 1) 100%);
}

.custom-clr-orange {
    background: linear-gradient(90deg, rgb(235, 166, 34) 0%, rgb(255, 222, 144) 100%);
}

.text-custom {
    color: rgba(13, 78, 100, 1);
}

.container-box {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.log-content {
    position: absolute;
    text-align: left;
    margin-left: 10px;
}

.sub-head-log {
    color: #72e2c3 !important;
    font-size: 30px;
}

.head-bda {
    color: #ffffff !important;
    font-size: 45px;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}


@media screen and (max-width: 767px) {
    .container-box {
        height: auto;
    }

    .container-fluid .authentication-bg {
        height: 40vh;
        min-height: unset !important;
    }
}

body[data-sidebar="colored"] .vertical-menu {
    /* background: linear-gradient(180deg, rgba(13, 78, 100, 1) 0%, rgba(79, 148, 126, 1) 100%); */
    background: linear-gradient(135deg, #4c654f 0, #9bf7ab 100%);

}

body[data-sidebar="colored"] .navbar-brand-box {
    background: rgba(13, 78, 100, 0.12);
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #1c5e6a;
    border-color: #3d8177;
}

.dash-board-card1 {
    background-color: #67c4aa;
}

.dash-board-card2 {
    background-color: #f46a6acf;
}

.dash-board-card3 {
    background-color: #23788fe3;
}

.dash-board-card4 {
    background-color: #f1b44c;
}

.error-input {
    border: 1px solid rgba(253, 15, 15, 0.914);
}

/* Loader */
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Ensure the loader is on top of other elements */
    display: none;
    /* Initially hidden */
}

/* Styling for the loader itself */
#loader-container #loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0b754c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}

/* Keyframe animation for the loader spin effect */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loader */

.re-send {
    cursor: pointer;
}

/* Validation CSS */
form.myform label.error,
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #fd3995;
    font-style: italic;
    display: block;
    font-size: .6875rem;
    margin-top: .325rem;
}

div.error {
    display: none;
}

input {
    border: 1px solid black;
}

input.checkbox {
    border: none
}

input:focus {
    border: 1px solid black;
}

input.error {
    background-color: #eca3c51c;
    border: 1px solid #fd3995;
}

form.myform .gray * {
    color: gray;
}

.text-star {
    color: #fd3995;
}

/* Validation CSS */

.select2-results__options {
    max-height: 300px;
    /* Adjust the height as needed */
    overflow-y: auto;
}

.client-logo img {
    padding-left: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple.select2-invalid {
    border-color: #dc3545;
}


.datepicker {
    padding: .47rem .75rem !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

input:read-only {
    cursor: not-allowed;
}

fieldset {
    border: 1px solid #00000030;
    border-radius: 5px;
    padding: 1rem;
}


fieldset legend {
    margin-top: -2rem;
    background: #fff;
    width: auto;
    padding: 0 0.5rem;
    margin-bottom: 1rem !important;
    color: #347773;
    font-weight: 500;
    font-size: 1.2rem;
}

.valid-feedback-cust {
    font-size: .8rem !important;
    text-align: right !important;
}
.re-send-otp{
    cursor: pointer;
}
/* .form-control.is-valid, .was-validated .form-control:valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + .94rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .235rem) center;
	background-size: calc(.75em + .47rem) calc(.75em + .47rem);
} */