@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
body {
    font-size: 15px;
    font-family: 'Hind', sans-serif;
}.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.card #chartPreferences {
    width: 60%;
    margin: 0 auto;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#map {
    position: relative;
    width: 100%;
    height: 100vh;
}

.places-buttons .btn {
    margin-bottom: 30px;
}

.map-container {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.all-icons .font-icon-detail {
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    margin: 15px 0;
    min-height: 168px;
}

.all-icons [class*="now-ui-icons"] {
    font-size: 32px;
}

.all-icons .font-icon-detail p {
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #B8B8B8;
    padding: 0 10px;
    font-size: 0.7142em;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

.fixed-section ul {
    padding: 0;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

.section-download .description {
    margin-bottom: 60px;
}

.section-download h4 {
    margin-bottom: 25px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples a+a {
    margin-top: 30px;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.brand .h1-seo {
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.brand .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

.section-navbars .navbar-collapse {
    display: none;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
}
.app_status{
    background: linear-gradient(-90.1deg, #c4085e 10.9%, #ed3f08 95.7%);
}
.app_status label.prev_data, .app_status label {
    margin-bottom: 0px !important;
    font-weight: 400;
    color: #fff;
    font-size: 15px
}
label.prev_data {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.app_status .card-body {
    padding: 13px;
}

.ro_table{
    margin-top: 10px;

}
.dataTables_length {
    float: left;
}
table {
    width: 100% !important;
}
.ro_table table tr th {
    background: #525252;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
}
.ro_table table tr td a{
    color: #3d5dcf;
}

/* Form CSS Start Here */
.main-panel fieldset, .instruct_wrapper fieldset{
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    margin-top: 0px;
}
.main-panel legend {
    padding: 0px 10px;
    width: auto;
    font-weight: 500;
}
.main-panel fieldset .form-group ,.instruct_wrapper fieldset .form-group{
    margin-bottom: 10px;
}
.main-panel fieldset label{
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
.form-control {
    font-size: 13px;
    font-weight: 550;
}
.errorMessage {
    color: red;
}
.table-rep-plugin .table .thead-dark th {
    color: #fff;
    background-color: #797979 !important;
    border-color: #ffffff !important;
}
.button_save {
    margin-top: 10px;
    text-align: right;
}
.right_details {
    text-align: right;
}

/* Responsive CSS Start Here */
@media screen and (min-width:320px){
    .navbar .navbar-brand {
        font-size: 13px;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    .right_details {
        text-align: left;
    }
    label.prev_data {
        display: block;
    }
}


/* Instruction Page Css Start Here */
.limiter {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logoimg {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 9;
    width: 40%;
}

.soochna_logo {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 20px; */
    /* z-index: 9; */
    display: flex;
    justify-content: start;
    align-items: center;
    /* width: 50%; */
}
.gov_logo img, .soochna_logo img {
    width: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.soochna_logo h5 {
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 0;
    color: #2d2d2d;
    font-weight: 600;
}
/* .gov_logo {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
} */
.message_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* padding: 50px; */
    position: relative;
    overflow: hidden;
    background-image: url(../img/texture_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}
.message_wrapper:before {
    content: "";
    background: linear-gradient(45deg, #fff, #ffffff98);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.pd-0{
    padding: 0;
}
.message_wrapper>h2 {
    position: absolute;
    bottom: 0;
    right: -83px;
    font-size: 78px;
    font-weight: 600;
    color: #f3f3f3;
    z-index: -1;
}
.instruct_banner {
    content: "";
    /* background: #FF5722; */
    background-image: url(../img/bg-02.jpg);
    background-size: contain;
    /* background: #FF9800; */
    height: 100%;
    margin-left: -20px;
}
.inst_heading {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    margin-left: 50px;
}
.inst_heading ul {
    margin-top: 50px;
}
.inst_heading li {
    font-size: 22px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 8px 15px;
    color: #000;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    /* line-height: 30px; */
}
.inst_heading li span {
    margin-right: 5px;
    font-size: 16px;
    color: #000;
}
.inst_heading li.active{
    background: #fb4b02;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.inst_heading li.active span{
    color: #fff;
}

.inst_heading li img {
    width: 25px;
    margin-left: 10px;
    float: right;
    margin-top: 5px;
}
.inst_heading li svg {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 4px;
    margin-left: 50px;
}
.inst_heading li svg path {
    fill: #e2e2e2;
}
.inst_heading li.completed svg path {
    fill: rgb(0, 163, 35);
}
.inst_box {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    padding: 30px;
    border-radius: 5px;
    width: 90%;
}
.eng_msg {
    margin-bottom: 20px;
}
.inst_user {
    font-size: 22px;
    font-weight: 600;
}
.inst_msg {
    text-indent: 50px;
    letter-spacing: .5px;
    text-align: justify;
    font-size: 19px;
}
 .inst_button{
     text-align: right;
 }
.custom-btn {
    text-align: right;
    background: rgba(251,75,2,1);
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid transparent;
}
.custom-btn:hover{
    border: 1px solid #ed3f08;
    background: transparent;
    color:#ed3f08;
}
.content_box h3{
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.instruct_wrapper fieldset label{
    font-weight: 500;
    margin-bottom: 0;
}
.content_box img {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}



@media (max-width: 767px) {

    .logoimg {
        position: relative;
        left: 0px;
        right: 10px;
        top: 0px;
        z-index: 9;
        width: 100%;
        padding: 15px 10px;
        background: #fdfcfa;
        text-align: center;
    }

    .soochna_logo h5 {
        padding: 10px 0px;
    }

    .soochna_logo {
        display: block;
    }

    .inst_heading {
        margin-left: 20px;
    }

        .inst_heading li svg {
            background: #e8954c;
            border-radius: 50%;
            box-shadow: -2px 2px #e8954c;
        }

    .minister_wrap .impanel_button a {
        width: 100% !important;
        display: block;
        margin-top: 10px;
    }
}