.layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: auto;
    z-index: 100;
    background-color: #1A1028;
    box-shadow: #000 1px 0px 10px;
}

.layout::-webkit-scrollbar {
    width: 0px;
}

.logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 10px;
}

.logo-div .normal-layout {
    display: block;
}

.logo-div .small-layout {
    display: none;
    padding: 5px;
}

.logo {
    height: calc(100% - 10px);
    margin: 10px;
}

.menus {
    margin: 0px;
    transition: 0.2s;
    height: 100%;
    /* padding-top: 85px; */
}

.menu:hover {
    color: #FFD700;
}

.menu:hover .main-image {
    opacity: 0;
}

.menu:hover .hover-image {
    opacity: 1;
}

.menugroup {
    margin: 24px;
    border: 1px solid #F3C78D;
    /* box-shadow: 0px 0px 5px #F3C78D; */
    border-radius: 10px;
    background-color: #2D1B42;
}

.main-menu {
    padding: 26px;
}

.menu {
    /* padding: 13px 0px; */
    padding: 10px 0px;
    border-bottom: solid 1px #F3C78D;
    display: flex;
    align-items: center;
}

.menu-img {
    width: 25px;
    margin-right: 20px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

/* .menu-img .main-image{
    width: 100%;
} */

.menu-top-div {
    margin: 0px 10px;
}

.menu-telegram-div {
    margin: 10px;
}

.menu-telegram-div img {
    width: 100%;
    height: auto;
    display: block;
}

.menus-img {
    margin: 24px;
}

.menu-img .hover-image {
    left: 50%;
    top: 50%;
    transform: translate(-44%, -44%);
}

.menu-active {
    color: #F3C78D;
}

.menu-active .main-image {
    opacity: 0;
}

.menu-active .hover-image {
    opacity: 1;
}

.menus-img .img-menu {
    border: 1px solid #DACDB3;
    box-shadow: 0px 0px 5px #DACDB3;
    border-radius: 10px;
}

.footer {
    /* width: 100%; */
    padding: 30px 80px;
    background: linear-gradient(317deg, #1A1028, #2D1B42, #1A1028);
    display: flex;
    color: #bbb8b8;
}

.footer-div {
    width: 33.33%;
    margin: 0px 13px;
}

.footer-money-box {
    margin-right: 35px;
}

.footer-help {
    display: flex;
    justify-content: space-between;
}

.help-title {
    font-size: 1.5rem;
    margin: 20px 0px;
}

.help-img {
    width: 30%;
    /* aspect-ratio: 135/130;
    border-radius: 15%;
    background-color: #242933; */
}

/* .help-img:hover{
    background-color: #4A3068;
} */

.help-img img {
    width: 100%;
}

.footer-main {
    display: flex;
}

.footer-others {
    display: flex;
    justify-content: space-around;
    margin: 0px 20px;
}

.other {
    width: 25%;
}

.other-title {
    margin: 25px 0px;
    font-size: 1rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-content {
    font-size: 0.95rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-top-div {
    position: fixed;
    width: calc(100% - 250px);
    z-index: 11;
    padding: 24px 20px;
    height: 95px;
    display: flex;
    justify-content: space-between;
    left: 250px;
    top: 0;
    background-color: #2A1840;
    /* box-shadow: 0px 1px 10px #343636; */
}

.top-notice {
    /* width: calc(100% - 275px); */
    flex-grow: 1;
    margin: auto 0px;
    display: flex;
    align-items: center;
}

.top-notice span {
    /* width: calc(100% - 50px); */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-div-buttongroup {
    /* width: 275px; */
    /* height: 42px; */
    display: flex;
}

.top-div-buttongroup img {
    height: 25px;
}

.top-div-buttongroup .user-info-img {
    padding: 0px 10px;
}

.top-point {
    padding: 5px 10px;
    margin: 0 10px;
    background-color: #AC9778;
    border-radius: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    box-shadow: 1px 1px 5px 1px #b2b5cc;
}

.top-point:hover {
    filter: brightness(1.1);
}

.top-div-button {
    width: 105px;
    border-radius: 20px;
    margin: auto 5px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #4D3570;
    /* box-shadow: 0px 0px 5px #474747; */
    cursor: pointer;
    color: #FFFFFF;
}

.top-div-button:hover {
    filter: brightness(120%);
}

.top-div-button img {
    margin-right: 5px;
}

.top-login-btn {
    background-color: #453060;
}

.top-sign-btn {
    background-color: #453060;
}

.top-request-btn {
    background-color: #F3F4FB;
}

.top-logout-btn {
    background-color: #4A3068;
}

.top-min-width {
    min-width: 165px;
}

.footer.sports-footer {
    display: none;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-logos div {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.modal-back {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    display: none;
}

@media (max-width: 1920px) {
    /* .help-img img{
        height: 70px;
    } */
}

@media (max-width: 1860px) {
    .layout {
        width: 70px;
    }
    .logo-div .normal-layout {
        display: none;
    }
    .logo-div .small-layout {
        display: block;
    }
    .menus .menugroup:first-child {
        margin-top: 24px;
    }
    .menugroup {
        margin: 5px;
    }
    .main-menu {
        padding: 20px 5px;
    }
    .menu-img {
        width: 25px;
        margin: auto;
    }
    .menu span {
        display: none;
    }
    .menu-top-div {
        display: none;
    }
    .menus-img {
        display: none;
    }
    .layout:hover {
        width: 235px;
        transition: 0.2s;
    }
    .layout .menus {
        padding-top: 0px;
    }
    .layout:hover .menus {
        padding-top: 0px;
    }
    .layout:hover .logo-div .normal-layout {
        display: block;
    }
    .layout:hover .logo-div .small-layout {
        display: none;
    }
    .layout:hover .logo-div {
        display: flex;
    }
    .layout:hover .menugroup {
        margin: 24px;
    }
    .layout:hover .main-menu {
        padding: 26px;
    }
    .layout:hover .menu-img, .layout.active .menu-img {
        width: 25px;
        margin-right: 20px;
        margin-left: 5px;
    }
    .layout:hover .menu span {
        display: flex;
    }
    .layout:hover .menu-top-div {
        display: block;
    }
    .layout:hover .menus-img {
        display: block;
    }
    .main-top-div {
        width: calc(100% - 70px);
        left: 70px;
    }
    .layout:hover~.main-top-div {
        width: calc(100% - 235px);
        left: 235px;
        transition: 0.2s;
    }
}

@media (max-width: 1600px) {
    /* .help-img img{
        height: 50px;
    } */
}

@media (max-width: 1439px) {
    /* .help-img img{
        height: 40px;
    } */
}

@media (max-width: 1280px) {
    .footer-main {
        display: flex;
    }
    .help-img img {
        height: auto;
    }
    .footer-div {
        width: 50%;
    }
}

@media (max-width: 991px) {
    * {
        cursor: unset!important;
    }
    .layout:hover~.main-top-div {
        width: 100%;
        left: 0;
    }
    .logo-div .normal-layout {
        display: block;
    }
    .logo-div .small-layout {
        display: none;
    }
    .layout .menus {
        padding-top: 0px;
    }
    .layout {
        position: fixed;
        left: -250px;
        width: 235px;
        top: 0;
        overflow: auto;
        transition: 0.3s;
    }
    .layout.active {
        left: 0px;
        width: 235px;
    }
    .logo-div {
        display: flex;
    }
    .menu span {
        display: flex;
    }
    .layout .main-menu {
        padding: 26px;
    }
    .layout .menugroup {
        margin: 24px;
    }
    .menus-img {
        display: block;
    }
    .main-top-div {
        left: 0;
        /* width: calc(100% - 40px); */
        width: 100%;
        height: 125px;
    }
    .footer {
        padding: 30px 40px;
        margin-top: 10px;
    }
    .footer-div {
        width: 100%;
        margin: 0px;
    }
    .footer-others {
        margin: 0px;
    }
    .top-div-buttongroup .user-info-img {
        padding: 0px 5px;
    }
    .top-min-width {
        min-width: 130px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 20px;
    }
    .main-top-div {
        margin: 0px 0px;
        height: 67px;
        padding: 5px 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .top-notice {
        /* width: calc(100% - 215px); */
        /* width: 100%; */
        margin: auto 0px;
    }
    .top-notice img {
        height: 20px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .top-div-buttongroup {
        /* width: 205px; */
        height: auto;
    }
    .top-div-button {
        width: 90px;
        border-radius: 5px;
        margin: auto 5px;
        padding: 8px 0px;
    }
    .top-div-button img {
        height: 15px;
    }
}

.notice_title p {
    margin: 0;
}