﻿/*
    colors
    ---

    primary: #A1261F --- red

    secondary: #F7CB15  --- primary

    tertiary: #44464A --- muted

    dark color: #0A0F13

    alternative 1: #5BCE8B -- success
*/

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #0A0F13;
}

.navbar-nav .nav-item {
    padding: 3px 10px;
}

.bg-login {
    background-image: url('../Images/login-bg.jpg');
    background-size: cover;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.hero-section {
    position: relative;
    padding-top: 60px;
    min-height: calc(100vh - 50px); 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../Images/abstract-oil-paint-textured-background.jpg);
        opacity: 0.4;
}

.hero-section .container {
        position: relative;
        z-index: 9;
}

.footer {
    background-color: #001ca8;
    color: #fff !important;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    z-index: 9;
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-full {
    background-color: #0022aa;
    color: white;
    padding: 20px 0;
    width: 100%;
    margin: 0;
}

.footer-content {
    max-width: 1200px; /* keeps content centered */
    margin: auto;
    padding: 0 15px;
}

.fa-digilocker {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../Images/digilockerlogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.box-shadow {
    box-shadow: 9px 14px 20px #83838363;
}

.login-icon img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 300px;
}

.btn-danger {
    color: #fff;
    background-color: #f32a3a;
    border-color: #f32a3a;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f32a3a;
        border-color: #f32a3a;
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f32a3a;
        border-color: #f32a3a;
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
    }


.btn-primary {
    color: #fff;
    background-color: #2127ab;
    border-color: #2127ab;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2127ab;
        border-color: #2127ab;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2127ab;
        border-color: #2127ab;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(170, 42, 34, 0.46);
    }

/*
    text-color
*/

.text-muted {
    color: #888888 !important;
}

.text-primary {
    color: #2127ab !important;
}

.text-secondary {
    color: #F7CB15 !important;
}

.text-danger {
    color: #f32a3a !important;
}

.text-dark {
    color: #888888 !important;
}

.text-black {
    color: #040404 !important;
}

/*bg*/

.bg-primary {
    background-color: #A1261F !important;
}

.bg-secondary {
    background-color: #F7CB15 !important;
}

.bg-danger {
    background-color: #C41425 !important;
}

label {
    margin-bottom: .1rem;
    font-size: 14px;
}

.navbar-brand img {
    height: 60px;
}

.navbar {
    border-bottom: none;
}


.widget-timeline:before {
    background: #ebebeb;
}

.widget-timeline-icon,
.widget-timeline-time {
    color: #444
}

    .widget-timeline-bullet,
    .widget-timeline-bullet:before,
    .widget-timeline-icon,
    .widget-timeline-icon:before,
    .widget-timeline-image:before,
    .widget-timeline-time,
    .widget-timeline:after,
    .widget-timeline:before {
        background: #ebebeb
    }

.widget-timeline-section {
    color: #444;
    background: #ebebeb
}

.widget-timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 90px;
}

.widget-timeline {
    padding-bottom: 0px;
}

    .widget-timeline:before {
        width: 6px;
        left: 12px;
        content: none;
    }

    .widget-timeline .widget-timeline-info {
        width: 30px;
    }

    .widget-timeline .widget-timeline-item {
        padding-left: 40px;
        position: relative;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

        .widget-timeline .widget-timeline-item:not(:last-child):before {
            content: "";
            background: #ebebeb;
            width: 6px;
            margin-left: -28px;
            height: 100%;
            position: absolute;
        }

        .widget-timeline .widget-timeline-item.success:before {
            background: #39A87B;
        }

.widget-timeline-icon, .widget-timeline-image {
    width: 25px;
    height: 25px;
}

.widget-timeline-icon {
    line-height: 25px;
}

.widget-timeline:after {
    content: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #7f7f7f !important;
    border-color: #7f7f7f !important;
}


.img-upload-content {
    border: 1px dotted #898989;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}

.bg-document {
    border: 1px dotted #898989;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0px;
    padding: 3px;
}

/*.steamline .sl-item.active:not(.stage-success):not(.stage-error) .sl-icon.icon-lg {
    width: 20px;
    height: 20px;
    left: -11px;
    top: 6px;
}

.steamline .sl-item.active:not(.stage-success):not(.stage-error) .sl-icon:after {
    border: none;
    box-shadow: 0px 0px 6px #C41425;
    background: linear-gradient(45deg, #C41425, #f55968);
}*/

.sl-item.stage-success {
    opacity: 1;
}

.rangeslider__fill {
    background: #2fd99b;
}

.rangeslider__handle {
    border: 4px solid #2fd99b;
}

.select2-container--default .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        /*line-height: 38px;*/
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 33px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f9fa !important;
    color: #fe553e;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.mt--10 {
    margin-top: -10px;
}

.racb-menu-bar {
    position: fixed;
    top: 40%;
    right: 0px;
    width: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: -10px 0 35px 0 rgba(132,115,115,0.35);
    -moz-box-shadow: -10px 0 35px 0 rgba(132,115,115,0.35);
    box-shadow: -10px 0 35px 0 rgba(132,115,115,0.35);
    border: solid 1px #e2e2e2;
}

    .racb-menu-bar a {
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        font-size: 11px;
    }

        .racb-menu-bar a:hover {
        }

.text-light-gray {
    color: #777785;
}

.divider p {
    width: 100%;
    text-align: center;
    border-bottom: 0.1rem solid #BFBFBF;
    line-height: 0.1em;
    margin: -5px 0 12px;
    color: #BFBFBF !important;
    font-size: 14px;
    margin-top: 10px;
}

    .divider p span {
        background: #ffffff;
        padding: 0 5px;
    }

.border-cyan-blue {
    border: 1px solid #65B2EC;
}

.text-colour {
    color: #2fd99b !important;
}

.eligible-box {
    color: #2F2D2D;
    background-color: #E4E6EF;
}
@media (max-width: 768px) {
    .btn-danger {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
.doc-sec {
    margin-bottom: 20px;
}

.toggle-btn {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.toggle-btn .bar {
        height: 3px;
        width: 100%;
        background-color: #333;
        border-radius: 2px;
}

.toggle-btn:hover .bar {
        background-color: #000;
}

.side-menu {
    position: fixed;
    top: 66px;
    left: -250px;
    width: 250px;
    height: auto;
    background-color: #001ca8;
    overflow-x: hidden;
    transition: left 0.3s ease;
    padding : 0;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 9;
    padding-bottom: 0 !important;
}

.side-menu.active {
        left: 0;
 }

.side-menu a {
        text-decoration: none;
        color: #fff;
}

.side-menu a:hover {
        background-color: #e9dfff;
        color: #1700af;
}

.side-menu a.active {
         font-weight: bold;
}

.menu-wrapper {
    padding: 50px 0;
}

.menu-item:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.menu-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.side-menu .menu-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.menu-item a {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        font-size: 16px;
}

.menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    filter: invert(100%)
}

.sc-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
}

.sc-modal-box {
    background: #ffffff;
    margin: 50px auto;
    padding: 25px 20px;
    border-radius: 14px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.sc-modal-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.sc-call-btn {
    background-color: #002db3;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    margin: 15px 0;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
}

.sc-modal-icon {
    font-size: 38px;
    margin-bottom: 10px;
}

.sc-modal-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #222;
}

.sc-modal-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .side-menu {
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding-top: 60px;
        box-shadow: none;
        border-radius: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

.side-menu.active {
        transform: translateX(0);
}

.menu-item a {
        padding: 18px 20px;
}

.menu-icon {
       margin-right: 12px;
}

 body, html {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
   }
}
.big-checkbox {
    width: 10px;
    height: 10px;
    transform: scale(1.5);
    cursor: pointer;
}
.checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-upload {
    background-color: #1d1fcf; /* Your primary color */
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
}

    .btn-upload:hover {
        background-color: #1313b0;
        color: #fff;
    }
