@font-face {
    font-family: "cotext";
    src: url("../fonts/CoText_W_Rg.eot");
    src: url("../fonts/CoText_W_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/CoText_W_Rg.ttf") format("truetype");
}

@font-face {
    font-family: "cotext-light";
    src: url("../fonts/CoText_W_Lt.eot");
    src: url("../fonts/CoText_W_Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/CoText_W_Lt.ttf") format("truetype");
}

@font-face {
    font-family: "cotext-bold";
    src: url("../fonts/CoText_W_Bd.eot");
    src: url("../fonts/CoText_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/CoText_W_Bd.ttf") format("truetype");
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

:root {
    --Black: #1E1E1C;
    --GrayDark: #64666A;
    --GrayMedium: #9F9FA7;
    --GrayLight: #E6E6E6;
    --Primary: #F8D03B;
    --Yellow-35: #FDEFBA;
    --YellowDisabled: #FFF6D3;
    --YellowDark: #3F3921;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "cotext", sans-serif;
    color: var(--Black);
}

.white-logo {
    display: none;
}

.GrayDark {
    color: var(--GrayDark);
}

.GrayMedium {
    color: var(--GrayMedium);
}

.GrayLight {
    color: var(--GrayLight);
}

.yellowDark {
    background-color: var(--Primary);
}

.h4-style {
    color: #64666A;
    font-size:19px;
    font-weight:400;
}

.h2-style {
    color: #64666A;
    font-size: 27px;
    font-weight: bold;
}

.cursor-pointer{
    cursor:pointer;
}

.modal-ftr-btn {
    color: #1E1E1C;
    font-size:16px;
    font-weight:bold;
    border:none;
}

.modal-ftr-btn:disabled{
    background-color:var(--Yellow-35);
    color:var(--GrayMedium)
}

.error-wrapper {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #D43E4D;
    background-color: #F9E2E4;
    position: fixed;
    top: 50px;
    z-index: 100;
    width: 90%;
    left: 7%;
    right: 0;
}

.error-wrapper .btn-close{
    position: absolute;
    right: 24px;
    top: 35%;
}

.error-wrapper .btn-close:focus{
    box-shadow:none;
}

.error-wrapper .content-wrap{
    padding-left: 24px;
}

.error-wrapper .content-wrap h6{
    color: #64666A;
    font-size: 21px;
    font-weight: bold;
}

.error-wrapper .content-wrap p{
    color: #64666A;
    font-size: 16px;
    font-weight: normal;
}

.upload-btn-wrapper button {
    background-color: #FEF8E2;
    padding: 15px;
    border: 2px dashed #F8D03B;
    border-radius:12px;
    text-align:center;
    width:100%;
    margin-top:15px;
}

.upload-btn-wrapper button svg{
    margin-right:12px;
    position:relative;
    top:-3px;
}

.upload-btn-wrapper button span {
    color: #64666A;
    font-size: 16px;
}

.upload-btn-wrapper button span.d-block {
    color: #9F9FA7;
    font-size: 11px;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    height: 100%;
    width: 80%;
}

.uploaded-wrapper {
    padding: 16px 24px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.uploaded-wrapper .file-info span:first-child {
    font-size: 16px;
    color: #64666A;
}

.uploaded-wrapper .file-info span:last-child {
    font-size: 14px;
    color: #9F9FA7;
}

.uploaded-wrapper .actions .modal-ftr-btn {
    font-size:16px;
    color: var(--Black);
    font-weight:bold;
}

.featured-image {
    background-image: url('../img/Overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    padding: 50px 60px;
    position: relative;
}

    .featured-image .carousel {

        height: 100%;
    }

.rtl-dir {
    direction: rtl;
}

.fileHiglight {
    -webkit-box-shadow: -4px 3px 20px 24px rgba(248,208,59,0.5);
    -moz-box-shadow: -4px 3px 20px 24px rgba(248,208,59,0.5);
    box-shadow: -4px 3px 20px 10px rgba(248,208,59,0.5);
}


.rtl-dir {
    direction: rtl;
}

.animated-img {
    margin-bottom: 70px;
}

    .animated-img img {
        width: 50%;
    }

        .animated-img img.dark-img {
            display: none;
        }

.logo img {
    width: 200px;
}

.date {
    font-size: 12px;
}

footer p {
    font-size: 12px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.highlight {
    display: inline-block;
    width: 97px;
    /*   height: 47px;
    background-color: var(--primary);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0)!important;*/
}


/* .form-control-custom {
    padding: 1.2rem 1rem;
    font-size: .9rem;
    color: var(--GrayDark);
} */

.form-control-custom::placeholder {
    color: var(--GrayMedium);
}

.form-control:focus {
    border-color: var(--Primary);
    box-shadow: 0 0 0 0.25rem var(--Yellow-35);
    color: var(--GrayDark);
}

.btn-outline-custom {
    padding: 1rem;
    border-radius: 30px;
    border: 1px solid var(--Primary);
    color: var(--Black);
}

.btn:disabled {
    background-color: var(--YellowDisabled);
    border-color: var(--YellowDisabled);
    border-radius: 30px;
    color: #BBB;
}

.btn-custom {
    background-color: var(--Primary);
    border-color: var(--Primary);
    border-radius: 30px;
    color: var(--Black);
    padding: 14px 0 0 0;
}

.btn:hover {
    color: var(--Black);
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.btn-check:checked + .btn,
.btn.active, .btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.flatpickr-day.flatpickr-disabled .flatpickr-hijri-date-wrapper {
    background-color: #d8d8d8;
    border-radius: 150px;
}

.flatpickr-day {
    margin: 3px 0px !important;
}

.form-floating > label {
    color: var(--GrayMedium);
    font-size: .9rem;
}

.form-floating > .form-control:focus ~ label::after {
    background-color: transparent;
}

.login-row {
    width: 100%;
}

.country-select.inside .selected-flag {
    width: 40px !important;
    cursor: pointer;
}

.page-loginNew .country-select .flag-dropdown {
    right: 0;
    left: auto;
}

.country-select .selected-flag .arrow {
    cursor: pointer;
}

.rtl-dir .logo-wrap {
    flex-direction: row-reverse
}

/* Innet Layout 
    .sideBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #FAFAFA;
    border-right: 1px solid #E6E6E6;
}

/*.content {
    position: relative;
    left: 300px;
    width: calc(100% - 300px);
    background-color: antiquewhite;
}*/
.navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .navigation ul li {
        min-height: 60px;
    }

        .navigation ul li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            text-decoration: none;
        }

.container-fluid hr {
    color: var(--GrayLight);
}

header {
    background-image: url('../img/header_bg.png');
    background-repeat: no-repeat;
    background-position: 285px 0;
    background-color: var(--Black);
    min-height: 100px;
}

.indicators {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.featured-image .carousel * {
    z-index: 10;
}

.featured-image .carousel * {
    z-index: 10;
}

.indicatorItem {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 20px;
    background: var(--GrayDark);
    cursor: pointer;
}

    .indicatorItem.active {
        transition: all 0.4s;
        display: inline-block;
        width: 40px;
        height: 10px;
        background-color: var(--Primary);
        border-radius: 5px;
    }

/* Inner Page CSS - Start */

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.wrapper {
    display: flex;
}

#sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #FAFAFA;
    border-right: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
}

    #sidebar.expand {
        width: 260px;
        min-width: 260px;
    }

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}

    .toggle-btn i {
        font-size: 1.5rem;
        color: #1E1E1C;
    }

.sidebar-logo {
    margin: auto 0;
}

    .sidebar-logo a {
        color: #FFF;
        font-size: 1.15rem;
        font-weight: 600;
    }

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) .logo-white,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

#sidebar.expand .sidebar-logo,
#sidebar.expand a.sidebar-link span {
    animation: fadeIn .25s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sidebar-nav {
    padding: 0;
    flex: 1 1 auto;
    overflow-y: hidden;
}

    .sidebar-nav:hover {
        overflow-y: auto;
    }

    .sidebar-nav::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Track */
    .sidebar-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .sidebar-nav::-webkit-scrollbar-thumb {
        background: rgba(198, 195, 195, 1);
    }

        /* Handle on hover */
        .sidebar-nav ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.sidebar-item {
    position: relative;
    padding: 0 10px;
    margin: 10px 0;
}

a.sidebar-link {
    padding: .625rem 1.325rem;
    color: #1E1E1C;
    display: flex;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

#sidebar.expand a.sidebar-link {
    justify-content: flex-start;
}

a.sidebar-link span {
    margin-left: 10px;
}

.sidebar-link i,
.dropdown-item i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover {
    background-color: #FDEFBA;
    /* border-radius: 12px; */
    /* border-left: 3px solid #3b7ddd; */
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown + .sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.sidebar-item.active a.sidebar-link {
    background-color: #FDEFBA;
    font-weight:600; 
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fff;
    min-width: 0;
    padding-left: 70px;
}

.navbar {
    background-color: #f5f5f5;
    box-shadow: 0 0 2rem 0 rgba(33, 37, 41, .1);
}

main.content {
    position: relative;
    overflow-y: auto;
    height: 85vh;
    padding-bottom: 80px;
    overflow-x: hidden;
}

    main.content::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    /* Track */
    main.content::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    main.content::-webkit-scrollbar-thumb {
        background: rgba(198, 195, 195, 1);
    }

        /* Handle on hover */
        main.content::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.badge.notification {
    position: absolute;
    top: -4px;
    right: 6px;
    left: auto;
    background-color: #F8D03B;
    color: #000000;
    font-size: 10px;
    width: 20px;
    height: 15px;
    padding: 0px;
    line-height: 15px;
    letter-spacing: 0;
}

.navbar-expand .navbar-collapse {
    min-width: 200px;
}

.lastLogin {
    display: flex;
}

    .lastLogin span:first-child {
        margin-right: 4px;
        margin-left: 0;
    }

.logo-white img {
    padding-right: 0;
}

.avatar {
    height: 40px;
    width: 40px;
}

.sidebar-footer {
    padding: 5px 10px;
}

.navbar {
    background-image: url('../img/header_bg.png');
    background-repeat: no-repeat;
    background-position: 285px 0;
    background-color: #1E1E1C;
    min-height: 100px;
}

.divider {
    border-right: 1px solid rgba(255,255,255,0.15);
    margin: 0 35px;
    min-height: 68px;
}

/* Inner Page CSS - End */

/* Shaharyal CSS - Start */

.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 10px;
}

.flag.gb {
    display: none;
}

.country-select.inside .selected-flag {
    width: 12px;
}

input#country_selector {
    border: none;
}

input#country_selector {
    background: transparent;
}

.country-select .flag.sa, .country-select .flag.gb {
    display: none;
}

.invalid-input {
    border: 1px solid #f44336 !important;
    background: rgba(244, 67, 54, 0.1) !important;
}

.field-error-message {
    display: none;
    position: absolute;
    font-size: 11px;
    color: #f44336;
    margin-bottom: 5px;
}

input#country_selector:focus {
    outline: none;
}

ul.country-list {
    width: 100px !important;
}

.country-select .country-list .country {
    padding: 10px 15px !important;
    border-bottom: 1px solid #ccc;
}

.country-name {
    position: relative !important;
}

.language {
    cursor: pointer;
}

.reqViewHeader {
    background-image: url("../img/RequestBGPattern.png"), linear-gradient(rgba(248, 248, 248, 1), rgba(254, 254, 254, 1));
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px 1.5rem;
}

    .reqViewHeader h4 {
        font-weight: 700;
        font-size: 27px;
        color: #64666A;
    }

    .reqViewHeader span {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
    }

.newReqBTn {
    display: flex ;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #F8D03B !important;
    border-radius: 30px !important;
    background-color: white !important;
    color: black !important;
    line-height: 16px !important;
    /*font-weight: 500;*/
    padding: 6px 16px !important;
    font-weight: bold !important;
}

.newReqBTn span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: black;
    background-color: #FDEFBA;
    padding: 8px;
    margin-right: 8px;
}

.btn-header {
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #F8D03B;
    border-radius: 30px;
    background-color: white;
    color: black;
    line-height: 16px;
    font-weight: 500;
    padding: 8px 16px;
    font-size:16px;
    font-weight:bold;
}

.btn-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: black;
    background-color: #FDEFBA;
    padding: 10px;
    margin-right: 13px;
}

#viewPageHeader {
    background-color: #FEF8E2;
    border-radius: 11px 11px 0 0;
    border: 1px solid #E6E6E6;
    border-bottom: none !important;
    height: 65px;
}

    #viewPageHeader h2 {
        font-size: 16px;
        font-weight: 400;
        color: #64666A;
        line-height: 27.94px;
    }

.reqHead {
    color: #9F9FA7;
    font-size: 12px;
    font-weight: 700;
}

.reqVal {
    color: #64666A;
    font-size: 16px;
    font-weight: 400;
}

#viewPageBody {
    border-radius: 0 0 11px 11px;
    border: 1px solid #E6E6E6;
    border-top: none !important;
}

#actionBtns {
    display: flex;
    gap: 9px;
}

    #actionBtns svg {
        cursor: pointer;
    }

    #actionBtns span {
        cursor: pointer;
        font-weight: 700;
    }

.Action-divider {
    background: #E6E6E6;
    width: 2px;
    height: 30px;
}

#wizard-header {
    gap: 10px;
}

.circle-1, .circle-2, .circle-3 {
    /*padding: 10px 15px;*/
    border-radius: 10px;
    border: 2px solid grey;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-1 {
    border-color: #F8D03B !important;
}

.active-state {
    border-color: #F8D03B !important;
}

.center-line {
    width: 22vw;
    height: 1px;
    border: 1px solid grey;
    margin-top: 22px;
}

#circle1-heading {
    padding: 0 10vw 0 0;
}

#circle2-heading {
    padding: 0 0 0 9vw;
}

.genReports .center-line {
    width: 15vw;
}

.genReports #transactionFormConatiner > div {
    margin-left: 5vw;
}

.genReports #circle1-heading {
    padding: 0 1.5rem 0 0;
}

.genReports #circle2-heading {
    padding: 0 0 0 12.5vw;
}

.genReports #circle3-heading {
    padding: 0 0 0 1.7rem;
}

#selectNIN-form h5 {
    font-size: 19px;
    font-weight: 400;
    color: #64666A;
}

#selectNIN-form h2 {
    font-size: 27px;
    font-weight: 700;
    color: #64666A;
}

#transactionFormConatiner h5 {
    font-size: 19px;
    font-weight: 400;
    color: #64666A;
}

#transactionFormConatiner h2 {
    font-size: 27px;
    font-weight: 700;
    color: #64666A;
}

#transactionFormConatiner > div {
    margin-left: 13vw;
}

#selectNIN-form .floatingInput-wrapper {
    width: 65%;
}

.transactionDetails-form {
    display: flex;
    width: 68%;
}

    .transactionDetails-form .filterButtons {
        margin: 10px 0 0 10px;
    }

#TransactionSucessScreen {
    margin: 25vh 10vw;
}

.success-tick {
    background-color: #EBF4E4;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#transactionSuccessMessge span{
    font-size: 33px;
    font-weight: 700;
    color: #64666A;
}

.TransactionSuccessBtn {
    background: #F8D03B;
    border: none;
    padding: 15px 50px 15px 50px;
    font-weight: 700;
    border-radius: 30px;
}

#LU-alert-box {
    width: 80%;
    margin: 20px auto;
    box-shadow: 0px 10px 10px 0px #CACACA4D;
    border: 1px solid #D43E4D;
    display: flex;
}

#Lu-alert-msg h3 {
    font-weight: 700;
    font-size: 21px;
    color: #64666A;
}

#Lu-alert-msg h6 {
    font-weight: 400;
    font-size: 16px;
    color: #64666A;
}

#LU-alert-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: #D43E4D;
    color: white;
    border-radius: 50%;
    margin-right: 12px;
}

.form-floating > label {
    /*padding: 1rem 1.6rem*/
    padding: 15px !important;
}

.alert-cross {
    position: absolute;
    right: 0;
    padding: 20px;
}

.error-tick {
    background: #F9E2E4;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#TransactionErrorScreen {
    margin: 25vh 10vw;
}

.active-line {
    border: 1px solid #f8d03b;
}

.complete-state {
    background-color: #f8d03b;
    border: 2px solid #FDEFBA;
}

#LU-alert-box {
    width: 80%;
    margin: 20px auto;
    box-shadow: 0px 10px 10px 0px #CACACA4D;
    border: 1px solid #D43E4D;
    display: flex;
}

#Lu-alert-msg h3 {
    font-weight: 700;
    font-size: 21px;
    color: #64666A;
}

#Lu-alert-msg h6 {
    font-weight: 400;
    font-size: 16px;
    color: #64666A;
}

#LU-alert-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: #D43E4D;
    color: white;
    border-radius: 50%;
    margin-right: 12px;
}

.form-floating > label {
    padding: 1rem 1.6rem
}

.alert-cross {
    position: absolute;
    right: 0;
    padding: 20px;
}

.error-tick {
    background: #F9E2E4;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#TransactionErrorScreen {
    margin: 25vh 10vw;
}

.active-line {
    border: 1px solid #f8d03b;
}

.complete-state {
    background-color: #f8d03b;
    border: 2px solid #FDEFBA;
}
.card-container {
    overflow: hidden;
}

.card-header {
    background-color: #FEF8E2;
    padding: 16px 24px 16px 24px;
    width: 108%;
    margin-left: -26px;
    border-radius: 12px 12px 0 0 !important;
}

    .card-header h6 {
        font-weight: 400;
        font-size: 16px;
        color: #64666A;
    }

.card-box {
    border-radius: 12px;
    width: 28%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom:3rem;
}

.action-box {
    width: 48px;
    height: 48px;
    display: flex;
    border: none;
    flex-direction: column;
    align-items: center;
}

.action-icon {
    background-color: #FDEFBA;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px #CACACA40;
    cursor: pointer;
}

.icon-name {
    font-weight: 700;
    font-size: 14px;
    color: #1E1E1C;
}

.edit-btn {
    border: none;
    background: transparent;
    color: #F8D03B;
    font-weight: 600;
    font-size: 20px;
}

.sav-btn {
    font-size: 16px;
    font-weight: 700;
    color: #1E1E1C !important;
    background-color: #F8D03B !important;
    border-radius: 30px;
    border: none;
    padding: 9px 15px;
}

.cnl-btn {
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #1E1E1C;
    margin-left: 5px;
    border: none;
    padding-right: 10px;
}

.breadcrumb-item a {
    color: black !important;
}

#action-alerts span {
    font-weight: 700;
    font-size: 18px;
    color: #64666A;
}

#modalFooter {
    border: none !important;
    justify-content: center !important;
    gap: 20px !important;
}

.mhtxt {
    font-size: 11px;
    font-weight: 400;
    color: #BBBBBB;
}

.mvtxt {
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
}

#modal-input {
    width: 108%;
    margin-left: 15px;
}
.cards-img {
    background-image: url('../img/card-bg.png');
    background-repeat: no-repeat;
    margin: auto;
    width: 243px;
    height: 155px;
}
.madaCard-img {
    background-image: url('../img/madaCard.png');
    background-repeat: no-repeat;
    margin: auto;
    width: 243px;
    height: 155px;
}
    .madaCard-img div {
        color: #FFFFFF;
        font-weight: 500;
    }
    .cards-img div {
        color: #FFFFFF;
        font-weight: 500;
    }

.card-num {
    position: relative;
    top: 58px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    letter-spacing: 2px;
}

.valid-thru {
    position: relative;
    top: 58px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 13px;
    gap: 3px;
    align-items: center;
}

.valid-heading {
    font-size: 5px;
    font-weight: 500;
}

.cardholder-name {
    position: relative;
    top: 61px;
    font-size: 14px;
    margin-left: 13px;
}

.card-status {
    position: relative;
    top: 35px;
    left: 180px;
}

    .card-status span {
        border-radius: 70px;
        padding: 2.79px 5.59px 2.79px 5.59px;
        font-weight: 400;
        font-size: 10px;
        width: min-content;
        line-height: 1;
        text-wrap: pretty;
    }

.active-status {
    color: #79B64D;
    background: #EBF4E4;
    width: 42px;
}

.pending-status {
    color: #CF713E;
    background-color: #FEE1D1;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-body h3 {
    font-weight: 700;
    font-size: 20px;
}

.conversion {
    font-size: 14px;
    color: #9F9FA7;
    margin-top: 8px;
}

/* Shaharyal CSS - End */
/* Fahad CSS Start */
.reqHeader {
    background-image: url("../img/RequestBGPattern.png"), linear-gradient(rgba(254, 248, 226, 1), rgba(254, 254, 254, 1));
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px 1.5rem;
}

    .reqHeader h4 {
        font-weight: 700;
        font-size: 27px;
        color: #64666A;
    }


.searchContainer {
    background: rgba(250, 250, 250, 1);
    border-radius: 12px;
}

.searchInput {
    background: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 10px 50px 10px 17px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .searchInput .ti {
        background: #fff;
        color: rgba(159, 159, 167, 1);
        font-size: 20px;
    }

    .searchInput input {
        border: none;
        outline: none;
        background: #fff;
    }

        .searchInput input::placeholder {
            color: rgba(159, 159, 167, 1);
        }

.grid-div {
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
}

    .grid-div.active {
        background: rgba(253, 239, 186, 1);
    }

    .grid-div:hover {
        background: rgba(253, 239, 186, 1);
        cursor: pointer;
    }

span.dt-column-title {
    font-weight: 400;
    font-size: 14px;
    color: rgba(159, 159, 167, 1);
}

td.text-start {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}

td.text-start {
    font-size: 16px;
}

    td.text-start span {
        font-weight: 400;
        font-size: 12px;
        color: rgba(100, 102, 106, 1);
    }

.approveBadge {
    background: rgba(235, 244, 228, 1);
    padding: 5px 20px;
    color: rgba(121, 182, 77, 1) !important;
    border-radius: 20px;
    font-size: 16px !important;
}

.rejectedBadge {
    background: rgba(254, 225, 209, 1);
    padding: 5px 28px;
    color: rgba(207, 113, 62, 1) !important;
    border-radius: 20px;
    font-size: 16px !important;
}

.inactiveBadge {
    background: #E6E6E6;
    padding: 5px 28px;
    color: #9F9FA7 !important;
    border-radius: 20px;
    font-size: 16px !important;
}

.pendingBadge {
    background: #FDEFBA;
    padding: 5px 28px;
    color: #9d7d08 !important;
    border-radius: 20px;
    font-size: 16px !important;
}
.failedBadge {
    background: #FFCCCB;
    padding: 5px 28px;
    color: red !important;
    border-radius: 20px;
    font-size: 16px !important;
}

table.dataTable > thead > tr > th {
    border: none !important;
    padding: 10px;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border: none !important;
}

table.dataTable.display > tbody > tr {
    box-shadow: none !important;
}

    table.dataTable.display > tbody > tr:nth-child(odd) > * {
        box-shadow: none !important;
    }

table.dataTable.display > tbody tr > .sorting_1 {
    box-shadow: none !important;
}

table.dataTable.display > tbody > tr {
    outline: 1px solid rgba(230, 230, 230, 1);
    border-radius: 10px;
}

    table.dataTable.display > tbody > tr > * {
        border: none !important;
    }

    table.dataTable.display > tbody > tr:hover > * {
        box-shadow: none !important;
    }

    table.dataTable.display > tbody > tr:hover {
        outline: 1px solid #f8d03b;
        -webkit-box-shadow: 5px 5px 42px 0px rgba(222, 222, 222, 0.8) !important;
        -moz-box-shadow: 5px 5px 42px 0px rgba(222, 222, 222, 0.8) !important;
        box-shadow: 5px 5px 42px 0px rgba(222, 222, 222, 0.8) !important;
    }

table.dataTable.display {
    width: 96% !important;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

    table.dataTable.display > tbody > tr > td {
        padding: 15px 10px;
    }

.tableFooter {
    width: 96%;
    background: rgba(247, 247, 247, 1);
    border-radius: 0px 0px 12px 12px;
}

.footerItems {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
}

.customPagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagintationInfo {
    color: rgba(159, 159, 167, 1);
    font-weight: 700;
    margin: 0 35px;
}

.paginationBtns {
    display: flex;
    gap: 30px;
    margin: 0 40px 0 0;
}

    .paginationBtns button {
        background: none;
        border: none;
        padding: 10px 20px;
        border-radius: 12px;
        color: rgba(100, 102, 106, 1);
        font-weight: 700;
    }

.chevron {
    height: 30px;
    width: 16px;
}

    .chevron path {
        stroke: #9f9fa7 !important;
    }

.paginationBtns .previous {
    transform: rotate(90deg);
    padding: 0;
    margin: -15px;
}

.paginationBtns .next {
    transform: rotate(-90deg);
}

.rowSelector span {
    color: rgba(159, 159, 167, 1);
    font-weight: 700;
    margin: 0 10px;
}

.rowSelector select {
    background: none;
    border: none;
    padding: 10px 10px 10px 5px;
    border-radius: 12px;
    color: #1e1e1c;
    font-weight: 700;
}

    .rowSelector select:focus {
        outline: none;
    }

.dt-search {
    display: none;
}

.dt-paging.paging_full_numbers {
    display: none;
}

div.dt-container div.dt-layout-cell.dt-start {
    text-align: left;
    display: none;
}

.highlightBtn .chevron path {
    stroke: #1e1e1c !important;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: relative !important;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 12px;
    left: 10px;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    display: none;
}


/*Estatement New Css start*/

.separator {
    width: 2px;
    height: 46px;
    background: #E6E6E6;
    margin: 0 15px;
}

.action-div {
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
}

.filterBtn {
    margin: 0 -27px 0 0;
    cursor: pointer;
}

.input {
    font-size: 15px;
    width: 100%;
    padding: 1.625rem 30px 0.5rem 10px;
    border: 1px solid #dee2e6;
    transition: border-color 250ms;
    background-color: white;
    border-radius: 6px;
    font-weight: 500;
}

    .input:focus {
        outline: none;
        border-color: var(--Primary);
        box-shadow: 0 0 0 0.25rem var(--Yellow-35);
        color: var(--GrayDark);
    }

    .input::placeholder {
        color: transparent;
    }

    .input::-webkit-contacts-auto-fill-button {
        visibility: hidden;
        pointer-events: none;
        position: absolute;
    }

.label {
    position: relative;
    top: -43px;
    left: 12px;
    color: #43454e;
    pointer-events: none;
    transform-origin: left center;
    transition: transform 100ms;
    font-size: 0.9rem;
    color: #9F9FA7;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
    transform: translateY(-50%) scale(0.75);
}
.input.disabled {
    background: #e9ecef;
}

.input.disabled:focus + .label {
    transform: none;
}

    .input.disabled:focus {
        border:1px solid #dee2e6;
        box-shadow: none;
        cursor:default;
    }

.floatingOption {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #FFFFFF;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    margin: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .floatingOption:hover {
        background: #FDEFBA;
    }

    .floatingOption.active {
        background: #FDEFBA;
        color: #1E1E1C;
    }

.floatingDropdown {
    /*display: none;*/
    overflow-y: auto;
    max-height: 300px;
    width: 100%;
    background: #64666A;
    padding: 10px 9px;
    position: absolute;
    inset: auto auto auto 0px;
    margin: 0px;
    transform: translate(0px, 61px);
}

.inputIcon {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top:10px;
    right:10px;
}

.filterButtons button {
    margin: 10px 5px;
    border: none;
    background: inherit;
    color: #1E1E1C;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 37px;
}

.filterButtons.active button {
    color: #1E1E1C;
}

button.filterApplyBtn {
    background: #FFF6D3;
    color: #BBBBBB;
    /*cursor:not-allowed;*/
}

.filterButtons.active button.filterApplyBtn {
    background: #F8D03B;
    color: #1E1E1C;
    pointer-events: all !important;
    cursor:pointer;
}

.filterHeader {
    font-size: 19px;
    font-weight: 500;
    color: #64666A;
}

.filterCancelBtn {
    cursor: pointer;
}

.actionBtns {
    padding: 8px 0;
}

    .actionBtns svg {
        margin: 0px 13px 0 0;
        cursor: pointer;
    }

        .actionBtns svg:hover path {
            stroke: #F8D03B !important;
        }

        .actionBtns svg.edit:hover {
            fill: #F8D03B !important;
        }

.prePostSection {
    border: 1px solid #E6E6E6;
    margin: 40px 26px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionInner h5 {
    font-size: 33px;
    font-weight: 700;
    color: #64666A;
}

.sectionInner p {
    font-size: 16px;
    font-weight: 400;
    color: #64666A;
}

.filterPills {
    margin: 40px 26px;
}

.filterpill {
    background: #FDEFBA;
    display: inline;
    padding: 5px 13px;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px
}

    .filterpill span {
        cursor: pointer;
    }

        .filterpill span > svg {
            width: 20px;
            height: 20px;
            margin: 0 0 2px 0;
        }

.modalCloseBtn {
    background: #FAFAFA;
    padding: 5px;
    border-radius: 9px;
    cursor: pointer;
}

.docModalHeader h5 {
    font-size: 19px;
    font-weight: 400;
}

.docModalStats p {
    font-size: 12px;
    font-weight: 700;
    color: #64666A;
}

.docViewModalInput {
    width: 50%;
}

.docModalBtns {
    background: none;
    border: none;
    margin: 0 10px;
}

    .docModalBtns svg {
        margin: 0 7px;
    }

    .docModalBtns:hover {
        color: #F8D03B;
    }

        .docModalBtns:hover svg > path {
            stroke: #F8D03B;
        }

.docView {
    width: 100%;
    height: 45vh;
}


.pdf-viewer {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

    .pdf-viewer::-webkit-scrollbar {
        width: 6px;
    }

    .pdf-viewer::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 5px;
    }

    .pdf-viewer::-webkit-scrollbar-track {
        background-color: #f0f0f0;
    }

    .pdf-viewer canvas {
        width: 100%;
        height: 330%;
    }

.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

.sectionHeader {
    font-size: 21px;
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 20px 0 20px 0;
    cursor:pointer;
}

    .sectionHeader span {
        margin: 0 0 0 10px;
    }

.home {
    display: flex;
    height: 100vh;
    gap: 20px;
}

    .home .leftSide {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .home .rightSide {
        width: 50%;
        display: flex;
        flex-direction: column;
    }


.tabletdTitle {
    max-width: 150px; /* Adjust the value as needed */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notif {
    border: 1px solid #E6E6E6;
    margin: 0 0 10px 0;
    border-radius: 8px;
    -webkit-box-shadow: 3px 6px 28px 1px rgba(202,202,202,1);
    -moz-box-shadow: 3px 6px 28px 1px rgba(202,202,202,1);
    box-shadow: 3px 6px 28px 1px rgba(202,202,202,0.25);
}

.notiHeader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0px 0 -15px 0;
}

.notiHeadleft {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    margin: 10px 5px 10px 5px;
}

.notiHeadright {
    font-size: 11px;
    font-weight: 400;
    color: #64666A;
}

.notiHeadleft p {
    font-size: 14px;
    font-weight: 400;
    color: #64666A;
}

.notifBody {
    margin: 0px 5px 15px 5px;
    font-size: 16px;
    font-weight: 400;
}

    .notifBody span {
        font-weight: bold;
    }

.homeAd {
    background: #FEF8E2;
    border-radius: 16px;
    padding: 30px 10px;
    background-image: url(../img/HomeAdImg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(202,202,202,1);
    -moz-box-shadow: 10px 10px 33px 0px rgba(202,202,202,1);
    box-shadow: 10px 10px 33px 0px rgba(202,202,202,1);
}

.adContent {
    width: 50%;
}

    .adContent h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .adContent p {
        color: #64666A;
        font-size: 16px;
    }

.qrCode p {
    font-size: 11px;
}

.requestHeading {
    margin-bottom: -17px;
}

/*table#requestTable {
    width: 100% !important;
}*/

.cardContainer {
    gap: 20px;
    margin-top: 12px;
}

.cardItem {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 10px 15px 0px 15px;
    margin: -10px -10px 0 0;
    cursor:pointer;
}

.itemBody h5 {
    font-size: 16px;
    font-weight: bold;
    color: #64666A;
}

p.dob {
    font-size: 14px;
    color: #64666A;
    margin: 0px 0 0 0;
}

p.dob span {
    color: #64666A;
}

p.email {
    font-size: 14px;
    margin: 0 0 0 0;
    font-weight: 500;
    color: #64666A;
}

p.phone {
    font-size: 14px;
    font-weight: 500;
	margin: 0;
    color: #64666A;
}

p.cardNum {
    font-size: 14px;
    color: #64666A;
    margin: 0 0px 14px 0;
}

.prePostSectionHome {
    border: 1px solid #E6E6E6;
    margin-top: 40px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .prePostSectionHome .sectionInner p {
        margin: 15px 0 0 0;
    }

#notifPrePost {
    margin-top: 0px;
    margin-bottom: 25px;
}

.makeCheckTable .tableFooter {
    width: 100%;
}

    .makeCheckTable .tableFooter .footerItems {
        justify-content: space-between;
    }

        .makeCheckTable .tableFooter .footerItems .totalRecords {
            color: #64666A;
            margin: 0 0 0 20px;
        }

        .makeCheckTable .tableFooter .footerItems .customPagination .paginationBtns {
            margin: 0 5px 0 0;
        }

.makerReqNew #requestTable {
    width: 96% !important;
}

div#CardManagePrePost {
    margin-top: 0;
}

.gridRefBtn {
    display: flex;
    justify-content: end;
    margin: 10px 24px 0px 0;
}

    .gridRefBtn button {
        border: none;
        background: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        padding: 0px 0 3px 0;
    }

        .gridRefBtn button:hover {
            background: rgba(253, 239, 186, 1);
        }



.breadcrumb li {
    font-weight: bold;
    cursor: pointer;
}

    .breadcrumb li.active {
        color: #64666A;
    }

.newCardhead h4 {
    font-size: 26px;
    font-weight: bold;
    color: #64666A;
}

.newCardhead p {
    font-size: 19px;
    color: #64666A;
    margin: 0 0 5px 0;
}

.inputPad label {
    left: -7px;
}


/* Customize the label (the container) */
.checboxDiv .container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #64666A;
}

/* Hide the browser's default checkbox */
.checboxDiv .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 6px;
    border: 2px solid #F8D03B;
}


.checboxDiv .container input:checked ~ .checkmark {
    background-color: #F8D03B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checboxDiv .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checboxDiv .container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checboxDiv p > span.TCnewCardIssue {
    color: #F7DB73;
}

.checboxDiv p {
    margin: 0px 0px 0px 40px;
    cursor:pointer;
}

.filtrNewCard button {
    padding: 12px 50px;
}

.floatingInput-wrapper .field-error-message {
    display: none;
    position: relative;
    font-size: 11px;
    color: #f44336;
    margin-bottom: 5px;
    left: -67px;
}

.successNewCardIssue {
    margin: 180px 0 0 0;
}

.successMessage h4 {
    font-size: 33px;
    font-weight: bold;
    color: #64666A;
}

.errorNewCardIssue {
    margin: 120px 0 0 0;
}

.errorMessage h4 {
    font-size: 33px;
    font-weight: bold;
    color: #64666A;
}

.errorMessage p {
    font-size: 18px;
    color: #64666A;
    margin: 15px 0;
}

.prePostSection .sectionInner p {
    margin: 15px 0 0 0;
}


.errEstmnt {
    left: -116px !important;
}

.country-select .selected-flag .arrow {
    cursor: pointer;
    left: 73px;
    top: 13px;
}

.pagintationInfo span {
    color: #9f9fa7;
}
/*Toggle Styling*/
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-left: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: #3F3921;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #F8D03B;
}

input:focus + .slider {
    box-shadow: 0 0 1px #F8D03B;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.cstm-chkbox .form-check-input:checked[type=checkbox] {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4KICAgIDxwYXRoIGQ9Ik00MzguNiAxMDUuNGMxMi41IDEyLjUgMTIuNSAzMi44IDAgNDUuM2wtMjU2IDI1NmMtMTIuNSAxMi41LTMyLjggMTIuNS00NS4zIDBsLTEyOC0xMjhjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBM MTYwIDMzOC43IDM5My40IDEwNS40YzEyLjUtMTIuNSAzMi44LTEyLjUgNDUuMyAwem0tMjU2LTEyOGMtMTIuNSAxMi41LTEyLjUgMzIuOC0uNCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMjU2LTI1NmMxMi41LTEyLjUgMTIuNS0zMi44LjQtNDUuM3MtMzIuOC0xMi41LTQ1LjMtLjR6Ii8+Cjwvc3ZnPg==');
}

.cstm-chkbox .form-check-input:checked {
    background-color: #F8D03B;
    border-color: #F8D03B;
}
.cstm-chkbox .form-check-input:focus, .cstm-chkbox .form-check-input {
    box-shadow: none;
    border-color: #F8D03B;
}
.cstm-chkbox .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.goBackLinkHome {
    color: gray;
    text-decoration: underline;
}

.card-header {
    position: relative;
    left: 12px;
}

.searchInput .searchBtn {
    height: 27px;
    margin: 0 -65px 0 0px;
    cursor:not-allowed;
}

    .searchInput .searchBtn.active {
        cursor: pointer;
    }

svg.searchBtn.active path {
    fill: #484848;
}

#mobileAppGrid{
    width:100% !important;
}

#comments.invalid-input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.25rem var(--Yellow-35);
}

#comments:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.25rem var(--Yellow-35);
}

.gridToggleSwitch {
    font-size: 16px !important;
    color: #1E1E1C !important;
}


.gridToggle:disabled + span {
    opacity: 0.5;
    cursor:not-allowed;
}


.notifDropdown.show.dropdown-menu[data-bs-popper] {
    left: inherit !important;
    right: 0 !important;
    max-height: 430px;
    overflow-y: auto;
}

.notiItemHead {
    padding: 15px 20px;
    display: flex;
    border: 1px solid #e4e4e4;
}

.notiLeft {
    margin: 0 20px 0 0;
}

.notiHeading {
    padding: 10px 20px;
}

.notiHeading h2 {
    color: #64666A;
}
.notiLeft p {
    width: 25rem;
}

.notiLeft h3 {
    font-size: 24px;
    color: #64666A;
}

.notiItemHead:hover {
    background: #f1f1f1;
}

.seeMore {
    text-align: center;
}

.dropdown-toggle:disabled {
    background: #e9ecef;
}

/* ------------------Fahad CSS End ------------------------ */
#country_selector {
    width: 75px;
}

/* Loader */
.blur-window {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 205, 0, 0.97);
    z-index: 999999;
}

    .loader-wrapper .loader-inner {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }

        .loader-wrapper .loader-inner img {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
        }

        .loader-wrapper .loader-inner i {
            font-size: 5rem;
            color: #fff;
        }

#loginMasterID .loader-wrapper {
    position: relative;
    background: #b3b1b1;
}

#loginMasterID .loader-inner img {
    transform: translateY(-63%) !important;
}

/*#loginMasterID .loader-wrapper {
    position: absolute;
    background: #b3b1b1;
}

#loginMasterID .loader-wrapper {
    position: absolute;
    background: #b3b1b1;
}

.loader-inner img {
    transform: translateY(-63%) !important;
}*/

/*Dark Mode*/

/*@media (prefers-color-scheme: dark) {
    .dark-mode * {
        color: white;
    }

    .dark-mode #btnClear:hover {
        color: var(--Black);
    }

    body.dark-mode {
        background-color: var(--Black)
    }

        body.dark-mode .logo img {
            display: none;
        }

        body.dark-mode .logo .white-logo {
            display: block;
        }

    .animated-img img {
        display: none;
    }

    .featured-image {
        background-image: url('../img/overlay-dark.png');
        position: relative;
    }

        .featured-image:after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 50%;
            left: 0;
            right: 0;
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            z-index: 1;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    .animated-img img.dark-img {
        display: inline-block;
    }

    .login-row .form-floating .form-control {
        background-color: #373737;
        border-color: #373737;
    }

    .login-row .form-floating label {
        color: var(--GrayMedium);
    }
}*/


.makerReqNew {
    width: 98%;
}

.spending-control #viewPageHeader {
    margin-top: 3rem !important;
}
.left-6 {
    left: 6rem;
}
.left-2 {
    left: 2rem;
}
.permission p {
    font-size: 12px;
    color: #64666A;
    font-weight: 800;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.permission .box {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #1E1E1C;
    display:inline-block;
    margin-right:10px;
}
.permission .restricted .box {
    background-color: #C04753
}
.permission-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.permission-btns .btn span {
    background-color: #FFF6D3;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
}
.permission-btns .btn {
    border-radius: 30px;
    border: 1px solid #FFF6D3;
    display:inline-block;
    padding:6px 0;
    margin-top:15px;
    width:80%;
}
.permission-btns .btn:hover{
    background-color:transparent;
}
input[name="cL"], input[name="cR"], input[name="mL"], input[name="mR"] {
    border-radius: 9px;
    border-color: #E6E6E6;
    padding: 12px 12px 12px 38px;
    margin-bottom: 0px;
}
.text-search-icon {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.spending-control select {
    border-radius: 9px;
    border-color: #E6E6E6;
}
.spending-control #ddlTypes {
    border-radius: 0.375rem;
    padding:12px;
}
.immutable input[type=text], .immutable input[type=number], .immutable input[type=radio], .immutable input[type=checkbox], .immutable select {
    pointer-events: none;
    border-color: transparent;
    font-size: 1rem;
}
.immutable .datetimepicker{
    pointer-events:none;
}
.immutable .switch.active {
    pointer-events: all;
    border-color: #E6E6E6;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}
.spending-control .form-floating > label {
    left:-5px !important;
}
.immutable .text-search-icon ~ input[type=text] {
    pointer-events: all;
    border-color: #E6E6E6;
}
.immutable .form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(.95) translateY(-0.9rem) translateX(0rem) !important;
    padding-left: 15px !important;
}
.immutable .cstm-chkbox, .immutable .inputIcon {
    display: none !important;
}
.spending-control .exemptedEmployees input {
    pointer-events: none;
    border-color: transparent;
}
.immutable .form-floating.inputPad > .form-control:not(:placeholder-shown) ~ label {
    padding-left: 15px !important;
}
.immutable .filterButtons button{
    display:none;
}
.immutable .filterButtons button#btnEdit {
    display: block;
}
.alert-modal .modal-header {
    background-color: #FEF8E2;
}
.alert-modal .modal-header .close{
    position: absolute;
    right: 12px;
    border: 0;
    font-size: 22px;
    background-color: transparent;
}
.alert-modal .modal-footer #AlertBtnDone {
    background-color: var(--Primary);
    border-color: var(--Primary);
    color: var(--Black);
}
.alert-modal .modal-body p {
    font-size: 16px;
    margin: 20px 0;
}
#policyList{
    justify-content:space-between;
}
#switchAlign{
    left:6rem;

}
#ExemptedEmployeeDetailsModal .filterButtons .btn-primary {
    color: var(--Black);
    background-color: var(--Primary) !important;
    border-color: var(--Primary);
}
.noti {
    position: fixed;
    top: 0;
    background-color: rgba(255, 90, 0, 0.9);
    left:0px;
    right: 0px;
    padding:10px 0;
    display: none;
    z-index: 9999;
    text-align:center;
}
.noti p{
    font-size:12px;
    color:#ffffff;
    margin:0;
}
.gridToggle:disabled + span {
    opacity: 0.5;
    cursor: not-allowed;
}
.actionBtns span.disabled {
    pointer-events: none;
    opacity: 0.3;
}

    .cnl-btn:hover {
        background: transparent !important;
    }

.cardMactive {
    border-color: #6f6f6f;
}

.ResinputFix {
    margin: 0 !important;
    width: 100% !important;
}


.permission-btns button {
    border-color: #FDEFBA !important;
}

.permission-btns svg > path{
    stroke:black;
}
#sampleFileAnchor {
    color: #64666A;
}
.numPrefix {
    position:absolute;
    top: 25px;
    left: 15px;
}

button.flatpickr-apply-button {
    font-size: 17px;
    padding: 7px 18px;
    border-radius: 30px;
    border-color: #6e6e6e;
    background: white;
    margin: 10px;
    float: right;
}

    button.flatpickr-apply-button:hover {
        background: #646464;
        color: white;
        border-color: #646464;
    }




/*------------------ Hijri Calender Styling -----------------------*/


.calenderWrapper .datepicker {
    width:100%;
}

.calenderWrapper table.table-condensed {
    border-collapse: separate;
    border-spacing: 0px 8px;
    width:18rem;
}

.calenderWrapper table.table-condensed > td {
    font-size:14px;
    font-weight:400;
}

.calenderWrapper .datepicker .datepicker-days table.table-condensed > tr {
    background:red
}

td.day.today.weekend {
    border-radius: 30px;
    line-height: 31px;
}

.datepicker tbody tr > td.day {
    font-size: 14px;
    font-weight: 400;
}

    .datepicker tbody tr > td.day.today {
        color: #000000 !important;
        border-color: #959ea9 !important;
        border: 1px solid;
        background:#fff !important;
    }

    .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
        background: #5867dd !important;
        color: #ffffff !important;
        border:none;
    }

        .datepicker tbody tr > td.day.today:before {
            display: none !important;            
        }

    .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
        border-radius: 23px;
        line-height: 30px;
    }

    .datepicker tbody tr > td.day:hover {
        border-radius: 30px;
    }

.bootstrap-datetimepicker-widget table td.weekend {
    background-color:transparent !important;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 19px !important;
    font-weight: 400 !important;
}

.datepicker thead th.dow {
    color: rgba(0, 0, 0, 0.54) !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: none;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.datepicker table {
    margin: 0 0 0 -7px !important;
}

.datepicker tbody tr > td.disabled.day{
    color:gray !important;
}
/*------------------ Hijri Calender Styling -----------------------*/
.tileViewContainer .gridTile .tileActions {
    position: relative !important;
    right: -10px;
}

/*Notifications Style*/
.appleMobileWrapper {
    text-align: center;
    display: grid;
    margin-left: 20px;
}

.dt-gap-10{
    display:flex;
    gap:8px
}

.roledrpdwn .field-error-message {
    position: absolute !important;
    left: 0 !important;
}