﻿*{
    margin:0px;
    padding:0px;
}
a{
    text-decoration:none;
}

.llefa {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    z-index: 999999;
    padding: 16px;
    color: var(--mud-palette-drawer-text);
    background-color: var(--mud-palette-drawer-background);
    transition: all ease 0.5s;
}

.llefac {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgb(0 0 0 / 55%);
    z-index: 999999;
    transition: all ease 0.5s;
}



.sticky_top_my_object {
    position: sticky;
    top: 60px; /* ← без этого инсет-триггера sticky не сработает */
    z-index: 10; /* создаём новый stacking context, чтобы перекрывать контент */
}




.xpost {
    display: flex;
    flex-direction: column;
    border: solid 1px #9b9b9b;
    margin: 3px;
    position: relative;
    cursor:pointer;
    color:black !important;
}

.xpost_p {
    font-weight: 800;
    font-size: 12px;
    padding: 8px;
    background-color: orangered;
    color: white;
    position: absolute;
    right: 0px;
    top: 155px;
}

.xpost_h {
    font-weight: 800;
    font-size: 14px;
    padding: 8px;
}

.xpost_d {
    font-size: 14px;
    padding:0 8px;
}

.xpost_t {
    font-size: 8px;
    width: 100%;
    text-align: right;
}


.xpost_i {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}
.xpost_ii {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    overflow-x: auto;
}


.xpost_image {
    object-fit: cover;
    width: 100%;
    background: #818181;
}

.xpost_image_d {
    object-fit: cover;
    width: 100%;
   /* background: #818181;*/
    height: 100%;
}

.swiper {
    width: 100%;
    height: 500px;
}

.swiper-button-next, .swiper-button-prev {
    color: white !important;
}




.loginform {
    width: 256px;
    background: rgb(200 81 65);
    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: black;
    padding-bottom: 5px;
    margin: 0 auto;
    background-image: url(../ice.jpg);
    background-size: contain;
    color: #ffffff;
}

#loginbox, #passwbox {
    width: 100%;
}

.formname {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-self: center;
    text-overflow: ellipsis;
}

.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;
}

.myinput {
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
}
.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;
}
/*.myb {
    background: #474747;
    border: 0.5px solid rgb(0 0 0 / 4%);
    padding: 8px;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    height: 28px;
    padding-top: 2px;
    align-self: center;
    margin: 2px;
    height: auto;
}*/
.mybactive {
    background: #c85141;
}
.smallf {
   /* width: 200px;
    object-fit: contain;
    max-height: 200px;
    max-width: 200px;
    margin-right: 8px;*/
}

#mainfoto {
    width: 100%;
    object-fit: contain;
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto;
}

.imtosendwrapper {
    width: 33%;
    padding: 2px;
}

.imtosendwrapper img, .imtosendwrapper div {
    border: solid 1px #eee;
    width: 100%;
    object-fit: contain;
    margin: 5px;
    min-height: 200px;
    max-height: 100px;
    width: 100%;
    object-fit: cover;
    margin: 1px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newlist{
    display:none;
}


#mud-snackbar-container {
    
    z-index: 999999999;
}

:root {
    --mud-palette-primary-hover: rgba(200,81,65,1) !important;  
}
.mud-button-label:hover{
    color:white !important;
}





.blur {
    /* Apply the blur filter directly to this element */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-position: center !important;
    background-size: cover !important;
}

.abs {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.mobfloat {
    padding: 8px;
    position: fixed;
    z-index: 999;
    background: white;
    width: 300px;
    max-width: 300px;
    overflow-y: auto;
    top: 56px;
    bottom: 0px;
    left: 0px;
    transition: all 1s ease;
    color: #713a14;
}
.mobfloathide{
    left:-500px;
}
.mud-typography, .mud-nav-link-text {
    font-size: 12px;
}

.mud-breadcrumb-separator {
    
    padding: 0 4px;
}


.searchbox {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.selectedImage {
    border: dashed 2px !important;
}