/* Importing Noto Sans Font start*/
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/noto-sans/NotoSans-Regular.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/noto-sans/NotoSans-Bold.ttf") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/noto-sans/NotoSans-Italic.ttf") format("woff2");
    font-weight: 400;
    font-style: italic;
}
/* Importing Noto Sans Font end*/

/* These variables are used to change theme according to use case, put theme color of the project here to see the changes reflected everywhere */
:root {
  --theme-primary-color: #162f6a;
  --theme-secondary-color: #a3bbf3;
}
body {
    font-family: "Noto Sans", sans-serif;
    background: #fff;
}

/* accessibility-control-toggle(top right) start*/
.iconbox {
    padding: 4px 1px;
    border-radius: 8px;
    border: 1px solid var(--theme-primary-color);
    gap: 4px;
    display: grid;
    text-align: center;
    height: 80px;
}

.iconbox p {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: var(--theme-primary-color);
    margin: 0;
    text-transform: uppercase;
    filter: none;
}

.usercontrol li img,
.usercontrol li svg {
    margin: 1px 12px 0 0;
}

div#controlToggle {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 4px 6px;
}

.iconbox.active {
    background-color: #d2dfff;
}

.reset-btn {
    outline: none;
    border: 1px solid #1d0a69;
    padding: 8px 12px;
    gap: 8px;
    background: #fff;
    border-radius: 4px;
    color: #1d0a69;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.12px;
    text-decoration: none;
    margin-bottom: 5px;
}

/* this is used to color the svg icon to our theme, for better use case , download the theme color icon */
.usercontrol svg path {
    fill: var(--theme-primary-color);
}

.offcanvas-header {
    padding: 15px 12px 0 4px;
}

.offcanvas-header h2 {
    font-size: 20px;
    color: #150202;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

/* control-toggle end */
/* header css */
.stickyclass {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-expand-md .navbar-collapse {
    margin: 0;
}

.navbarMain .navbar-nav .nav-item:hover {
    background: #d2dfff;
}

.navbarMain .dropdown-menu {
    border: none;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    padding: 0;
}

.navbarMain .dropdown .dropdown-menu .nav-item:hover .nav-link {
    color: #010101;
}

.navbarMain .dropdown .dropdown-menu .nav-link {
    background: transparent;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.navbarMain .dropdown:hover .dropdown-menu {
    display: block;
}

.usercontrol li:nth-child(1),
.usercontrol li:nth-child(2) {
    border-right: 1px solid var(--theme-primary-color);
    margin: 0;
}

.usercontrol ul {
    margin: 0 0 19px 0;
}

#controlToggle .offcanvas-header img {
    width: 24px;
    margin: 0px 12px 0 8px;
}

#controlToggle .innertoggle.offcanvas-body {
    margin: 18px 0 0 0;
    padding: 17px 14px;
}
.controlicn {
    height: 48px;
}
.iconbox .controlicn svg {
    margin: 0;
}

.usercontrol li img {
    margin: 3px 9px;
}

/* mob-canvas start */
#myNavbar .offcanvas-body .nav-menu-title {
    color: #150202;
    font-size: 16.6px;
    text-transform: capitalize !important;
    margin: 0;
}
#myNavbar .offcanvas-body {
    padding: 26px;
}
#myNavbar .offcanvas-header .btn-close {
    font-size: 16px;
    position: relative;
    left: -6px;
    top: 2px;
}

div#myNavbar {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: -4px 4px 12px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

.offcanvas-body .menu-item {
    padding: 8px 16px;
    color: #150202;
    font-size: 17px;
}

.mob-item .icon {
    font-size: 22px;
}

/* mob-canvas end */
.container-custom {
    padding: 24px 108px;
    width: calc(100% - 0px);
    margin: 0 auto;
}
.searchContainer {
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 3px;
}
.navbarMain .navbar-nav .nav-link.active p {
    font-weight: 700;
    color: var(--theme-primary-color);
    border-bottom: 8px solid var(--theme-primary-color);
    font-size: 23px;
    margin: 0;
    line-height: 49px;
}
.navbarMain .dropdown .dropdown-menu .nav-link:hover {
    background: transparent;
    color: #000;
}
.navbarMain {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid var(--theme-primary-color);
}
.navbarMain .navbar-nav .nav-link img {
    transform: rotate(90deg);
    margin: 5px 0 0 8px;
}
.alignRt {
    margin-left: 10px;
}
.header-search .form-control {
    border-bottom: 3px solid var(--theme-primary-color);
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    border: 0;
    padding-left: 0;
    background: #fff;
    color: #150202;
}
/* header css end */

/* theme btns */
.theme-btn-light {
    background: #d2dfff;
    color: var(--theme-primary-color);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.theme-btn-light:hover {
    background: var(--theme-secondary-color);
}
.theme-btn-outline {
    border: 1px solid var(--theme-secondary-color);
    background: transparent;
}
.theme-btn-outline:hover {
    background: var(--theme-secondary-color);
}

/* themebtns end */
.formCard {
    background: rgba(210, 223, 255, 0.35);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid gainsboro;
}

.formCard .nav-link.active,
.formCard .nav-link:hover {
    color: #ffffff !important;
    background-color: var(--theme-primary-color);
}

.formCard .nav-tabs .nav-link {
    color: #000;
    border-radius: 5px;
    border: none;
    margin-right: 5px;
}

.formCard .nav-tabs {
    background: #e5e8f1;
    width: fit-content;
    margin: auto;
    padding: 5px;
    border-radius: 8px;
}

/* heder css */
.border-blue {
    border: 1px solid var(--theme-primary-color);
}

/* ERROR PAGE CSS START */
.error-container {
    text-align: center;
    padding: 20px;
}

.error-message {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.btn-custom {
    padding: 12px 25px;
    font-size: 1rem;
}

/* ERROR PAGE CSS END */
/* hero banner start */
.innerbanner {
    background: gainsboro;
}

.innerbanner img {
    min-height: 60px;
    height: 100%;
}
a.nav-link.active {
    font-weight: bold;
}
.innerbanner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, var(--theme-primary-color) 20%, transparent 70%);
    width: 100%;
    height: 100%;
}
.innernav .scroll-btn {
    border: none;
    outline: none;
    padding: 8px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    text-decoration: none;
    background: #5279d7;
    color: #ffffff;
    position: relative;
}

.innernav {
    background: var(--theme-primary-color);
    padding: 13px;
    margin-top: -40px;
    z-index: 9;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.innernav .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.innernav .nav .nav-item {
    min-width: fit-content;
}

.innernav .nav-link {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: none;
    position: relative;
}

.navigationSection {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.innernav .nav::-webkit-scrollbar {
    width: 0;
    display: none;
}

.innernav .nav::-webkit-scrollbar-track {
    background: transparent;
}

.innernav .nav::-webkit-scrollbar-thumb {
    background: transparent;
}

.innerbanner .innerbox {
    position: absolute;
    bottom: 25%;
}

.innerbanner .innerbox .breadcrumb {
    margin-bottom: 0;
}

.innerbanner .innerbox .breadcrumb li {
    color: #ffffff;
}

.innerbanner .innerbox .breadcrumb li a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.innerbanner .innerbox .breadcrumb li::before {
    color: #ffffff !important;
}

.innerbanner .innerbox .pagename {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 39.6px;
    /* Font size not sure */
}

.innernav .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0px !important;
    top: 11px !important;
    width: 12px;
    height: 28px;
    background: url('/images/extra/dbim_icons/dots.svg') no-repeat scroll center center transparent;
}

.innernav .scroll-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 24px;
    height: 32px;
    background: url('/images/extra/dbim_icons/leftright2.png') no-repeat scroll center center transparent;
}

.innernav .leftside:before {
    background-position: 16px 8px;
}

.innernav .rightside:before {
    background-position: -8px 8px;
    width: 10px;
    left: 16px !important;
}

/* hero banner end */

/* footer start */
.footerbox {
    background-color: var(--theme-primary-color);
    padding: 33px 60px 10px 60px;
}

.footcontent a {
    color: #212020;
    text-decoration: none;
    font-weight: bold;
}

.usefulinks {
    color: #ebeaea;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

footer .footerbox ul {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 20px;
    grid-column-gap: 16px;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    color: #fff;
}

.updateyear {
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .16px;
}

footer .footerbox ul li a,
.group5 footer .footerbox ul li span {
    color: #ebeaea;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

footer .footerbox ul li a,
footer .footerbox ul li span {
    color: #ebeaea;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.updateyear p {
    font-size: 17px;
    margin: 0;
}

footer .footerbox .footer-below-text {
    color: #ebeaea;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 19px;
    margin-top: 20px;
}

.ft-logo img {
    object-fit: contain !important;
}

.ft-logo a {
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    width: fit-content;
}

.footer-links-list li:before {
    position: absolute;
    content: '';
    background: url('../images/extra/dbim_icons/arrow-next.svg') no-repeat center;
    /* background: white; */
    left: -18px;
    width: 15px;
    height: 12px;
    filter: invert(1);
}

.footer-links-list li {
    position: relative;
    transform: translateX(16px);
}
/* footer end */
/* banner home start */
.carousel-inner {
    height: 630px;
}
.carousel-item {
    height: 100%;
}
.carousel-inner picture img {
    width: 100%;
    border-bottom: 1px solid #ebeaea;
    object-fit: fill;
    background-size: cover;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 35px;
    color: #fff;
    transform: translateY(-50%);
    height: 35px;
    top: 50%;
    background: #000;
    opacity: 1;
    border-radius: 2px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-indicators {
    position: absolute;
    right: 7%;
    bottom: 0;
    left: revert;
    z-index: 2;
    background: rgb(210, 223, 255);
    display: flex;
    justify-content: center;
    padding: 4px;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    border-radius: 8px;
}

/* banner home end */

.mainContainer {
    width: calc(100% - 25px);
    margin-right: auto;
    margin-left: auto;
}

#mainContent {
    min-height: 53.3vh;
}

.siteName {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 3px !important;
    margin-top: 0px !important;
}

.navbar-toggler-icon {
    font-size: 17px;
}
header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
}
.header-search .input-group {
    border-bottom: 3px solid var(--theme-primary-color) !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    gap: 8px;
    border-radius: 12px 12px 0 0;
    padding: 0 10px;
    border: 2px solid #ebeaea;
}

.header-search .input-group .search-icon-btn {
    color: var(--theme-primary-color);
    padding-top: 5px;
    outline: none;
    background: transparent;
    border: 0;
    border-left: 1px solid #ebeaea;
    text-align: center;
}

.header-search .input-group .search-icon-btn img {
    margin-left: 10px;
}

.navbarMain .navbar-nav .nav-item {
    width: 240px;
    text-align: center;
    margin: auto;
    height: 58px;
}

.navbarMain .navbar-nav .nav-link {
    color: #010101;
    text-transform: capitalize;
    font-weight: 600;
    /* font-size: 20px; */
    width: fit-content;
    margin: auto;
    height: 58px;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    letter-spacing: 0.7px;
    padding: 0 3px;
}
.navbarMain .navbar-nav .nav-link p { margin: 0; }

.theme-btn-light:hover,
.theme-btn-light:focus {
    background: var(--theme-secondary-color);
}

.theme-btn-light img {
    width: 24px;
}
.logout-card {
    max-width: 400px;
    margin: 5rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.logout-icon {
    font-size: 48px;
    color: #dc3545;
    margin-bottom: 1rem;
}
/* dashboard pages */

/** dashboardnav Start -Left Nav Menu **/
.leftNavBarLOneColor {
    color: var(--theme-primary-color);
    font-weight: 500;
}

.leftNavBarLTwoColor {
    background: transparent !important;
    color: #fff;
}

.leftNavBarLThreeColor {
    color: #000000;
}

.leftNavMenu {
    border-top: 1px solid #f9f9f9;
    background-color: var(--theme-primary-color);
    height: 50vh;
    min-height: 100%;
    margin-left: -14rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.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;
    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;
    background: #fff;
    margin: 10px 18px;
    border-radius: 23px;
}

.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: rgba(225, 229, 246, 0.29);
    margin: 3px 20px;
    border-radius: 10px;
}

.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 0px;
    color: #ddd;
    transition: 0.6s;
}

li.leftNavBarLiWithSubMenu ul li a:hover,
a.leftNavBarLTwoColor.leftNavBarLiOnMouseHover.active {
    color: #ffffff !important;
    letter-spacing: 0.5px;
    transition: 0.6s;
}

.leftNavBarMenuList .leftNavBarLiWithSubSubMenu ul li a {
    padding: 10px 20px 10px 40px;
}

.newProfExpDiv,.newForeignTrainingDiv {
    border: 1px dashed var(--theme-primary-color) !important;
}

.leftNavMenuHamburger {
    padding: 5px 19px;
}

.leftNavBarTogglebtn {
    color: #042b54;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 1rem;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
}

.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 dashboard Nav Menu**/
.pageHeading {
    font-weight: 700;
    color: #212020;
    font-size: 180%;
    margin-bottom: 15px;
}

.pageSubHeading {
    font-weight: 600;
    margin-bottom: 20px;
    color: #212020;
    font-size: 130%;
}

.leftNavBarMenuList ul li a {
    margin: 0px 18px;
    border-radius: 6px;
}
.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li {
    position: relative;
}

.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li a:before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 11px;
    height: 11px;
    left: 6px;
    top: 15px;
    bottom: 0;
    border-radius: 10px;
}

.leftNavBarMenuList a.leftNavBarLiOnMouseHover:hover {
    background: #ebebeb;
    border-left: 4px solid transparent;
    color: var(--theme-primary-color);
}

.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li a:active:before,
.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li a:hover:before {
    background: var(--theme-secondary-color) !important;
}

.footerbox {
    border-top: 1px solid gainsboro;
}

a.leftNavBarLTwoColor.leftNavBarLiOnMouseHover.active:before,
.leftNavBarMenuList .leftNavBarLiWithSubMenu ul li a:hover:before {
    background: var(--theme-secondary-color) !important;
}

.theme-list-btn {
    font-size: 11px;
    margin: 2px;
    align-items: center;
    justify-content: center;
    color: rgb(22, 47, 106);
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.12px;
    padding: 8px 12px;
    gap: 8px;
    outline: none;
    background: rgb(210, 223, 255);
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Noto Sans";
}

.theme-list-btn img {
    width: 16px;
    height: 16px;
}

.theme-list-btn:hover {
    background: var(--theme-secondary-color);
}

.popUpModelTitle {
    font-size: 181%;
    font-weight: 700;
}

.logoutBodyBackground {
    background: #00800026;
    padding: 1%;
    /* margin-top: 1%; */
}

.logoutBodyText {
    font-size: 180%;
    background: #00800026;
}

.logoutLoginBtn {
    outline: none;
    background: #042b54;
    color: #fff;
    width: 46%;
    font-size: 100%;
}

.logoutLoginBtn:hover {
    color: #fff;
    text-decoration: none;
}

/* left-menu start */
.leftNavBarMenuList li {
    margin: 0px 0 6px 0;
}

.leftNavBarMenuList li.active a {
    background: var(--theme-secondary-color);
}

.breadcrumb {
    margin: 10px 0;
}

/* left menu end */
/* table css start */
table > thead > tr > th,
table > thead > tr > td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    margin-bottom: 12em;
    background-color: var(--theme-secondary-color) !important;
    padding: 12px;
    text-align: left;
    border-radius: 0px;
}

.table > thead {
    vertical-align: middle !important;
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
    padding: 16px 10px !important;
    border-top: 1px solid gainsboro !important;
    border-bottom: 1px solid gainsboro !important;
    font-weight: 400 !important;
    background: #fff !important;
}

td.dt-type-numeric {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px !important;
    font-family: sans-serif;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--theme-secondary-color) !important;
    color: var(--theme-primary-color) !important;
    border-radius: 50% !important;
    border: none !important;
    font-weight: 600 !important;
}

/* table css end-- */
@media (max-width: 1290px) {
    .logoutBodyText {
        font-size: 160%;
    }

    .logoutLoginBtn {
        font-size: 100%;
        width: 53%;
    }
}

/* meadia end */

table.dataTable tbody td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

table.dataTable tbody td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.section-blue label {
    margin-bottom: 7px;
}

.section-blue {
    background: #ebf1ff;
    padding: 10px;
    border-radius: 5px;
    border-top: 4px solid var(--theme-primary-color);
}

.innerblock ul {
    padding: 0px 15px;
}

.innerblock li {
    border-bottom: 1px solid gainsboro;
    list-style: none;
    padding: 5px 0;
}

/* Datatable buttons and placeholder according to dbim design(g) */
.search-icon-input {
    background-image: url("../images/extra/dbim_icons/search.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
}

.select-icon-input {
    background-image: url("../images/extra/dbim_icons/list.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
}

.dt-filter-container input,
.dt-length-container select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px 40px;
    background-color: transparent;
    color: inherit;
}

.dt-length-container select {
    padding: 5px 32px;
}

table.dataTable thead th {
    color: var(--theme-primary-color);
}

table.dataTable thead th,
table.dataTable tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.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****/

/* .carousel-inner picture img { */
.carousel-inner {
    width: 100%;
    height: 600px;
    border-bottom: 1px solid #ebeaea;
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
    width: 35px;
    padding: 6px 11px;
    color: #fff;
    transform: translateY(0%);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    border-radius: 2px;
    padding: 20px;
    background-color: rgb(0, 0, 0);
}

.carousel-control-prev {
    left: 16px;
}

.carousel-control-next {
    right: 16px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: var(--theme-primary-color);
    border-radius: 50%;
}
button.homeCarouselIndicator.active {
    border-radius: 0;
}
.form-custm h2 {
    text-align: center;
    background: var(--theme-secondary-color);
    border-bottom: 4px solid var(--theme-primary-color);
    font-size: 19px;
    padding: 9px 0;
    margin-bottom: 22px;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 1080px) {
    .container-custom {
        padding: 0px 69px;
    }

    .navbarMain .navbar-nav .nav-item {
        width: 158px;
    }

    .navbarMain .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbarMain .navbar-nav .nav-link.active p {
        font-size: 20px;
    }

    .carousel-inner {
        height: 300px;
    }
    .fs-5 {
        font-size: 16px !important;
    }
.usercontrol li img, .usercontrol li svg{width: 24px;}
    .usercontrol {
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        top: 10px;
        margin-right: 10px;
        background: transparent;
        right:-62px;
    }
footer .footerbox .footer-below-text{
    font-size: 16px;
    }

    .siteName {
        font-size: 18px;
    }

    picture.indianEmblem img {
        width: auto !important;
    }
    .innerbanner .innerbox .pagename {
        font-size: 1.5rem;
    }
    .innernav{padding: 7px;}
}

@media (max-width: 768px) {
    .innerbanner{
        height: 93px;
    }
    .innernav{
        padding: 5px;
    }
    /* after login */
    .ft-logo {
    justify-content: center !important;
}
footer .footerbox .footer-below-text {
    font-size: 16px;
}
.updateyear {
    text-align: center;
    margin: 0 !important;
}
    .leftNavBarTogglebtn {
        position: absolute;
        right: 0;
        display: flex;
        top: 12px;
        align-items: center;
    }

    .leftNavMenu {
        position: absolute;
        width: 87%;
    }
    .iconbox p {
        font-size: 13.5px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        padding: 0;
    }

    /* after login end */
    /* Your responsive styles here */
    .carousel-inner {
        height: 222px;
    }

    .siteName {
        font-size: 19px;
    }

    .container-custom {
        padding: 10px 10px;
    }
    .usercontrol {
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        top: 0px;
        margin-right: 10px;
        background: transparent;
        right: 0;
    }
    .usercontrol ul li img,
    .usercontrol ul li svg {
        width: 24px;
    }
    .iconbox .controlicn svg {
        margin: 0;
        width: auto;
    }
    .fs-5 {
        font-size: 16px;
    }

    footer .footerbox .footer-below-text {
        font-size: 16px;
    }

    button.navbar-toggler {
        margin-left: 0 !important;
        padding: 0;
    }

    .carousel-indicators {
        right: 0;
        left: revert;
        left: 0;
        background: rgb(210, 223, 255);
        width: fit-content;
        margin: 9px auto;
        border-radius: 7px;
        padding: 9px 4px;
    }

    .carousel-indicators [data-bs-target] {
        border: none;
    }
    .dt-filter-container input,
    .dt-length-container select {
        display: block;
        width: 100%;
    }
    .innerbanner .innerbox .pagename {
    font-size: 1rem;
    }
    /* dashboard tabs start */
    .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--theme-primary-color);
}
.nav-tabs .nav-link {
    border: 1px solid gainsboro;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 1px;
    color: #646464;
}
    /* dashboard tabs end */
}

/* For mobile phones */
@media (max-width: 480px) {
    .siteName {
        font-size: 16px;
    }

    .container-custom {
        padding: 10px 12px !important;
    }

    .usercontrol {
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        top: 0px;
        margin-right: 10px;
        background: transparent;
        right: 0;
    }
}

@media (max-width: 575.98px) {

    .usercontrol {
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        top: 0px;
        margin-right: 10px;
        background: transparent;
        right: 0;
    }

    .carousel-inner {
        height: 150px;
    }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    .siteName {
        font-size: 19px;
        width: 75%;
    }

    .container-custom {
        padding: 10px 28px 0px;
    }

    .usercontrol {
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        top: 0px;
        margin-right: 0px;
        background: transparent;
        right: -20px;
    }

    .fs-5 {
        font-size: 16px;
    }

    footer .footerbox .footer-below-text {
        font-size: 16px;
    }

    button.navbar-toggler {
        margin-left: 0 !important;
        padding: 0;
    }

    .footerbox {
        padding: 20px 15px 20px 15px;
    }
}

@media (min-width: 992px) {
    .siteName {
        font-size: 17px;
    }

    .container-custom {
        padding: 10px 80px;
    }

    .carousel-inner {
        height: 345px;
    }

    .usercontrol {
        position: relative;
        top: 0;
    }
}

@media (min-width: 1400px) {
    .siteName {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: 3px !important;
        margin-top: 0px !important;
    }

    .container-custom {
        padding: 24px 108px;
        width: calc(100% - 0px);
        margin: 0 auto;
    }

    .carousel-inner {
        height: 600px;
    }

    .searchContainer {
        width: 76%;
        left: 18px;
    }
}

@media (min-width: 1280px) and (max-width: 1536.5px) {
    .container-custom {
        padding: 10px 64px;
    }

    .carousel-inner {
        height: 495px;
    }
}

@media (max-width: 1536.5px) {
    .siteName {
        font-size: 19px;
    }

    .navbarMain .navbar-nav .nav-item {
        width: 160px;
    }

    .navbarMain .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbarMain .navbar-nav .nav-link.active p {
        font-size: 20px;
    }
}

/* header mobile icon */
.mob-navcon {
    display: none;
}



/*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: #fff;
    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;
    }
} */
 .spinnerloader {
     width: 48px;
     height: 48px;
     border: 5px solid var(--theme-secondary-color);
     border-bottom-color: var(--theme-primary-color);
     border-radius: 50%;
     display: inline-block;
     box-sizing: border-box;
     animation: spinrotation 1s linear infinite;
 }

 @keyframes spinrotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
 }

 .loaderTXT {
     width: fit-content;
     font-size: 32px;
     font-family: system-ui, sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     color: #0000;
     -webkit-text-stroke: 1px var(--theme-primary-color);
     background: conic-gradient(var(--theme-primary-color) 0 0) 0/0% 100% no-repeat text;
     animation: l1 1s linear infinite;
 }

 .loaderTXT:before {
     content: "Please Wait";
 }

 @keyframes l1 {
     to {
         background-size: 120% 100%
     }
 }

 .loderTextAnimation {
     display: flex;
     align-items: center;
     justify-content: space-around;
 }

@media only screen and (max-width: 768px) {
    .loderTextAnimation {
        font-size: 1.2em;
    }
    .loaderTXT{font-size: 1.2em;}
    .loderText {
        left: 0;
        width: 50%;
        right: 0;
    }
 
}

/*Loader End*/

.hide-all-images img:not([src$=".svg"]) {
    opacity: 0;
}

/* ========== Dark Mode ========== */
html.dark {
    background-color: #121212;
    color: #ffffff;
}

html.dark a {
    color: #1e90ff;
}

/* Optional dark styling for common sections */
html.dark header,
html.dark footer,
html.dark nav {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* ========== Invert Mode ========== */
html.invert {
    filter: invert(100%) hue-rotate(180deg);
    background-color: inherit;
    /* avoid unintentional reset */
}

/* Prevent inversion for media */
html.invert img,
html.invert video,
html.invert iframe,
html.invert svg {
    filter: invert(100%) hue-rotate(180deg);
}

/* ========== Grayscale (Desaturation) ========== */
html.saturation {
    filter: grayscale(100%);
}

/* highlight all links on a page */
.highlight-links a {
    background-color: #fffbcc;
    color: #000 !important;
    text-decoration: underline;
    font-weight: 600;
    outline: 3px solid #f90;
    outline-offset: 2px;
    cursor: pointer;
}

html.increased-cursor-size {
    cursor: url("../images/extra/dbim_icons/increased-cursor-size.svg"), auto !important;
}

html.increased-cursor-size a,
html.increased-cursor-size button,
html.increased-cursor-size [role="button"],
html.increased-cursor-size .pointer {
    cursor: url("../images/extra/dbim_icons/increased-cursor-pointer-size.svg"),
        pointer !important;
}
