
/* 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)
}

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);
}

.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);
    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-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-btn.mosd-btn-btn--secondary:hover {
    background-color: var(--bh-accent-hover);
    color: var(--bh-light);
    border: 1px solid var(--bh-accent-hover);
}

.mosd-content-box {
    position: relative;
    border-radius: var(--bh-border-radius-xs);
    padding: 30px;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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;
}

    a:hover {
        color: var(--bh-accent);
    }

/*Form input*/

.k-input-solid, .form-control {
    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: 10px 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 {
    min-height: 52px !important;
    border: 1px solid var(--bh-border-primary);
    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;
    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 .k-input-inner,
    .k-dropdownlist .k-input-inner {
        padding-inline: 15px !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;
}

    .mosd-form .form-check label:hover {
        color: var(--bh-accent);
    }

input[type="checkbox"] {
    accent-color: var(--bh-brand);
}


.k-input-inner {
    padding-inline: 0 !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;
}

.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;
}


/* mosd - app layout */

.mosd-layout {
    min-height: 100vh;
}


/* 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;
    margin-left: 10px;
}

.mosd-lang-switch img {
    margin-left: 10px;
}

.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;
}

.validation-message {
    color: red;
}


/* Login */

.mosd-ngoLogin {
    background: url(/images/login/BG.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.min-vh-60 {
    min-height: 60vh;
}

.mosd-login .row {
    padding-top: 60px;
}

.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: #0b2f5c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ekey-btn img {
    height: 28px;
}

.btn.ekey-btn:hover {
    background-color: var(--bh-tertiary);
}

.k-combobox .k-input-inner {
    padding-inline: var(--kendo-spacing-3, 0.75rem) !important;
}

/*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-brand {
    gap: 10px;
}

.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;
}

.userIcon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--bh-fs-p-l);
    color: var(--bh-bg-brand);
    text-decoration: none;
    padding: 10px;
}

.user-dropdown:hover .dropdown-menu {
    display: block;
}

.user-dropdown .dropdown-menu {
    transition: 0.3s ease;
    min-width: 171px;
    top: 100%;
    left: 0;
    background-color: var(--bh-bg-secondary);
    padding: 10px 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.user-dropdown .dropdown-item {
    padding: 7px;
    font-size: var(--bh-fs-p-m);
}

.user-dropdown .dropdown-item:hover {
    color: var(--bh-accent);
    background-color: var(--bh-bg-secondary);
    padding-left: 12px;
}

.user-dropdown:hover .userIcon {
    color: var(--bh-accent);
    background-color: var(--bh-bg-secondary);
}

.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;
}

/* 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;
}


/* Logout button */
.user-dropdown .mosd-app-logout-btn {
    font-size: var(--bh-fs-p-s);
    text-decoration: none;
    padding: 11px 30px;
    background-color: unset;
    border: unset;
    color: var(--bh-brand);
}

.user-dropdown .logoutIconL {
    display: none;
}

a.mosd-btn.mosd-app-logout-btn:hover .user-dropdown .logoutIconD {
    display: none;
}

a.mosd-btn.mosd-app-logout-btn:hover .user-dropdown .logoutIconL {
    display: block;
}

/* 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: 280px;
}


.menu-holder {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: background .3s ease;
    transition: 0.3s;
}

.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 .mosd-app-menu .title {
    display: block;
}


.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: #fff;
    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 {
    transition: .3s ease;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: none;
}

/*Mosd App Main*/

.mosd-app-main {
    flex: 1;
    min-width: 0;
    transition: margin 0.3s ease;
    padding: 0;
    background: #ffffff;
}


/*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);
}

.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;
}

.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;
    min-height: 100vh;
    align-items: center;
}

    .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);
}

/*cards with alert*/

.mosd-cards-alert {
    position: relative;
    overflow: hidden;
    background: var(--bh-bg-primary);
    border-radius: var(--bh-border-radius-xs);
    box-shadow: 0 2px 8px #00000026;
    padding: 30px;
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    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;
}

.mosd-cards-alert-title {
    font-size: var(--bh-fs-p-l);
    font-weight: var(--bh-fw-bold);
    color: var(--bh-brand);
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 10px;
    white-space: normal;
    word-break: break-word;
}

.mosd-cards-alert-describtion {
    -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: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    color: var(--bh-secondary);
}

.mosd-cards-alert-footer {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.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;
    margin-bottom: 10px;
}

.mosd-cards-alert-btn {
    background: #0f3557;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none;
    position: absolute;
    transform: translateY(50%);
    -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;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px 15px;
    flex-wrap: wrap;
    font-size: var(--bh-fs-p-s);
}

.mosd-cards-alert:hover {
    background: var(--bh-bg-brand);
}

    .mosd-cards-alert:hover .mosd-cards-alert-title, .mosd-cards-alert:hover .mosd-cards-alert-describtion {
        color: var(--bh-light);
    }

    .mosd-cards-alert:hover .mosd-cards-alert-btn {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        background-color: var(--bh-accent);
        border: 1px solid var(--bh-accent);
        color: var(--bh-light);
    }


.mosd-cards-alert-footer--icon{
    -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;
    padding: 5px 0;
}

    .mosd-cards-alert:hover .mosd-cards-alert-footer--icon {
        opacity: 0;
    }

.mosd-cards-alert-title.sucsess {
    color: var(--bh-success-content);
}

.mosd-cards-alert-title.failure {
    color: var(--bh-failure-content);
}

.mosd-cards-alert-title.warning {
    color: var(--bh-warning-content);
}

.mosd-cards-alert-title.info {
    color: var(--bh-info);
}

/*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: 6px 12px;
    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 {
    background: var(--bh-success-off);
    color: var(--bh-success-content);
}

.mosd-activity-badge.pending {
    background: var(--bh-warning-off);
    color: var(--bh-warning-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:before {
    right: 0;
    left: auto;
    width: 100%;
}

.mosd-activity-request-item {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: var(--bh-fs-p-m);
}

.mosd-activity-request-label {
    color: #6b7280;
}

.mosd-activity-request-value {
    font-weight: 600;
    color: #1f2937;
}

.mosd-activity-request-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*mosd profile*/

.mosd-user-profile-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: var(--bh-bg-primary);
    border-radius: var(--bh-border-radius-xs);
    box-shadow: 0 2px 8px #00000026;
}

.mosd-user-profile-avatar {
    width: 110px;
    height: 110px;
    background: #edf2f7;
    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: flex-start;
    gap: 1rem;
    padding: 1rem;
    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;
    }


/*App View Application -  Registration*/


.mosd-app-view__header {
    padding: 24px 32px;
    position: relative;
}

    .mosd-app-view__header::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 32px;
        width: 120px;
        height: 4px;
        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{
    border: 1px solid var(--bh-bg-light-brand);
    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);
}

.mosd-app-view-card label {
    font-size: var(--bh-fs-p-m);
    color: var(--bh-bg-dark);
    font-weight: var(--bh-fw-regular);
}

.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;
}

.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;
}

/*Responsive ngo registraion*/
@media (max-width: 992px) {

    .mosd-stepper .k-item {
        min-width: 130px;
    }

    .mosd-stepper .k-link {
        font-size: 13px;
    }
}

@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;
    }
}

@media (max-width: 768px) {

    .mosd-form-actions {
        flex-direction: column;
        align-items: center;
    }

        .mosd-form-actions .k-button {
            width: 100%;
            max-width: 300px;
        }
}


/*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 {
    margin: 0;
    font-size: var(--bh-fs-p-m) 14px;
}

.pie {
    --p: 20;
    --b: 5px;
    --c: darkred;
    --w: 75px;
    width: var(--w);
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 5px;
}

.pie {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@keyframes p {
    from {
        --p: 0;
    }
}

.animate {
    animation: p 1s .5s both;
}

.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;
}

@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;
}

.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);
    padding: 12px;
    border: 1px solid var(--bh-bg-secondary);
    background: var(--bh-bg-primary);
}


.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);
}


.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);
}

/* History */


#actionHistorynContainer {
    background: #fff;
}

#mosdActionPanel .k-tabstrip-content {
    padding: 0;
    padding-top: 20px;
}


/* 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);
}


/*Ngo Services Listing  Page*/
.mosd-services-section {
    padding: 50px;
}

.mosd-services-container {
    margin: 0 50px;
}

.mosd-services-search {
    margin-bottom: 20px;
}

.mosd-services-title {
    margin: 0 0 16px;
    font-size: var(--bh-fs-p-l);
    font-weight: var(--bh-fw-bold);
    color: var(--bh-bg-brand);
}

.mosd-services-search-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}


.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;
    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;
}


/*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;
}

    .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);
        }


.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 {
    margin-top: 50px;
    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 , .mosd-app-view-document 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 , .mosd-app-view-document a:hover{
    color: var(--bh-accent);
}

.mosd-app-view-card-attachments {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mosd-app-view-document {
    display: flex;
    flex-direction: column;
}

        /*it will remove*/

        
        
        .mosd-app-card .k-tabstrip {
        border: none;
    } .mosd-app-card .k-tabstrip-items {
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
    } .mosd-app-card .k-item {
        font-weight: 500;
        color: #777;
        margin-right: 30px;
    } .mosd-app-card .k-item.k-active {
            color: #000;
            position: relative;
        } .mosd-app-card .k-item.k-active::after {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                height: 2px;
                background: #d33;
            } .mosd-app-card .k-content {
        border: none !important;
        padding: 10px 0;
    } .mosd-app-card .col-form-label {
        font-weight: 500;
        color: #444;
    } .mosd-app-card .row {
        margin-bottom: 18px;
    }
        /* Inputs - Kendo */
        .mosd-app-card .k-input, .mosd-app-card .k-textbox, .mosd-app-card input[type="text"], .mosd-app-card input[type="file"] {
        border-radius: 4px !important;
        border: 1px solid #ccc !important;
        height: 40px;
    }
        /* Textarea */
        .mosd-app-card textarea {
        border-radius: 4px;
        border: 1px solid #ccc;
    }
        /* Dropdown */
        .mosd-app-card .k-dropdown {
        width: 100%;
    } .mosd-app-card .form-check-input {
        cursor: pointer;
    } .mosd-app-card .form-check-label {
        margin-left: 5px;
    } .mosd-app-card .founder-item {
        background: #f9fafc;
        border: 1px solid #e0e5ec !important;
        border-radius: 6px;
    } 
      
     



        /* Remove button */
        .mosd-app-card .remove-founder {
        margin-top: 10px;
    }

        .mosd-app-card input[type="file"] {
        padding: 6px;
        background: #f5f5f5;
    } .mosd-app-card .text-success {
        font-weight: 500;
    }

        /*mosd - cards - activity -- it will be remove*/
        .mosd-card-activity {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 24px;
} .mosd-card-activity:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    } .mosd-card-activity-body {
    padding: 32px;
} .mosd-card-activity-title {
    font-size: 34px;
    font-weight: 700;
    color: #0f2f57;
    margin-bottom: 28px;
    line-height: 1.2;
} .mosd-card-activity-text {
    font-size: 18px;
    color: #222;
    margin-bottom: 22px;
    line-height: 1.6;
} .mosd-card-activity-text strong {
        color: #0f2f57;
        font-weight: 600;
    } .mosd-card-activity-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #0f3b6d;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
} .mosd-card-activity-btn:hover {
        background-color: #c9303a;
        color: #ffffff;
        text-decoration: none;
    }
        /* will be remove*/
        .mosd-app-alert {
    background: #e6eef7;
    border-left: 4px solid #0f3557;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
} .mosd-app-warning-alert {
    background: #fff3cd;
    border-left: 4px solid #eed58c;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
} .mosd-app-alert-text {
    font-size: 14px;
    color: #1a3b5d;
    font-weight: 500;
} .mosd-app-alert-text span {
        font-weight: 400;
        color: #5a6b7b;
    } .mosd-app-alert-btn {
    background: #0f3557;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    margin-left: 15px;
} .mosd-app-alert-btn:hover {
        background: #1d4e7a;
        color: #fff;
    }