
/* arabic */
@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 100 900;
    /*src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFlKp.woff2) format('woff2');*/
    src: url(../Fonts/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFlKp.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 100 900;
    /*src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');*/
    src: url(../Fonts/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

/*IGA theme colors & font size ++ common component*/
:root {
    --bh-ff-primary: "Public Sans","Noto Kufi Arabic", sans-serif;
    --bh-ff-secondary: "Noto Kufi Arabic", sans-serif;                 
    --bh-fs-h1: 36px;
    --bh-fs-h2: 34px;
    --bh-fs-h3: 32px;
    --bh-fs-h4: 30px;
    --bh-fs-h5: 28px;
    --bh-fs-h6: 26px;
    --bh-fs-p-xl: 20px;
    --bh-fs-p-l: 18px;
    --bh-fs-p-m: 16px;
    --bh-fs-p-s: 14px;
    --bh-fs-p-xs: 12px;
    --bh-fs-p-xxs: 10px;
    --bh-fw-light: 300;
    --bh-fw-regular: 400;
    --bh-fw-medium: 500;
    --bh-fw-semibold: 600;
    --bh-fw-bold: 700;
    --bh-light: #ffffff;
    --bh-dark: #000000;
    --bh-brand: #012E5D;
    --bh-primary: #000000;
    --bh-primary-inverse: #FFFFFF;
    --bh-secondary: #333333;
    --bh-secondary-rgb: 51, 51, 51;
    --bh-tertiary: #999999;
    --bh-accent: #C63B2B;
    --bh-accent-hover: #9E2F22;
    --bh-info: #0AA2C0;
    --bh-info-off: #CFF4FC;
    --bh-info-content: #055160;
    --bh-success: #3B9B6F;
    --bh-success-off: #DBF3E8;
    --bh-success-content: #2C7453;
    --bh-warning: #FF8300;
    --bh-warning-off: #FFE6CC;
    --bh-warning-content: #894701;
    --bh-failure: #DC3545;
    --bh-failure-off: #F8D7DA;
    --bh-failure-content: #B02A37;
    --bh-error: #DC3545;
    --bh-error-star: #A91E2C;
    --bh-focus: rgba(54,149,250,.6);
    --bh-linkinverse: #F1F1F1;
    --bh-linkinverse-secondary: #F1F1F1;
    --bh-link: #012E5D;
    --bh-inverse: #CBCBCB;
    --bh-inverse-brand: #34587D;
    --bh-bg-primary: #ffffff;
    --bh-bg-primary-rgba: 255,255,255;
    --bh-bg-secondary: #F7F7F7;
    --bh-bg-tertiary: #CBCBCB;
    --bh-bg-quartenary: #CBCBCB;
    --bh-bg-brand: #012E5D;
    --bh-bg-brand-accent: #012E5D;
    --bh-bg-accent: #C63B2B;
    --bh-bg-dark: #333333;
    --bh-bg-dark-inverse: #333333;
    --bh-bg-light: #ffffff;
    --bh-bg-light-grey: #E5E5E5;
    --bh-bg-light-brand: #E5EAEF;
    --bh-bg-light-brand1: #E7F1FB;
    --bh-bg-inverse-accent: #012E5D;
    --bh-border-primary: #999999;
    --bh-border-secondary: #CBCBCB;
    --bh-border-tertiary: #F1F1F1;
    --bh-border-brand: #012E5D;
    --bh-border-accent: #C63B2B;
    --bh-border-radius-l: 16px;
    --bh-border-radius-m: 12px;
    --bh-border-radius-s: 8px;
    --bh-border-radius-xs: 4px;
    --bh-border-radius-xss: 2px;
    --bh-border-radius-100: 100%
}


    :root.govbh-head__textsize-small {
        --bh-fs-h1: 34px;
        --bh-fs-h2: 32px;
        --bh-fs-h3: 30px;
        --bh-fs-h4: 28px;
        --bh-fs-h5: 26px;
        --bh-fs-h6: 24px;
        --bh-fs-p-xl: 18px;
        --bh-fs-p-l: 16px;
        --bh-fs-p-m: 14px;
        --bh-fs-p-s: 12px;
        --bh-fs-p-xs: 10px;
        --bh-fs-p-xxs: 8px
    }

    :root.govbh-head__textsize-large {
        --bh-fs-h1: 38px;
        --bh-fs-h2: 36px;
        --bh-fs-h3: 34px;
        --bh-fs-h4: 32px;
        --bh-fs-h5: 30px;
        --bh-fs-h6: 28px;
        --bh-fs-p-xl: 22px;
        --bh-fs-p-l: 20px;
        --bh-fs-p-m: 18px;
        --bh-fs-p-s: 16px;
        --bh-fs-p-xs: 14px;
        --bh-fs-p-xxs: 12px
    }

@media(max-width: 1199.98px) {
    :root {
        --bh-fs-h1: 34px;
        --bh-fs-h2: 32px;
        --bh-fs-h3: 30px;
        --bh-fs-h4: 28px;
        --bh-fs-h5: 26px;
        --bh-fs-h6: 24px;
        --bh-fs-p-xl: 18px;
        --bh-fs-p-l: 16px;
        --bh-fs-p-m: 14px;
        --bh-fs-p-s: 12px;
        --bh-fs-p-xs: 10px;
        --bh-fs-p-xxs: 8px
    }

        :root.govbh-head__textsize-small {
            --bh-fs-h1: 32px;
            --bh-fs-h2: 30px;
            --bh-fs-h3: 28px;
            --bh-fs-h4: 26px;
            --bh-fs-h5: 24px;
            --bh-fs-h6: 22px;
            --bh-fs-p-xl: 16px;
            --bh-fs-p-l: 14px;
            --bh-fs-p-m: 12px;
            --bh-fs-p-s: 10px;
            --bh-fs-p-xs: 8px;
            --bh-fs-p-xxs: 7px
        }

        :root.govbh-head__textsize-large {
            --bh-fs-h1: 36px;
            --bh-fs-h2: 34px;
            --bh-fs-h3: 32px;
            --bh-fs-h4: 30px;
            --bh-fs-h5: 28px;
            --bh-fs-h6: 26px;
            --bh-fs-p-xl: 20px;
            --bh-fs-p-l: 18px;
            --bh-fs-p-m: 16px;
            --bh-fs-p-s: 14px;
            --bh-fs-p-xs: 12px;
            --bh-fs-p-xxs: 10px
        }
}

@media(max-width: 991.98px) {
    :root {
        --bh-fs-h1: 32px;
        --bh-fs-h2: 30px;
        --bh-fs-h3: 28px;
        --bh-fs-h4: 26px;
        --bh-fs-h5: 24px;
        --bh-fs-h6: 22px;
        --bh-fs-p-xl: 18px;
        --bh-fs-p-l: 16px;
        --bh-fs-p-m: 14px;
        --bh-fs-p-s: 12px;
        --bh-fs-p-xs: 10px;
        --bh-fs-p-xxs: 8px
    }

        :root.govbh-head__textsize-small {
            --bh-fs-h1: 30px;
            --bh-fs-h2: 28px;
            --bh-fs-h3: 26px;
            --bh-fs-h4: 24px;
            --bh-fs-h5: 22px;
            --bh-fs-h6: 20px
        }

        :root.govbh-head__textsize-large {
            --bh-fs-h1: 34px;
            --bh-fs-h2: 32px;
            --bh-fs-h3: 30px;
            --bh-fs-h4: 28px;
            --bh-fs-h5: 26px;
            --bh-fs-h6: 24px;
            --bh-fs-p-xl: 20px;
            --bh-fs-p-l: 18px;
            --bh-fs-p-m: 16px;
            --bh-fs-p-s: 14px;
            --bh-fs-p-xs: 12px;
            --bh-fs-p-xxs: 10px
        }
}

@media(max-width: 575.98px) {
    :root {
        --bh-fs-h1: 30px;
        --bh-fs-h2: 28px;
        --bh-fs-h3: 26px;
        --bh-fs-h4: 22px;
        --bh-fs-h5: 20px;
        --bh-fs-h6: 18px
    }

        :root.govbh-head__textsize-small {
            --bh-fs-h1: 28px;
            --bh-fs-h2: 26px;
            --bh-fs-h3: 24px;
            --bh-fs-h4: 22px;
            --bh-fs-h5: 20px;
            --bh-fs-h6: 18px
        }

        :root.govbh-head__textsize-large {
            --bh-fs-h1: 32px;
            --bh-fs-h2: 30px;
            --bh-fs-h3: 28px;
            --bh-fs-h4: 26px;
            --bh-fs-h5: 24px;
            --bh-fs-h6: 22px
        }
}

h1, h2, h3, h4, h5, h6 {
    color: var(--bh-primary);
    font-weight: var(--bh-fw-bold);
}

h1 {
    font-size: var(--bh-fs-h1)
}

h2 {
    font-size: var(--bh-fs-h2)
}

h3 {
    font-size: var(--bh-fs-h3)
}

h4 {
    font-size: var(--bh-fs-h4)
}

h5 {
    font-size: var(--bh-fs-h5)
}

ul {
    margin-bottom: 0;
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}


.text--brand {
    color: var(--bh-brand)
}

.text--brand:hover {
    color: var(--bh-accent);
}

.text--primary {
    color: var(--bh-primary)
}

.text--secondary {
    color: var(--bh-secondary)
}

.text--tertiary {
    color: var(--bh-tertiary)
}

.text--accent {
    color: var(--bh-accent)
}

.text--success {
    color: var(--bh-success)
}

.bg--brand {
    background-color: var(--bh-bg-brand) !important;
    color: var(--bh-light)
}

.bg--brand a {
    color: var(--bh-light)
}

.bg--primary {
    background-color: var(--bh-bg-primary) !important
}

.bg--secondary, .bg--grey {
    background-color: var(--bh-bg-secondary)
}

.bg--tertiary {
    background-color: var(--bh-bg-tertiary)
}

.bg--dark {
    background-color: var(--bh-bg-dark)
}

.bg--light-grey {
    background-color: var(--bh-bg-light-grey)
}

.bg--light-brand {
    background-color: var(--bh-bg-light-brand1)
}

.mosd--box-shadow {
    box-shadow: 0 2px 8px #00000026
}

.mosd-border-grey {
    border: 1px solid var(--bh-border-secondary);
    border-radius: var(--bh-border-radius-xs);
}
.mosd-border-bottom {
    border-bottom: 2px solid var(--bh-bg-light-grey);
}
.mosd-border-top--gold {
    border-top: 4px solid #c58a1e;
}

.w-fit {
   width: fit-content;
}
.mosd-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    cursor: pointer;
    font-weight: var(--bh-fw-bold);
    font-size: var(--bh-fs-p-m);
    gap: 5px 10px;
    text-decoration: none;
    border-radius: var(--bh-border-radius-xs);
    color: var(--bh-light);
    background-color: var(--bh-brand);
    border: 1px solid var(--bh-brand);
    -webkit-transition: all .5s ease 0s !important;
    -moz-transition: all .5s ease 0s !important;
    -ms-transition: all .5s ease 0s !important;
    -o-transition: all .5s ease 0s !important;
    transition: all .5s ease 0s !important;
    font-family: var(--bh-ff-primary);
}


    .mosd-btn.mosd-btn--outline {
        background-color: var(--bh-bg-primary);
        border: 1px solid var(--bh-brand);
        color: var(--bh-brand);
    }


    .mosd-btn:hover {
        background-color: var(--bh-accent);
        color: var(--bh-light);
        border: 1px solid var(--bh-accent);
    }


    .mosd-btn.mosd-btn--withoutline {
        background-color: transparent;
        border: 0px solid rgba(0, 0, 0, 0);
        color: var(--bh-brand);
        text-decoration: underline;
        padding-inline-end: 35px;
        padding-inline-start: 0;
    }

        .mosd-btn.mosd-btn--withoutline:hover {
            background-color: transparent;
            color: var(--bh-accent);
        }

    .mosd-btn.mosd-btn--secondary {
        background-color: var(--bh-accent);
        border: 1px solid var(--bh-accent);
        color: var(--bh-light);
        width: fit-content;
    }

    .mosd-btn.mosd-btn--secondary:hover {
        background-color: var(--bh-accent-hover);
        color: var(--bh-light);
        border: 1px solid var(--bh-accent-hover);
    }

    .mosd-btn.mosd-update--btn {
        background-color: var(--bh-info-content);
        border: 1px solid var(--bh-info-content);
    }

        .mosd-btn.mosd-update--btn:hover {
            background-color: var(--bh-info);
            border: 1px solid var(--bh-info);
        }

.mosd-btn--disabled {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
}

.mosd-content-box {
    position: relative;
    border-radius: var(--bh-border-radius-xs);
    padding: 30px;
    font-family: var(--bh-ff-primary);
}

.whiteIcon {
    display: none;
}

.mosd-btn:hover .brandIcon {
    display: none;
}

.mosd-btn:hover .whiteIcon {
    display: block;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--bh-ff-primary);
    word-wrap: break-word;
}

html, body {
    opacity: 1;
    transition: .3s opacity;
    font-family: var(--bh-ff-primary);
    font-weight: var(--bh-fw-regular);
    font-size: var(--bh-fs-p-l);
    color: var(--bh-secondary);
    line-height: 1.4;
    background: linear-gradient(to right, #f3f6fa, #e8eff7);
    margin: 0;
    overflow-x:hidden;
}

img {
    max-width: 100%;
}

a {
    color: var(--bh-brand);
    -webkit-transition: all .4s ease 0s !important;
    -moz-transition: all .4s ease 0s !important;
    -ms-transition: all .4s ease 0s !important;
    -o-transition: all .4s ease 0s !important;
    transition: all .4s ease 0s !important;
    text-decoration: underline;
    font-family: var(--bh-ff-primary);
}

    a:hover {
        color: var(--bh-accent);
    }

/*Defult Table*/


.mosd-datatable thead th {
    background: var(--bh-bg-brand);
    color: var(--bh-light);
    font-weight: var(--bh-fw-bold);
    font-size: var(--bh-fs-p-m);
    padding: 12px;
    border: 1px solid var(--bh-bg-secondary);
    font-family: var(--bh-ff-primary);
}

.mosd-datatable tbody tr td {
    color: var(--bh-secondary);
    font-size: var(--bh-fs-p-m);
    padding: 12px;
    border: 1px solid var(--bh-bg-secondary) #F7F7F7;
    background: var(--bh-bg-primary);
}

.mosd-datatable tbody tr:nth-child(even) td {
    background-color: var(--bh-bg-secondary);
}


table.mosd-datatable {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border-collapse: collapse !important;
    vertical-align: middle;
}

.mosd-datatable tbody tr:hover td {
    background-color: var(--bh-info-off);
}

/*Acesess Page +  error page*/
.mosd-access-page {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0  20px;
}

.mosd-access-card {
    text-align: center;
    max-width: 650px;
}

.mosd-access-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mosd-access-number {
    font-size: 120px;
    font-weight: 700;
    color: var(--bh-border-secondary);
    line-height: 1;
}

.mosd-access-icon {
    width: 90px;
    height: 90px;
    background: var(--bh-failure-content);
    color: #fff;
    border-radius: var(--bh-border-radius-100);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    box-shadow: 0 10px 25px rgba(177, 30, 43, .20);
}

.mosd-access-title {
    font-size: var(--bh-fs-h2);
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--bh-bg-dark);
}

.mosd-access-message {
    max-width: 520px;
    margin: auto;
    color: var(--bh-border-primary);
    margin-bottom: 30px;
}

.mosd-access-actions {
    display: flex;
    justify-content: center;
}
.mosd-section.mosd-error-page {
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mosd-error-block {
    text-align: center;
    margin: 70px 0;
}

    .mosd-error-block h1 {
        font-size: 96px;
        color: var(--bh-accent);
        margin-bottom: 10px;
        line-height: 1;
    }

    .mosd-error-block .mosd-error-block__title {
        font-size: var(--bh-fs-p-xl);
        font-weight: var(--bh-fw-bold);
        margin-bottom: 10px;
    }


/*Form input*/

.k-input-solid, .form-control, .k-textbox {
    background: var(--bh-bg-primary) !important;
  /*  border-color: var(--bh-border-primary) !important;
    border: 1px solid var(--bh-border-primary);*/
    color: var(--bh-secondary);
    width: 100%;
    min-width: 150px;
    padding: 15px 15px;
    font-size: var(--bh-fs-p-m);
    line-height: 1.2;
    font-weight: var(--bh-fw-regular);
    box-shadow: none;
    outline: none;
    border-radius: var(--bh-border-radius-xs);
    -webkit-transition: all .5s ease 0s !important;
    -moz-transition: all .5s ease 0s !important;
    -ms-transition: all .5s ease 0s !important;
    -o-transition: all .5s ease 0s !important;
    transition: all .5s ease 0s !important;
}

.k-picker, .k-dropdownlist, .k-combobox, .k-multiselect , .k-datepicker {
    min-height: 52px !important;
    color: var(--bh-secondary);
    background: var(--bh-bg-primary);
    border-radius: var(--bh-border-radius-xs);
    font-size: var(--bh-fs-p-m);
    line-height: 1.2;
    font-weight: var(--bh-fw-regular);
    width: 100%;
    min-width: 150px;
    height: 52px;
    min-height: auto;
    padding: 0;
    padding-inline: 15px !important;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s ease 0s !important;
    -moz-transition: all .5s ease 0s !important;
    -ms-transition: all .5s ease 0s !important;
    -o-transition: all .5s ease 0s !important;
    transition: all .5s ease 0s !important;
}



.k-textarea textarea {
    min-height: 120px !important;
}

.form-check-input:checked {
    background-color: var(--bh-brand);
    border-color: var(--bh-brand);
}


.mosd-form .form-check label {
    position: relative;
    font-size: var(--bh-fs-p-m);
    font-weight: var(--bh-fw-regular);
    -webkit-transition: all .5s ease 0s !important;
    -moz-transition: all .5s ease 0s !important;
    -ms-transition: all .5s ease 0s !important;
    -o-transition: all .5s ease 0s !important;
    transition: all .5s ease 0s !important;
    color: var(--bh-secondary);
    cursor: pointer;
    font-family: var(--bh-ff-primary);
}

    .mosd-form .form-check label:hover {
        color: var(--bh-accent);
    }

input[type="checkbox"] {
    cursor: pointer;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: var(--bh-border-radius-xs);
    border: 1px solid var(--bh-border-primary);
    background: var(--bh-bg-primary);
    -webkit-transition: all .5s ease 0s !important;
    -moz-transition: all .5s ease 0s !important;
    -ms-transition: all .5s ease 0s !important;
    -o-transition: all .5s ease 0s !important;
    transition: all .5s ease 0s !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    position: relative;
}

input[type=checkbox]:checked {
    background: var(--bh-brand);
    border: 1px solid var(--bh-brand);
}

input[type=checkbox]:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/icons/checkBoxIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    transform: scale(0);
    transition: transform .2s ease;
}

input[type=checkbox]:checked:after {
    transform: scale(1);
}


.k-input-inner {
    padding-inline: 0 !important;
    padding-block: 1px !important;
}

.k-picker-solid:hover, .k-picker-solid.k-hover {
    background: inherit;
}

.k-list-item, .k-list-optionlabel {
    padding: 8px 20px;
    color: var(--bh-secondary);
    font-size: var(--bh-fs-p-m);
    font-weight: var(--bh-fw-regular);
    cursor: pointer;
    -webkit-transition: all .3s ease 0s !important;
    -moz-transition: all .3s ease 0s !important;
    -ms-transition: all .3s ease 0s !important;
    -o-transition: all .3s ease 0s !important;
    transition: all .3s ease 0s !important;
}

    .k-list-item:not(.k-list-item.k-selected):hover, .k-list-optionlabel:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel {
        color: var(--bh-accent);
        background: unset;
        box-shadow: 0 0px 0px 3px var(--bh-focus) inset;
        border-radius: var(--bh-border-radius-xs);
        outline: none;
    }


.k-list-item-text {
    -webkit-transition: all .3s ease 0s !important;
    -moz-transition: all .3s ease 0s !important;
    -ms-transition: all .3s ease 0s !important;
    -o-transition: all .3s ease 0s !important;
    transition: all .3s ease 0s !important;
}

.k-list-item:not(.k-list-item.k-selected):hover .k-list-item-text {
    padding-left: 10px;
}

.k-input-value-text {
    overflow: unset;
    font-family: var(--bh-ff-primary);
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: var(--bh-accent);
    background: unset;
}

    .k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
        color: var(--bh-accent);
        background: unset;
    }

.k-picker-solid:focus, .k-picker-solid.k-focus {
    background: inherit;
}


.form-select {
    border: 1px solid var(--bh-border-primary);
    color: var(--bh-secondary);
    border-radius: var(--bh-border-radius-xs);
    font-size: var(--bh-fs-p-m);
    line-height: 1.2;
    font-weight: var(--bh-fw-regular);
    width: 100%;
    min-width: 150px;
    height: 52px;
    min-height: auto;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s ease 0s !important;
    -moz-transition: all .5s ease 0s !important;
    -ms-transition: all .5s ease 0s !important;
    -o-transition: all .5s ease 0s !important;
    transition: all .5s ease 0s !important;
}


.k-picker-solid:focus, .k-picker-solid.k-focus {
    border-color: var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4));
    color: var(--kendo-color-on-app-surface, #212529);
    background-color: var(--kendo-color-app-surface, #ffffff);
    box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 25%, transparent);
}

.k-input-md .k-input-button {
    background: unset;
    border: unset;
}

.k-input-md .k-input-button:hover {
        background: unset;
    }


.form-control {
    height: 52px;
    min-height: auto;
    font-family: var(--bh-ff-primary);
}

.k-link-text {
    font-family: var(--bh-ff-primary);
}

.k-input-inner {
    font-family: var(--bh-ff-primary);
}

.k-button-text {
    font-family: var(--bh-ff-primary);
}

.k-column-title {
    font-family: var(--bh-ff-primary);
}
.form-check-input {
    margin-top: 0;
}

.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon {
    color: #ffff;
}

/* mosd - app layout */
.mosd-layout {
    min-height: calc(100vh - 100px);
}


/* Login page style */
.mosd-login-topbar {
    border-bottom: 1px solid var(--bh-border-secondary);
}

.mosd-lang-switch {
    text-decoration: none;
    color: var(--bh-brand);
    font-weight: 500;
}


.mosd-lang-switch:hover {
    color: var(--bh-accent);
}

/*validation message*/

.field-validation-error {
    color: var(--bh-bg-accent);
}

    .field-validation-error > span {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-left: 20px;
        position:relative;
    }


        .field-validation-error > span:before {
            position: absolute;
            content: "";
            left: 0;
            background-image: url(/images/icons/validation-icon.svg);
            width: 16px;
            height: 16px;
        }


.input--invalid {
    border-color: var(--bh-error-star) !important;
}

.label--invalid {
    color: var(--bh-error-star) !important;
}


.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Login */
.mosd-ngo--account {
    min-height: 100vh;
}

.mosd-ngoLogin {
    background: url(/images/login/BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}


.min-vh-60 {
    min-height: 60vh;
}


.mosd-login h1 {
    color: var(--bh-brand);
}


.mosd-login .subTitle {
    font-size: 1.3rem;
    color: #5e6267;
    font-weight: 600;
}

.login-card {
    padding: 30px;
    border-radius: var(--bh-border-radius-s);
    min-height: 400px;
}

.mosd-btn.mosd-login {
    width: 100%;
}

.mosd-login .login-btn {
    background: #0f2f55;
    color: #fff;
    padding: 12px;
    font-weight: 600;
}

.mosd-login .login-btn:hover {
    background: #1a4c80;
}

.mosd-login .divider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mosd-login .divider .line {
    height: 150px;
    width: 3px;
    background: linear-gradient(to bottom, transparent, #888, transparent);
}

.mosd-login .divider span {
    margin: 10px 0;
    font-weight: 600;
}


.ekey-btn {
    background: var(--bh-bg-brand);
    color: var(--bh-bg-light);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ekey-btn img {
    height: 28px;
}

.btn.ekey-btn:hover {
    background-color: var(--bh-tertiary);
}


/*Logged in user layout - style*/

/* Topbar */
.mosd-app-topbar {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: var(--bh-bg-primary);
    box-shadow: 0 2px 8px #00000026;
}


.mosd-app-logo img {
    width: auto;
    height: 71px;
    min-height: 71px;
}

.mosd-app-title {
    line-height: 1.2;
}

.mosd-app-country {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
}

.mosd-app-ministry {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.mosd-app-actions {
    gap: 15px;
}




.account-menu {
    position: relative;
    display: inline-block;
}

.account-trigger {
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 16px;
    cursor: pointer;
    transition: .3s;
    border-radius: var(--bh-border-radius-xs);
    padding-right: 0;
}


.avatar-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--bh-fs-p-l);
    color: var(--bh-brand);
}


.arrow {
    width: 18px;
    height: 18px;
    color: #666;
    transition: .3s;
}

.menu-dropdown {
    position: absolute;
    top: 70px;
    right: 0;
    width: 380px;
    background: #fff;
    border-radius: var(--bh-border-radius-xs);
    border: 1px solid var(--bh-bg-secondary);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    z-index: 999;
}

.account-menu.active .menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-menu.active .arrow {
    transform: rotate(180deg);
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
}

.organization {
    font-weight: 600;
    color: var(--bh-bg-dark-inverse);
}

.signout-top {
    text-decoration: none;
    color: #0E3B7A;
}

.profile-section {
    display: flex;
    gap: 18px;
    padding: 8px 22px 24px;
    align-items: center;
}

.avatar-large {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid var(--bh-bg-quartenary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--bh-border-primary);
}

.profile-details {
    flex: 1;
}

    .profile-details h4 {
        color: var(--bh-bg-brand);
        font-size: var(--bh-fs-p-l);
        margin-bottom: 6px;
    }

    .profile-details p {
        color: var(--bh-border-primary);
        margin-bottom: 12px;
        font-size: var(--bh-fs-p-s);
    }

.profile-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .profile-links a {
        color: #0E3B7A;
    }

.menu-divider {
    height: 1px;
    background: #EBEEF4;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    text-decoration: none;
    color: var(--text);
    transition: .2s;
}

    .menu-item:hover {
        background: #F8FAFD;
    }

.menu-item div {
    display: flex;
    flex-direction: column;
}

.menu-item small {
    color: var(--muted);
}

.logout-btn {
    display: block;
    margin: 18px;
    padding: 14px;
    text-align: center;
    border-radius: 12px;
    background: #0E3B7A;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .logout-btn:hover {
        background: #174a96;
    }

/* Desktop Hover */
@media (hover:hover) {

    .account-menu:hover .menu-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width:768px) {

    .menu-dropdown {
        width: calc(100vw - 30px);
        max-width: 380px;
        right: 0;
    }

    .profile-links {
        align-items: center;
    }

    .profile-details h4 {
        font-size: 18px;
    }
    .account-trigger img {
        width: 20px;
    }
}

.accountMenuItems {
    padding: 10px;
    border-top: 1px solid #dce3ea;
}

    .accountMenuItems > a {
        display: flex;
        align-items: flex-start;
        padding: 12px 0;
        text-decoration: none;
        color: #2c3e50;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #f1f5f9;
        transition: all .25s ease;
    }

        .accountMenuItems > a:last-child {
            border-bottom: none;
        }

        .accountMenuItems > a:hover {
            color: var(--bh-accent);
        }

.dropdown-item.active {
    color: var(--bh-accent);
}

.mosd-app-logout-btn {
    font-size: var(--bh-fs-p-s);
    width:100%;
}

.language-settings-card {
    background: #fff;
    border-radius: var(--bh-border-radius-xs);
    padding: 32px;
    margin: auto;
    border: 1px solid #e6ebf1;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}


.language-setting-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}


.defult-language-contol {
    position: relative;
}

.defult-language-contol .title {
    font-size: var(--bh-fs-p-m);
    font-weight: var(--bh-fw-bold);
    color: var(--bh-secondary);
    margin: 10px 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.defult-language-contol__toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 7px;
    margin: 15px 0;
}

.defult-language-contol__switch {
    position: relative;
    width: 40px;
    height: 24px;
    background: var(--bh-bg-primary);
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid var(--bh-border-primary);
}

.defult-language-contol__switch::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 2px;
    bottom: 2px;
    background: var(--bh-bg-brand);
    border-radius: 50%;
    transition: 0.3s;
}

@media (max-width: 768px) {

    .mosd-app-topbar {
        flex-wrap: nowrap;
        padding: 10px 15px;
        gap: 10px;
    }

        .mosd-app-topbar > .mosd-app-logo {
            flex: 0 1 auto;
            min-width: 0;
        }

    .mosd-app-actions {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {

    .mosd-app-logo img {
        height: 45px;
        min-height: 45px;
    }
}


/* Active language */
.defult-language-contol__switch.active::before {
    transform: translateX(18px);
}

.mosd-app-logout-btn:focus-visible {
    outline: unset;
}

.defult-language-contol__switch-label {
    color: #999;
    transition: 0.3s;
}

.defult-language-contol__switch-label.active {
    color: var(--bh-bg-brand);
    font-weight: 400;
}

/* Sidebar */

.mosd-app-sidebar {
    width: 80px;
    height: auto;
    align-self: stretch;
    background: #0a3470;
/*    overflow-x: hidden;
    overflow-y: auto;*/
    transition: width .3s ease;
    padding: 0;
}

    .mosd-app-sidebar.expanded {
        width: 320px;
    }


.menu-holder {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: background .3s ease;
    transition: 0.3s;
    padding-right: 24px;
}

.menu-holder:hover {
    background: rgba(255,255,255,.04);
}

.menu-icon {
    width: 34px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-icon i {
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    transition: .3s ease;
}


.mosd-app-sidebar.expanded .menu-icon i:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.mosd-app-sidebar.expanded .menu-icon i:nth-child(2) {
    opacity: 0;
}

.mosd-app-sidebar.expanded .menu-icon i:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}


.mosd-app-sidebar.expanded .mosd-app-menu .title {
    max-width: fit-content;
    transform: translateX(10px);
    opacity: 1;
}


.mosd-app-menu {
    padding: 0;
    margin: 0;
}

.mosd-app-menu-item {
    list-style: none;
    width: 100%;
    position: relative;
}

.mosd-app-menu-link {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    text-decoration: none;
    color: var(--bh-bg-light);
    transition: .3s ease;
    white-space: nowrap;
}

.mosd-app-menu-link:hover {
    background: rgba(255,255,255,.08);
}

.mosd-app-menu .icon {
    width: 30px;
    height: 30px;
}

.mosd-app-menu .title {
    font-size: var(--bh-fs-p-m);
    font-weight: var(--bh-fw-medium);
    color: var(--bh-bg-light);
    max-width: 0;
    overflow: hidden;
    transform: translateX(0);
    transition: opacity .50s ease, transform .60s ease;
    opacity: 0;
}

.mosd-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #173a78;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.70s ease-in-out;
    display: none;
}

.mosd-app-sidebar.expanded .mosd-submenu {
    display: block;
}


.has-submenu.open > .mosd-submenu {
    max-height: 1000px;
}

.mosd-submenu li .mosd-submenu-header--secondLevel {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px 22px 30px;
    transition: .3s ease;
    white-space: nowrap;
    cursor: pointer;
    color: var(--bh-bg-light);
    text-decoration: none;
    width: 100%;
    height: 100%;
}

        .mosd-submenu li .mosd-submenu-header--secondLevel > a {
            color: var(--bh-bg-light);
            text-decoration: none;
        }

    .mosd-submenu li .mosd-submenu-header--secondLevel:not(.mosd-submenu-header--secondLevel.active):hover {
        background: rgba(255, 255, 255, .08);
    }

.mosd-submenu-header.open .mosd-submenu-header--secondLevel {
    background: rgba(255, 255, 255, .08);
}

        .mosd-submenu-header {
            background: var(--bh-bg-brand-accent);
            color: var(--bh-bg-light);
            font-size: var(--bh-fs-p-m);
        }


.mosd-submenu-header--secondLevel.active {
    background: var(--bh-bg-light);
    color: var(--bh-bg-brand-accent) !important;
}

.menu-arrow {
    margin-left: auto;
    width: 25px;    
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
}

.mosd-app-sidebar.expanded .mosd-app-menu .menu-arrow {
    display: block;
    transform: rotate(180deg);
}

.submenu-arrow {
    margin-left: auto;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mosd-submenu-item > a {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    color: var(--bh-bg-light);
    transition: .3s ease;
}

.mosd-app-menu-item.has-submenu {
    cursor: auto;
}

.submenu-dot {
    width: 8px;
    height: 8px;
    border: 1px solid var(--bh-bg-light);
    border-radius: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.mosd-submenu-item > a:hover {
    background: var(--bh-bg-light);
    color: var(--bh-bg-brand);
}

.mosd-submenu.mosd-submenu--secondLevel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.70s ease-in-out;
}

.mosd-submenu-header.open > .mosd-submenu--secondLevel {
    max-height: 800px;
}
.mosd-app-menu-item.active, .mosd-app-menu-link.active {
    background-color: #2959a7;
}

.mosd-submenu-item > a:hover .submenu-dot {
    border: 1px solid var(--bh-bg-brand);
}

.menu-arrow,
.submenu-arrow {
    transition: transform .35s ease;
    transform: rotate(180deg);
}

.has-submenu.open > .mosd-app-menu-link-wrapper .menu-arrow, .mosd-submenu-header.open .submenu-arrow {
    transform: rotate(0deg);
}

.mosd-submenu-item.active > a {
    background: var(--bh-bg-light);
    color: var(--bh-bg-brand);
}

.mosd-submenu-item.active .submenu-dot {
    border: 1px solid var(--bh-bg-brand);
}

@media (min-width:567px) {
    .mosd-flyout-menu {
        position: absolute;
        left: 80px;
        top: 0;
        min-width: 260px;
        background: var(--bh-bg-light);
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0,0,0,.15);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-10px);
        transition: all .25s ease;
        z-index: 999;
    }


    .mosd-app-menu-item:hover .mosd-flyout-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .mosd-flyout-header {
        background: var(--bh-bg-secondary);
        padding: 14px 20px;
        font-weight: 600;
        position: relative;
    }

        .mosd-flyout-header::before {
            content: '';
            position: absolute;
            left: -10px;
            top: 18px;
            width: 20px;
            height: 20px;
            background: var(--bh-bg-secondary);
            transform: rotate(45deg);
        }

    .mosd-flyout-menu a {
        display: block;
        padding: 14px 20px;
        color: #323130;
        text-decoration: none;
        transition: background .2s;
    }

        .mosd-flyout-menu a:not(.mosd-flyout-item.active,.mosd-menu-service-item.active):hover {
            color: var(--bh-accent);
            background: var(--bh-bg-secondary);
        }

    .mosd-flyout-item.active {
        color: var(--bh-accent);
    }

    .mosd-menu-service-item.active {
        color: var(--bh-accent);
    }


}

@media (max-width:566px) {
    .mosd-flyout-menu {
        display:none;
    }
}


    .mosd-app-sidebar.expanded .mosd-flyout-menu {
        display: none;
    }

    /*mosd - mega menu */

.mosd-flyout-menu--services {
    width: clamp(320px, 90vw, 1025px);
    background: var(--bh-light);
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.mosd-menu-service-tabs {
    display: flex;
    position: relative;
    border-bottom: 1px solid #dce3ea;
    background-color: var(--bh-bg-brand);
}

.mosd-tab-group {
    flex: 1;
}

.mosd-menu-service-tab {
    padding: 20px 32px;
    font-size: 16px;
    font-weight: 600;
    color: var(--bh-bg-light);
    border-right: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all .25s ease;
    text-align: center;
}

.mosd-menu-service-tabs .mosd-tab-group:last-child .mosd-menu-service-tab {
    border-right: none;
}

.mosd-tab-group:hover .mosd-menu-service-tab {
    background: var(--bh-accent-hover);
    color: #fff;
}

/* Desktop Services Below Tabs */

.mosd-menu-services-grid {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px;
    background: var(--bh-bg-light);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 0;
    z-index: 999;
    overflow-y: auto;
}

.mosd-menu-service-tab.active {
    background: var(--bh-accent-hover);
    color: #fff;
}

.mosd-menu-services-grid {
    display: none;
}

    .mosd-menu-services-grid.active {
        display: grid;
    }

.mosd-menu-service-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    text-decoration: none;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
    transition: all .25s ease;
}

/* ========================================
   LAPTOP (1024px and below)
   Tabs Left | Services Right
======================================== */

@media (max-width: 1024px) {

    .mosd-menu-service-tabs {
        display: block;
        min-height: 450px;
        border-bottom: none;
        position: relative;
    }

    .mosd-tab-group {
        width: 280px;
    }

    .mosd-menu-service-tab {
        width: 280px;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #dce3ea;
        background: var(--bh-bg-brand);
    }

    .mosd-menu-services-grid {
        display: none;
        position: absolute;
        top: 0;
        left: 280px;
        width: calc(100% - 280px);
        height: 100%;
        padding: 25px;
        background: #fff;
        box-shadow: none;
        border-left: 1px solid #dce3ea;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mosd-tab-group:hover .mosd-menu-services-grid {
        display: grid;
    }
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 768px) {

    .mosd-menu-service-tabs {
        display: block;
        min-height: auto;
    }

    .mosd-tab-group {
        width: 100%;
    }

    .mosd-menu-service-tab {
        width: 100%;
        text-align: left;
    }

    .mosd-menu-services-grid {
        position: static;
        width: 100%;
        height: auto;
        border-left: 0;
        padding: 20px;
        grid-template-columns: 1fr;
    }
}




    /*Mosd App Main*/

    .mosd-app-main {
        flex: 1;
        min-width: 0;
        transition: margin 0.3s ease;
        padding: 0;
        background: var(--bh-light);
        /*    padding-bottom: 100px;*/
    }


    /*Registration Form*/

    .mosd-registration-form .col-12 {
        margin-bottom: var(--bs-gutter-y);
    }

    .mosd-registration-form .iti {
        width: 100%;
    }

.mosd-form label {
    font-size: var(--bh-fs-p-l);
    font-weight: var(--bh-fw-bold);
    -webkit-transition: all .3s ease 0s !important;
    -moz-transition: all .3s ease 0s !important;
    -ms-transition: all .3s ease 0s !important;
    -o-transition: all .3s ease 0s !important;
    transition: all .3s ease 0s !important;
    color: var(--bh-secondary);
    font-family: var(--bh-ff-primary);
}

        .mosd-form label span {
            color: var(--bh-error-star);
            padding-inline-start: 2px;
        }



    /*forgot password page - change password - validate email*/

    .mosd-card {
        width: 100%;
        padding: 40px 35px;
        text-align: center;
    }

.mosd-title {
    background: var(--bh-bg-light-brand1);
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.ngo-breadcrumb {
    position: absolute;
    left: 30px;
    top: 20px;
    transform: translateY(-20%);
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 1440px) {

    .ngo-breadcrumb {
        position: static;
        transform: none;
        margin-bottom: 10px;
    }
}

    .ngo-breadcrumb a {
        text-decoration: none;
        font-weight: 500;
    }


        .mosd-title h1 {
            font-size: var(--bh-fs-h2);
            font-weight: var(--bh-fw-bold);
            color: var(--bh-bg-brand);
            margin-bottom: 0;
            text-align: center;
        }

    .mosd-card p {
        font-size: var(--bh-fs-p-s);
        color: var(--bh-secondary);
        margin-bottom: 30px;
        text-align: left;
    }


    .mosd-card .form-group {
        text-align: left;
        margin-bottom: 20px;
    }

    .mosd-card .mosd-card-form-actions {
        display: flex;
        gap: 10px;
        margin-top: 30px;
    }


    .mosd-card label {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: #2b2b2b;
    }

    /* Nationality only */
    .iti.nationality-iti .iti__dial-code,
    .iti.nationality-iti .iti__selected-dial-code {
        display: none !important;
    }

.mosd-registration-form {
    background: var(--bh-bg-primary);
    min-height: 100vh;
}

    /*mosd card without title - vlidate email page*/

    .mosd-alert--without-title {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 100px);
    }

        .mosd-alert--without-title .mosd-card {
            max-width: 500px;
            position: relative;
            padding-top: 60px;
        }

            .mosd-alert--without-title .mosd-card p {
                text-align: center;
            }

        .mosd-alert--without-title .success-icon {
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 70px;
            background-color: var(--bh-success); /* Green */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 32px;
            font-weight: bold;
            box-shadow: var(--bs-box-shadow-inset);
        }

    /*alert messages*/

    .mosd-alert {
        display: flex;
        align-items: start;
        padding: 20px;
        padding-inline-end: 40px;
        border-radius: var(--bh-border-radius-xs);
        gap: 5px 10px;
        position: relative;
    }

    .mosd-alert--success {
        background: var(--bh-success-off);
    }

    .mosd-alert--warning {
        background: var(--bh-warning-off);
    }

    .mosd-alert--failure {
        background: var(--bh-failure-off);
    }

    .mosd-alert--info {
        background: var(--bh-info-off);
    }

    .mosd-alert__content {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .mosd-alert__icon svg {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

    .mosd-alert__title {
        font-size: var(--bh-fs-p-l);
        font-weight: var(--bh-fw-bold);
    }

    .mosd-alert--success .mosd-alert__title {
        color: var(--bh-success-content);
    }

    .mosd-alert--warning .mosd-alert__title {
        color: var(--bh-warning-content);
    }

    .mosd-alert--failure .mosd-alert__title {
        color: var(--bh-failure-content);
    }

    .mosd-alert--info .mosd-alert__title {
        color: var(--bh-info-content);
    }

    .mosd-alert p {
        margin: 0;
        font-size: var(--bh-fs-p-m);
        color: var(--bh-bg-dark);
    }

    .mosd-alert__icon {
        flex: 0 0 30px;
    }

        .mosd-alert__icon img {
            width: 30px;
            height: 30px;
        }


    /*portal dashboard*/

    .mosd-welcome-section {
        background: var(--bh-bg-light-brand1);
        padding: 30px;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .mosd-welcome-section p {
            margin-bottom: 0;
        }

        .mosd-welcome-section h1 {
            color: var(--bh-bg-brand);
        }

    .mosd-welcome--card {
        background: var(--bh-bg-light);
        border-radius: var(--bh-border-radius-xs);
        padding: 25px;
        border: 1px solid var(--bh-bg-light-grey);
        box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
    }


    .mosd-cards-title {
        font-size: var(--bh-fs-h6);
        font-weight: var(--bh-fw-bold);
        color: var(--bh-brand);
        margin-bottom: 0;
    }


        .mosd-cards-title.sucsess {
            color: var(--bh-success-content);
        }

        .mosd-cards-title.failure {
            color: var(--bh-failure-content);
        }

        .mosd-cards-title.warning {
            color: var(--bh-warning-content);
        }

        .mosd-cards-title.info {
            color: var(--bh-info);
        }

    .mosd-welcome--card p {
        margin-bottom: 0;
    }


    .mosd-cards-alert-icon {
        height: 80px;
        width: 80px;
        border-radius: 100%;
        background: var(--bh-bg-light-brand);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mosd-cards-alert-btn {
        background: var(--bh-bg-brand);
        color: var(--bh-bg-light);
        padding: 8px 18px;
        border-radius: 4px;
        text-decoration: none;
        -webkit-transition: all .4s ease 0s !important;
        -moz-transition: all .4s ease 0s !important;
        -ms-transition: all .4s ease 0s !important;
        -o-transition: all .4s ease 0s !important;
        transition: all .4s ease 0s !important;
        display: flex;
        align-items: center;
        gap: 10px 15px;
        flex-wrap: wrap;
        font-size: var(--bh-fs-p-s);
        width: fit-content;
    }

        .mosd-cards-alert-btn:hover {
            background-color: var(--bh-accent);
            color: var(--bh-light);
        }



    .mosd-welcomne-progress-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .mosd-welcomne-progress-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: var(--bs-progress-bar-color);
        text-align: center;
        white-space: nowrap;
        background-color: var(--bs-progress-bar-bg);
        transition: var(--bs-progress-bar-transition);
    }

    .mosd-welcomne-progress-fill {
        /*    width: 60%;*/
        height: 100%;
        background: linear-gradient(90deg, #29a3d4, #173d7a);
    }

    .mosd-welcomne-progress-bar {
        height: 10px;
        background: #e5edf7;
        border-radius: 50px;
        overflow: hidden;
    }

    .mosd-list li:before {
        content: "";
        position: absolute;
        top: 9px;
        left: 0px;
        height: 8px;
        width: 8px;
        background: var(--bh-border-accent);
        border-radius: 8px;
    }

    .mosd-list li {
        position: relative;
        overflow: hidden;
        margin: 12px 0;
        padding-inline-start: 30px;
    }

    .mosd-list {
        position: relative;
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .mosd-welcome--content {
        gap: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }


    .mosd-welcom-timeline {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }

    .mosd-step {
        text-align: center;
        flex: 1;
        min-width: 120px;
    }

        .mosd-step.completed .dot {
            background: var(--bh-success-content);
        }

        .mosd-step.failure .dot {
            background: var(--bh-failure-content);
        }

    .mosd-welcom-timeline .dot {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: auto auto 10px;
        background: var(--bh-bg-tertiary);
    }

    .mosd-step.active .dot {
        background: var(--bh-bg-brand);
    }

    .mosd--quick-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

        .mosd--quick-links a {
            display: flex;
            align-items: center;
            gap: 10px;
        }


    .mosd-step.active .dot {
        background: var(--bh-bg-brand);
        position: relative;
        animation: activePulse 1.5s ease-in-out infinite;
    }

        .mosd-step.active .dot::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            background: inherit;
            animation: shadow 1.5s ease-out infinite;
        }

    @keyframes activePulse {
        0%, 100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.15);
        }
    }

    @keyframes shadow {
        0% {
            transform: scale(1);
            opacity: 0.6;
        }

        100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    /*ngo dashboard*/


    .mosd--dashboard-summary-card {
        background: var(--bh-bg-light-brand1);
        border-radius: var(--bh-border-radius-xs);
        padding: 24px;
        text-align: center;
        border-top: 4px solid var(--bh-bg-brand);
        box-shadow: 0 2px 12px rgba(0,0,0,.05);
        height: 100%;
        transition: all .3s ease;
    }

        .mosd--dashboard-summary-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 18px rgba(0,0,0,.1);
        }


        .mosd--dashboard-summary-card h6 {
            color: var(--bh-bg-dark);
            font-weight: 400;
            margin-top: 12px;
            margin-bottom: 8px;
            font-size: var(--bh-fs-p-l);
        }

        .mosd--dashboard-summary-card .value {
            font-size: var(--bh-fs-p-xl);
            font-weight: 700;
            color: var(--bh-brand);
        }

    .mosd-dasboard-icon {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: var(--bh-bg-light);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

.mosd-dashboard-card {
    background: var(--bh-bg-light);
    border-radius: var(--bh-border-radius-xs);
    padding: 20px;
    min-height: 260px;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

    .mosd-card-header {
        border-bottom: 1px solid var(--bh-bg-light-brand);
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .mosd-dashboard-card .section-title {
        color: var(--bh-bg-brand);
        font-size: var(--bh-fs-h6);
        font-weight: 700;
    }

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}


    .mosd-dashboard-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mosd-dashboard-list.mosd-dashboard-list--withoutIcon li {
            padding: 10px 0;
            border-bottom: 1px solid var(--bh-bg-light-brand);
            font-size: var(--bh-fs-p-m);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mosd-dashboard-list.mosd-dashboard-list--withIcon li {
            padding: 10px 0;
            border-bottom: 1px solid var(--bh-bg-light-brand);
            font-size: var(--bh-fs-p-m);
            display: flex;
            align-items: center;
            gap: 10px;
        }



        .mosd-dashboard-list li:last-child {
            border-bottom: none;
        }

    .todo-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-decoration: none;
        gap: 10px;
    }

.info-item span {
    flex: 0 0 200px;
}


    /* Responsive */

    @media (max-width:768px) {

        .section-title {
            font-size: var(--bh-fs-p-xl);
        }

        .dashboard-card {
            min-height: auto;
        }

        .info-item {
            flex-direction: column;
            gap: 8px;
        }

        .summary-card .value {
            font-size: var(--bh-fs-p-l);
        }

        .info-item span {
            flex: unset;
        }
    }

    .mosd-dashboard-link a {
        color: var(--bh-bg-brand);
        text-decoration: none;
        font-weight: var(--bh-fw-medium);
        margin-top: 10px;
        width: fit-content;
    }

        .mosd-dashboard-link a:hover .mosd-dashboard-link img {
            width: 20px;
            height: 20px;
            opacity: 0;
            transform: translateX(-10px);
            transition: all .25s ease;
        }

        .mosd-dashboard-link a:hover {
            color: var(--bh-accent);
        }


    .mosd-dashboard-link {
        color: var(--bh-brand);
        text-decoration: none;
        font-size: var(--bh-fs-p-s);
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .mosd-dashboard-link img {
            width: 14px;
            transition: all .3s ease;
        }

        .mosd-dashboard-link:hover {
            color: var(--bh-accent);
        }

            .mosd-dashboard-link:hover img {
                transform: translateX(4px);
            }

    /*mosd department dashbord*/

    .mosd-kpi-card {
        background: #fff;
        border-radius: 16px;
        padding: 25px;
        text-align: center;
        border-top: 4px solid var(--bh-brand);
        box-shadow: 0 5px 15px rgba(0,0,0,.06);
    }

    .mosd-dasboard-icon--department {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        margin: auto auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        color: var(--bh-brand);
    }


        .mosd-dasboard-icon--department .value {
            font-size: 48px;
            font-weight: 700;
            color: var(--bh-brand);
            line-height: 1;
        }


    .mosd--dashboard-label {
        margin-top: 10px;
        font-size: 15px;
        font-weight: 600;
    }


    .mosd-dasboard-icon--department svg {
        width: 34px;
        height: 34px;
    }


    .bg--warning {
        background: #FFE6CC;
        color: var(--bh-warning);
    }

    .bg--info {
        background: var( --bh-info);
    }


    .mosd-overview-wrapper {
        display: flex;
        align-items: center;
        gap: 50px;
        padding: 20px 10px;
        align-items: flex-start;
    }

    .mosd-overview-circle {
        width: 240px;
        height: 240px;
        min-width: 240px;
        position: relative;
        border-radius: 50%;
        background: linear-gradient( 135deg, var(--bh-brand) 0%, var(--bh-inverse-brand) 50%, var(--bh-info) 100% );
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 25px rgba(1,46,93,.15);
    }

        .mosd-overview-circle::before {
            content: "";
            position: absolute;
            width: 185px;
            height: 185px;
            border-radius: 50%;
            background: var(--bh-light);
        }

    .mosd-overview-circle-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

        .mosd-overview-circle-content span {
            display: block;
            font-size: 60px;
            font-weight: var(--bh-fw-bold);
            line-height: 1;
            color: var(--bh-brand);
        }

        .mosd-overview-circle-content small {
            display: block;
            margin-top: 10px;
            font-size: 14px;
            font-weight: var(--bh-fw-semibold);
            color: var(--bh-secondary);
        }

    .mosd-overview-summary {
        flex: 1;
    }

    .mosd-overview-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 0;
        border-bottom: 1px solid #e5eaf0;
    }

        .mosd-overview-row:last-child {
            border-bottom: none;
        }

        .mosd-overview-row span {
            font-size: 15px;
            font-weight: 600;
            color: #333;
        }

    .mosd-pill {
        min-width: 70px;
        padding: 6px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        background-color: var(--bh-bg-primary);
        border: 1px solid var(--bh-brand);
        color: var(--bh-brand);
    }


    .service-request-chart-wrapper {
        position: relative;
    }

    #serviceRequestSummaryChart {
        width: 100%;
        height: 450px;
    }

    .service-request-total {
        position: absolute;
        top: 50%;
        left: 33%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .service-request-total .count {
            font-size: 48px;
            font-weight: 700;
            color: #012E5D;
            line-height: 1;
        }

        .service-request-total .label {
            font-size: 14px;
            color: #6B7280;
        }

    @media (max-width: 992px) {

        .mosd-overview-wrapper {
            flex-direction: column;
            gap: 30px;
        }

        .mosd-overview-summary {
            width: 100%;
        }
    }

    @media (max-width: 768px) {

        .service-request-total {
            top: 46%;
            left: 50%;
        }
    }

    /*activity card*/
    .mosd-activity-card {
        height: 100%;
        padding: 24px;
        display: flex;
        flex-direction: column;
        transition: all .3s ease;
        background: var(--bh-bg-primary);
        border-radius: var(--bh-border-radius-xs);
        box-shadow: 0 2px 8px #00000026;
        text-decoration: none;
        position: relative;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        gap: 15px;
    }

    .mosd-activity-title {
        font-size: var(--bh-fs-h6);
        font-weight: var(--bh-fw-bold);
        color: var(--bh-bg-brand);
        overflow-wrap: break-word;
    }

    .mosd-activity-badge {
        display: inline-flex;
        align-items: center;
        padding: 12px 20px;
        border-radius: var(--bh-border-radius-xs);
        font-size: var(--bh-fs-p-s);
        font-weight: var(--bh-fw-bold);
        width: fit-content;
    }

        .mosd-activity-badge.new, .mosd-activity-badge.Submitted {
            background: var(--bh-info-off);
            color: var(--bh-info-content);
        }

        .mosd-activity-badge.Approved {
            background: var(--bh-success-off);
            color: var(--bh-success-content);
        }

        .mosd-activity-badge.pending, .mosd-activity-badge.InStudy, .mosd-activity-badge.rework {
            background: var(--bh-warning-off);
            color: var(--bh-warning-content);
        }

        .mosd-activity-badge.Cancelled {
            background: var(--bh-failure-off);
            color: var(--bh-failure-content);
        }

        .mosd-activity-badge.Rejected {
            background: var(--bh-failure-off);
            color: var(--bh-failure-content);
        }

.mosd-status-badge.approved, .mosd-status-badge.Success {
    color: var(--bh-success);
    font-weight: 600;
}


.mosd-status-badge.rejected, .mosd-status-badge.Failed {
    color: var(--bh-failure);
    font-weight: 600;
}

.mosd-status-badge.pending, .mosd-status-badge.Pending {
    color: var(--bh-warning-content);
    font-weight: 600;
}

/*for request page*/

.mosd--status-badge-request {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: var(--bh-border-radius-xs);
    font-size: var(--bh-fs-p-s);
    font-weight: 600;
    line-height: 1;
}

    .mosd--status-badge-request.Approved {
        background: var(--bh-success-off);
        color: var(--bh-success-content);
    }

    .mosd--status-badge-request.Rejected {
        background: var(--bh-failure-off);
        color: var(--bh-failure-content);
    }


    .mosd-activity-subtitle {
        color: var(--bh-border-primary);
        font-size: var(--bh-fs-p-m);
    }

    .mosd-activity-meta {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mosd-activity-item {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

        .mosd-activity-item .label {
            display: block;
            font-size: var(--bh-fs-p-s);
            color: var(--bh-inverse-brand);
        }

        .mosd-activity-item .value {
            display: block;
            font-weight: var(--bh-fw-semibold);
            color: var(--bh-bg-dark-inverse);
            font-size: var(--bh-fs-p-m);
        }

    .mosd-activity-comment {
        background: var(--bh-bg-secondary);
        border-inline-start: 4px solid var(--bh-bg-brand);
        padding: 16px;
        border-radius: var(--bh-border-radius-xs);
    }

    .mosd-activity-comment-title {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: var(--bh-fw-bold);
        color: var(--bh-bg-brand);
        margin-bottom: 10px;
        font-size: var(--bh-fs-p-m);
    }


    .mosd-activity-comment-body {
        color: var(--bh-inverse-brand);
        line-height: 1.6;
        font-size: var(--bh-fs-p-m);
    }

    .mosd-activity-footer {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }


    .mosd-activity-btn {
        color: var(--bh-bg-brand);
        text-decoration: none;
        font-weight: var(--bh-fw-bold);
    }

    .mosd-activity-arrow {
        width: 20px;
        height: 20px;
        opacity: 0;
        transform: translateX(-10px);
        transition: all .25s ease;
    }

    .mosd-activity-card:hover .mosd-activity-arrow {
        opacity: 1;
        transform: translateX(0);
    }

    .mosd-activity-card:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 5px;
        background-color: var(--bh-border-accent);
        width: 0%;
        z-index: 1;
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }

    .mosd-activity-card:hover {
        background: var(--bh-linkinverse-secondary);
    }

        .mosd-activity-card:hover .mosd-activity-request-label {
            color: var(--bh-bg-brand);
        }

        .mosd-activity-card:hover .mosd-activity-comment {
            background: var(--bh-bg-light);
        }

        .mosd-activity-card:hover:before {
            right: 0;
            left: auto;
            width: 100%;
        }

    .mosd-activity-request-item {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: var(--bh-fs-p-m);
    }

    .mosd-activity-request-label {
        color: #6b7280;
    }

    .mosd-activity-request-value {
        font-weight: 600;
        color: var(--bh-bg-dark-inverse);
        flex: 1;
        word-break: break-word;
    }

    .mosd-activity-request-summary {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    .mosd-summary-card {
        background: var(--bh-bg-light);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid var(--bh-bg-secondary);
        overflow: hidden;
    }

    .mosd-summary-header {
        background: var(--bh-bg-secondary);
        border-bottom: 1px solid #dfe4ea;
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .mosd-summary-title {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--bh-bg-brand);
        font-weight: 700;
        font-size: 16px;
    }


    .mosd-summary-content {
        padding: 20px;
    }

    .mosd-summary-card.info .mosd-summary-title {
        color: var(--bh-info-content);
    }

    .mosd-summary-card.info .mosd-summary-header {
        background: var(--bh-info-off);
    }

    .mosd-form--uploadStep {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #143A7B;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }


    .mosd-summary-higlight-content {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 20px 24px;
        background: linear-gradient( 135deg, #3c6aa3 0%, #5a8bc4 100% );
        color: var(--bh-bg-light);
    }

        .mosd-summary-higlight-content .header-icon {
            width: 48px;
            height: 48px;
            border-radius: var(--bh-border-radius-xs);
            background: rgba(255,255,255,0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .mosd-summary-higlight-content h3 {
            margin: 0;
            font-size: var(--bh-fs-p-l);
            font-weight: 600;
            color: var(--bh-bg-light);
        }

        .mosd-summary-higlight-content span {
            font-size: var(--bh-fs-p-s);
            opacity: 0.9;
        }

    .mosd-summary-content label {
        font-size: var(--bh-fs-p-m);
        color: var(--bh-bg-dark);
        font-weight: var(--bh-fw-regular);
    }

    /*mosd profile*/
    .mosd-user-profile-header {
        display: flex;
        align-items: center;
        gap: 2rem;
        margin-bottom: 2rem;
        padding: 2rem;
        background: var(--bh-bg-light-brand1);
        border-radius: var(--bh-border-radius-xs);
        box-shadow: 0 2px 8px #00000026;
    }

    .mosd-user-profile-avatar {
        width: 110px;
        height: 110px;
        background: var(--bh-bg-light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .mosd-user-profile-avatar img {
            width: 70px;
        }

    .mosd-user-profile-name {
        margin: 0;
        color: #0a3470;
        font-weight: 700;
    }

    .mosd-user-profile-email {
        color: #6b7280;
        margin-top: .5rem;
    }

    .mosd-user-profile-section {
        padding: 1.5rem;
        height: 100%;
        background: var(--bh-bg-primary);
        border-radius: var(--bh-border-radius-xs);
        box-shadow: 0 2px 8px #00000026;
    }

    .mosd-user-profile-section-title {
        color: #0a3470;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

.mosd-user-profile-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    transition: all .2s ease;
    border-radius: var(--bh-border-radius-xs);
}

        .mosd-user-profile-item:hover {
            background: #f8fafc;
        }

    .mosd-user-profile-icon {
        width: 42px;
        height: 42px;
        background: #eef4fb;
        color: #0a3470;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
        border-radius: var(--bh-border-radius-xs);
    }

    .mosd-user-profile-item label {
        display: block;
        margin-bottom: .25rem;
        font-size: .85rem;
        color: #6b7280;
    }

    .mosd-user-profile-item span {
        color: #111827;
        font-weight: 600;
    }

    @media (max-width: 768px) {

        .mosd-user-profile-header {
            flex-direction: column;
            text-align: center;
        }
    }


    /*NGO registraion*/


    .mosd-ngo-registration {
        padding: 30px;
        min-height: 100vh;
        background: var(--bh-bg-primary);
    }

        .mosd-ngo-registration .iti {
            width: 100%;
        }

    .mosd-stepper .k-tabstrip-items {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }


    /* steps */

    .mosd-stepper .k-item {
        position: relative;
        min-width: 180px;
        border: none !important;
        background: transparent !important;
    }

        .mosd-stepper .k-item:focus {
            box-shadow: none !important;
            outline: none !important;
        }


    .mosd-stepper .k-active {
        outline: none !important;
        box-shadow: none !important;
    }

    .mosd-stepper .k-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 18px;
        left: 60%;
        width: 80%;
        height: 2px;
        background: #d7d7d7;
        z-index: 0;
    }

    .mosd-stepper .k-link {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding-top: 48px !important;
        color: #666 !important;
        font-weight: 600;
        text-decoration: none !important;
        position: relative;
    }


    .mosd-stepper .k-item:nth-child(1) .k-link::before {
        content: "1";
    }

    .mosd-stepper .k-item:nth-child(2) .k-link::before {
        content: "2";
    }

    .mosd-stepper .k-item:nth-child(3) .k-link::before {
        content: "3";
    }

    .mosd-stepper .k-item:nth-child(4) .k-link::before {
        content: "4";
    }

    .mosd-stepper .k-link::before {
        position: absolute;
        top: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px;
        border: 2px solid #d5d5d5;
        background: #fff;
        color: #666;
        transition: all .3s ease;
        z-index: 2;
    }

    /* active step*/

    .mosd-stepper .k-item.k-active .k-link::before {
        background: #08386f;
        border-color: #08386f;
        color: #fff;
        box-shadow: 0 0 0 8px rgba(8,56,111,.10), 0 10px 24px rgba(8,56,111,.25);
    }

    .mosd-stepper .k-item.k-active .k-link {
        color: #08386f !important;
        font-weight: 700;
    }


    .mosd-stepper .k-item:hover .k-link::before {
        border-color: #08386f;
        transform: translateY(-2px);
    }

    .mosd-stepper .k-item:hover .k-link {
        color: #08386f !important;
    }

    /* tab content*/

    .mosd-ngo-registration .k-tabstrip-content {
        border: none;
        padding-bottom: 0;
        padding-top: 40px;
    }

        .mosd-ngo-registration .k-tabstrip-content:focus {
            outline: none !important;
        }

    .mosd-stepper .k-tabstrip-items-wrapper {
        border-bottom: 2px solid var(--bh-bg-light-grey);
    }

    .founder-title {
        color: var(--bh-info-content);
        font-weight: 600;
        border-left: 4px solid var(--bh-info-content);
        padding-left: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
    }

    /*Buttons*/


    .mosd-form-divider {
        margin: 40px 0 30px;
        border: 0;
        border-top: 2px solid var(--bh-bg-light-grey);
    }

    /* Buttons Container */

    .mosd-form-actions {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }


        .mosd-form-actions .k-button {
            min-width: 130px;
            height: 42px;
            border-radius: 4px;
            font-weight: 600;
            text-transform: uppercase;
            transition: all .25s ease;
        }


    .mosd-form--file-required {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px 10px;
        padding-top: 10px;
    }

        .mosd-form--file-required div {
            font-size: var(--bh-fs-p-xs);
            color: var(--bh-secondary);
            font-family: var(--bh-ff-primary);
        }

            .mosd-form--file-required div span {
                font-size: var(--bh-fs-p-xs);
                font-weight: var(--bh-fw-semibold);
                color: var(--bh-brand);
                background: var(--bh-bg-secondary);
                padding: 2px 6px;
                border-radius: var(--bh-border-radius-xss);
            }




    /*Rework Registration*/

    .existing-file-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        margin-top: 10px;
        background: var(--bh-bg-light-brand1);
        border: 1px solid var(--bh-bg-light-grey);
        border-radius: var(--bh-border-radius-xs);
        transition: all .4s ease;
        -webkit-transition: all .4s ease 0s !important;
        -moz-transition: all .4s ease 0s !important;
        -ms-transition: all .4s ease 0s !important;
        -o-transition: all .4s ease 0s !important;
        transition: all .4s ease 0s !important;
    }

        .existing-file-item:hover {
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
        }

        .existing-file-item .file-details {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }

        .existing-file-item .file-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--bh-border-radius-xs);
            background: var(--bh-bg-light);
            flex-shrink: 0;
        }

        .existing-file-item .file-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .existing-file-item .file-name {
            color: var(--bh-bg-brand);
            font-weight: var(--bh-fw-medium);
            font-size: var(--bh-fs-p-s);
            word-break: break-word;
        }

        /* Remove Button */
        .existing-file-item .remove-existing-file {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            border-radius: var(--bh-border-radius-xs);
            background: var(--bh-failure-off);
            color: var(--bh-failure-content);
            cursor: pointer;
            transition: all .4s ease;
            padding: 8px;
        }


            .existing-file-item .remove-existing-file:hover {
                background: var(--bh-bg-accent);
                transform: scale(1.05);
            }

        .existing-file-item .file-info a {
            font-size: var(--bh-fs-p-m);
            padding: 6px;
        }

            .existing-file-item .file-info a:hover {
                background: var(--bh-bg-secondary);
            }


        .existing-file-item .remove-existing-file:hover .accentIcon {
            display: none;
        }

        .existing-file-item .remove-existing-file:hover .whiteIcon {
            display: block;
        }


        .existing-file-item .file-info .text--success {
            color: var(--bh-success-content);
            font-size: var(--bh-fs-p-m);
            font-weight: var(--bh-fw-medium);
        }

    #cancelDialog + .k-dialog-actions .k-button {
        min-width: 100px;
        padding: 10px 40px;
    }


    @media (max-width: 992px) {

        .existing-file-item .file-icon {
            display: none;
        }

        .existing-file-item .file-info .text--success {
            display: none;
        }
    }

    @media (max-width: 576px) {

        .existing-file-item .existing-file-item {
            padding: 12px;
        }

        .existing-file-item .remove-existing-file {
            width: 34px;
            height: 34px;
        }
    }


    /*NGO History*/
    .mosd-ngo-history-card {
        background: var(--bh-bg-light);
        border-radius: var(--bh-border-radius-xs);
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        display: flex;
        flex-direction: column;
        position: relative;
        text-decoration: none;
    }

    .mosd-ngo-history-card__accordion {
        width: fit-content;
        margin-top: 15px;
    }

    .mosd-ngo-history-timeline {
        margin-top: 20px;
        counter-reset: timeline-counter;
    }

    .mosd-ngo-history-timeline__item {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-left: 50px;
        counter-increment: timeline-counter;
    }

        .mosd-ngo-history-timeline__item::before {
            content: "";
            width: 12px;
            height: 12px;
            background: #0d6efd;
            border-radius: 50%;
            position: absolute;
            left: -8px;
            top: 5px;
        }

    .mosd-ngo-history-timeline__date {
        color: #777;
        font-size: 12px;
    }

    .mosd-ngo-history-timeline__comment {
        margin-top: 5px;
        background: var(--bh-bg-secondary);
        border-inline-start: 4px solid var(--bh-bg-brand);
        padding: 16px;
        border-radius: var(--bh-border-radius-xs);
    }

    .mosd-ngo-history-timeline__user {
        font-size: var(--bh-fs-p-s);
        color: var(--bh-bg-dark);
    }


    .mosd-ngo-history-timeline__content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }

    .mosd-ngo-history-timeline__item:after {
        border-left: 1px solid #ccc;
        content: "";
        position: absolute;
        left: 20px;
        height: 100%;
        z-index: 0;
        top: 0;
    }

    .mosd-ngo-history-timeline__item:before {
        content: counter(timeline-counter);
        color: var(--bh-accent-hover);
        font-weight: 700;
        border: 1px solid #ccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        float: left;
        margin: -10px 15px 0 0;
        background: #fff;
        z-index: 99;
        position: absolute;
        left: 0;
    }


    .mosd-ngo-history-card__info {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .mosd-ngo-history-card__status {
        display: inline-flex;
        align-items: center;
        padding: 8px 20px;
        font-size: var(--bh-fs-p-s);
        font-weight: var(--bh-fw-bold);
        width: fit-content;
        background: var(--bh-failure-off);
        color: var(--bh-failure-content);
        gap: 10px;
        border-radius: var(--bh-border-radius-xs);
    }

    .mosd-ngo-history-card__status.Submitted {
        background: var(--bh-warning-off);
        color: var(--bh-warning-content);
    }


    .mosd--ngo-info {
        color: var(--bh-bg-dark);
    }

    .mosd--toggle {
        border: none;
        background: none;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        color: var(--bh-bg-brand);
        justify-content: flex-start;
        width: fit-content;
    }

        .mosd--toggle:hover {
            color: var(--bh-accent);
        }

        .mosd--toggle img {
            transition: transform 0.5s ease;
        }

        .mosd--toggle[aria-expanded="true"] {
            color: var(--bh-accent);
        }

            .mosd--toggle[aria-expanded="true"] img {
                transform: rotate(180deg);
            }

        .mosd--toggle[aria-expanded="false"] img {
            transform: rotate(0deg);
        }

        .mosd--toggle:hover .brandIcon {
            display: none;
        }

        .mosd--toggle .accentIcon {
            display: none;
        }

        .mosd--toggle:hover .accentIcon {
            display: block;
        }

        .mosd--toggle[aria-expanded="true"] img.brandIcon {
            display: none;
        }

        .mosd--toggle[aria-expanded="true"] img.accentIcon {
            display: block;
        }

    .mosd-history-divider {
        margin: 20px 0 20px 20px;
        padding: 10px 16px;
        background: var(--bh-bg-light-brand1);
        border-left: 4px solid var(--bh-bg-brand-accent);
        border-radius: var(--bh-border-radius-xs);
        font-weight: var(--bh-fw-medium);
        color: var(--bh-bg-brand);
    }


    .mosd-ngo-history-card__info .mosd--ngo-info:first-child {
        color: var(--bh-bg-brand);
    }

    .mosd-card-footer {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

        .mosd-card-footer > div {
            color: var(--bh-bg-brand);
            text-decoration: none;
            font-weight: var(--bh-fw-bold);
        }

    .mosd-ngo-history-card:hover {
        background: var(--bh-linkinverse-secondary);
    }

        .mosd-ngo-history-card:hover .mosd-activity-arrow {
            opacity: 1;
            transform: translateX(0);
        }

    .mosd-ngo-history-card:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 5px;
        background-color: var(--bh-border-accent);
        width: 0%;
        z-index: 1;
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }

    .mosd-ngo-history-card:hover:before {
        right: 0;
        left: auto;
        width: 100%;
    }



    /*App View Application -  Registration*/
    .mosd-app-view__header {
        padding: 24px 24px 10px 24px;
        position: relative;
    }

        .mosd-app-view__header::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 32px;
            width: 120px;
            height: 3px;
            background: var(--bh-accent);
            border-radius: var(--bh-border-radius-xs);
        }

        .mosd-app-view__header h3 {
            color: var(--bh-bg-brand);
            font-weight: var(--bh-fw-semibold);
            margin: 0;
            font-size: var(--bh-fs-h6);
        }

    .mosd-app-view__body {
        padding: 24px;
    }



    .mosd-app-view .tab-content {
        background: #ffffff;
        border: 1px solid #dfe8f4;
        border-radius: 18px;
        padding: 30px;
        box-shadow: 0 6px 20px rgba(18, 61, 130, 0.05);
    }

    .mosd-tabs {
        padding: 20px 30px;
    }

        .mosd-tabs .k-tabstrip-items:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 4px;
            background: var(--bh-bg-secondary);
            -webkit-transition: all .4s ease 0s !important;
            -moz-transition: all .4s ease 0s !important;
            -ms-transition: all .4s ease 0s !important;
            -o-transition: all .4s ease 0s !important;
            transition: all .4s ease 0s !important;
        }

        .mosd-tabs .k-item:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 4px;
            background: var(--bh-bg-secondary);
            -webkit-transition: all .4s ease 0s !important;
            -moz-transition: all .4s ease 0s !important;
            -ms-transition: all .4s ease 0s !important;
            -o-transition: all .4s ease 0s !important;
            transition: all .4s ease 0s !important;
        }

        .mosd-tabs .k-item:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0%;
            height: 4px;
            background: var(--bh-bg-tertiary);
            -webkit-transition: all .4s ease 0s !important;
            -moz-transition: all .4s ease 0s !important;
            -ms-transition: all .4s ease 0s !important;
            -o-transition: all .4s ease 0s !important;
            transition: all .4s ease 0s !important;
        }

        .mosd-tabs .k-item:hover:after {
            right: auto;
            left: 0;
            width: 100%;
        }

        .mosd-tabs .k-item.k-active:after {
            width: 100%;
            background: var(--bh-border-accent);
        }


        .mosd-tabs .k-link-text {
            position: relative;
            font-size: var(--bh-fs-p-m);
            font-weight: var(--bh-fw-bold);
            color: var(--bh-secondary);
            white-space: nowrap;
            -webkit-transition: all .3s ease 0s !important;
            -moz-transition: all .3s ease 0s !important;
            -ms-transition: all .3s ease 0s !important;
            -o-transition: all .3s ease 0s !important;
            transition: all .3s ease 0s !important;
        }

        .mosd-tabs .k-item:hover .k-link-text {
            color: var(--bh-brand);
        }

        .mosd-tabs .k-item.k-active .k-link-text {
            color: var(--bh-brand);
            font-family: var(--bh-ff-primary);
        }

.mosd-app-view-card label {
    font-size: var(--bh-fs-p-m);
    color: var(--bh-bg-dark);
    font-weight: var(--bh-fw-regular);
    font-family: var(--bh-ff-primary);
}

.mosd-app-view-value {
    font-size: var(--bh-fs-p-m);
    color: var(--bh-tertiary);
    font-weight: var(--bh-fw-regular);
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: var(--bh-ff-primary);
}

    .mosd-app-card {
        background: var(--bs-gray-100);
        padding: 30px;
        border-radius: var(--bh-border-radius-xs);
        margin: 0;
    }

        .mosd-app-card .founder-title {
            margin-bottom: 15px;
        }


    .mosd-app-view-card-body .k-tabstrip-content {
        padding-top: 30px;
    }

    .mosd-tabs .k-item .k-link {
        opacity: 0.6;
    }

    .mosd-tabs .k-item:hover .k-link {
        opacity: 1;
    }

    .mosd-tabs .k-item.k-active .k-link {
        opacity: 1;
    }

    /*Responsive ngo registraion*/
    @media (max-width: 992px) {

        .mosd-stepper .k-item {
            min-width: 130px;
        }

        .mosd-stepper .k-link {
            font-size: 13px;
        }

        .mosd-ngo-registration .k-tabstrip-content {
            padding-top: 20px;
        }
    }

    @media (max-width: 768px) {

        .mosd-stepper > .k-tabstrip-items {
            flex-wrap: wrap;
            gap: 20px;
        }

        .mosd-stepper .k-item {
            width: 45%;
            min-width: auto;
        }

            .mosd-stepper .k-item::after {
                display: none;
            }

        .mosd-stepper .k-link {
            padding-top: 50px !important;
            text-align: center;
        }

        .mosd-stepper .k-content {
            padding: 20px;
        }

        .mosd-ngo-registration {
            padding: 20px;
        }

        .mosd-form-actions {
            flex-direction: column;
            align-items: center;
        }

            .mosd-form-actions .k-button {
                width: 100%;
                max-width: 300px;
            }

        .mosd-app-view__body {
            padding: 0;
        }

        .mosd-app-view-card-body .k-tabstrip-content {
            padding-inline: 0;
        }
    }

    @media (max-width: 576px) {
        .mosd-app-view__header::after {
            content: none;
        }
    }

    /*Progress par - mobile*/
    .mosd-mobile-steps {
        position: relative;
        overflow: hidden;
        border-radius: var(--bh-border-radius-xs);
        background-color: var(--bh-bg-secondary);
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .pie-container {
        position: relative;
    }

    .mosd-mobile-steps__text h3 {
        color: var(--bh-brand);
        margin: 0 0 4px;
        font-size: var(--bh-fs-h5);
    }

    .mosd-mobile-steps__text span {
        display: block;
        font-size: var(--bh-fs-p-xs);
        color: var(--bh-secondary);
    }


    .mosd-mobile-steps__text p, .mosd-mobile-steps__text span {
        margin: 0;
        font-size: var(--bh-fs-p-m);
        display: flex;
        gap: 5px;
    }

    .pie {
        --p: 20;
        --b: 5px;
        --w: 75px;
        width: var(--w);
        aspect-ratio: 1 / 1;
        position: relative;
        margin: 5px;
    }

    .pie {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }


        .pie:before, .pie:after {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        .pie:before {
            inset: 0;
            background: radial-gradient(farthest-side, #C63B2B 98%, rgba(0, 0, 0, 0)) top / var(--b) var(--b) no-repeat, conic-gradient(#C63B2B calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
            -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
        }

    .no-round:before {
        background-size: 0 0, auto;
    }

    .mosd-mobile-steps button {
        background: none;
        outline: none;
        border: none;
    }

    .mosd-mobile-steps #prevStepBtn {
        position: absolute;
        left: 12px;
        bottom: 10px;
    }

    .mosd-mobile-steps #nextStepBtn {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }

    @media (max-width:768px) {

        .mosd-stepper > .k-tabstrip-items,
        .mosd-stepper .k-tabstrip-items {
            display: none !important;
        }
    }


    /*Action Panel section*/

    .mosd-action-container {
        padding: 24px;
        background: #f5f5f5;
    }


    /*Payment top style*/


    .mosd-action-card {
        padding: 35px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    }

    .mosd-action-card-body {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .mosd-action-card-body button {
            width: fit-content;
            font-size: var(--bh-fs-p-s);
            padding: 10px;
        }

        .mosd-action-card-body .payment-request-row {
            display: flex;
            gap: 15px;
            flex-direction: column;
        }


    .mosd-action-panel {
        background-color: var(--bs-gray-200);
        padding: 30px;
        margin-bottom: 20px;
    }

    .mosd-action-title {
        font-size: var(--bh-fs-h5);
        font-weight: var(--bh-fw-regular);
        color: var(--bh-bg-dark);
        margin: 0 0 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--bh-border-secondary);
    }

    .mosd-action-form-row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.mosd-action-label {
    font-size: var(--bh-fs-p-m);
    color: var(--bh-bg-brand);
    padding-bottom: 10px;
    font-family: var(--bh-ff-primary);
}

    .mosd-action-buttons .mosd-tabs {
        padding: 0;
    }


        .mosd-action-buttons .mosd-tabs .k-tabstrip-content {
            background: none;
        }

    .mosd-action-btn {
        min-width: 120px;
        border: none;
        border-radius: var(--bh-border-radius-xs);
        background: var(--bh-bg-tertiary);
        color: var(--bh-bg-dark);
        font-size: 15px;
        cursor: pointer;
        padding: 15px;
    }

        .mosd-action-btn.active {
            background: var(--bh-bg-dark-inverse);
            color: var(--bh-bg-light);
        }

        .mosd-action-btn:not(.mosd-action-btn.active):hover {
            background-color: var(--bh-bg-light);
            color: var(--bh-accent-hover);
        }


    .mosd-action-ministry-name {
        font-size: var(--bh-fs-p-m);
        font-weight: var(--bh-fw-semibold);
        color: var(--bh-bg-dark-inverse);
    }


    .mosd-action-add-more-item-box {
        border: 1px solid var(--bh-border-secondary);
        border-radius: var(--bh-border-radius-xs);
        background: var(--bh-light);
        box-shadow: 0 2px 8px #00000026;
    }


    .mosd-card-body label {
        font-size: var(--bh-fs-p-m);
        color: var(--bh-bg-dark);
        font-weight: var(--bh-fw-regular);
        margin-bottom: 10px;
    }


    .mosd-grid .k-grid .k-grid-header .k-table-th {
        background: var(--bh-bg-brand);
        color: var(--bh-light);
        font-weight: var(--bh-fw-bold);
        font-size: var(--bh-fs-p-m);
        padding: 12px;
        border: 1px solid var(--bh-bg-secondary);
    }

    .mosd-grid .k-table-tbody tr td {
        color: var(--bh-secondary);
        font-size: var(--bh-fs-p-m);
        border: 1px solid var(--bh-bg-secondary);
        background: var(--bh-bg-primary);
        overflow: unset;
    }


    .mosd-grid .k-table-tbody tr:nth-child(even) td {
        background-color: var(--bh-bg-secondary);
    }


    .mosd-grid .k-table-tbody tr:hover td {
        background-color: var(--bh-info-off);
    }


    .mosd-grid .k-button.k-button-icon:hover svg {
        color: var(--bh-bg-accent);
    }

    .mosd-grid .k-button.k-button-icon:hover {
        border-color: var(--bh-bg-accent);
    }


.mosd-grid-action-menu {
    position: absolute;
    top: 100%;
    z-index: 222;
    right: 40px;
    background: white;
    width: 200px;
    box-shadow: 0 9px 15px #00000021;
    font-size: 16px;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}


    .mosd-action-menu-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .mosd-action-menu-container:hover .mosd-grid-action-menu {
            opacity: 1;
            visibility: visible;
            transform: inherit;
        }

    .mosd-grid-action-icon-wrapper {
        padding: 10px 20px;
    }

    .mosd-action-menu-container:hover .mosd-grid-action-icon-wrapper {
        background-color: var(--bh-bg-light-brand);
    }

    .mosd-grid-action-sub-extend > a {
        display: block;
        text-decoration: none;
        padding: 11px;
        color: var(--bh-bg-dark);
        border: 1px solid white;
        position: relative;
        padding-left: 33px;
        font-size: 14px;
        text-align: left;
    }

        .mosd-grid-action-sub-extend > a img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 35px;
            padding: 10px;
        }

    .mosd-action-menu-container .mosd-grid-action-sub-extend > a:hover {
        color: var(--bh-accent-hover);
    }

    .k-grid-pager .k-button-flat-primary {
        color: var(--bh-bg-brand) !important;
    }

    .k-grid-pager .k-button::before {
        background: var(--bh-brand);
    }


    .k-animation-container {
        border-radius: var(--bh-border-radius-xs) !important;
    }

    .k-checkbox {
        cursor: pointer;
        min-width: 20px;
        width: 20px;
        height: 20px;
        border-radius: var(--bh-border-radius-xs);
        border: 1px solid var(--bh-border-primary);
        background: var(--bh-bg-primary);
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        position: relative;
    }



        .k-checkbox:checked {
            background-color: var(--bh-brand);
            border: 1px solid var(--bh-brand);
        }

    .k-filter-selected-items {
        font-weight: var(--bh-fw-semibold);
        color: var(--bh-inverse-brand);
        font-size: var(--bh-fs-p-m);
    }

    .k-filter-menu-container .k-actions button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 20px;
        cursor: pointer;
        font-weight: var(--bh-fw-semibold);
        font-size: var(--bh-fs-p-s);
        gap: 5px 10px;
        text-decoration: none;
        border-radius: var(--bh-border-radius-xs);
        color: var(--bh-light);
        background-color: var(--bh-brand);
        border: 1px solid var(--bh-brand);
        text-transform: uppercase;
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }

    button[type=reset] {
        background-color: var(--bh-bg-primary) !important;
        border: 1px solid var(--bh-brand) !important;
        color: var(--bh-brand) !important;
    }

    .k-checkbox-label {
        padding: 0px;
        margin: 4px 0;
        position: relative;
        font-size: var(--bh-fs-p-m);
        font-weight: var(--bh-fw-regular);
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
        color: var(--bh-secondary);
        cursor: pointer;
    }

        .k-checkbox-label:hover {
            color: var(--bh-accent);
        }

    .k-filter-menu-container .k-actions button[type=submit]:hover, .k-filter-menu-container .k-actions button[type=reset]:hover {
        background-color: var(--bh-accent) !important;
        color: var(--bh-light) !important;
        border: 1px solid var(--bh-accent) !important;
    }

    .k-filter-help-text {
        -webkit-transition: all .3s ease 0s !important;
        -moz-transition: all .3s ease 0s !important;
        -ms-transition: all .3s ease 0s !important;
        -o-transition: all .3s ease 0s !important;
        transition: all .3s ease 0s !important;
        color: var(--bh-secondary);
        padding-block-end: 5px;
        font-weight: var(--bh-fw-semibold);
        font-size: var(--bh-fs-p-m);
    }


    #ministryFeedbackContainer {
        overflow-x: auto;
    }

        #ministryFeedbackContainer .mosd-btn.mosd-btn--outline {
            font-size: var(--bh-fs-p-s);
        }


    .k-window {
        max-width: 100%;
        border: none;
        border-radius: var(--bh-border-radius-xs);
        background: var(--bh-bg-light);
        color: var(--bh-bg-dark-inverse);
        font-size: var(--bh-fs-p-l);
        gap: 10px;
        padding: 20px;
    }

    .k-window-content {
        padding: 0;
        overflow: hidden;
        padding-bottom: 0 !important;
    }

    .k-window-titlebar {
        display: none;
    }

    .mosd-windowForm label span {
        color: var(--bh-error-star);
        padding-inline-start: 2px;
    }

    .mosd-action-label span {
        color: var(--bh-error-star);
        padding-inline-start: 2px;
    }

    /* History */


#actionHistorynContainer, #registrationActionHistoryContainer {
    background: #fff;
}

    #mosdActionPanel .k-tabstrip-content {
        padding: 0;
        padding-top: 20px;
    }

    .mosd-head-action-declaration a, .mosd-head-action-declaration button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 13px 20px;
        cursor: pointer;
        font-weight: var(--bh-fw-bold);
        font-size: var(--bh-fs-p-xs);
        gap: 5px 10px;
        text-decoration: none;
        border-radius: var(--bh-border-radius-xs);
        color: var(--bh-light);
        background-color: var(--bh-brand);
        border: 1px solid var(--bh-brand);
        text-transform: uppercase;
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }


    /* History Styling - mosd table */

    .mosd-table {
        width: 100%;
        border-collapse: collapse !important;
        vertical-align: middle;
    }


    .mosd-teble table th, .mosd-teble table td {
        text-align: start;
    }

    .mosd-table thead tr th, .mosd-table table thead tr th {
        background: var(--bh-bg-brand);
        color: var(--bh-light);
        font-weight: var(--bh-fw-bold);
        font-size: var(--bh-fs-p-m);
        padding: 12px;
        border: 1px solid var(--bh-bg-secondary);
    }

        .mosd-table thead tr th:first-child, .mosd-table table thead tr th:first-child {
            border-top-left-radius: var(--bh-border-radius-xs);
        }

    .mosd-table tbody tr td, .mosd-table table tbody tr td {
        color: var(--bh-secondary);
        font-size: var(--bh-fs-p-m);
        padding: 12px;
        border: 1px solid var(--bh-bg-secondary);
        background: var(--bh-bg-primary);
    }

    .mosd-table tbody tr:nth-child(even) td, .mosd-table table tbody tr:nth-child(even) td {
        background-color: var(--bh-bg-secondary);
    }

    .mosd-table tbody tr:hover td, .mosd-table table tbody tr:hover td {
        background-color: var(--bh-info-off);
    }


    .mosd-action-history-row .non-mosd-user {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--bh-bg-brand-accent);
    }

    /*Resposive for the teble*/
    @media (max-width: 768px) {

        .mosd-table thead {
            display: none;
        }

        .mosd-table,
        .mosd-table tbody,
        .mosd-table tr,
        .mosd-table td {
            display: block;
            width: 100%;
        }

            .mosd-table tr {
                background: var(--bh-light);
                box-shadow: 0 2px 8px rgba(0,0,0,.05);
            }

            .mosd-table td {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 12px;
                padding: 10px 0;
                border: 0;
            }

                .mosd-table td::before {
                    content: attr(data-label);
                    font-weight: 600;
                    color: var(--bh-bg-brand);
                    text-align: left;
                    flex-shrink: 0;
                }

                .mosd-table td:last-child .mosd-btn {
                    justify-content: center;
                }

            .mosd-table tbody tr:nth-child(even) td, .mosd-table table tbody tr:nth-child(even) td {
                border-bottom: 1px solid var(--bh-light);
            }
    }



    /*Ngo Services Listing  Page*/

    .mosd-search-component {
        margin-bottom: 27px;
    }

    .mosd-search-component-title {
        margin: 0 0 16px;
        font-size: var(--bh-fs-p-l);
        font-weight: var(--bh-fw-bold);
        color: var(--bh-bg-brand);
    }

    .mosd-search-component-wrapper {
        display: flex;
        gap: 8px;
        align-items: center;
    }


        .mosd-search-component-wrapper button {
            padding: 13px 30px;
        }

    .mosd-search-input-wrapper {
        width: 100%;
        position: relative;
    }

    .search-input-icon {
        position: absolute;
        left: 12px;
        top: 23%;
        width: 18px;
        height: 18px;
        z-index: 1;
        pointer-events: none;
    }

    .mosd-search-input-wrapper .k-input {
        padding-left: 35px;
    }


    .k-tabstrip-content:focus {
        outline: none;
    }


    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
        border: none !important;
        box-shadow: none;
    }

    #mosdServices .k-tabstrip-content {
        padding-top: 50px;
    }

    .k-tabstrip-content, .k-tabstrip-items-wrapper {
        border: none;
        outline: none;
    }


    #mosdServices .k-tabstrip-items:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 4px;
        background: var(--bh-bg-secondary);
        -webkit-transition: all .4s ease 0s !important;
        -moz-transition: all .4s ease 0s !important;
        -ms-transition: all .4s ease 0s !important;
        -o-transition: all .4s ease 0s !important;
        transition: all .4s ease 0s !important;
    }

    .k-tabstrip-items .k-item,
    .k-tabstrip-items .k-tabstrip-item {
        border: none !important;
        background: transparent !important;
    }

    #mosdServices .k-tabstrip-items .k-link {
        position: relative;
        font-size: var(--bh-fs-p-xl);
        font-weight: var(--bh-fw-bold);
        color: var(--bh-secondary);
        white-space: nowrap;
        cursor: pointer;
        padding: 20px;
        background: rgba(0, 0, 0, 0);
        border: none;
        box-shadow: none;
        -webkit-transition: all .3s ease 0s !important;
        -moz-transition: all .3s ease 0s !important;
        -ms-transition: all .3s ease 0s !important;
        -o-transition: all .3s ease 0s !important;
        transition: all .3s ease 0s !important;
        z-index: 1;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .k-tabstrip-items .k-active .k-link,
    .k-tabstrip-items .k-selected .k-link {
        color: var(--bh-brand);
    }

    .mosd-services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .mosd-services-card {
        min-height: 250px;
        height: 100%;
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: var(--bh-bg-light);
        border: 1px solid var(--bh-border-tertiary);
        border-radius: var(--bh-border-radius-xs);
        box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
        transition: all .25s ease;
        text-decoration: none;
        position: relative;
    }

        .mosd-services-card:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            height: 5px;
            background-color: var(--bh-border-accent);
            width: 0%;
            z-index: 1;
            -webkit-transition: all .5s ease 0s !important;
            -moz-transition: all .5s ease 0s !important;
            -ms-transition: all .5s ease 0s !important;
            -o-transition: all .5s ease 0s !important;
            transition: all .5s ease 0s !important;
        }


    .mosd-services-icon {
        height: 80px;
        width: 80px;
        border-radius: 100%;
        background: var(--bh-bg-light-brand);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .mosd-services-card-title {
        font-size: var(--bh-fs-h6);
        font-weight: var(--bh-fw-bold);
        color: var(--bh-brand);
        margin-bottom: .7rem;
        -webkit-transition: all .4s ease 0s !important;
        -moz-transition: all .4s ease 0s !important;
        -ms-transition: all .4s ease 0s !important;
        -o-transition: all .4s ease 0s !important;
        transition: all .4s ease 0s !important;
        text-wrap: pretty;
    }


    .mosd-services-card:hover:before {
        right: auto;
        left: 0;
        width: 100%;
    }

    .mosd-services-card:hover {
        background: var(--bh-bg-brand);
    }

        .mosd-services-card:hover .mosd-services-card-title {
            color: var(--bh-light);
        }

    .k-tabstrip-items-wrapper .k-item:focus {
        box-shadow: none;
    }


    #mosdServices .k-item:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 4px;
        background: var(--bh-bg-secondary);
        -webkit-transition: all .4s ease 0s !important;
        -moz-transition: all .4s ease 0s !important;
        -ms-transition: all .4s ease 0s !important;
        -o-transition: all .4s ease 0s !important;
        transition: all .4s ease 0s !important;
    }

    #mosdServices .k-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0%;
        height: 4px;
        background: var(--bh-bg-tertiary);
        -webkit-transition: all .4s ease 0s !important;
        -moz-transition: all .4s ease 0s !important;
        -ms-transition: all .4s ease 0s !important;
        -o-transition: all .4s ease 0s !important;
        transition: all .4s ease 0s !important;
    }

    #mosdServices .k-item:hover:after {
        right: auto;
        left: 0;
        width: 100%;
    }

    #mosdServices .k-item.k-active:after {
        width: 100%;
        background: var(--bh-border-accent);
    }


    .mosd-services-card-request {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .mosd-card-request-action-btn {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 4px 10px;
        border: 1px solid var(--bh-border-secondary);
        border-radius: 16px;
        background: var(--bh-bg-light);
        color: var(--bh-bg-brand);
        font-size: var(--bh-fs-p-xs);
        font-weight: 600;
        cursor: pointer;
        transition: .2s ease;
        text-decoration: none;
    }

        .mosd-card-request-action-btn:hover {
            background: var(--bh-accent-hover);
            color: #fff;
            border-color: var(--bh-border-accent);
        }

    .request-btn-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }


    @media (max-width:576px) {
        .mosd-search-component-wrapper {
            flex-direction: column;
        }

            .mosd-search-component-wrapper button {
                width: 100%;
            }
    }

    /*confirm popup*/

    .k-window.k-dialog {
        position: relative;
        max-width: 100%;
        border: none;
        border-radius: var(--bh-border-radius-xs);
        background: var(--bh-bg-light);
        color: var(--bh-bg-dark-inverse);
        font-size: var(--bh-fs-p-l);
        gap: 10px;
        padding: 20px;
    }

    .k-dialog-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .k-dialog-title {
        font-size: var(--bh-fs-h6);
        font-weight: var(--bh-fw-bold);
        color: var(--bh-brand);
    }

    .k-dialog-content .k-upload {
        width: 100%;
    }

    .k-dialog-actions {
        border: none;
        display: flex;
        z-index: 1;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px auto 10px;
        padding: 0;
        border-radius: 0;
    }

        .k-dialog-actions button {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 13px 20px;
            cursor: pointer;
            font-weight: var(--bh-fw-bold);
            font-size: var(--bh-fs-p-m);
            gap: 5px 10px;
            text-decoration: none;
            border-radius: var(--bh-border-radius-xs);
            color: var(--bh-light);
            background-color: var(--bh-brand);
            border: 1px solid var(--bh-brand);
            text-transform: uppercase;
            -webkit-transition: all .5s ease 0s !important;
            -moz-transition: all .5s ease 0s !important;
            -ms-transition: all .5s ease 0s !important;
            -o-transition: all .5s ease 0s !important;
            transition: all .5s ease 0s !important;
        }

            .k-dialog-actions button.k-button-solid-base {
                background-color: var(--bh-bg-primary);
                border: 1px solid var(--bh-brand);
                color: var(--bh-brand);
            }

            .k-dialog-actions button:hover {
                background-color: var(--bh-accent);
                color: var(--bh-light);
                border: 1px solid var(--bh-accent);
            }

    .mosd-form--uploadStep {
        animation: iconRotate 0.8s ease-out;
        transform-origin: center center;
    }

    .k-dialog-icon img {
        animation: iconRotate 0.8s ease-out;
        transform-origin: center center;
    }

    @keyframes iconRotate {
        from {
            transform: rotate(-180deg) scale(0.8);
            opacity: 0;
        }

        to {
            transform: rotate(0deg) scale(1);
            opacity: 1;
        }
    }


    /*Service form*/

    .mosd-form-container {
        padding: 20px;
    }

    .form-row {
        margin-bottom: 25px;
    }

    .form-label {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-top: 8px;
    }

    .mosd-add-more-wrapper {
        margin-top: 15px;
        text-align: left;
    }

    .mosd-btn-add-more {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: none;
        background: transparent;
        color: #333;
        font-size: 14px;
        cursor: pointer;
        padding: 0;
    }

    .mosd-plus-icon {
        width: 14px;
        height: 14px;
        border: 1px solid #c7c7c7;
        background: var(--bh-bg-tertiary);
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bh-bg-dark-inverse);
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }

    .mosd-btn-add-more:hover {
        color: var(--bh-accent);
    }

        .mosd-btn-add-more:hover .mosd-plus-icon {
            background: var(--bh-accent);
            color: var(--bh-bg-light);
        }

    .declaration-box {
        width: 66%;
        margin: 40px auto 0;
        padding: 35px;
        background: #f3f3f3;
    }

    .declaration-link {
        text-align: center;
        margin-bottom: 30px;
    }

        .declaration-link span {
            margin-left: 5px;
        }

    .submit-wrapper {
        text-align: center;
        margin-bottom: 10px;
    }

        .submit-wrapper .mosd-btn {
            min-width: 120px;
            padding: 10px 30px;
        }


    .k-button.k-upload-button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        cursor: pointer;
        font-weight: var(--bh-fw-bold);
        font-size: 14px;
        gap: 5px 10px;
        text-decoration: none;
        border-radius: var(--bh-border-radius-xs);
        color: var(--bh-light);
        background-color: var(--bh-brand);
        border: 1px solid var(--bh-brand);
        text-transform: uppercase;
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }

        .k-button.k-upload-button:hover {
            background-color: var(--bh-accent);
            color: var(--bh-light);
            border: 1px solid var(--bh-accent);
        }


    .k-upload-actions .k-button::before {
        background: unset;
    }


    .k-upload-actions .k-button:hover .k-svg-icon > svg {
        fill: var(--bh-accent);
    }

    .mosd-app-card a {
        color: var(--bh-bg-dark);
        font-weight: var(--bh-fw-regular);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .mosd-app-card a:hover {
            color: var(--bh-accent);
        }

    .mosd-app-view-document a, .mosd-app-view-document button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 13px 20px;
        cursor: pointer;
        font-weight: var(--bh-fw-bold);
        font-size: var(--bh-fs-p-xs);
        gap: 5px 10px;
        text-decoration: none;
        border-radius: var(--bh-border-radius-xs);
        color: var(--bh-light);
        background-color: var(--bh-brand);
        border: 1px solid var(--bh-brand);
        text-transform: uppercase;
        -webkit-transition: all .5s ease 0s !important;
        -moz-transition: all .5s ease 0s !important;
        -ms-transition: all .5s ease 0s !important;
        -o-transition: all .5s ease 0s !important;
        transition: all .5s ease 0s !important;
    }

    .mosd-app-view-card-attachments {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mosd-app-view-document {
        display: flex;
        flex-direction: column;
    }

    .mosd-app-request {
        padding: 24px 32px;
        position: relative;
    }

        .mosd-app-request h3 {
            color: var(--bh-bg-brand);
            font-weight: var(--bh-fw-semibold);
            margin: 0;
            font-size: var(--bh-fs-h6);
        }

    /*Payment Response Page*/
    .mosd-payment-receipt {
        max-width: 720px;
        margin: 40px auto;
        background: var(--bh-bg-light);
        border-radius: var(--bh-border-radius-xs);
        overflow: hidden;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid #e5e7eb;
    }

    .mosd-receipt-header {
        text-align: center;
        padding: 35px 30px;
        background: linear-gradient(135deg, #1e3a78, #244b93);
        color: #fff;
    }

        .mosd-receipt-header .success-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 15px;
            border-radius: 50%;
            background: #22c55e;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 38px;
            font-weight: bold;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35);
        }

        .mosd-receipt-header h1 {
            margin: 0;
            font-size: var(--bh-fs-h4);
            font-weight: 700;
            color: var(--bh-bg-light);
        }

        .mosd-receipt-header p {
            margin-top: 8px;
            opacity: .9;
            font-size: var(--bh-fs-p-s);
        }

    .mosd-receipt-body {
        padding: 30px;
    }

    .mosd-receipt-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #eef2f7;
    }

        .mosd-receipt-row:last-child {
            border-bottom: none;
        }

        .mosd-receipt-row .label {
            color: var(--bh-border-primary);
            font-weight: 600;
        }

        .mosd-receipt-row .value {
            color: var(--bh-bg-dark);
            font-weight: 700;
        }

        .mosd-receipt-row .amount {
            color: var(--bh-bg-brand);
            font-size: var(--bh-fs-p-l);
        }

        .mosd-receipt-row .status-success {
            background: var(--bh-success-off);
            color: var(--bh-success-content);
            display: inline-flex;
            align-items: center;
            padding: 12px 20px;
            border-radius: var(--bh-border-radius-xs);
            font-size: var(--bh-fs-p-s);
            font-weight: var(--bh-fw-bold);
            width: fit-content;
        }

    .mosd-receipt-footer {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 25px 30px 35px;
    }

    /*make Payment*/
    .mosd-payment-history {
        margin: 24px;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: var(--bh-border-radius-xs);
        overflow: hidden;
    }

    .mosd-payment-history__header {
        padding: 24px;
        border-bottom: 1px solid #e5e7eb;
        background: var(--bh-bg-light-brand1);
    }

    .mosd-payment-history__title {
        font-size: var(--bh-fs-h6);
        font-weight: 600;
        color: var(--bh-bg-brand);
        margin-bottom: 8px;
    }


/*iti__country*/

.iti .iti__selected-dial-code {
    font-size: var(--bh-fs-p-m);
    color: rgba(var(--bh-secondary-rgb), .75);
    margin: 0;
}

/*NGO navigation*/

.mosd-app-request-navigation {
    height: calc(100vh - 220px);
    display: flex;
    flex-direction: column;
    background: var(--bh-bg-light);
    border-radius: var(--bh-border-radius-xs);
    border: 1px solid var(--bh-bg-light);
    overflow: hidden;
    box-shadow: 0 2px 8px #00000026;
}

.mosd-app-request-navigation-header {
    padding: 15px;
    border-bottom: 1px solid var(--bh-bg-light-brand);
}

    .mosd-app-request-navigation-header h5 {
        margin-bottom: 20px;
        font-weight: 700;
        color: var(--bh-bg-brand);
    }

.mosd-app-request-navigation li.k-panelbar-item.k-panelbar-header > .k-link {
    background: var(--bh-bg-light);
    font-weight: 600;
    color: var(--bh-bg-brand);
    padding: 14px 18px;
    box-shadow: none;
}

.mosd-app-request-navigation #ngoPanelBar {
    border: 0;
    overflow-y: auto;
    flex: 1;
}

.mosd-app-request-navigation li.k-panelbar-item.k-panelbar-header {
    border: 0;
    border-bottom: 1px solid var(--bh-bg-light-brand);
}

    .mosd-app-request-navigation li.k-panelbar-item.k-panelbar-header > .k-link:hover {
        background-color: var(--bh-bg-light-brand1);
        color: var(--bh-bg-accent);
    }

    .mosd-app-request-navigation li.k-panelbar-item.k-panelbar-header.k-level-0.k-expanded > .k-link {
        background-color: var(--bh-bg-light-brand1);
        color: var(--bh-bg-accent);
    }

.mosd-app-request-navigation .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover {
    background: none;
    color: var(--bh-accent);
}


.mosd-app-request-navigation .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
    color: var(--bh-bg-accent);
    background: none;
}

.mosd-app-request-navigation li.k-panelbar-item.k-panelbar-header:last-child {
    border-bottom: 0;
}

.mosd-app-request-navigation .mosd-search-input-wrapper .k-input {
    padding-left: 15px;
}

.search-input-icon.mosd-search-navigarion {
    right: 12px;
    left: auto;
}