.emblem-mark {
    max-width: 45px;
    margin-right: 10px;
}

.banner-logo{
    webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
}

.logo-title{
    font-size: 22px;
    padding: 0px;
    font-weight: bold;
    color: #0099FF;
}

.logo-head{
    float: right;
    line-height: 20px;
    padding-top: 10px;
}

.logo-title-hindi{
    font-size: 19px;
}

.logo-title-ut{
    position: absolute;
    white-space: normal;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    padding-top: 5px;
}

@media (max-width: 494px){
    .logo-head{
        padding-top: 5px;
    }
}

.text-project{
    color: #0099FF;
}

.color-black {
    color: #212529;
}

.bg-nic-blue {
    background-color: #0E4D92 !important;
    color: white;
}

.bg-nic-gray {
    background-color: #e9ecef;
}

.border-nic-card {
    border: 5px solid #f7f7f7 !important;
}

.color-nic-blue, .text-nic-blue {
    color: #0E4D92;
}

.error-message{
    font-size: 13px;
}

.color-nic-red, .error-message {
    color: red;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
    cursor: pointer;
}

.btn-nic-blue {
    background-color: #0E4D92;
    border-color: #0E4D92;
    color: white !important;
}

.btn-nic-blue:hover,
.btn-nic-blue:active,
.btn-nic-blue.hover {
    background-color: #367fa9;
    color: white;
}

.f-w-b{
    font-weight: bold;
}

.f-w-n{
    font-weight: normal !important;
}

body{
    font-size: 15px;
}

.m-b-10{
    margin-bottom: 10px;
}

.m-t-10{
    margin-top: 10px;
}

.captcha-code {
    font-size: 20px;
    letter-spacing: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    background-color: #ffffff;
    background-image: url(../images/captcha-bg-image.jpeg);
    color: black !important;
    border-color: white !important;
}

.captcha-code-lg {
    font-size: 22px;
    letter-spacing: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    background-color: #ffffff;
    background-image: url(../images/captcha-bg-image.jpeg);
    color: black !important;
    border-color: white !important;
}

.h6-new{
    line-height: 12px;
}

.bg-gradient-3 {
    background: linear-gradient(
        90deg, #35dcb5 0%, #14fd87 100%);
}

#cookies_alert {
    bottom: 20px;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 998;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#cookies_alert .cookies_container {
    background-color: rgba(0,0,0,0.85);
    padding: 15px;
    padding-right: 35px;
    position: relative;
}

.overlay-new{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgb(255 255 255 / 50%);
    text-align: center;
    top: 42%;
}

.overlay-full-page {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}
@media (max-width: 550px){
    .navbar-collapse-new{
        flex-grow: inherit;
    }
    .menu-btn-small{
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 415px){
    .footer-nic-logo{
        margin-top: -26px !important;
    }
    .footer-nic-logo-image{
        height: 31px !important;
    }
}

.layout-footer-fixed .wrapper .main-footer {
    bottom: -10px;
}
@media (max-width: 415px){
    .layout-footer-fixed .wrapper .main-footer {
        padding-top: 10px;
    }
}

.bg-light-gray{
    background-color: rgba(0,0,0,.05) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.m-r-10px {
    margin-right: 10px;
}

.f-w-n {
    font-weight: normal !important;
}

.f-s-18px{
    font-size: 18px;
}

.f-s-20px{
    font-size: 20px;
}

.border-nic-blue{
    border: 1px solid #0E4D92;   
}

.border-project{
    border: 1px solid #007bff;   
}

.v-a-m{
    vertical-align: middle !important;
}

.swal2-confirm{
    margin-right: 5px !important;
}

.spinner-border-small {
    width: 1rem !important;
    height: 1rem !important;
}

.app-status{
    padding: 5px !important;
    font-size: 13px !important;
    white-space: normal !important;
}

@media (min-width: 650px){
    .modal-lg, .modal-xl {
        max-width: 80%;
    }
}

.p-5px{
    padding: 5px !important;
}

.box-new{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    opacity: 1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.textarea-new{
    min-height: 50px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
    padding-left: 6px;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    overflow: auto;
    resize: vertical;

    font-size: 14px;

}

.table-padding tr td{
    padding: 5px;
}

.f-s-16px{
    font-size: 16px;
}

.b-b-1px{
    border-bottom: 1px solid #dee2e6;
}

.bg-beige{
    background-color: beige;
}

.p-r-0px{

    padding-right: 3px !important;
}

.t-d-u{
    text-decoration: underline;
}

.t-d-w{
    width: 230px;
}

.f-s-15px{
    font-size: 15px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    border: none;
}

.f-s-12px{
    font-size: 12px;
}

.f-s-14px{
    font-size: 14px;
}

.f-s-app-details{
    font-size: 13px;
}

.f-s-10px{
    font-size: 10px;
}

.border-project{
    border: 1px solid #007bff;   
}

#income_certificate_datatable td,#marriage_certificate_datatable td,#general_application_datatable td {
    vertical-align: top !important;
}

.table-lh1{
    line-height: 1 !important;
}

.table-lh1 td{
    min-width: 60px;
}

@media (max-width: 735px){
    .bs-stepper-header {
        display: block;
    }
}

.fw-body{
    background: #f4f6f9;
    border: 2px solid white;
}

.d-active{
    position: relative;
}

.rlt-table{
    font-size: 14px;
    line-height: 1.1;
}

.rlt-table thead th, .rlt-table tbody td, .rlt-table tfoot td{
    padding: 8px;
}

.rlt-table tbody td{
    font-size: 12px;
}

.mw-100px{
    min-width: 90px;
}

.mw-80px{
    min-width: 80px;
}