:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
    scroll-behavior: smooth;
}

body {
    -webkit-text-size-adjust: 100% !important; /* Prevents text zooming on iOS */
}

input, textarea {
    font-size: 16px !important; /* Prevents zooming in most browsers */
}


a, .btn-link {
    color: #006bb7;
}

h6 {
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 0.06rem solid #26b050;
}

.invalid {
    outline: 0.06rem solid #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

input {
    overflow: hidden !important;
    box-sizing: border-box;
    width: 100%;
}
/*#region card*/
.card {
    border: none !important;
}

.card-icon {
    width: 32px;
}

.card-header {
    background-color: transparent !important;
    border-bottom: none !important;
}

.card-body {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.card-title {
    margin: 0 !important;
}

.card-dashboard-title {
    color: var(--app-boltgun-metal);
    font-weight: 700 !important;
    font-size: 1.5rem !important;
}

.card-hover-grey:hover {
    background: var(--app-grey-pearl) !important;
}

.card-hover-border {
    border: 0.219rem solid transparent !important;
}

    .card-hover-border:hover {
        border: 0.219rem solid #A7D2FF !important;
    }

.card-hover-blue-white:hover {
    background: var(--app-blue-brilliant-white) !important;
}

.card-hover-bluewhite:hover {
    border: 0.188rem solid #A7D2FF !important;
}

.card-selected-primary {
    border: 0.219rem solid var(--app-blue, #1575DA) !important;
}

.card-hover-red-white:hover {
    background: var(--app-red-verylight) !important;
    border: 0.219rem solid var(--app-red) !important;
}

.card-footer {
    border: none !important;
    background: transparent !important;
}

.bill-card {
    border: 0.219rem solid #FFFFFF !important;
    cursor: pointer;
    padding: 0 12px;
}

    .bill-card:hover {
        border: 0.219rem solid #A7D2FF !important;
    }

.card-selected {
    border: 0.219rem solid var(--app-blue, #1575DA) !important;
}
/*#endregion*/
label {
    margin-bottom: 0 !important;
    word-wrap: break-word;
}

/*button {
    border: none !important;
    outline: none !important;
}
*/
.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-container-col {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

/* #region scrollbar */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Block outer scroll */
}

.page-container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* for smooth iOS scroll */
    flex-grow: 1;
}

/* Hide scrollbars globally except <main> ,.mud-list .ewa-page-content */
*::-webkit-scrollbar {
    display: none !important;
}

html, body, *:not(.mud-list):not(main):not(.ewa-page-content) {
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE/Edge */
}

/* Enable vertical scrollbar only in <main> */
main, .ewa-page-content {
    overflow-y: auto !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
    scrollbar-width: auto !important; /* Firefox */
    -ms-overflow-style: auto !important; /* IE/Edge */
}

    /* Show vertical scrollbar for <main> in WebKit browsers */
    main::-webkit-scrollbar, .ewa-page-content::-webkit-scrollbar {
        display: initial !important;
        width: 8px;
    }

    main::-webkit-scrollbar-thumb, .ewa-page-content::-webkit-scrollbar-thumb {
        background-color: #888; /* Optional styling */
        border-radius: 4px;
    }

    /* When main is inside .ewa-page-content: hide scrollbar but keep scroll working */
    .ewa-page-content main {
        overflow-y: auto !important;
        scrollbar-width: none !important; /* Firefox */
        -ms-overflow-style: none !important; /* IE/Edge */
        height: 100%;
    }

        .ewa-page-content main::-webkit-scrollbar {
            display: none !important; /* WebKit */
        }
/*#endregion*/


.main-container {
    gap: 24px;
}
/*#region Border radius*/
.br-0 {
    border-radius: 0rem !important;
}

.br-5 {
    border-radius: 0.3rem !important;
}

.br-7 {
    border-radius: 0.4375rem !important;
}

.br-8 {
    border-radius: 0.5rem !important;
}

.br-10 {
    border-radius: 0.6rem !important;
}

.br-12 {
    border-radius: 0.75rem !important;
}

.br-13 {
    border-radius: 0.8125rem !important;
}

.br-15 {
    border-radius: 0.9rem !important;
}

.br-20 {
    border-radius: 1.25rem !important;
}

.br-25 {
    border-radius: 1.6rem !important;
}

.br-36 {
    border-radius: 2.25rem !important;
}
/*#endregion */

/*#region Border  */
.border-bottom {
    border-bottom: 0.06rem solid var(--app-light-grey, #DCDCDC);
}

.border-bottom-dashed {
    border-bottom: 0.06rem dashed var(--app-light-grey, #DCDCDC);
}

.border-bottom-light {
    border-bottom: 0.06rem solid var(--app-very-light-grey, #F0F0F0);
}

.border-bottom-light2 {
    border-bottom: 1.5px solid var(--app-very-light-grey, #F0F0F0);
}

li:last-of-type {
    border: none !important;
}

.border-very-light {
    border: 2px solid var(--app-very-light-grey, #F0F0F0) !important;
}

.border-light-grey {
    border: 1.5px solid var(--app-light-grey, #DCDCDC) !important;
}

.border-selected {
    border: 1.5px solid var(--app-blue) !important;
}

.border-primary {
    border: 1.5px solid var(--app-blue) !important;
}

.border-primary2 {
    border: 2px solid var(--app-blue) !important;
}
/*#endregion */

/*Divider Light  */

.divider-light-grey {
    border-top: 0.06rem solid var(--app-very-light-grey, #F0F0F0);
}

    .divider-light-grey:first-of-type {
        border-top: none !important;
    }

.divider, .divider-solid {
    border-top: 0.06rem solid var(--app-very-light-grey, #F0F0F0) !important;
}


/*#region badge*/

.badge {
    line-height: normal !important;
    height: fit-content;
}
/*#endregion*/

.white-text {
    color: white !important;
}

/*#region breadcrumb*/
.mud-breadcrumb-item > a {
    color: var(--app-blue) !important;
}

.mud-disabled > a {
    color: var(--app-boltgun-metal) !important;
}
/*#endregion */
.row {
    margin: auto;
}

.w-fit-content {
    width: fit-content !important;
}

.max-w-100 {
    max-width: 100%;
}

.max-h-100 {
    max-height: 100%;
}

.max-w-50 {
    max-width: 50vw;
}

.max-h-50 {
    max-height: 50vh;
}

.page-container {
    max-width: 1440px;
}

.page-title {
    color: var(--black) !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    display: flex;
}
/* Arabic*/
[dir="rtl"] .page-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
}
/* English*/
[dir="ltr"] .page-title {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
}

.page-subtitle {
    color: var(--grey) !important;
    font-weight: 500 !important;
    display: flex;
}

/* Arabic */
[dir="rtl"] .page-subtitle {
    font-size: 1.5rem !important;
}

/* English */
[dir="ltr"] .page-subtitle {
    font-size: 20px !important;
    font-family: 'Inter', sans-serif !important;
}

/* Tablet */
@media (min-width: 768px) {
    [dir="rtl"] .page-subtitle {
        font-size: 1.5rem !important;
    }

    [dir="ltr"] .page-subtitle {
        font-size: 1.25rem !important;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    [dir="rtl"] .page-subtitle {
        font-size: 1.5rem !important;
    }

    [dir="ltr"] .page-subtitle {
        font-size: 1.25rem !important;
    }
}

/*#endregion*/

/*#region table */
/*.table {
    table-layout: fixed !important;
}*/
td {
    vertical-align: middle !important;
}

tbody tr {
    border-bottom-color: var(--app-light-grey, #DCDCDC);
}
/*#endregion */
@media (max-width: 640px) {
    .flex-container {
        flex-direction: column;
    }

    .flex-container-col {
        flex-direction: row;
    }

    .offset {
        gap: 12px;
    }

    .col-resp {
        margin-top: 10px !important;
    }

        .col-resp:first-of-type {
            margin-top: 0px !important;
        }

    .card-dashboard-title {
        font-size: 1.25rem !important;
    }

    .page-title {
        font-size: 1.6rem;
    }

    .page-container {
        min-width: 320px;
    }
}

@media (max-weight: 960px) {
    .download-img {
        width: 139.66px !important;
        height: 39.26px !important;
    }

    .page-container {
        min-width: 640px;
    }
}

@media (max-weight: 1440px) {
    .page-container {
        min-width: 960px;
    }
}
/*#region tooltip*/

.tippy-box {
    color: var(--app-boltgun-metal) !important;
    font-weight: 500;
    font-size: 0.625rem !important;
    background: var(--app-white) !important;
    border-radius: 8px !important;
    padding: 12px !important;
}

.tippy-arrow {
    width: 16px !important;
    height: 8px !important;
    color: var(--app-white) !important;
}

.tippy-box, .tippy-arrow {
    box-shadow: 0.06rem rgba(0,0,0,0.3);
    filter: drop-shadow(0.06rem 0.06rem 0.06rem rgba(0,0,0,0.3));
}
/*#endregion */

/*#region Form*/
form {
    width: 100% !important;
}

.form-label-required:after, .required:after {
    content: " *" !important;
    color: var(--app-red) !important;
}

.form-label-required, .data-label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--app-rainy-grey);
}

.data-value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--app-boltgun-metal);
}

input, textarea {
    font-size: 1rem;
    font-weight: 500;
    color: var(--app-boltgun-metal);
}

    input::placeholder, textarea::placeholder {
        font-size: 16px !important;
        font-weight: 500;
        color: var(--app-rainy-grey);
        text-align: start;
        opacity: 1;
    }

[dir="rtl"] input::placeholder,
[dir="rtl"] textarea::placeholder {
    font-size: 18px !important;
    text-align: start;
}

.mud-input-outlined-border {
    border-radius: .5rem !important;
    border: 0.094rem solid var(--app-light-grey, #DCDCDC) !important;
}

.mud-input-error {
    border-color: var(--mud-palette-error) !important;
}

.mud-input > input.mud-input-root:disabled {
    border-radius: 0.5rem;
}

/*#endregion*/
/*region Modal*/
.modal-content {
    border-radius: 25px !important;
}

.modal-header {
    display: none !important;
}

.modal-header, .modal-body, .modal-footer {
    border: none !important;
}

.modal-button {
    width: 13.438rem !important;
    height: 3.188rem !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    border-radius: 7px !important;
}

.modal-Cancelbutton {
    width: 6.5rem !important;
    height: 3.188rem !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    border-radius: 7px !important;
}

.close {
    content: url(icons/modal-close.svg) !important;
    opacity: 1 !important;
    width: 2rem !important;
}

/*#endregion*/
/*#region dropdown*/
.mud-list > * {
    border-bottom: 1.5px solid var(--Grey-Very-Light-Grey, #F0F0F0) !important;
}

.mud-list > div:last-of-type {
    border-bottom: none !important;
}

.mud-popover {
    border-radius: .5rem !important;
    /*margin-top: 25px; */
}

.select-group > .mud-list-item-text > p {
    font-weight: 700 !important;
}

.mud-list-item-text > p {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--app-boltgun-metal) !important;
    font-family: Inter !important;
}

.mud-popover.mud-popover-open {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.mud-list-item {
    padding: .5rem 1rem !important;
}
/*#endregion*/
/*#region checkbox*/
.custom-control-label::before {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border: var(--app-rainy-grey) solid 2.5px !important;
    outline: none !important;
}

.custom-control-label:focus {
    outline: none !important;
}

.custom-control-label:focus-visible {
    outline: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--app-blue) !important;
    background-color: var(--app-blue) !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(/icons/checkbox.svg) !important;
}

.custom-control-label::after {
    top: -.5rem !important;
    left: -2.3rem !important;
    width: 3rem !important;
    height: 3rem !important;
}
/*#endregion*/
/*.form-check-input {
    width: 24px !important;
    height: 24px !important;
    border: 2.5px solid var(--app-rainy-grey) !important;
}
    .form-check-input:checked {
        background-color: var(--app-blue) !important;
        border-color: var(--app-blue) !important;
    }

        .form-check-input:checked::after {
            content: '';
            display: inline-block;
            background-image: url(/icons/checkbox.svg);
            background-size: cover;
            width: 24px;
            height: 24px;
            position: relative;
            top: -2px;
            left: -2px;
        }
.custom-checkbox {
    margin-top: 2px !important;
}
@media (max-width: 640px) {
    .custom-checkbox {
        margin-top:10px !important;
    }
}*/
/*#endregion*/
/*.start-service-container {
    width: 65%;
    padding: 3rem 0 !important;
    align-self: center;
}

.start-service-item-container {
    display: flex;
    align-items: start;
}*/
/* Default styles (Mobile-first approach) */
.start-service-container {
    width: 100% !important;
    padding: 2rem 1rem !important;
    box-sizing: border-box;
}

/* Styles for Tablet and Desktop */
@media (min-width: 768px) {
    .start-service-container {
        /*        width: auto; 
*/ max-width: 65%;
        margin: 0 auto;
    }
}

/* Optional: Styles for large screens (Desktop) */
@media (min-width: 1024px) {
    .start-service-container {
        /*        width: auto; 
*/ max-width: 65%;
        margin: 0 auto;
    }
}

.start-service-item-container + .start-service-item-container {
    margin-top: 2rem;
}

.start-service-item-container:last-child {
    margin-bottom: 0;
}

.start-service-item-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #393939;
    margin-bottom: 1rem;
}

.start-service-item-content {
    font-size: 1rem;
    font-weight: 400;
    color: #A5A5A5;
}

.start-service-item-image {
    width: 32px;
}

.start-service-footer {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.start-service-footer_button {
    width: 14.375rem;
    height: 3.125rem;
    justify-content: center;
}

.service-footer {
    justify-content: center;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    margin-top: 3rem;
}
/*.service-container__body{
    margin-top: 56px;
}*/

/*select component style */
.mud-select {
    min-width: 100%;
}

.mud-list {
    background-color: #FFFFFF;
}

.mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border {
    border-color: #DCDCDC !important;
}

.mud-list.mud-list-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mud-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 0.06rem solid #F0F0F0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.mud-list-item-gutters {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.text-input .mud-input.mud-input-outlined.mud-input-adorned-end {
    height: 74px;
}

.mud-input {
    background-color: white !important;
}

.select-account input[type=hidden] + .mud-input-slot.mud-input-root.mud-input-root-outlined.mud-input-root-adorned-end.mud-select-input {
    overflow: unset;
    margin-top: -20px;
}

.service-input-label {
    color: var(--Color-Form-Screen-width-form-text-title-n800, #262626) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: flex;
    font-family: Inter !important;
}

[dir="rtl"] .service-input-label {
    font-size: 18px !important;
}

.service-container__body {
    margin-top: 40px;
}

/*end of select component style */
/*commented by archana to fix height in complaints */
/*.mud-input > input.mud-input-root:disabled, div.mud-input-slot.mud-input-root:disabled {
    background: #F0F0F0;
}*/

.mud-input.mud-input-outlined.mud-disabled .mud-input-outlined-border {
    border: none;
}

.mud-input {
    border-radius: 0.5rem;
    height: 3.188rem !important;
}

.text-input .mud-input-control > .mud-input-control-input-container {
    height: 3.188rem;
}

.mud-input.mud-disabled {
    color: var(--mud-palette-text-disabled);
    height: 100%;
    background: #F0F0F0 !important;
}

.input-container {
    gap: 0.5rem !important;
    font-family: Inter !important;
}

    .input-container .mud-input-control {
        margin-top: 0;
    }

    .input-container + .input-container {
        margin-top: 1rem;
    }

.double-input-container > .input-container + .input-container {
    margin-top: 0;
    margin-left: 1rem;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-right-8 {
    margin-right: 8px;
}

.list-item {
    display: flex;
    flex-direction: column;
    padding: .5rem 0;
}

    .list-item:not(:last-child) {
        border-bottom: 0.06rem solid var(--app-very-light-grey);
    }

.item-value {
    color: var(--app-boltgun-metal);
    /*    font-size: .75rem;
*/ display: flex;
    font-weight: 400;
}

[dir="rtl"] .item-value {
    font-size: 18px !important;
}

[dir="ltr"] .item-value {
    font-size: 16px !important;
}

.confirmation-container-width {
    width: 60%;
    margin: 0 auto;
}

/*#region tab*/

.mud-tab {
    border-bottom: 2px solid #F0F0F0;
}

.mud-tabs-toolbar {
    background-color: transparent !important;
}

.mud-tabs-scroll-button {
    align-self: center;
}

.mud-tab.mud-tab-active {
    border-bottom: 0.12rem solid var(--app-blue) !important;
}

.tabs-rtl .mud-tabs-toolbar-wrapper {
    flex-direction: row-reverse;
}

.tabs-rtl {
    text-align: right;
}
/* default English (LTR) */
.contact-details:dir(ltr) {
    font-size: 16px !important;
}

/* Arabic (RTL) */
.contact-details:dir(rtl) {
    font-size: 18px !important;
}


/*#endregion*/
.upload-document-container, .upload-document-container--view {
    display: flex;
    align-items: center;
    padding: .4rem 0;
    justify-content: space-between;
    margin-bottom: unset !important
}

    .upload-document-container .mud-input-control {
        flex: 0;
    }

    .upload-document-container + .upload-document-container {
        border-top: 0.06rem solid var(--app-very-light-grey);
    }

.application-review-text {
    border-bottom: 0.06rem solid var(--app-very-light-grey);
    color: var(--app-boltgun-metal);
    padding: 8px 0;
}

.date-picker .mud-input.mud-input-underline:before, .mud-input.mud-input-underline:hover:not(.mud-disabled):before, .date-picker .mud-input.mud-input-underline:after, .date-picker .mud-input.mud-input-underline:hover {
    border-bottom: unset;
}

/*.date-picker .mud-input-control > .mud-input-control-input-container {
    border: 0.06rem solid #DCDCDC;
    border-radius: .8rem;
    padding: 0 2rem;
}
*/

.upload-document-container--view {
    margin-bottom: unset !important;
    background: #F2F5F8;
    border-radius: 5px;
    padding: .5rem 1rem;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.date-picker .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
}

.image-width {
    width: 2rem;
}

.note-container_blue {
    background: var(--app-blue-brilliant-white);
    border-radius: 10px;
    padding: 1rem;
}

.mud-picker-view {
    margin-top: 0 !important;
}

.calendar-icon .mud-icon-button-label {
    color: var( --app-rainy-grey);
}

.mud-picker-calendar-header-switch {
    border-bottom: 0.06rem solid var(--app-very-light-grey);
    margin: 0 2rem 1rem;
}

.pointer {
    cursor: pointer;
}


.textarea-input {
    border: 1px solid var(--app-light-grey2) !important;
    border-radius: 13px !important;
    padding: 4rem 2rem !important;
}

    .textarea-input:focus-visible {
        border: 2px solid var(--app-blue);
        outline: none;
    }

custom-textarea .mud-input {
    padding: 6rem 2rem;
}

/* Apply padding to the placeholder */
.custom-textarea .mud-input::placeholder {
    padding: 0 !important; /* Reset the input padding */
}


.disable-border {
    border: 1.5px solid var(--app-light-grey);
}

/* #region images*/
.img-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.img-h-24 {
    height: 1.5rem !important;
}
/*endregion*/
/* #region avatar*/
.mud-avatar-outlined-primary {
    background-color: var(--app-blue-catskill-white) !important;
}
/*endregion*/
/* #region Icon*/
.mud-icon-size-large {
    font-size: 2rem !important;
}
/*endregion*/
/* #region MudChip*/

.mud-chip-outlined.mud-chip-color-secondary {
    border-width: 0.13rem !important;
}

.mud-chip-outlined:hover {
    background: white !important;
}
/*endregion*/
/* #region Image*/
.flip-rtl:dir(rtl) {
    transform: rotateY(180deg);
}
/*endregion*/

.invalid-select .mud-input.mud-input-outlined .mud-input-outlined-border, .invalid-select .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border, .date-required {
    border-width: 1px !important;
    border-color: #F24E4C !important;
}

.form-control:focus {
    box-shadow: none !important;
}


.creditCard-input {
    height: 3.125rem;
    padding: 10px 1rem;
    border: 1px solid var(--app-light-grey);
    border-radius: 5px;
    margin-top: 8px;
    /*    direction: ltr;
*/ color: var(--app-boltgun-metal) !important;
}
/* #region mud form*/
.me-auto, .validation-error, .validation-message {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--app-red) !important;
}

[dir=rtl] .validation-message {
    text-align: right !important;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    font-size: 16px !important;
}

[dir="rtl"] .mud-input > input.mud-input-root-outlined,
[dir="rtl"] div.mud-input-slot.mud-input-root-outlined {
    font-size: 18px !important;
}

.mud-input.mud-input-outlined.mud-input-adorned-start > input.mud-input-root-outlined {
    padding: 0 !important;
}

.mud-textfield-uppercase input {
    text-transform: uppercase !important;
}

.mud-textfield-uppercase ::placeholder {
    text-transform: none; /* Ensure placeholder text is not transformed */
}

.mud-input-control-helper-container.px-2 {
    padding: 0 !important;
}
/*endregion*/
.py-20 {
    padding: 5rem 0 !important;
}

.custom-amount-input:disabled {
    background-color: unset !important;
}

/* Change icon on hover*/

.hoverable:hover .default-icon {
    display: none; /* Hide default icon when button is hovered */
}

.hoverable:hover .hover-icon {
    display: inline-block; /* Display hover icon when button is hovered */
}

.default-icon,
.hover-icon {
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.hover-icon {
    display: none; /* Initially hide hover icon */
}
/*endregion*/

.CVV-input, .CVV-input .mud-input {
    height: 2.5rem !important;
    width: 5rem;
}

    .CVV-input .mud-input > input.mud-input-root,
    .CVV-input div.mud-input-slot.mud-input-root {
        padding: 1rem 0.5rem !important;
    }


.width-70 {
    width: 70% !important;
}

.amount-due-container__Disabled {
    width: 12.688rem;
}
/* #region hover*/
.clickable:hover, .clickable:hover * {
    cursor: pointer !important; /* Change cursor to hand pointer on hover */
}

td, th, span, h6 {
    cursor: default !important;
}
/*endregion*/
.exponent {
    vertical-align: super !important;
    font-family: 'Inter', sans-serif !important
}
/*datagrid*/
.table-primary th, .table-primary td, .table-primary thead td, .table-primary tbody + tbody {
    background-color: white !important;
}

.dda-verify-image-pic {
    width: 11.103rem;
    height: 12.662rem;
}
/* #region deductionday */
.select-day {
    border: 0.094rem solid var(--app-light-grey, #DCDCDC);
    background: var(--app-white, #FFF);
    border-radius: .5rem;
    height: 3.188rem !important;
    padding: 1.125rem 1rem !important;
}

/*endregion*/


.contactus_link:hover {
    color: var(--app-blue) !important;
}

.custom-label-hover:hover {
    color: var(--app-blue-brilliant-white) !important;
    background-color: var(--app-blue);
    border-radius: 7px;
    padding: 12px 24px 12px 24px;
}

.margin-bottom {
    margin-bottom: 1.25rem !important;
}


.label-hover:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.tippy-box[data-theme~=blazorise][data-placement^=top] > .tippy-arrow::before {
    border-top-color: var(--app-white) !important;
}

.upload-icon .mud-button-label .mud-button-icon-start {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.account-service-container {
    /*    width: 50%;*/
    padding: 3rem 0 !important;
    align-self: center;
}

.card-pending {
    background-color: lightgray !important;
}

.disabled-card {
    cursor: none; /* Disables clicking */
}

.ltr-phone {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.furnished-img {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

.branch-service-container {
    width: 41%;
    padding: 3rem 0 !important;
    align-self: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.rtl {
    direction: rtl;
}

.contactus_service_container {
    width: 94%;
    padding: 3rem 0 !important;
    align-self: center;
}
/*#region ReviewApplication*/
.review-application .mud-grid-item-xs-12:not(:last-child),
.review-application .mud-grid-item-sm-12:not(:last-child),
.review-application .mud-grid-item-md-12:not(:last-child) {
    border-bottom: 0.06rem solid var(--app-light-grey, #F0F0F0);
}
/* For larger screens, hide the border for the last two items */
@media (max-width: 600px) {
    .review-application2 .mud-grid-item-xs-12:not(:last-child),
    .review-application2 .mud-grid-item-sm-12:not(:last-child),
    .review-application2 .mud-grid-item-md-12:not(:last-child) {
        border-bottom: 0.06rem solid var(--app-light-grey, #F0F0F0);
    }
}

@media (min-width: 600px) {
    .review-application2 .mud-grid-item-xs-12:not(:last-child):not(:nth-last-child(2)),
    .review-application2 .mud-grid-item-sm-12:not(:last-child):not(:nth-last-child(2)),
    .review-application2 .mud-grid-item-md-12:not(:last-child):not(:nth-last-child(2)) {
        border-bottom: 0.06rem solid var(--app-light-grey, #F0F0F0);
    }
}

.review-application.mud-grid-spacing-xs-3,
.review-application2.mud-grid-spacing-xs-3 {
    margin: 0 !important;
    width: 100% !important;
}

    .review-application.mud-grid-spacing-xs-3 > .mud-grid-item,
    .review-application2.mud-grid-spacing-xs-3 > .mud-grid-item {
        padding: 12px 0 !important;
    }

.review-application-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start !important;
}

/*#endregion*/

/* #region Datagrid*/
.table > tbody tr {
    border-bottom: 0.06rem solid var(--app-light-grey, #DCDCDC);
}

    .table > tbody tr:last-of-type {
        border-bottom: none;
    }

td {
    padding: 1rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.table thead th {
    border: none !important;
}

.table {
    border: none; /* Remove border from the table */
    border-collapse: collapse; /* Optional: collapse borders */
    table-layout: fixed;
    width: 100%;
}

    .table th, .table td {
        border: none; /* Remove border from table header and cells */
    }

/* #endregion*/

/* #region OTP*/
.otp-input {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: auto;
}

.otp-input-field {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* #endregion*/

/*#region textBox*/
.inputtextbox {
    color: var(--Color-Form-Screen-width-form-text-input-n800, #262626) !important;
    border-radius: .5rem !important;
    border: 0.094rem solid var(--app-light-grey, #DCDCDC) !important;
    height: 3.188rem !important;
    font-size: 16px !important;
}

[dir="rtl"] .inputtextbox {
    font-size: 18px;
}

.inputtextbox:focus {
    box-shadow: none !important;
    outline: none;
}

/* Target the input inside MudAutocomplete / MudSelect with your custom class */
.mud-input-slot::placeholder,
.inputtextbox::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--app-rainy-grey) !important;
    text-align: start;
    opacity: 1 !important;
}

[dir="rtl"] .inputtextbox::placeholder {
    font-size: 16px;
}
/*#endregion*/


.textboxuppercase {
    text-transform: uppercase !important;
}

    .textboxuppercase::placeholder {
        text-transform: none; /* Ensure placeholder text is not transformed */
    }

.commenttxt {
    height: 135px;
    padding: 15px;
    color: var(--app-boltgun-metal);
    border-radius: .5rem !important;
    border: 0.094rem solid var(--app-light-grey, #DCDCDC) !important;
}

    .commenttxt:focus {
        box-shadow: none !important;
        outline: none;
    }

    .commenttxt::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: var(--app-rainy-grey);
        text-align: start;
        opacity: 1 !important;
    }

[dir="rtl"] .commenttxt::placeholder {
    font-size: 18px;
    text-align: start;
    color: var(--app-rainy-grey) !important;
}

.commentCount {
    color: var(--app-rainy-grey);
    display: block;
    font-size: 14px !important;
}
    .commentCount:dir(rtl) {
        text-align: left;
    }

    .commentCount:dir(ltr) {
        text-align: right;
        padding-left: 4rem;
    }
/*#region Input Number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*#endregion*/
.textbox-invalid {
    outline: 0.06rem solid var(--app-red) !important;
}

.bold-text {
    font-weight: bold; /* Makes text bold */
}

.mud-badge.mud-badge-top.right {
    inset: auto auto calc(100% - 10px) calc(100% - 4px) !important;
}

.mud-badge.mud-badge-center.left.mud-elevation-0.mud-theme-error.mud-badge-overlap {
    font-family: 'Inter' !important;
}

.anchor-black:hover {
    color: black !important;
}


/*#region Doc download and upload*/
.doc-card {
    border-radius: .5rem !important;
    border: 0.094rem solid var(--app-blue) !important;
    padding: 1rem;
    /*    width: 296px !important;*/
    height: 107px !important;
}

    .doc-card:hover {
        background: none !important;
    }

.doc-card-disabled, .doc-card-default {
    border: none !important;
}

.doc-card-preview {
    border: 0.094rem solid var(--app-rainy-grey) !important;
}
/*#endregion*/
.disabled-text {
    background: #F0F0F0;
    border-radius: 0.5rem;
    padding: 10px 16px;
    height: 3.3125rem !important;
    border: 2px solid var(--app-light-grey) !important;
    color: var(--app-rainy-grey);
    line-height: 148%;
}
/* English (LTR) */
[dir="ltr"] .disabled-text {
    font-size: 16px !important;
    text-align: left;
}
/* Arabic (RTL) */
[dir="rtl"] .disabled-text {
    font-size: 18px !important;
    text-align: right;
}
/* Tablet */
@media (max-width: 991px) {
    .disabled-text {
        padding: 12px 14px;
        height: 3rem !important;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .disabled-text {
        padding: 14px 10px;
        height: auto !important;
    }
}

.mud-input-error div .me-auto {
    width: 100% !important;
}

[dir="rtl"] .ltr-content {
    direction: ltr !important;
    text-align: end !important;
}

    [dir="rtl"] .ltr-content::placeholder {
        text-align: right !important;
    }

.mud-picker-inline.mud-picker-input-button .mud-input .mud-input-root::placeholder {
    font-weight: 400;
    opacity: 1 !important;
    color: var(--app-rainy-grey);
}

.selection-card {
    height: 10.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1.25rem !important;
    border: 2px solid var(--app-very-light-grey) !important;
    cursor: pointer;
    width: 16rem; /* Fixed width for desktop */
    min-width: 10rem !important;
    max-width: 16rem;
    padding: 1rem;
    box-sizing: border-box;
    flex-shrink: 1;
    overflow: hidden;
}

    .selection-card-active,
    .selection-card:hover {
        border-color: var(--app-blue) !important;
    }

    .selection-card:hover {
        background: var(--app-blue-brilliant-white);
    }

.selection-card-icon {
    width: 2rem;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    min-width: 2rem;
    min-height: 2rem;
}