@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*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%;
}

body {
  margin-bottom: 60px;
}


*/
body {
    margin: 0;
/*    font-family: 'Segoe UI';*/
    font-family: "Poppins", Arial, sans-serif;
    background: #fff7e8;
}

/* Header */

.top-header {
    background: #ffffff;
/*    padding: 12px 25px;*/
    padding: 6px 0px;
    border-bottom: 4px solid #dcf1ff;
    display: flex;
    align-items: center;
}

.logo {
    height: 80px;
}

.top-header h3 {
    color: #003366;
    margin-bottom: 5px;
    font-weight: 700;
}

.top-header h5 {
    color: #666;
    margin: 0;
}

/* Navbar */

.navbar-custom {
    background: #dcf1ff;
}

.navbar-custom .nav-link {
    color: #0264a3 !important;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 700;
    font-size: 17px;
}

.navbar-custom .nav-link:hover {
    background: rgba(255,255,255,.15);
}

.login-card .card-header {
    background-color: #dcf1ff !important;
    color: #0264a3;
}
.bg-primary {
    background: #dcf1ff !important;
    color: #0264a3 !important;
}
.text-theme {
    color: #0264a3 !important;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-brand {
    color: #0364A4 !important;
    line-height: 1;
    padding: 0.3rem 13px !important;
    display: inline-block;
    display: inline-flex;
    outline: none;
}
.header-heading{
/*    padding-left: 20px;*/
    margin: 0px;
    text-wrap: wrap;
}
    .header-heading .sub-heading{
    font-weight: 700 !important;
    font-size: 22px;

    }
    .header-heading .sub-light-heading {
        font-weight: 500 !important;
        font-size: 18px;
    }
    .header-heading p {
        padding: 0px;
        margin: 0px;
        line-height: 1.2;
    }

.nav-link {
    color: #0364A4 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3rem 13px !important;
    white-space: nowrap;
/*    border-left: 3px solid #0364A4;*/
}

.login-wrapper {
    padding: 0px !important;
    margin: 0px !important;
    height: calc(100vh - 134px);
    padding: 0px;
    margin: 0px;
    /*        background: linear-gradient(to bottom, #086bb5 60%, #fffbe9 60%);*/
    background-image: url('../images/Groupfour.png'), url('../images/wheel.png');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto min(500px, 100%), auto min(500px, 100%);
}

@media (max-width: 768px) {
    .login-wrapper {
/*        background-image: url('../images/wheel.png');*/
        background-image: url('../images/LoginBG.png');
        background-position: right 10px center;
        background-size: contain;
        padding: 20px !important
    }
}
.login-wrapper .mt-4 {
    margin-top: 0px !important;
}
/*new css start*/
.custom-navbar-toggler {
    display: none;
    border: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.custom-navbar-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    border-radius: 2px;
}

/* Show only on mobile */
@media (max-width: 991px) {
    .custom-navbar-toggler {
        display: block;
    }
}
.login-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    position: relative;
    /* Optional: Agar Hexagon pattern background picture me add karni ho to yaha background image de sakte hain */
}
    /* Hide duplicate middle logo & redundant title from main area for clean look */
    .login-wrapper .text-center img.logo,
    .login-wrapper .portal-title {
        display: none;
    }

/* --- Professional Login Card Styling --- */
.login-card {
    border: none !important;
    border-radius: 12px !important;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

    .login-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    }

    /* Top Accent Bar on Card */
    .login-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #004085, #198754);
    }

    .login-card .card-body {
        padding: 2.5rem 2rem !important;
    }

    .login-card h4 {
        color: #004085;
        font-weight: 700;
        font-size: 1.35rem;
        margin-bottom: 1.5rem;
        letter-spacing: 0.3px;
    }

    /* NGO Login Button Enhancements */
    .login-card .btn-success {
        background-color: #198754 !important;
        border-color: #198754 !important;
        border-radius: 6px;
        font-weight: 600;
        font-size: 1.05rem;
        padding: 12px 20px;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.25);
        transition: all 0.3s ease;
    }

        .login-card .btn-success:hover {
            background-color: #146c43 !important;
            border-color: #13653f !important;
            box-shadow: 0 6px 16px rgba(25, 135, 84, 0.35);
        }
.ngo-login-wrapper .login-card .card-body {
    background: none !important;
}
/*login css start*/
/* ==========================================
   NGO LOGIN PAGE
========================================== */

.ngo-login-page {
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

/* ==========================================
   LEFT BANNER
========================================== */

.ngo-banner-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url('/images/ngo-background.jpg');
    background-size: cover;
    background-position: center;
}

.ngo-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 135deg, rgba(10, 74, 55, 0.92), rgba(18, 100, 70, 0.72) );
}

.ngo-banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 60px 10%;
    color: #ffffff;
}

/* Logo */
.portal-logo {
    margin-bottom: 45px;
}

    .portal-logo img {
        height: 65px;
        max-width: 200px;
        object-fit: contain;
        background: #ffffff;
        padding: 8px 14px;
        border-radius: 8px;
    }

/* Welcome Badge */
.welcome-tag {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.30);
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Heading */
.ngo-banner-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
}

.ngo-banner-content > p {
    max-width: 600px;
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.92;
}

/* Features */
.ngo-features {
    margin-top: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
}

.feature-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 14px;
}


/* ==========================================
   RIGHT LOGIN SECTION
========================================== */

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7f6;
}

.login-content {
    width: 100%;
    max-width: 480px;
    padding: 30px;
}

/* Login Card */
.login-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 45px 40px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.10);
    border: 1px solid #e9ecef;
}

/* Login Icon */
.login-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf5ef;
    font-size: 30px;
}

/* Login Text */
.login-card h2 {
    color: #174c3c;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 6px;
}

.login-subtitle {
    color: #198754;
    font-size: 16px;
    font-weight: 600;
}

.heading-divider {
    width: 55px;
    height: 3px;
    margin: 18px auto 22px;
    background: #198754;
    border-radius: 5px;
}

.login-text {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Login Button */
.ngo-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
    background: linear-gradient( 135deg, #198754, #12663e );
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .ngo-login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(25, 135, 84, 0.25);
        background: linear-gradient( 135deg, #146c43, #0f5132 );
    }

.arrow {
    font-size: 22px;
    line-height: 1;
}

.login-footer {
    margin: 22px 0 0;
    color: #9aa3a0;
    font-size: 13px;
}

.btn-primary {
    color: #fff;
    background-color: #0264a3;
    border-color: #0264a3;
}
.btn-outline-primary {
    border-color: #0264a3 !important;
    color: #0264a3;
}
    .btn-outline-primary:hover {
        background-color: #0264a3 !important;
    }
    /*.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}*/
    /* ==========================================
   MOBILE LOGO
========================================== */
    .mobile-logo {
        text-align: center;
        margin-bottom: 25px;
    }

    .mobile-logo img {
        height: 60px;
        max-width: 180px;
        object-fit: contain;
    }


/* ==========================================
   RESPONSIVE DESIGN
========================================== */

@media (max-width: 991.98px) {

    .ngo-banner-section {
        min-height: 420px;
    }

    .ngo-banner-content {
        padding: 50px 8%;
    }

        .ngo-banner-content h1 {
            font-size: 36px;
        }

    .login-section {
        min-height: auto;
        padding: 50px 0;
    }

    .portal-logo {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .ngo-banner-section {
        min-height: 380px;
    }

    .ngo-banner-content h1 {
        font-size: 29px;
    }

    .ngo-banner-content > p {
        font-size: 15px;
    }

    .ngo-features {
        margin-top: 25px;
    }

    .login-content {
        padding: 20px;
    }

    .login-card {
        padding: 35px 22px;
        border-radius: 15px;
    }

        .login-card h2 {
            font-size: 23px;
        }
}
.login-logo {
    width: 100%;
    max-width: 140px;
}
.login-card {
    position: relative;
    background-color: #ffffff; 
    overflow: hidden; 
}

    .login-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Background Image Settings */
        /*        background-image: url('../images/wheel.png');*/
        background-image: url('../images/LoginBG.png');
        background-position: center center; 
        background-repeat: no-repeat;
/*        background-size: contain;*/
        background-size: cover;
        /* Image Opacity Settings */
        opacity: 0.5; 
        z-index: 0;
    }

    
    .login-card > * {
        position: relative;
        z-index: 1;
    }
/*new end css*/
.login-wrapper .portal-title {
    /*    color: #fff;*/
}
/* Footer */
footer {
    padding: 14px 0;
    background: #fff33b;
    color: #007DCB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.2px;
}

/* Cards */

.card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}


/*==================================================
REGISTRATION PAGE
==================================================*/

.section-title {
/*    background: #f8f9fa;*/
/*    border-left: 5px solid #0264a3;*/
/*    padding: 10px 15px;*/
    font-size: 16px;
    font-weight: 500;
    /*color: #0d6efd;*/
    color: #0264a3;
    margin-top: 20px;
    margin-bottom: 10px;
}


.card {
    border-radius: 10px;
}
/*new card css*/
.wc-approval-card {
    background: #ffffff;
    border: 1px solid #e4eaf0;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(24, 55, 80, 0.08);
    overflow: hidden;
    margin-bottom: 20px;
}
.card-header {
    padding: 16px 20px;
    background: #5bbdff36;
    border-bottom: 1px solid #edf1f4;
}
    .card-header ,h4 ,h5 {
        font-size: 1.25rem !important;
        font-weight: 500 !important;
    }
        .tbl-heading {
        font-size: 1.25rem !important;
        font-weight: 500 !important;
    }



label {
    font-weight: 600;
}

.form-control,
.form-select {
    border-radius: 6px;
}



#ngoMenu{
    padding: 6px 0px;
}

.ngo-login-wrapper {
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 45px;
}

    
    .ngo-login-wrapper .row {
        width: 100%;
    }

    .ngo-login-wrapper .col-lg-6 {
        max-width: 620px;
    }

    .ngo-login-wrapper .login-card {
        border: 0 !important;
        border-radius: 16px !important;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18) !important;
        transition: all 0.3s ease;
    }

        .ngo-login-wrapper .login-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22) !important;
        }


       

        .ngo-login-wrapper .login-card .card-header {
/*            background: linear-gradient( 135deg, #075985 0%, #0b6fa4 50%, #075985 100% ) !important;*/
            border: 0 !important;
            padding: 20px 25px !important;
            position: relative;
            color: white;
        }


            .ngo-login-wrapper .login-card .card-header::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                width: 70px;
                height: 4px;
/*                background: #39b54a;*/
                background: #0364A4;
                border-radius: 10px 10px 0 0;
            }

            .ngo-login-wrapper .login-card .card-header h3 {
                font-size: 27px;
                font-weight: 600;
                letter-spacing: 0.3px;
                margin: 0 !important;
            }



        .ngo-login-wrapper .login-card .card-body {
            padding: 30px 30px 28px !important;
            background: #ffffff;
        }


  

    .ngo-login-wrapper .form-label {
        color: #172b4d;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .ngo-login-wrapper .text-danger {
        color: #dc3545 !important;
    }


   
    .ngo-login-wrapper #txtEmail {
        height: 48px;
        border: 1px solid #ccd6e0 !important;
        border-radius: 8px !important;
        padding: 10px 14px;
        font-size: 14px;
        color: #263238;
        background: #ffffff;
        box-shadow: none !important;
        transition: all 0.25s ease;
    }

        .ngo-login-wrapper #txtEmail::placeholder {
            color: #8a98a9;
        }

        .ngo-login-wrapper #txtEmail:hover {
            border-color: #8aa8bd !important;
        }

        .ngo-login-wrapper #txtEmail:focus {
            border-color: #0878b5 !important;
            box-shadow: 0 0 0 3px rgba(8, 120, 181, 0.12) !important;
            outline: none;
        }



    .ngo-login-wrapper #btnSendOTP {
        height: 48px;
        border: 0 !important;
        border-radius: 8px !important;
        background: linear-gradient( 135deg, #159447, #0f7f3c ) !important;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.2px;
        box-shadow: 0 5px 12px rgba(21, 148, 71, 0.22);
        transition: all 0.25s ease;
    }

        .ngo-login-wrapper #btnSendOTP:hover {
            background: linear-gradient( 135deg, #0f7f3c, #0b6e34 ) !important;
            transform: translateY(-2px);
            box-shadow: 0 8px 18px rgba(21, 148, 71, 0.28);
        }

        .ngo-login-wrapper #btnSendOTP:active {
            transform: translateY(0);
        }

        .ngo-login-wrapper #btnSendOTP i {
            margin-right: 7px;
            font-size: 15px;
        }


    .ngo-login-wrapper .login-card hr {
        margin: 25px 0 !important;
        border: 0;
        border-top: 1px solid #e3e8ed;
        opacity: 1;
    }

    .ngo-login-wrapper #otpSection {
        animation: otpSlideDown 0.35s ease;
    }

@keyframes otpSlideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #0364A4 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3rem 13px !important;
    white-space: nowrap;
    border-left: none; /* Mobile par border nahi dikhega */
}
    @media (max-width: 992px) {
        .navbar-light .navbar-nav .nav-item {
            padding-bottom: 10px;
        }
        .header-heading-mobile .sub-heading {
            color: #0364A4 !important;
            font-size: 22px !important;
            font-weight: 700 !important;
        }
        .header-heading-mobile .sub-light-heading {
            color: #0364A4 !important;
            font-size: 18px !important;
            font-weight: 600 !important;
        }
    }
    @media (min-width: 992px) {
        .navbar-light .navbar-nav .nav-item:not(:first-child) .nav-link {
            border-left: 3px solid #0364A4;
        }
    }
    /*new mobile css*/

    @media (min-width: 992px) {
        .header-heading {
            display: block !important;
        }

        .navbar-nav {
            align-items: center;
        }
    }

    @media (max-width: 991.98px) {
        .navbar-brand .header-heading {
            display: none !important;
        }

        .navbar-collapse .header-heading {
            display: block !important;
            margin-top: 1rem;
            margin-bottom: 0.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #dee2e6; 
        }
    }
/*menu collapse icon css*/
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    /* Custom Animated Toggle Button */
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.75rem;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-toggler .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            background-color: #333;
            border-radius: 1px;
            margin: 5px 0;
            transition: all 0.2s ease-in-out;
        }

        /* Open State Animation (X icon) */
        .navbar-toggler:not(.collapsed) .top-bar {
            transform: rotate(45deg) translate(5px, 5px) !important;
        }

        .navbar-toggler:not(.collapsed) .middle-bar {
            opacity: 0;
        }

        .navbar-toggler:not(.collapsed) .bottom-bar {
            transform: rotate(-45deg) translate(5px, -5px) !important;
        }
/*menu collapse icon css end*/
    .ngo-login-wrapper #otpSection .alert {
        border: 0 !important;
        border-left: 4px solid #198754 !important;
        border-radius: 7px !important;
        background: #eefaf3 !important;
        color: #176b3a !important;
        font-size: 14px;
        padding: 12px 14px;
    }



    .ngo-login-wrapper #txtOTP {
        height: 50px;
        border: 1px solid #ccd6e0 !important;
        border-radius: 8px !important;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 8px;
        color: #17324d;
        box-shadow: none !important;
    }

        .ngo-login-wrapper #txtOTP:focus {
            border-color: #0878b5 !important;
            box-shadow: 0 0 0 3px rgba(8, 120, 181, 0.12) !important;
            outline: none;
        }



    .ngo-login-wrapper #btnVerifyOTP {
        height: 48px;
        border: 0 !important;
        border-radius: 8px !important;
        background: linear-gradient( 135deg, #0878b5, #075985 ) !important;
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 5px 12px rgba(8, 120, 181, 0.22);
        transition: all 0.25s ease;
    }

        .ngo-login-wrapper #btnVerifyOTP:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 18px rgba(8, 120, 181, 0.28);
        }

        .ngo-login-wrapper #btnVerifyOTP i {
            margin-right: 7px;
        }

    .ngo-login-wrapper #emailError,
    .ngo-login-wrapper #otpError {
        display: block;
        font-size: 13px;
        margin-top: 6px;
    }


    /*new header css*/
    /* ===========================
   TOP HEADER
=========================== */

    .top-header {
        width: 100%;
        background: #f5f5f5;
        min-height: 80px;
        display: flex;
        align-items: center;
        /*    border-bottom: 1px solid #ddd;*/
    }

    .brand-section {
        display: flex;
    }

    .header-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 25px;
    }

    /* Logo */
    .logo-section {
        display: flex;
        align-items: center;
        margin-right: 70px;
    }

    .logo {
        width: 90px;
        height: 65px;
        object-fit: contain;
    }

    /* Main Title */
    .portal-title {
        font-size: 21px;
        font-weight: 700;
        color: #234f73;
        padding-right: 15px;
        margin-right: 15px;
        /*    border-right: 3px solid #285b84;*/
        display: block;
    }

    /* Menu */
    .header-menu {
        display: flex;
        align-items: center;
        flex: 1;
    }

        .header-menu a {
            color: #234f73;
            text-decoration: none;
            font-size: 17px;
            font-weight: 500;
            padding: 0 15px;
            border-right: 3px solid #285b84;
            line-height: 28px;
            transition: all 0.2s ease;
        }

            .header-menu a:last-child {
                border-right: none;
            }

            .header-menu a:hover {
                color: #0b70ad;
            }

    /* Blue bar below header */
    .blue-strip {
        width: 100%;
        height: 70px;
        background: #17608f;
    }

/*  10-09-2026 new css add   */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    max-width: 1850px;
}
label {
    display: block;
    margin-bottom: 7px;
    color: #52677a;
    font-size: 14px;
    font-weight: 600;
}
.form-control {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    color: #263d52;
    font-size: 13px;
    box-shadow: none;
    transition: all 0.2s ease;
    padding: 9px 15px;
}
.form-select {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    color: #263d52;
    font-size: 13px;
    box-shadow: none;
    transition: all 0.2s ease;
    padding: 9px 15px;
}
.text-primary {
    color: #0264a3 !important;
}
.sm-heading {
    font-size: 16px !important;
    color: #0264a3 !important;
    font-weight: 700 !important;
}
.bg-tbl-header {
    background-color: #0264a3 !important;
    color: #fff !important;
    border: none !important;
}
    .bg-tbl-header th {
        font-size: 14px;
        font-weight: 500;
    }
        .bg-tbl-header th:first-child {
            border-top-left-radius: 12px;
        }
        .bg-tbl-header th:last-child {
            border-top-right-radius: 12px;
        }

.table-bordered tbody tr td {
    font-size: 13px;
    padding: 4px 11px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f5f5f5;
}
.btn {
    min-width: 80px;
}
.btn-sm {
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
}