@charset "utf-8";

/* Open Sans - latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}


/*html, body {
    height: 100%;
}*/

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #212020;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 1.4;
    background: #ffffff;
}

.mainContainer {
    width: calc(100% - 25px);
    margin-right: auto;
    margin-left: auto;
}

#mainContent {
    min-height: 69vh;
}

/** Start - Common CSS **/
.pageHeading {
    font-weight: 700;
    margin-bottom: 20px;
    color: #212020;
    font-size: 180%;
}

.pageSubHeading {
    font-weight: 600;
    margin-bottom: 20px;
    color: #212020;
    font-size: 130%;
}

.borderBottom {
    width: 100%;
    border-bottom: 1px solid;
}

.marginVertical10 {
    height: 10px;
}

.anchorNoLink {
    text-decoration: none;
}

.anchorBlack,
.anchorBlack:hover {
    color: black;
    cursor: pointer;
}

.textBlue {
    list-style: none;
    padding-left: 0;
    color: #337ab7;
}

.tableHeadBlueBg th {
    background: #3d6888;
    color: #fff;
}

.formReqdAst {
    color: #fa2727;
}

.formInputTypeMessage {
    font-size: 10px;
    color: grey;
}

.minHeight {
    min-height: 100vh;
}

/*Loader Start*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #0000002b;
    min-height: 100vh;
    display: none;
}

.loderImage {
    color: transparent;
    opacity: 1;
    transition: opacity 300ms;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%23042b54%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%221%22%3E%3Canimate%20attributeName%3D%22r%22%20begin%3D%220s%22%20dur%3D%2210s%22%20values%3D%221%3B%2020%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.165%2C%200.84%2C%200.44%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3Canimate%20attributeName%3D%22stroke-opacity%22%20begin%3D%220s%22%20dur%3D%2210s%22%20values%3D%221%3B%200%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.3%2C%200.61%2C%200.355%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%221%22%3E%3Canimate%20attributeName%3D%22r%22%20begin%3D%22-0.9s%22%20dur%3D%2210s%22%20values%3D%221%3B%2020%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.165%2C%200.84%2C%200.44%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3Canimate%20attributeName%3D%22stroke-opacity%22%20begin%3D%22-0.9s%22%20dur%3D%2210s%22%20values%3D%221%3B%200%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.3%2C%200.61%2C%200.355%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.loderText {
    position: absolute;
    top: 45%;
    left: 43%;
    width: auto;
    color: #224366;
    font-weight: bold;
    padding: 1%;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 19px 0px;
    background: #b5adadde;
    margin: auto;
    width: 16%;
}

.loderTextAnimation {
    font-size: 2em;
    font-family: serif;
    color: transparent;
    text-align: center;
    animation: loderTextEffect 5s linear infinite;
    font-family: 'Open Sans', sans-serif;
}





@keyframes loderTextEffect {
    0% {
        background: linear-gradient(#032446, #d4a006);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#d4a006, #032446);
        -webkit-background-clip: text;
    }
}

@media only screen and (max-width: 768px) {
    .loderTextAnimation {
        font-size: 1.2em;
    }

    .loderText {
        left: 40%;
        width: 20%;
    }
}

.table>thead>tr>th {
    background: #333;
    color: white;
    font-weight: bold;
}

tr:nth-of-type(odd) {
    background: #f8f8f8;
}

button.close:focus {
    outline: none !important;
}

/** Finished - Common CSS **/

/** Start - Header **/
.topHeaderOuter {
    background: #fbfbfb;
    border-bottom: 1pt solid #dadada;
}

.topHeader {
    padding-top: 5px;
}

a.logoutBtn {
    background-color: #c90606;
    padding: 0rem 0.2rem 0.1rem 0.2rem;
    border-radius: 50%;
    position: relative;

}

.topHeader .list-inline {
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .topHeader .d-sm-inline {
        display: inline-block !important;
    }
}

.decreaseFontSize {
    font-size: 80%;
    cursor: pointer;
}

.resetFontSize {
    font-size: 100%;
    cursor: pointer;
}

.increaseFontSize {
    font-size: 120%;
    cursor: pointer;
}

.lightMode {
    display: inline-block;
    color: #000;
}

.darkMode {
    display: inline-block;
    color: #fff;
}

.changeLanguage select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -1px;
    padding-right: 1.3rem;
}

.dbtLogo {
    padding: 10px 0px;
    margin-right: 10px;
}

.siteInfoHeader {
    display: inline-block;
}

.siteInfoHeader .siteName {
    display: block;
    color: #593b19;
    font-size: 107%;
}

.siteInfoHeader .siteSlogan {
    display: block;
    font-size: 114%;
    margin-top: 2px;
    color: #3b3b3b;
}

.citizenBank {
    text-align: left;
    display: block;
}

/* remove following rules	*/
.citizenBank a {
    color: #337ab7;
}

.alignRt {
    margin-left: 5%;
}

@media only screen and (min-width: 768px) {
    .siteInfoHeader .siteName {
        font-size: 214%;
        margin-bottom: -11px;
        margin-top: 3px;
    }

    .citizenBank {
        text-align: right;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .alignRt {
        text-align: right;
        width: 100%;
        margin-left: 0%;
    }
}

.navbarToogleIcon {
    margin-top: 10px;
    background: #042b54;
    padding: 0px;
}

/* #1a3f59 <==> #042b54 */
.twoColumnTopSubMenu {
    min-width: 900px;
    left: -280px;
}

.twoColumnTopSubMenu li {
    width: 450px;
    float: left;
}

/*aadhar services start*/
@media (max-width: 767px) {
    .twoColumnTopSubMenu {
        min-width: initial;
        left: 0px;
    }

    .twoColumnTopSubMenu li {
        float: none;
        width: 100%;
    }

}

.third-level-dropdown {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #042b54;
    border-radius: 0px;
    display: none !important;
}

.submenu:hover .third-level-dropdown {
    display: block !important;
}

.navbarMain {
    background: #042b54;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbarMain .navbar-nav .nav-link {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.navbarMain .navbar-nav .active>a,
.navbarMain .navbar-nav .active>a:hover,
.navbarMain .navbar-nav .active>a:focus {
    background-color: transparent;
    color: #eba941;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbarMain .dropdown-menu {
    background: #042b54;
    border: none;
    border-radius: 0px
}

.navbarMain .dropdown:hover .dropdown-menu {
    display: block
}

.navbarMain .dropdown .dropdown-menu .nav-link {
    padding: 5.5px 10px;
    line-height: 14px
}

.navbarMain .dropdown .dropdown-menu .nav-link:hover {
    background: #fff;
    color: #042b54
}

.navbarMain .dropdown-menu .nav-link {
    color: #fff;
}

.navbarMain ul li.divider {
    padding-top: 10px;
    color: #fff;
    font-size: 100% !important;
}

@media (max-width: 767px) {

    /*.navbarMain {margin: 0px -15px;}*/
    .navbarMain>.active {
        background: #042b54;
    }

    .navbarMain .navbar-nav .nav-link {
        border-bottom: 1px solid #fff !important;
    }

    .navbar-toggle,
    .navbarMain .navbar-toggle:hover,
    .navbarMain .navbar-toggle:focus {
        background-color: #042b54;
        border: 0;
        margin: 0px 0px 10px;
    }

    .navbarMain {
        background: rgba(26, 63, 89, 0.85);
        position: absolute;
        top: 142px;
        z-index: 100;
    }
}

@media (min-width: 768px) {
    .navbarMain .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.activeFontSize {
    border-bottom: 2px solid green;
}

.lineHtDotNine {
    line-height: 0.9;
}

/** Finished - Header **/

/** Start - Footer **/
.footerX {
    background: #dbdada;
    padding-top: 20px;
    padding-bottom: 15px;
}

@media (min-width: 575px) {
    .footerVersion {
        text-align: left !important;
    }

    .footerLinks li {
        display: inline-block;
        margin: 0px 2px;
    }
}

.footerLinks {
    padding: 0px;
}

.footcontent {
    text-align: center;
}

.footerBtn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

@media (max-width: 575px) {
    .footerLinks li {
        display: inline-block;
        width: 48%;
        margin: 0px .5%;
        text-align: left;
        margin-bottom: 5px;
    }

    .footcontent {
        text-align: left;
    }

    .footerBtn {
        display: block;
        font-size: 85%;
        width: 150px;
        margin-bottom: 5px;
    }
}

/** Finished - Footer **/

/** Start - Breadcrumb **/
.breadcrumb {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    display: block;
}


.breadcrumb .mainContainer div {
    margin-right: 1%;
}

.breadcrumb .active {

    color: #666666;

}

.breadcrumb div a {

    color: #000000;
    text-decoration: none;


}

/** Finished - Breadcrumb **/

/** Start -Left Nav Menu **/
.leftNavMenu {
    border-top: 2px solid #f9f9f9;
    background-color: #042b54;
}

.leftNavBarLOneColor {
    color: #fff;
    font-weight: 500;
}

.leftNavBarLTwoColor {
    background: #ebebeb !important;
    color: #000000;
}

.leftNavBarLThreeColor {
    color: #000000;
}

.leftNavMenu {
    min-height: 100%;
    margin-left: -14rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

.leftNavBarToggle .leftNavMenu {
    margin-left: 0;
}

.leftNavMenuHeader {
    padding: 0.875rem 1.25rem;
}

.leftNavMenuHeaderLabel {
    font-weight: 500;
    font-size: 125%;
    line-height: 1;
    display: inline-block;
    border-bottom: 2px solid;
    color: #ffffff;
}

.leftNavBarMenuList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftNavBarMenuList ul li a {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    margin-left: 0%;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.leftNavBarMenuList ul li a:hover {
    background: #f8f8f8;
    color: #515151;
}

.leftNavBarMenuList ul li a .caret-down,
.leftNavBarMenuList ul li a .caret-up {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.leftNavBarMenuList ul ul {
    background-color: #ebebeb;
}

.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 25px;
}

.leftNavBarMenuList .leftNavBarLiWithSubSubMenu ul li a {
    padding: 10px 20px 10px 40px;
}

.leftNavBarMenuList a.leftNavBarLiOnMouseHover:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db;
}

.leftNavBarMenuList a.leftNavBarLiOnMouseHover:hover {
    background: #ebebeb;
    border-left: 4px solid #003b64;
    color: #333;
}

.leftNavMenuHamburger {
    padding: 5px 19px;
}

.leftNavMenuClose {
    padding: 0px 12px;
}

.leftNavBarTogglebtn {
    color: #042b54;
    font-weight: 500;
    border: 1px solid #042b54;
    border-radius: 0.5rem;
    margin-right: 1rem;
}

.leftNavBarTogglebtn:focus,
.leftNavBarTogglebtn:visited,
.leftNavBarTogglebtn:active {


    outline: 0 !important;
    -moz-outline-style: none;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 1) !important;
}

/** Finished - Left Nav Menu**/

/** Start - Static Page Content **/
.staticContent {
    margin-bottom: 2%
}

.staticContent {
    margin-bottom: 2%;
    min-height: 100vh;
}

.staticContentAccordionTd {
    vertical-align: top;
}

.staticContentAccordionHeader {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.staticContentAccordionBody {
    color: #23527c;
    text-align: left;
    font-size: 0.8rem;
}

.staticContent table tr:nth-child(1) td:nth-child(1) {
    padding: 10px 15px !important;
    /*background: rgb(217, 237, 247);*/
    color: #31708f !important;
    height: 22px !important;
}

.staticContent table tr:nth-child(1) th:nth-child(1) {
    height: 22px !important;
    padding: 10px 15px !important;
}

.staticContent table tr {
    height: 22px !important;
    padding: 10px 15px !important;
}

#accordianOpenClose {
    display: none;
    cursor: pointer;
}

#accordianOpenClose span {
    color: #337ab7;
    font-weight: 600;
    font-size: 85%;
}

#accordianOpenClose span:hover {
    text-decoration: underline;
}

.staticContent table tr:nth-child(1) th:nth-child(1) {
    height: 22px !important;
    padding: 10px 15px !important;
}

.staticContent table tr td {
    padding: 10px 10px;
}

.staticContent table tr td a {
    text-decoration: none;
    cursor: pointer;
}

.staticContent table tr td a:hover {
    text-decoration: underline;
}

.staticContent table tr:nth-child(odd) {
    background: #fbfbfb;
}

.label-success {
    background-color: #5cb85c;
    color: #ffffff;
    padding: 0 0.4rem;
    border-radius: 0.3rem;
    font-size: 80%;
    font-weight: 700;
}

/** Finished - Static Page Content **/

/** Start - HomePage **/

.home-carousel-indicator {
    background-color: #2B2467 !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #2B2467 !important;
}

.fundCumulativeHome {
    color: #ffd916;
    font-size: 200%;
    margin-top: 5px;
    background-color: #2273de;
    text-align: center;
}


.fundCumulativeHome span {
    color: #fff;
    display: inline-block;
    margin-left: 45px;
}

@media (min-width: 768px) {
    .fundCumulativeHome {
        margin-bottom: 20px;
        padding: 20px 10px;
    }
}

.homeFinancialYear {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.homeFinancialYear .mb-3 {
    margin-bottom: 0px !important;
}

.homeFinancialYear .mb-3 .input-group-text {
    border-radius: 0px;
}

.homeFinancialYear .input-group-text {
    border-radius: 0px;
}

.homeFinancialYear select {
    border-radius: 0px;
    height: 50px;
    font-size: 122%;
}

.homeWidget {
    padding: 15px 20px;
    min-height: 200px;
    position: relative;
    margin-bottom: 10px;
}

.blueBg {
    background: #07529f;
    color: #fff;
}

.pinkBg {
    background: #e30573;
    color: #fff;
}

.lightGreenBg {
    background: #578149;
    color: #fff;
}

.darkGreenBg {
    background: #206d05;
    color: #fff;
}

.yellowBg {
    background: #f9a20a;
    color: #fff;
}

.homeWidget .widgetHeading {
    font-size: 140%;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .homeWidget {
        margin-bottom: 0px;
    }

    .homeWidget .widgetHeading {
        font-weight: 400;
        text-transform: uppercase;
    }
}

.homeWidget .widgetHeading small {
    display: block;
}

.homeWidget .widgetData {
    font-size: 140%;
    margin: 25px auto;
}

.homeWidget .widgetIcon {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

.homeWidget .widgetIcon img {
    max-width: 180px;
    max-height: 100px;
    margin-bottom: 15px;
}

.homeWidget .widgetFooter {
    position: absolute;
    bottom: 10px;
    right: 3%;

}

.homeWidget .widgetFooter .btnLink {
    color: #fff;
    font-size: 120%;
    text-decoration: underline;
}

.mapContainer {
    background: url('../images/home/map-bg.jpg') no-repeat;
    border-top: 5px solid #1674b7;
    border-bottom: 5px solid #1674b7;
    background-size: cover;
    margin-right: -12px;
    margin-bottom: 10px;
}

.mapContainer .india {
    background: #f7f3e8;
    padding: 10px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .mapContainer {
        margin-left: -12px;
    }

    .mapContainer .india {
        font-size: 50%;
    }
}

.dashboard_box {
    border: solid 1px #598c59;
    padding: 11px 13px 3px 12px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .dashboard_box#cash-inkind-beneficiary-chart {
        margin-left: 10px;
    }
}

/* India-Map*/
#mapIsLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mapOuter {
    padding: 0% 0% 0% 10%;
    background: #fff;
    overflow: hidden;
}

.mapInner {
    width: 100%;
    position: relative;
}


.mapTooltip {
    display: none;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border: 1pt solid #fff;
    width: 300px;
    min-height: 120px;
    padding: 10px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: transform 2s cubic-bezier(.02, 1.23, .79, 1.08);
    z-index: 999;
}

#stateMapIsLoader {
    position: absolute;
    top: 18%;
    left: 29%;
}

.stateMapBackbutton {
    text-decoration: underline;
    cursor: pointer;
}

/** Finished - HomePage **/

.logoutBodyBackground {
    background: #00800026;
    padding: 1%;
    margin-top: 1%;
}

.logoutBodyText {
    font-size: 180%;
}

.logoutLoginBtn {
    outline: none;
    background: #042b54;
    color: #fff;
    width: 46%;
    font-size: 100%;
}

.logoutLoginBtn:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1290px) {
    .logoutBodyText {
        font-size: 160%;
    }

    .logoutLoginBtn {
        font-size: 100%;
        width: 53%;
    }

}

.loginForm {
    background: #042b54;
    color: #fff;
}

/** Start - Pop Up Model **/
.popUpModelClosedBtn {
    font-size: 0.7rem;
    font-weight: 900;
}

.popUpModelTitle {
    font-size: 181%;
    font-weight: 700;
}

/** Finished - Pop Up Model **/

/****THEME MODE DARK START****/
.dark .lightMode {
    background: none;
    color: #000;
    border: none;
}

.dark .darkMode {
    background: none;
    color: #fff;
    border: none;
}

.dark {
    background-color: #2d2a2a;
    color: #ffffff;
}

.dark .anchorBlack {
    color: #fff;
    text-decoration: none;
}

.dark .anchorBlack:hover {
    color: #fff;
    text-decoration: none;
}

.dark .anchorNoLink {
    color: #fff;
    text-decoration: none;
}

.dark .siteName {
    color: #fff;
}

.dark .siteSlogan {
    color: #fff;
}

.dark .topHeaderOuter {
    background: #2d2a2a;
    border-bottom: 1pt solid #896c6c;
}

.dark .breadcrumb {
    background-color: #786e6e;
}

.dark .breadcrumb a {
    color: #d8d8d8;
}

.dark .active {
    color: #1c1818;
}

.dark .footerX {
    background: #3e3e3e;
}

.dark .footcontent {
    color: #fff;
}

.dark text {
    fill: #fff !important;
}

.dark .mapOuter {
    background-color: #2d2a2a;
}

.dark .mapOuter text {
    fill: #ff0505ab;
}

.dark .mapContainer {
    color: #000;
}

.dark .changeLanguage select {
    color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.dark tr:nth-of-type(odd) {
    background: #ffc10721;
}

.dark .table_head_blue_bg>tbody>tr:nth-of-type(odd) {
    color: #ffffff;
}

.dark .table_head_blue_bg>tbody>tr:nth-of-type(even) {
    color: #ffffff;
}

.dark .table_head_blue_bg>thead>tr:nth-of-type(odd) {
    color: #ffffff;
}

.dark table tbody>tr>td {
    color: #ffffff;
}

.dark .pageSubHeading {
    color: #ffffff;
}

.dark .pageHeading {
    color: #ffffff;
}

.dark .logoutLoginBtn {
    color: #fff;
}

/****THEME MODE DARK END****/
/** Start - Media Query **/
@media only screen and (max-width: 769px) {
    .leftNavBarToggle {
        position: absolute;
        top: 3%;
    }

    .navbarToogleIcon {
        margin: 11px auto;
        width: fit-content;
        margin-right: 10%;
    }
}

/** Finished -  Media Query **/

.modalDialogCenter {
    margin-top: 14rem;
}