﻿:root {
    /* Brand Colors */
    --primary-orange: #FF8C00;
    --primary-orange-light: #FFB347;
    --primary-orange-dark: #E67E00;
    --primary-orange-bg: rgba(255, 140, 0, 0.1);
    --secondary-green: #2D8B8B;
    --secondary-green-light: #81C784;
    --secondary-green-dark: #046c44;
    --secondary-green-bg: rgba(76, 175, 80, 0.1);
    /* Neutral colors derived from brand */
    --text-primary: #2C3E50;
    --text-secondary: #7F8C8D;
    --bg-primary: #FFFFFF;
    --bg-secondary: #F8F9FA;
    --border-color: #E0E0E0;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body {  
    background: linear-gradient(135deg, var(--primary-orange-bg) 0%, var(--secondary-green-bg) 100%);
    color: var(--text-primary);
}

.navbar-brand img {
    width: 115px;
    height: 100%;
}

button.btn.btn-primary {
    background-color: #ff9429;
    border: none !important;
}

.btn {
    border-radius: 8px;
    padding: 8px 16px;
}

.fa.btn.btn-primary {
    background-color: #ff9429;
    border: none;
}

a.btn.btn-primary.mx-2 {
    background-color: #ff9429;
    border: none;
}

/*nabhcss*/


.login-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 140px);
}

.login-form {
    background: rgba(241,111,92,1);
    background: -moz-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(15,60,115,1)), color-stop(0%, rgba(15,60,115,1)), color-stop(100%, rgba(15,60,115,0.77)));
    background: -webkit-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: -o-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: -ms-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: linear-gradient(to bottom, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#0f3c73', GradientType=0 );
    padding: 30px;
    width: 40%;
    border-radius: 10px;
    min-height: 400px;
}

.knight-logo img {
    width: 130px;
    display: block;
    min-width: 100px;
}

.login-form label, a.forgotpassword {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px
}

button.btn.custom-btn {
    margin-top: 10px;
    color: #fff;
    background: #ff9300;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 2px;
}

label.form-check-label {
    margin-top: .2rem;
}

a.forgotpassword {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    margin-left: 15px;
}

nav.navbar.justify-content-between.fixed-top {
    background: var(--bg-primary);
    padding: 0px 20px;
    box-shadow: var(--shadow);
}

a.nav-item {
    color: #0f396f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}


.form-group.no-gutters {
    margin-bottom: 0;
}

span.icons {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.login-page.colending-login {
    background-size: cover;
    height: calc(100vh - 100px);
    background-position: center;
}

.colending-login .login-form {
    background: #FFFFFF;
    border: 4px solid #FF7A00;
   
    padding: 40px;
}

.colending-login input:-internal-autofill-selected {
    background-color: rgba(255, 87, 34, 0.5) !important;
}

.colending-login .login-form label {
    color: #00194C;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

div#showRemarks {
    max-height: 65vh;
    overflow: scroll;
    /*height: 65vh;*/
    box-shadow: 0px 0px 1px 2px #f1f1f1;
    margin-bottom: 20px;
}

img.img-fluid.boblogo {
    padding: 0;
    width: 180px;
}

a.navbar-brand {
    width: 130px;
}

button.btn.custom-btn.bob-btn {
    background: #F99F16;
    box-shadow: 1px 0px 2px 0px #fff;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 14px;
}

.colending-login .login-form {
    width: 100%;
}

.login-wrap.login-img {
    flex-flow: column;
}

    .login-wrap.login-img h3{
        font-size: 22px;
        font-weight: 700;
        color: #F99F16;
        text-align: center;
    }

    .login-wrap.login-img img {
        object-fit: fill;
        max-height: 400px;
        border-radius: 20px;
    }

.powerd-by {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #000;
    bottom: 10px;
}

.colending-header.bg-dark {
    background-color: #fff !important;
    box-shadow: 1px 1px 4px 2px #f1f1f1;
}

.colending-header.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

    .colending-header.navbar-dark .navbar-nav .nav-link:focus, .colending-header.navbar-dark .navbar-nav .nav-link:hover {
        color: #ff6633;
    }

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    font-weight: 500;
    letter-spacing: 1px;
}

.colending-login .login-form {
    width: 100%;
}

.colending-platform {
    background: rgba(255,255,255,0.9);
    min-height: 400px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 7px 1px #ff6633;
}

.login-form label, a.forgotpassword {
    color: #0f396f;
}

.login-form h3 {
    text-align: center;
    margin-bottom: 0;
    color: #2D8B8B;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.login-form button.btn.custom-btn {
    padding: 9px 50px;
    border-radius: 3px;
}

input:-internal-autofill-selected {
    background: transparent !important;
}

.login-page {
    height: calc(100vh - 84px);
}

.login-wrap {
    height: calc(100vh - 84px);
}

.form-group.form-cell {
    margin: 5px;
}



.login-colending-wrap .colending-platform, .login-colending-wrap .login-form {
    min-height: inherit;
    
}

.notification-sec.login-colending-wrap {
    background:none;
    border-radius: 16px;
  

}

.vert .simply-scroll-list li {
    width: 100%;
    height: auto;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.vert {
    margin-bottom: 0;
}

  
    .vert .simply-scroll-list li p {
        color: #ff6633;
        font-size: 15px;
        line-height: 1.5;
    }

    .vert.simply-scroll-container, .vert .simply-scroll-clip {
        width: 100%;
        height: 260px;
        padding-top: 8px;
    }

.colending-title {
    font-size: 30px;
    font-weight: 700;
    color: #ff6633;
    text-align: center;
}

#caption {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 14px;
    height: 40px;
    width: 100%;
    white-space: nowrap;
    color: #ff6633;
    background: #ffff;
    padding: 10px;
    letter-spacing: 1px;
    /*animation:ease-in-out 50s caption;*/
}

@-moz-keyframes caption {
    0% {
        margin-left: 120%;
    }

    100% {
        margin-left: -1200px;
    }
}

@-webkit-keyframes caption {
    0% {
        margin-left: 120%;
    }

    100% {
        margin-left: -1200px;
    }
}

.powered-by {
    margin: 3px;
}

div#captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ff6633;
    margin-bottom: 20px;
}

img#CaptchaImage {
    height: 35px;
    margin-right: 10px;
}

input#CaptchaInputText {
    width: 25%;
    height: 35px;
}

label.form-check-label.rmbr-label {
    margin: 0;
}

#captcha br {
    display: contents;
}

input#CaptchaInputText, input#CaptchaInputText:focus-visible {
    border-color: #ff6733;
    outline-color: #ff6633;
    border-radius: 10px;
}

.form-check {
    display: flex;
    align-items: center;
}

.errormsg {
    color: red;
    font-size: 12px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

div#forceLoginWrap {
    margin-left: 20px;
}
/*media query css starst*/
@media (max-width:2160px) and (min-width:1600px) {
   
    img.img-fluid.boblogo {
        width: 250px;
    }
}

@media (max-width:900px) {
    .colending-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .login-page.colending-login {
        height: inherit;
    }

    .login-colending-wrap .colending-platform, .login-colending-wrap .login-form {
        min-height: inherit;
        height: inherit;
        margin-bottom: 30px;
    }

    .login-form {
        padding: 25px;
    }

    .notification-sec.login-colending-wrap {
        height: inherit;
        margin-bottom: 30px;
    }

    .colending-login-height {
        height: inherit;
    }

    #caption {
        z-index: 2;
    }

    br {
        display: none;
    }

    .login-form h3 {
        font-size: 15px;
    }

    .login-form label, a.forgotpassword {
        font-size: 12px
    }
}

#loginFormSubmit .form-label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-primary);
    font-weight: 500;
}

#loginFormSubmit .form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: var(--bg-primary);
}
/*media query css ends*/
div#loginCaptcha a {
    font-size: 10px;
    color: #fff;
    background: #00194c;
    padding: 5px 10px;
    border-radius: 5px;
}

li.headings {
    color: #fff !important
}

.form-control {
    font-size: 12px !important;
    padding: 10px 16px 10px 12px !important;
    line-height: 18px !important;
    border-radius: 5px !important;
    border: 1px solid #D1D5DF;
    transition: transform 0.3s ease;
}
button#loginSubmitBtn {
    border-radius: 6px;
    background: #2D8B8B !important;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    transition: transform 0.3s ease;
}
    button#loginSubmitBtn:hover {
       
        background: #32ABA2 !important;
        transform:scale(1.02);
        
    }


button#loginRedirectBtn {
    margin: 0 !important;
    width: unset !important;
}
.powered-by{
    width: 150px;
    border:none;
}
#loginBulletin {
    height: unset;
    overflow: hidden;
    position: relative;
}




.login-subtitle {
    color: #FF7A00;
    text-align:center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
.colending-login a.forgotpassword {
    color: #2D8B8B;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 15px;
}
    .colending-login a.forgotpassword:hover {
        color: #32ABA2;
    }

.register-link {
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #2D8B8B;
    color: #00194C;
    text-decoration: none;
    transition: transform 0.3s ease;
}
    .register-link:hover {
        background: #F5F1E8;
        transform:scale(1.02);
    }
.notification-sec.login-colending-wrap h3.subTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
}
    .notification-sec.login-colending-wrap h3.subTitle::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0%;
        transform:unset;
        width: 40px;
        height: 3px;
        background: #ff6633;
        border-radius: 2px;
    }


.bulletin-content {
    height: 500px; /* Height for scrollable area */
    overflow: hidden;
    position: relative;
}

.simply-scroll-container {
    height: 100%;
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.simply-scroll-list {
    position: absolute;
    list-style: none;
        margin: 0;
    padding: 0;
    width: 100%;
    }

.bulletin-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-orange), var(--secondary-green));
}

.bulletin-header {
    color: var(--primary-orange);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

    .bulletin-header::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 3px;
        background: var(--secondary-green);
        border-radius: 2px;
    }

.scheme-category {
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 16px;
    border: 2px solid #E8E8E8;
    transition: all 0.3s ease;
}

   
.scheme-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:18px;
   
  
}

  

.scheme-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--secondary-green), var(--secondary-green-dark));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.scheme-list {
    list-style: none;
    padding-left: 0;
}

.scheme-item {
    margin-bottom: 12px;
    position: relative;
    transition: all 0.3s ease;
}


.scheme-link {
    color: #00194C !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 10px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.80);
    position: relative;
    overflow: hidden;
    border: 1px solid #FF7A00;
}
.scheme-link span{
    color: #00194C !important;
    text-decoration: none;
    font-weight: 600;
}


    .scheme-link:hover {
        background: #fff;
    }
.pin i {
    color: #ff6633 !important;
}
.scheme-item:hover  span.pin  i{
    transform: scale(1.2);
    transition: all 0.1s ease;
}

    .scheme-link::after {
        content: '📄';
        font-size: 16px;
        margin-left: auto;
        transition: transform 0.3s ease;
    }


    

.scheme-status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
        font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    }
.download-info {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
span.file-link {
    font-size: 9px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    color: var(--secondary-green);
    font-weight: 500;
}
#loginFormSubmit i#togglePassword {
    margin-right: 10px;
}
@media (-webkit-device-pixel-ratio: 1.5),
    (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {

    .userDetailsHeading {
        font-size: 18px
    }

    .header-section {
        padding: 8px 24px;
    }

    .page-title {
        font-size: 18px;
    }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 6px 10px;
    }
   
    .login-text-dis{
        font-size: 10px !important;
        line-height: 18px !important;
    }
    .userDetailsPage .container {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .userDetailsPage .card {
        padding: 10px;
    }

    .scheme-link {
        font-size: 12px;
    }

    button#loginSubmitBtn {
        padding: 8px;
        font-size: 14px;
    }
    .notification-sec.login-colending-wrap {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .colending-login .login-form {
        padding: 20px !important;
        margin-bottom: 50px;
    }

    .scheme-link {
        font-size: 10px;
        padding:8px 12px !important;
    }

    button#loginSubmitBtn {
        padding: 6px !important;
        font-size: 12px !important;
    }
    .login-form label, a.forgotpassword{
        font-size:12px !important;
    }

    .notification-sec.login-colending-wrap h3.subTitle {
        font-size: 18px !important;
        margin-bottom: 14px !important
    }
    .scheme-title{
        font-size:10px !important;
        margin-bottom:8px;
    }

    .login-form h3 {
        font-size: 18px !important;
        line-height: 20px !important
    }

    .login-subtitle {
        font-size: 14px !important;
        
    }

    .vert.simply-scroll-container, .vert .simply-scroll-clip {
        height: 200px !important;
        padding-top: 8px !important;
    }

    .register-link {
        padding: 6px 16px !important;
        font-size: 10px !important;
    }
    button#loginSubmitBtn {
        padding: 8px 14px;
        font-size: 14px;
    }
    .adduser .btn.btn-primary {
        padding: 6px 20px !important;
    }
    .login-page.colending-login{
        background-size: cover;
        height: calc(100vh - 40px);
        background-position: center;
    }
    .knight-logo img{
        width:100px !important;
    }
    .login-page.colending-login{
        overflow-y:auto !important;
    }
    .contentsection{
        align-items:unset !important;
        height:100vh !important;
    }
    /* High-DPI styles */
}
.loginDetailsContentWrapper{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
   
}
.login-text-header {
    color: #ff6633;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}
.login-text-dis {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.login-form .navbar-brand {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom:20px;
}
.form-control:hover {
    border: 1px solid #BCB7AC;
    transform:scale(1.001);
}
.pass-wrapper{
    position:relative;
}
    .pass-wrapper .passbox {
        position:absolute;
        right:10px;
        top:32%;
    }
    .form-group{
        margin-bottom:15px;
    }
.footerdiv {
    z-index:999;
    position: fixed;
    bottom: 0px;
    right: 0px;
 
    border-radius:15px 0px 0px 15px;
}
.powered-by {
    background: none !important;
}
@media (max-width:900px) {
    .colending-login-height{
        flex-direction:column-reverse;
    }
    .login-page.colending-login {
        overflow: auto;
        height: calc(100vh - 38px);
    }
}
.contentsection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.swiper-login-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Optional gradient overlay */
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 2;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.login-page.colending-login {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.notification-sec.login-colending-wrap{
    margin-top:50px;
}