
html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}


.container-1600 {
    max-width: 1280px;
    margin: auto;
}

.modal-backdrop {
    background-color: #0006 !important;
}

.content-page {
    height: 100%;
    justify-content: center;
    padding: 3rem 0;
    /* background-image: url('../images/bg.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-color: #eef1f6 !important;
}

.login-pages {
    height: 50vh;
}

marquee {
    width: 100% !important;
}

.update-section a:after {
    text-decoration: underline;
    margin: 3px;
}

.update-section a {
    text-decoration: underline;
}

@media (max-width: 768px) {

    /* Adjust 768px to your desired breakpoint */
    .content-page {
        display: block;
    }

    .row {
        margin: 0 !important;
    }

    #update-mob {
        padding: 0 !important;
    }

    #marque-mob {
        padding: 0 !important;
    }

}

@media (min-width: 768px) {
    #update-mob {
        padding: unset;
    }
}

.uplodifivedisabled {
    pointer-events: none;
    background: #e3e3e3 !important;
}

/* Fonts */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    font-family: "Verdana", sans-serif !important;
    color: var(--fontc);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h4 {
    font-size: 20px;
}

.f-12 {
    font-size: 12px !important;
}

.content-page p,
.content-page a,
.content-page li,
.content-page label,
.content-page table {
    font-size: 14px;
    color: var(--fontc);
    text-align: left;
}

.marks-view table {
    font-size: 13px !important;
}

/* End Fonts */

.text-right {
    text-align: right !important;
}

.tabfradio .fidradio {
    display: inline-block;
    margin-right: 10px;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    color: inherit !important;
}

.link,
.link:hover {
    color: #213F9A !important;
}

.cpointer {
    cursor: pointer;
}

.olul {
    padding-left: 20px !important;
}

.inner-title-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

/* Button */
.border-none {
    border: 0px !important;
}

.btn {
    border-radius: 0px !important;
    padding: 5px 17px !important;
    font-size: 17px !important;
    border-radius: 0px !important;
}

.pa-toggle .toggle-group .btn {
    font-size: 15px !important;
}

.pa-toggle .toggle-group .toggle-on {
    padding: 5px 8px !important;
}

.pa-toggle .toggle-group .toggle-off {
    padding: 5px 10px 5px 30px !important;
}

.submit-btn {
    color: #fff !important;
    background: #213F9A !important;
    border-color: #213F9A !important;
}

.btn_submit {

    color: #fff !important;
    background: #213F9A !important;
    border-color: #213F9A !important;
}

.btn_submit:hover,
.btn_submit:focus {
    color: #213F9A !important;
    background-color: #fcb042 !important;
    border-color: #fcb042 !important;
}

.back {
    color: #fff !important;
    background: #213F9A !important;
    border-color: #213F9A !important;
}

.back:hover,
.back:focus {
    color: #213F9A !important;
    background-color: #fcb042 !important;
    border-color: #fcb042 !important;
}

.top-8 {
    color: var(--whitec) !important;
    background: var(--purple) !important;
    border-color: var(--purple) !important;
}

.top-8:hover,
.top-8:focus {
    color: var(--whitec) !important;
    background: rgba(232, 142, 73, .95) !important;
    border-color: rgba(232, 142, 73, .95) !important;
}

.back-button {
    color: #fff !important;
    background: #213F9A !important;
    border-color: #213F9A !important;
}

.back-button:hover,
.back-button:focus {
    color: #213F9A !important;
    background-color: #fcb042 !important;
    border-color: #fcb042 !important;
}

.submit-btn:hover,
.submit-btn:focus,
.second-btn:hover {
    color: #213F9A !important;
    background-color: #fcb042 !important;
    border-color: #fcb042 !important;
}

.second-btn {
    background: #14141400 !important;
    border-color: rgba(36, 66, 154, 0.95) !important;
}

.slot-btn {
    padding: 7px 6px 7px 10px !important;
}

/* End Button */

/* Flex */
.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}


.flex-wrap {
    flex-wrap: wrap !important;
}

.gap-5 {
    gap: 5px;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

.d-none {
    display: none !important;
}

.float-right {
    float: right;
}

/* End Flex */

/* Padding */
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-22 {
    padding: 22px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

/* Padding */

/* Margin */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.section-mr {
    padding-top: 35px;
    margin-bottom: 35px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

/* End Margin */

.loguser {
    color: var(--whitec);
    font-size: 14px;
}

/* Header */
.header-section {
    padding-top: 12px;
}

.header-section .logo-title {
    font-size: 24px;
    line-height: 20px;
    margin: 0px 10px 4px 9px;
}

.header-section .city-name {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 5px 9px;
}

.hlinks p,
.hlinks a {
    font-size: 16px;
    text-align: right;
    margin-bottom: 0px;
    color: var(--blackc) !important;
    line-height: 20px;
}

.header-section .city-name a,
.hlinks i {
    color: var(--purple) !important;
}

/* Navbar */
.navbar {
    background-color: #213F9A !important;
    color: var(--whitec) !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    z-index: 1;
    border: 0px solid transparent;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fcb042 !important;
}

.nav-link {
    padding: .4rem 1rem;
}

.navbar a {
    font-size: 14px;
    color: var(--whitec) !important;
}

.navbar a:hover,
.navbar a:focus {
    color: #fcb042 !important;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #213F9A !important;
    border: 0px !important;
}

@media only screen and (max-width: 1024px) {
    .navbar-nav>li>.dropdown-menu {
        margin: 0px;
        padding: 0 10px;
    }
}

a.next-btn {
    color: #213F9A !important;
    padding: 6px 10px;
    background-color: #fcb042;
}

a.next-btn:hover {
    color: #fcb042 !important;
}

/* End Header */


/* Branches */
.logos {
    border-top: 1px solid var(--plight-border);
    margin-top: 2px;
}

.logos img {
    height: 70px;
    margin: 10px 0;
}

/* End Branches */

.updates {
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
    background: #333;
    padding: 10px;
    text-align: center;
    color: var(--whitec) !important;
}

.update-section {
    border: 1px solid #333;
    padding-left: 0;
}

.update-section a {
    color: var(--blackc) !important;
}

.update-section a:after {
    content: "";
    background: #333;
    width: 1px;
    padding: 0.5px;
    height: 29px;
    margin: 20px;
    font-size: 18px;
}

.update-section a:last-child:after {
    content: "";
    background: none;
    width: 0px;
}

.login-update {
    display: flex;
    align-items: center;
    border: 1px solid #333;
}

.login-update .log-update {
    font-size: 13px;
    margin: 0px;
    font-weight: 700;
    background: #333;
    padding: 5px 8px;
    text-align: center;
    color: var(--whitec) !important;
}


/* Important Dates */
.important-dates-scroll {
    max-height: 280px;
    overflow-y: auto;
}

.important-dates .checkicon {
    content: "\2714";
    font-size: 20px;
    color: var(--yellowc);
    margin-left: -22px;
}

.important-dates {
    margin-left: 1.3em !important;
    padding-left: 0;
    list-style-type: none;
}

.important-dates li:not(:last-child) {
    margin-bottom: 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
}

.important-dates li .date-heading {
    font-size: 18px;
    color: #333;
    line-height: 1;
}

/* End Important Dates */

/* Footer */
.footer-section {
    background-color: #213F9A !important;
    padding: 11px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-section p {
    font-size: 16px;
    color: var(--whitec) !important;
}

/* End Footer */


/* Tabs */
.tabs-sec {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0px 8px 24px rgb(141 141 141 / 61%);
}

.background-none {
    background: unset;
}

.tabs-sec .form-group {
    min-height: auto !important;
}

.tabs-sec .nav-tabs {
    border-bottom: 0px !important;
}

.tabs-sec .nav-tabs>li {
    margin-bottom: 0 !important;
}

.tabs-sec .nav-tabs li a {
    color: #213F9A !important;
    border: 0px !important;
    font-size: 26px;
    background: var(--whitec);
    padding: 6px 0px !important;
    margin-right: 25px !important;
    background: none;
}

.tabs-sec .nav-tabs li a.active,
.tabs-sec .nav-tabs li a:hover,
.tabs-sec .nav-tabs li a:focus {
    color: #213F9A !important;
    text-decoration: none;
    font-size: 26px;
    border-bottom: 2px solid #fcb042 !important;
}

/* End Tabs */

/* Form */
.select2-container--default .select2-results>.select2-results__options {
    overflow-x: hidden;
}

.select2-container {
    display: block !important;
}

.select2-max .select2-container {
    max-width: 200px;
    width: 100% !important;
}

.select2-100 .select2-container {
    width: 100% !important;
}

label.error {
    float: none !important;
}

/* End Form */

.instructions-sec {
    padding: 20px;
    box-shadow: var(--gray-shadow);
    background: linear-gradient(to left, #ffffff 0%, #fff2f2 65%);
}

.instructions {
    overflow-x: auto;
    max-height: 655px;
    padding: 0 20px 0 0;
}

/* FAQ */
.collapse-accordion {}

.tab-heading[aria-expanded='true'] {
    color: var(--whitec) !important;
    background: var(--purple) !important;
}

.card-header {
    background: var(--pink-light);
}

.tab-heading,
.card-body {
    padding: 8px 15px !important;
}

.tab-heading {
    font-size: 17px !important;
    font-weight: 700;
}

.card {
    margin-bottom: 5px;
}

.card-body {
    border: 1px solid var(--plight-border) !important;
    border-top: 0px !important;
}

.tab-heading:after {
    content: "+";
    float: right;
    text-align: center;
    width: 25px;
    font-size: 25px;
    margin-top: -5px;
}

.tab-heading[aria-expanded='true']:after {
    content: "-";
}

/* End FAQ */

/* Important Updates */
.imp_card {
    margin-bottom: 10px;
}

.imp_card .imp_heading {
    font-size: 17px !important;
    font-weight: 700;
    padding: 8px 15px !important;
    margin-bottom: 0;
    color: var(--whitec) !important;
    background: var(--purple) !important;
}

.imp_card .imp_body {
    border: 1px solid var(--plight-border) !important;
    border-top: 0px !important;
    padding: 8px 15px !important;
}

/* End Important Updates */

ul.download-formats {
    border: 1px solid var(--plight-border);
}

.download-formats li,
.download-formats li a {
    font-size: 18px;
    font-weight: 700;
}

.download-formats li {
    padding: 10px 20px;
    list-style-type: none;
}

.download-formats li {
    /* background: #f1f1f1; */
}

.download-formats li:nth-child(odd) {
    background: var(--pink-light);
}

.download-formats .downloadf {
    min-width: 110px;
}

/* Switch */
.toggle-on.btn {
    padding-right: 2rem !important;
    color: var(--whitec);
}

.toggle-off.btn {
    padding-left: 2rem !important;
    color: var(--whitec);
}

/* End Switch */

/* Table */
.slot-table {
    max-height: 70vh;
    overflow-y: auto;
}

.th-middle th {
    vertical-align: middle !important;
}

.tbl-middle th,
.tbl-middle td {
    vertical-align: middle !important;
}

.pagination li a {
    color: var(--purple) !important;
}

.pagination>.active>a {
    color: var(--whitec) !important;
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
}

div.dataTables_wrapper div.dataTables_length label {
    text-transform: capitalize;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
}

.input-sm {
    font-size: 15px;
    height: auto;
}

select.input-sm {
    height: auto;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 7px 7px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
    margin: 0;
}


/* Step table  */
.tab-content  {
    padding: 2px 2px !important;
}

/* Step table  */

/* End Table */


/* icons */
.profile-icon {
    max-width: 100px;
    /*  border-radius: 100%;*/
    box-shadow: 0px 0px 3px #00000054;
}

.icon-list {
    display: flex;
    gap: 10px;
}

.icons {
    font-size: 22px;
    padding: 0;
    border: 0;
}

.iconi {
    font-size: 22px;
}

.icons:last-child .iconi {
    margin-right: 0px;
}

.icons:hover {
    opacity: 0.8 !important;
    color: unset !important;
}

.glyphicon-file {
    color: var(--bluec);
}

.icon-none-brd {
    padding: 0;
    border: 0;
    background: unset;
}

/* view-btn */
/* End icons */

/* Messages */
.msgc {
    padding: 5px 15px !important;
    font-size: 17px !important;
}

.tabs-sec {
    width: 500px;
}

/* End Messages */

@media only screen and (max-width: 767px) {
    .d-xs-none {
        display: none;
    }

    .logos a {
        min-width: 33.33%;
    }

    .logos img {
        display: block;
        margin: 8px auto;
    }

    .foo_dev {
        text-align: center;
    }

    .mnu-sect {
        text-align: center !important;
    }

    .hlinks p,
    .hlinks a {
        font-size: 16px;
        text-align: center !important;
        margin-bottom: 0px;
        color: var(--blackc) !important;
        line-height: 20px;
        margin-top: 10px;
    }

    .mobile-logo {
        justify-content: center;
        margin-bottom: 5px;
    }

    .tabs-sec {
        width: auto;
    }

    .tabs-sec .nav-tabs li a {
        margin-right: 0px !important;
    }

    .tabs-sec .nav-tabs {
        gap: 8px
    }

}

@media only screen and (max-width: 850px) {
    .log-col-mb {
        margin-bottom: 1.8rem;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .logos img {
        height: 50px;
        margin: 10px;
    }

    .d-md-none {
        display: none;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        min-width: 1260px;
        max-width: 1260px;
    }

    .navbar .navbar-collapse {
        padding: 0 !important;
    }

    .d-xl-flex {
        display: flex;
    }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1580px) {
    .container-1600 {
        min-width: 1450px;
        max-width: 1450px;
        margin: auto;
    }
}

@media only screen and (min-device-width: 1600px) {
    .container-1600 {
        min-width: 1500px;
        max-width: 1500px;
        margin: auto;
    }
}


/* BG Color */
/* End BG Color */
.purple-bg {
    background-color: var(--purple) !important;
}

/* Text Color */
.gray-text {
    color: var(--fontc) !important;
}

.red-text,
label.error {
    color: red !important;
}

.border-gray {
    border: 1px solid var(--border-gray);
}

.green-text {
    color: var(--green);
}

.white-text {
    color: var(--whitec);
}

/* End Text Color */


/* Scrollbar Design */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(174, 174, 174);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #213F9A !important;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #213F9A !important;
}

.scroller {
    scrollbar-color: #213F9A #d0d0d0 !important;
    scrollbar-width: thin;
}


:root {
    --whitec: #ffffff;
    --blackc: #000000;
    --fontc: #2e2e2e;
    --bluec: #213F9A;
    --border-gray: #dfdfdf;
    --purple: rgba(36, 66, 154, 0.95);
    --purple-light: #914474;
    --purple-dark: #64294e;
    --plight-border: #78315d30;
    --pink-light: #FFF2F2;
    --garayc-light: #F3F7FB;
    --cb-light: #efefef;
    --red: red;
    --gray-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    --green: #008000;
    --yellowc: #F9B331;
}

/* ------ End New Page Design------ */

.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}

.btn-default {
    border: 1px solid #ccc;
}

.uplodifivedisabled {
    pointer-events: none !important;
    background: #e3e3e3 !important;
    color: gray !important;
}

li.nav-item {
    margin: 0px 2px;
}


.foo_dev {
    margin-bottom: 0px;
}