:root {
    --red-Color: #C0002A;
    --blue-Color: #1b7e85;
    --light-blue-Color: #4ea9f5;
    --mdb-white-rgb: 255,255,255;
    --mud-palette-text-primary: #333;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}



.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;
}

.form-floating > .form-control-plaintext::placeholder, 
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}
.form-floating > .form-control-plaintext:focus::placeholder, 
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.text-blue { color: #4894a4; }
.text-deep-blue { color: #14204e; }



input:-webkit-autofill {
    -webkit-box-shadow: 0px 0px 0px 50px #fff inset !important;
}

.btn-danger { background-color: #a32630; }
.btn-success { background-color: #538224; }

.linear-progress {
    background: silver;
    width: 25vw;
    margin: 30px auto;
    height: 10px;
    border-radius: 10rem;
    overflow: hidden;
    position: relative;
    font-size: 12;
}
.linear-progress::after {
    position: absolute;
    inset: 0;
    background-color: #807f7f;
    scale: var(--blazor-load-percentage, 0%) 100%;
    transform-origin: left top;
    transition: scale ease-out 0.5s;
    content: '';
}
.progress-bar {
    width: var(--blazor-load-percentage, 0%) 100%;
}

.mud-input { padding-bottom: 0px !important; }
.mud-input > input.mud-input-root, 
div.mud-input-slot.mud-input-root {
    height: auto !important;
    font-size: 13px;
    color: black;
    border-color: red;
}

.mud-table-cell {
    padding: 16px 16px !important;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 11.5px;
    color: #888;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined, 
.mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    font-size: 13px !important;
    color: #009378 !important;
    font-weight: bold !important;
}

.tableRowIcon {
    padding: 0 7px;
    cursor: pointer;
    font-size: 16px;
}

.mudOutlinedbtn {
    padding-left: 35px;
    padding-right: 35px;
}

.mud-button-label {
    text-transform: capitalize !important;
}

.bm-header {
    padding: 5px 0 2px 0px !important;
}

h3.bm-title {
    color: #e16123;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px;
}

.cartIcon {
    font-size: 21px;
    color: red;
}

.cartText {
    width: 50px;
    height: 30px;
    padding: 0;
    border: solid 1px #888;
    border-radius: 3px;
    text-align: center;
}


.toggle {
    margin-left: 15px;
    position: relative;
    height: 20px;
    width: 50px;
    -webkit-appearance: none;
    background: darkgray;
    outline: none;
    border-radius: 15px;
}
.toggle:before {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    transform: scale(0.85);
    border-radius: 50%;
    background: white;
    transition: .5s;
}
.toggle:checked { background: #2e3f80; }
.toggle:checked:before { left: 30px; }

.main-btn:disabled {
    border: solid 1px #808080;
    color: #808080;
    pointer-events: none;
    cursor: none;
}

ul.reg-benifits li a { color: #555; }
ul.reg-benifits li a:hover { text-decoration: none; }

.blazored-modal {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.mud-table-sort-label,
.mud-table-head .mud-table-cell {
    font-weight: bold !important;
    font-size: 12px;
    color: #63331c !important; 
}

a.active { color: #e16123 !important; }
.nav-tabs .nav-link.active { color: #009378 !important; }

/* Spinner */
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: black;
}
.lds-spinner div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; }
.lds-spinner div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; }
.lds-spinner div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.9s; }
.lds-spinner div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; }
.lds-spinner div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s; }
.lds-spinner div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.6s; }
.lds-spinner div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.5s; }
.lds-spinner div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; }
.lds-spinner div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s; }
.lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
.lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
.lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
@keyframes lds-spinner {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.selected {
    background-color: #d3dfec !important;
}
.selected > td {
    color: black !important;
    font-weight: bold;
    font-size: 12px;
}
.selected > td .mud-input { color: white !important; }

.mud-disabled { opacity: 0.5 !important; }
.subtitle { color: #e16123 !important; }
.inputLightGray {
    background-color: #a7a6a6;
    border-radius: 5px;
}
.readOnlyinput {
    background-color: #ededed;
    border-radius: 5px;
}
.readOnlyinput > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    background-color: #ededed;
}

.bg-darkBrown, .label-darkBrown { background-color: #494D5F; }
.bg-Grey { background-color: #3f3f3f; }

.notification li {
    width: 250px;
    padding: 3px 15px;
}
.notification li a { font-size: 13px; }
.notification li a:hover { font-style: italic; }

.fixed-width-div { width: 100px; }
.fill-remaining-div { flex: 1 1 auto; }
.country-code-container { display: flex; gap: 3px; }
.fixed-200-width-div { width: 200px; }


.mud-dialog .mud-dialog-actions {
    padding: 16px 20px !important;
    border-top: 1px solid #e0e0e0 !important;
    gap: 20px;
    margin-top: 10px !important;
}
/* Style the dialog title */
.mud-dialog-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0e676e; /* MudBlazor blue, adjust as needed */
    letter-spacing: 0.5px;
    padding-bottom: 0.5rem;
    text-align: center;
    position: relative;
}

    .mud-dialog-title::after {
        content: "";
        display: block;
        margin: 0.3rem auto 0 auto;
        width: 100px;
        height: 2px;
        border-radius: 2px;
        background-color: #db8156;
    }

 /* MudDataGrid wrapper: rounded corners and shadow */
.mud-data-grid {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(60, 60, 100, 0.10);
    border: 1px solid #e0e0e0 !important;
}

/* Header row: background, font, rounded top corners */
    .mud-data-grid .mud-table-head {
        background: linear-gradient(90deg, #f7fbfc 100%, #b6d7fa 0%);
        color: #234168;
        font-weight: 600;
        border: solid 1px #fff;
        border-radius: 10px !important;
    }

        .mud-data-grid .mud-table-head th {
            border-top: 1px solid #dbf3ff;
            border-bottom: 1px solid #b5d5e6;
        }



.super-z-index {
    z-index: 3000 !important; /* or higher if needed */
    position: fixed !important; /* Ensure it's not static */
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh; /* Cover the whole screen */
}
.main--container 
{
    padding-top:50px !important;
}
.icon-size {
    font-size: 16px;
}

.text-success {
    color: green;
}

.text-danger {
    color: #b00230;
}
.equal-width {
    min-width: 200px;
    max-width: 100%;
    width: 200px;
}