﻿:root {
    --bg-form-heading-background: #7a316f;
    --bg-form-control-focus: #7a316f7a;
    --bg-modal_heading_background: #7a316f;
    --bg-btn-background-color: #7a316f;
    --bg-btn-background-Hover-color: #7a316fd4;
}

section .innerpage {
    padding: 50px 0px;
}

.innerformsection {
    background: #fff;
    color: #000;
    /*padding: 15px;*/
    padding: 5px 10px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px #b3adad;
}

.innerform {
    background: #fbf4fad9;
    padding: 10px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.innerformsection .heading {
    display: flex;
    justify-content: space-between;
    background: var(--bg-form-heading-background);
    border-radius: 3px;
    margin: 15px 0px 0px 0px;
}

.innerformsection ul li a {
    color: #7a316f;
    border: 1px solid #7a316f;
    font-size: 16px;
    margin: 3px;
    border-radius: 4px;
    background-color: white;
}

    .innerformsection ul li a:hover {
        background-color: #ffffff;
        color: #7a316f;
    }

.innerformsection h3 {
    background: var(--bg-form-heading-background);
    padding: 9px 10px;
    color: #f3f3f3;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    border-radius: 3px;
}

.btnbox {
    text-align: center;
    margin: 30px 0px 10px 0px;
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color);
}

    .form-text.notetxt {
        color: #000;
        text-align: center;
        margin-top: 90px;
    }

.submit-btn {
    background: var(--bg-btn-background-color) !important;
    border: 0 !important;
    padding: 8px 30px !important;
    margin: 3px;
}

    .submit-btn:hover {
        background: var(--bg-btn-background-Hover-color) !important;
    }

    .submit-btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: 0;
    }


.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--bg-form-control-focus);
    outline: 0;
}

.bgform {
    margin-top: 20px;
    min-height: 65vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.nav-section .nav-bar ul li a {
    color: #CD6688;
    text-decoration: none;
}

/*.nav-section .nav-bar ul li a:hover {
        color: #fff;
        background-color: #cd6688;
        border-radius: 25px;
    }*/

/* On Login Page Desing Start Here */
.rtnew {
    background: #f1f0f0;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .rtnew p {
        margin: 0;
        font-size: 18px;
        color: #000;
    }

p.spanrt {
    font-weight: 900;
    color: #fc921b;
    font-size: 18px;
    margin-bottom: 8px;
}



/* On Login Page Desing End Here */



.modal-header {
    background-color: var(--bg-modal_heading_background);
    color: #fff;
    padding: 8px !important;
}


/*.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 0;
}*/





/* Citizen DashBoard Start Here */
.info-box {
    display: block;
    min-height: 70px;
    background: #fff;
    width: 100%;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    border-radius: 2px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
}

.shado1 {
    box-shadow: rgb(111 219 246 / 64%) 0px 4px 8px -2px, rgb(0 192 239 / 24%) 0px 0px 0px 1px;
}

.shado2 {
    box-shadow: rgb(231 76 60 / 21%) 0px 4px 8px -2px, rgb(231 76 60 / 20%) 0px 0px 0px 1px;
}

.shado3 {
    box-shadow: rgb(26 187 156 / 34%) 0px 4px 8px -2px, rgb(26 187 156 / 18%) 0px 0px 0px 1px;
}

.shado4 {
    box-shadow: rgb(243 156 18 / 29%) 0px 4px 8px -2px, rgb(243 156 18 / 24%) 0px 0px 0px 1px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 45px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 10px 5px;
    margin-left: 75px;
}

.info-box-text {
    text-transform: uppercase;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.info-box img {
    vertical-align: central !important;
    height: 55px;
    border: 3px solid #ffffff;
    border-radius: 11%;
    margin-top: -5px;
}


.info-box .bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
}

.info-box .bg-aqua {
    background: #00c0ef !important;
    border: 1px solid #00c0ef !important;
}

.info-box .bg-yellow {
    background-color: #f39c12 !important;
    border: 1px solid #f39c12 !important;
}

.info-box .bg-red {
    background-color: #f76f6a !important;
    border: 1px solid #f76f6a !important;
}
/* Citizen DashBoard End Here */




/*ul {
    list-style: none;
    padding: 0;
}

    ul.wizard_steps {
        margin: 0 auto;
    }*/

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 -30px 20px;
}

    .wizard_horizontal ul.wizard_steps li {
        display: table-cell;
        text-align: center;
    }

        .wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity = 100);
            opacity: 1;
            color: #666;
        }

        .wizard_horizontal ul.wizard_steps li.Property a .step_no {
            background: #fc921b;
            color: white;
            border: 0;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center align-items: center;
            font-size: 20px;
            border-radius: 5px;
        }

span.step_descr {
    font-size: 15px;
    background: #f49100;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    border: 0 !important;
}


.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0;
}

    .page-title .title_left {
        width: 100%;
        float: left;
        display: block;
    }


/*.col-md-55, .col-xs-12, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}*/


.wizardinnerform h3 {
    background: var(--bg-form-heading-background);
    padding: 9px 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}


.select2-container {
    width: 100% !important;
}


.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    min-height: 38px;
}



.innerpage img {
    /*height: 50px;*/
    /*vertical-align: text-top;*/
}


.innerpage .service-section .stepCircle {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: purple;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    font-family: helvetica;
    border: 1px solid #7a3165;
}


.innerpage .service-section .stepsContainer {
    display: flex;
    width: 82vw;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-bottom: 20px;
}

.innerpage .service-section .stepConectorPiece {
    height: 1.2vh;
    background: transparent;
    border: 1px solid #7a3165;
    flex: 1;
    margin-top: 35px;
    border-radius: 1px;
}

.readonlytext {
    background-color: #f6f6f6;
}


.secondary-bg {
    background: #FFFFFF;
    color: #7A316F;
    border: 1px solid #7A316F;
}

    .secondary-bg:hover {
        background: #7A316F;
        color: #ffffff;
        border: 1px solid #7A316F;
    }

.resend-otp {
    margin: auto;
    text-align: end;
}

    .resend-otp a {
        color: #7A316F;
        font-size: 12px;
    }


.about-data-content-img {
    width: 85%;
}


.about-section #viewTimeLineData .card .card-body img {
    width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.about-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url('img/aboutUsBackLogo.svg');
    display: flex;
}

    .about-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(71, 4, 71, 0.4);
        backdrop-filter: blur(2px);
        z-index: 1;
    }

    .about-header > * {
        position: relative;
        z-index: 2;
    }

.about-header-head {
    text-align: right;
    width: 100%;
    padding: 15px 25px;
    font-size: 35px;
    font-weight: 500;
    color: #F4BF4E;
    margin-right: 9vw;
}

.about-data {
    padding: 3vh 2vw;
}

.about-data-content {
    font-size: 0.9rem;
    text-align: justify;
    padding: 0px 3vw;
    width: 38%;
}

.about-data-content-head {
    font-size: 0.9rem;
    font-weight: 500;
    color: #7b166c;
}

.about-data-content-hin {
    font-size: 0.8rem;
    text-align: justify;
    padding: 0px 3vw;
    width: 38%;
}

.about-data-content-head-hin {
    font-size: 0.8rem;
    font-weight: 500;
    color: #7b166c;
}

.about-data-content-img {
    width: 85%;
}

.about-img {
    width: 18%;
    padding: 15px 0 0 25px;
}

.about-timeline {
    margin: 10px 0px;
}

.btn-timeline {
    margin-left: 5vw;
    color: rgb(225, 82, 111);
    border: 1px solid rgb(225, 82, 111);
    /* width: 7vw; */
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 0.7rem;
}

#viewTimeLineData .card {
    background: #fef3eb;
    border: none;
}


    #viewTimeLineData .card .card-body {
        text-align: center;
    }


        #viewTimeLineData .card .card-body h5, h6 {
            color: #7A316F;
        }

        #viewTimeLineData .card .card-body p {
            font-size: 0.9rem;
            text-align: justify;
            min-height: 80px;
        }

        #viewTimeLineData .card .card-body img {
            width: 100%;
        }

        #viewTimeLineData .card .card-body p {
            font-size: 0.9rem;
            text-align: justify;
            min-height: 105px;
        }

.dateboxcalender {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #763170 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #763170 !important;
    color: #ffffff !important;
}

.col-5-row {
    width: 20%;
    margin-top: 7px;
}

.construction-icon {
    width: 34%;
}

@media(max-width:767px) {
    .col-5-row {
        width: 100%;
    }

    @media(min-width: 767px) and (max-width:1024px) {
        .col-5-row {
            width: 33.3%;
        }
    }
