.text-primary-foreground {
    color: white;
}


a {
    color: black !important;
    text-decoration: none !important ;
}


.topmenuitem {
    color: #b9b9b9;
    font-weight: 800;
}

    .topmenuitem.active {
        color: white !important;
    }


.filtersel {
    width: 16px;
    height: 16px;
    align-self: center;
    background: black;
    accent-color: black;
}


.my-btn {
    color: #000000;
    background-color: #cbe309;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 10px;
    box-shadow: none !important;
    font-family: var(--t-text-font, Arial);
    transition-duration: 0.2s;
    transition-property: all; /* background-color, color, border-color, box-shadow, opacity, transform, gap;*/
    transition-timing-function: ease-in-out;
}

.wwe {
    position: relative;
}

.p-5 {
    padding-bottom: 75px;
}

.center-weig {
    text-align: center;
    font-weight: 600;
}


.cand-price-w-b {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    justify-content: space-between;
    border-top: solid 1px #e2e8f0;
}

.ste {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
    margin-left: 16px;
}

.ste2 {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none;
}

.tl {
    display: initial;
}

.tlmob {
    display: none;
}

@media (min-width: 1065px) {
    .hidden-xs {
        display: flex;
    }

    .visible-xs {
        display: none;
    }
}

@media (max-width: 1065px) {


    .tl {
        display: none;
    }

    .tlmob {
        display: initial;
    }
}

.popupmenu {
    display: none;
    padding: 16px;
    background: white;
    border-radius: 16px;
    position: absolute;
    flex-direction: column;
    left: -10px;
    top: 40px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.mitl_active .popupmenu {
    display: flex;
}

#catbox, .catbox {
    background: white;
    position: fixed;
    top: 155px;
    left: 0;
    right: 0;
    padding: 18px;
    display: none;
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
    cursor: pointer;
    -moz-transition: all easy 1s;
    -o-transition: all easy 1s;
    -webkit-transition: all easy 1s;
    transition: all easy 1s;
    bottom: 0px;
    z-index: 99999;
}

.catmainright {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 8px 32px;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

.catmainleft {
    display: flex;
    display: none;
    flex-direction: column;
    text-align: left;
    padding: 8px;
    width: 400px;
    font-weight: 600;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

.cmr_a {
    display: block;
    padding: 5px 8px;
    font-size: 16px;
    color: #070707;
}

.cml_a {
    display: block;
    padding: 5px 8px;
    font-size: 16px;
    color: #070707;
}

    .cml_a:hover {
        background: #f5f7fa;
        color: #005BFF;
    }


.loginform {
    width: 256px;
    background: #7f7f7f;
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    color: white;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-top: 32px !important;
    background-image: url(../ice.jpg);
    background-size: contain;
    color: #ffffff;
}

#loginbox, #passwbox {
    width: 100%;
}

.myinput {
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
}

.selector {
    background: rgb(250 250 250 / 70%);
    box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    -webkit-box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 4px 16px 0px;
    height: 32px;
    align-self: center;
    padding-top: 4px;
    cursor: pointer;
    color: #0071A4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.formname {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-self: center;
    text-overflow: ellipsis;
}



#mud-snackbar-container {
    z-index: 999999999;
}

.myb {
    background: #939393;
    border: 0.5px solid rgb(0 0 0 / 4%);
    padding: 8px;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    align-self: center;
    margin: 2px;
    height: auto;
}

#mud-snackbar-container {
    position: fixed;
    z-index: var(--mud-zindex-snackbar);
    pointer-events: none;
}

.mud-snackbar-location-bottom-right {
    right: 24px;
    bottom: 24px;
}

.mud-snackbar {
    display: flex;
    flex-grow: initial;
    padding: 6px 16px;
    align-items: center;
    position: relative;
    pointer-events: auto;
    font-weight: 400;
    line-height: 1.43;
    overflow: hidden;
    margin-top: 16px;
    min-width: 288px;
    max-width: 500px;
    border-radius: var(--mud-default-borderradius);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    touch-action: pinch-zoom;
}

.mud-alert-filled-error {
    color: var(--mud-palette-error-text);
    font-weight: 500;
    background-color: var(--mud-palette-error);
}

.mud-snackbar-icon {
    display: flex;
    opacity: .9;
    padding: 7px 0;
    font-size: 22px;
    margin-right: 12px;
    margin-inline-end: 12px;
    margin-inline-start: unset;
}

.mud-snackbar .mud-snackbar-content-message {
    padding: 8px 0;
    overflow-wrap: anywhere;
}

.mud-snackbar .mud-snackbar-content-action {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 16px;
    margin-inline-start: auto;
    margin-inline-end: -8px;
    padding-inline-start: 16px;
    padding-inline-end: unset;
}

.mud-ripple {
    --mud-ripple-offset-x: 0;
    --mud-ripple-offset-y: 0;
    position: relative;
    overflow: hidden;
}

.mud-nav-link {
    width: 100%;
    font-weight: 400;
    padding: 8px 16px 8px 16px;
    color: inherit;
    line-height: 1.75;
    display: inline-flex;
    justify-content: flex-start;
    text-transform: inherit;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, padding 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: flex-start;
}

    .mud-nav-link .mud-nav-link-text {
        width: 100%;
        text-align: start;
        margin-left: 12px;
        margin-inline-start: 12px;
        margin-inline-end: unset;
        letter-spacing: 0;
    }

.mud-typography, .mud-nav-link-text {
    font-size: 12px;
}

.mud-info-text {
    color: var(--mud-palette-info) !important;
    --mud-ripple-color: var(--mud-palette-info) !important;
}


.mli a {
    margin-left: 8px;
    font-weight: 600;
    padding: 12px;
    border-bottom: solid 1px #eee;
    display: flex;
    flex-direction: column;
}

.mlis a {
    margin-left: 16px;
    padding: 12px;
    border-bottom: solid 1px #eee;
    display: flex;
    flex-direction: column;
}

.mlm {
    cursor: pointer;
    position: fixed;
    top: 65px;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    background: #000000ab;
    right: 0px;
    display: none;
}
