﻿ul.submenu-ami {
    display: none !important;
    /*position: absolute;*/
    background: white;
    bottom: -169px;
    right: 149px;
    display: block;
    height: 188px;
    overflow-y: scroll;
}

    ul.submenu-ami::-webkit-scrollbar {
        width: 5px;
    }

    ul.submenu-ami::-webkit-scrollbar-thumb {
        background: #560355;
        border-radius: 10px;
    }

.submenu-ami li {
    width: 100% !important;
}

.ddigdid-ami:hover > ul.submenu-ami {
    display: block !important;
}

@media screen and (max-width:991px) {
    ul.submenu-ami {
        position: relative;
        bottom: auto;
        right: auto;
    }
}

.SideOption {
    transform: rotate(270deg);
    position: fixed;
    /*top: 160px;*/
    bottom: 160px;
    left: -78px;
    z-index: 99;
    /*left: 0;*/
    display: grid;
}

    .SideOption a.uyfvyuy_tri {
        background: #d6b01d;
        cursor: pointer;
        /* background: #2c8e48; */
        padding: 10px 11px;
        /*margin-right: 10px;*/
        /*transform: rotate(270deg);*/
        float: left;
        right: 0px;
        position: relative;
        color: #fff;
        font-weight: 600;
        display: block;
        /* top: 250px; */
        width: 198px;
        text-align: center;
        letter-spacing: 0.5px;
        font-size: 15px;
        box-shadow: 0 -0.5rem 12px rgb(0 0 0 / 18%);
        text-decoration: none;
    }