﻿@font-face {
    font-family: 'Open-Sans-Regular';
    src: url('../../font/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans-Semibold';
    src: url('../../font/Open_Sans/static/OpenSans-SemiBold.ttf') format('truetype');
}

body {
    background-color: rgb(1 92 171);
}

body, div, p, label, span {
    font-family: 'Open-Sans-Regular';
    color: #374151;
}

h1, h2, h3, .fw-bold {
    font-family: 'Open-Sans-Semibold';
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.border-radius16 {
    border-radius: 16px;
}

.greenClr {
    color: #35A137;
}

.color1 {
    color: #374151;
}

.color2 {
    color: #868080;
}

ul, ol {
    padding: 0;
}

    ul li, ol li {
        margin-left: 20px;
    }

.btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 30px;
    padding: 12px 2em;
    height: 45px;
    background: #3b9637cf;
    border-color: #3b9637cf;
}

    .btn:hover {
        background: #3b9637cf;
        border-color: #3b9637cf;
    }

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.btn:focus-visible {
    color: #fff;
    background-color: #3b9637cf;
    border-color: #3b9637cf;
    outline: 0;
    box-shadow: none;
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
    box-shadow: none;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: #3b9637cf;
    border-color: #3b9637cf;
}

.btn.ButtonTransparent {
    border: 1px solid #4B5563;
    background: #fff;
    color: #4B5563;
}

    .btn.ButtonTransparent:hover {
        border: 1px solid #4B5563;
        background: #fff;
        color: #4B5563;
    }

.btn.btnGray {
    background: #4B5563;
    border-color: #4B5563;
}

    .btn.btnGray:hover {
        border: 1px solid #4B5563;
        background: #4B5563;
    }

.form-control {
    border-color: #4B5563;
    height: 45px;
    border-radius: 5px;
    color: #4B5563;
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.clearfix {
    clear: both;
}

#header {
    top: 0px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

    #header .navbar {
        background: #fff;
    }

        #header .navbar .navbar-toggler {
            border: none;
            width: auto;
            padding: 0;
        }

            #header .navbar .navbar-toggler:focus {
                box-shadow: none;
            }

        #header .navbar .mobile-header-login {
            font-weight: 500;
            font-size: 18px;
        }

    #header .navbar, #header .navbar-brand {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 5px 0;
    }

        #header .navbar-brand img {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
            width: 120px;
        }

    #header .navbar-nav {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 88px;
    }

        #header .navbar-nav li a {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding: 0 13px;
            font-size: 13px;
            text-decoration: none;
            color: #525252;
            font-weight: 600;
            transition: none;
            border-bottom: 2px solid transparent;
            font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
        }

    #header li.header-btn, #header li.logout-btn {
        line-height: normal;
    }

        #header li.header-btn a, #header li.logout-btn a {
            background-color: #3b9637cf;
            border-color: #3b9637cf;
            font-weight: 500;
            font-size: 16px;
            line-height: 19.36px;
            letter-spacing: 0;
            text-align: center;
            border-radius: 30px;
            padding: 12px 2em;
            height: auto;
            border: none;
        }

        #header li.logout-btn a {
            background: #4B5563;
            border-color: #4B5563;
        }


.dropdown:hover .dropdown-menu {
    display: block;
}

/* Step content */
.step-content {
    font-size: 16px;
    color: #4B5563;
    line-height: 1.5;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Higher than Bootstrap modal */
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* Show loader using jQuery by adding 'show' class */
.loader-overlay.show {
    display: flex;
}

.stepper-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 50px;
}

.stepper-step {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    border-radius: 50px;
    background: white;
    color: #004b99;
    font-weight: bold;
    border: none;
    transition: 0.3s;
}

    .stepper-step.active {
        background-color: #cce24a;
    }

.stepper-content {
    color: white;
}

.form-label {
    color: #fff;
    margin-bottom: 5px;
}

.invalid-feedback {
    color: #ed5454;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    box-shadow: none;
}

.businessDate.input-group .form-control {
    border: none;
}

.businessDate .input-group-text {
    background-color: #fff;
    border: none;
}

.requestedAmount.input-group .form-control {
    border: none;
    padding-left: 0;
}

.requestedAmount .input-group-text {
    background-color: #fff;
    border: none;
    padding-right: 3px;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: initial;
    box-shadow: none;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: initial;
    background-image: none;
}

.UploadFileBox {
    height: initial;
}

.stepper-header .stepper-step:first-child.completed {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.stepper-header .stepper-step.completed {
    background-color: #cce24a;
    border-radius: 0;
}

.stepper-header .stepper-step:first-child.active {
    border-radius: 50px;
}

.stepper-header .stepper-step.active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Higher than Bootstrap modal */
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* Show loader using jQuery by adding 'show' class */
.loader-overlay.show {
    display: flex;
}

.IconCalender {
    position: relative;
}

    .IconCalender .IconRight {
        position: absolute;
        right: 23px;
        top: 38px;
    }

    .IconCalender .form-control:invalid, .IconCalender .form-control.is-invalid {
        background-image: none;
    }

@media only screen and (max-width: 590px) {
    .stepper-header {
        overflow: scroll;
    }

        .stepper-header .stepper-step {
            white-space: nowrap;
        }
}
