:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
:root {}
.fixed-over {
    background-color: #FFF;
    background-color: var(--G-color-bg);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 85%;
    z-index: 111;
}
.fixed-over--is-active {
    display: block;
}
.fixed-over__box {
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.m-fixed-over__account-general {
    margin-bottom: 1.25rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1.25rem;
}
.m-fixed-over__btn-action--i-x {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 15%;
    z-index: 100;
}
.m-fixed-over__icons-pool--i-x {
    position: fixed;
    right: calc((15% - 1rem)/2);
    top: 1.4375rem;
}