#floating-button{
    width: 80px;
    height: 200px;
    padding: 7px 0;
    background: var(--bgcolor-white);
    position: fixed;
    bottom: 15px;
    right: 0;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    display: grid;
}
#floating-button a{
    display: grid !important;
}
#floating-button a span{
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 7px;
}
.plus{
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating{
    position: fixed;
    width: 80px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}
.nds{
    width: 80px;
    height: 40px;
    border-radius: 7px;
    position: relative;
    z-index: 9999;
    display: inline-block;
}
.nds ::after{
    background: red;
    height: 2px;
}
.letter{
    font-size: 13px;
    color: #000000;
    position: relative;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.profile{
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
@media (max-width: 910px) {
    #floating-button{
        display: none;
    }
}
#misha_file{
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#misha_filelist{
    position: relative;
    text-align: center;
}
#misha_filelist img {
    width: 200px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
}
.over_upload {
    position: absolute;
    width: 200px;
    right: 0;
    text-align: center;
    background: white;
    height: 100%;
    opacity: 0.3;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #666;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.box-upluad-fish{
    border: 2px dashed #5e5e5e;
    border-radius: 7px;
    padding: 15px 10px;
    margin: 20px 0;

}
