@charset "UTF-8";

.logoFrame{
    margin: -1px
}

.gamePage {
    animation: 0s ease 0s 1 normal none running none !important;
}

.gameZone {
    background-size: cover;
    width: 100%;
    transition: all 0.4s ease-out 0s;
}

.gameZone .gameWrapper {

}

.gameZone .gameWrapper .title {
    width: 100%;
    display: flex;
    align-items: center;
}

.gameZone .gameWrapper .title .leftZone {
    color: #828282;
    font-weight: 700;
    transform: translateZ(0px);
}

.gameZone .gameWrapper .title .leftZone span.icon-iiconLogoB {
    font-size: 2.3vw;
    margin-right: 4px;
}

.gameZone .gameWrapper .title .leftZone h4 {
    font-size: 1.4vw;
    margin-right: 0.5vw;
}

.gameZone .gameWrapper .title .leftZone span {
    color: var(--main);
    font-size: 24px;
    word-break: keep-all;
    margin: 0 30px;
}

.gameZone .gameWrapper .title .leftZone span.Logo {
    width: 146px;
    height: auto;
    aspect-ratio: 300 / 67;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.gameZone .gameWrapper .title .line {
    height: 2px;
    position: relative;
}

.gameZone .gameWrapper .title .line::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--main);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
}

.gameZone .gameWrapper .content {
    display: flex;
    align-items: start;
    justify-content: space-around;
    margin-top: 4vh;
}

.gameZone .gameWrapper .content .leftFrame {
    width: 40%;
    position: relative;
    animation: 0.4s ease 0s 1 normal forwards running rightIn;
    opacity: 0;
    min-height: 695px;
}

.gameZone .gameWrapper .content .leftZone {
    background: url(../images/main/mini_bg.png) no-repeat center;
    background-size: contain;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.gameZone .gameWrapper .content .leftZone .obj {
    background-image: url("../images/main/live_obj01.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    position: absolute;
}

.gameZone.casino .gameWrapper .content .leftZone {
    background-image: url("../images/main/live_bg.png");
}
.gameZone.holdem .gameWrapper .content .leftZone {
    background-image: url("../images/main/holdem_bg.png");
}

.gameZone.casual .gameWrapper .content .leftZone {
    background-image: url("../images/main/casual_bg.png");
}

.gameZone.virtual .gameWrapper .content .leftZone {
    background-image: url("../images/main/vir_bg.png");
}

.gameZone.mgm .gameWrapper .content .leftZone {
    background-image: url("../images/main/mgm_bg.png");
}

.gameZone.touch .gameWrapper .content .leftZone {
    background-image: url("../images/main/touch_bg.png");
}

.gameZone.lotus .gameWrapper .content .leftZone {
    background-image: url("../images/main/lotus_bg.png");
}

.gameZone.virtual .gameWrapper .content .leftZone .obj{
    background-image: url("../images/main/vir_obj01.png");
}

.gameZone .gameWrapper .content .rightZone {
    width: 45%;
}

.gameZone .gameWrapper .content .rightZone .txt {
    margin-bottom: 27px;
    animation: 0.4s ease 0s 1 normal forwards running leftIn;
    opacity: 0;
}

.gameZone .gameWrapper .content .rightZone .txt h2 {
    color: var(--main);
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 10px;
}

.gameZone .gameWrapper .content .rightZone .txt p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 0.6vw;
}

.gameZone .gameWrapper .content .rightZone .btns {
    animation: 0.4s ease 0s 1 normal forwards running leftIn;
    opacity: 0;
    min-height: 560px;
}

.gameZone .gameWrapper .content .rightZone .btns ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    flex-wrap: wrap;
}

.gameZone .gameWrapper .content .rightZone .btns ul li {
    width: 100%;
    height: 175px;
    border: 2px solid #304059;
    border-radius: 10px;
    background: linear-gradient(180deg,#21273a 0%,#0b0f11 100%);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .model {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 0px;
    top: 5%;
    position: absolute;
    margin: 0px auto;
    padding-bottom: 50%;
    z-index: 2;
    transition: all 0.3s ease-out 0s;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .logo {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 3;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30%;
    padding-bottom: 12%;
    transition: all 0.3s ease-out 0s;
}

.gameZone .gameWrapper .content .rightZone .btns ul li.casino01 .logoA {
    background-image: url("../images/main/mini01.html");
    padding-bottom: 37%;
    width: 44%;
}

.gameZone .gameWrapper .content .rightZone .btns ul li.casino02 .logoA {
    background-image: url("../images/main/mini02.html");
    padding-bottom: 39%;
    width: 40%;
}

.gameZone .gameWrapper .content .rightZone .btns ul li.casino03 .logoA {
    background-image: url("../images/main/mini03.html");
    padding-bottom: 36%;
    width: 48%;
}

.gameZone .gameWrapper .content .rightZone .btns ul li.casino04 .logoA {
    background-image: url("../images/main/mini04.html");
    padding-bottom: 31%;
    width: 45%;
}

.gameZone .gameWrapper .content .rightZone .btns ul li:hover .logo {
    background-position-y: 5px;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .txt01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    bottom: 13px;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .txt01 h2 {
    font-size: 1.35vw;
    color: var(--main);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 93%;
    text-align: center;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .txt01 span {
    font-size: 0.4vw;
    color: var(--main);
}

.gameZone .gameWrapper .content .rightZone .btns ul li:hover .txt01 h2, .gameZone .gameWrapper .content .rightZone .btns ul li:hover .txt01 span {
    color: #ffffff;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/common/vitbg.svg");
    border-radius: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out 0s;
    opacity: 0.7;
    background-size: cover;
}

.gameZone .gameWrapper .content .rightZone .btns ul li .mask .inner {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    border-radius: 8px;
    z-index: 1;
    display: none;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}

.gameZone .gameWrapper .content .rightZone .btns ul li:hover {
    border: 2px solid var(--main);
    filter: drop-shadow(var(--main) 0px 0px 20px);
}

.gameZone .gameWrapper .content .rightZone .btns ul li:hover .mask, .gameZone .gameWrapper .content .rightZone .btns ul li:hover .inner {
    opacity: 1;
}

.aniLogoMini {
    animation: 1s ease 0s infinite normal none running aniLogoMini;
}

.aniLogo01 {
    animation: 2.3s ease 0s infinite normal none running aniLogo01;
}

@keyframes aniLogoMini {
    0% {
        background-position-y: 0px;
    }

    50% {
        background-position-y: 5px;
    }

    100% {
        background-position-y: 0px;
    }
}

@keyframes aniLogo01 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 1350px) {
    .gameZone .gameWrapper .content .rightZone .btns ul li .txt01 h2 {
        font-size: 20px;
    }

    .gameZone .gameWrapper .content .rightZone .btns ul li .txt01 span {
        font-size: 12px;
    }

    .gameZone .gameWrapper .content .rightZone .txt h2 {
        font-size: 24px;
    }
}

@media (max-width: 1080px) {
    .gameZone .gameWrapper .title .line {
        width: 73vw;
    }
}

@media (max-width: 1053px) {
    .gameZone .gameWrapper .content .rightZone .btns ul li {
        height: 135px;
    }
}

@keyframes leftIn {
    0% {
        transform: translate(50%);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

@keyframes rightIn {
    0% {
        transform: translate(-50%);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

@keyframes topIn {
    0% {
        transform: translateY(-300%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.liveCasinoPage {
    animation: 0s ease 0s 1 normal none running none !important;
}

.casinoZone {
    background-size: cover;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    position: relative;
    padding-bottom: 20px;
}

.casinoZone .casinoWrapper {
    width: 92%;
    height: 90%;
    padding: 5% 0px 0px 5.4%;
}

.casinoZone .casinoWrapper .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.casinoZone .casinoWrapper .title .leftZone {
    color: #828282;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 6.5vw;
    transform: translateZ(0px);
    margin-right: 1vw;
}

.casinoZone .casinoWrapper .title .leftZone span.icon-iiconLogoB {
    font-size: 2.3vw;
    margin-right: 4px;
}

.casinoZone .casinoWrapper .title .leftZone h4 {
    font-size: 1.4vw;
    margin-right: 0.5vw;
}

.casinoZone .casinoWrapper .title .leftZone span {
    color: var(--main);
    font-size: 1.4vw;
}

.casinoZone .casinoWrapper .title .leftZone span.Logo {
    width: 146px;
    height: auto;
    aspect-ratio: 300 / 67;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.casinoZone .casinoWrapper .title .line {
    height: 2px;
    width: 81vw;
    background-color: var(--main);
    position: relative;
}

.casinoZone .casinoWrapper .title .line::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--main);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
}

.casinoZone .casinoWrapper .content {
    display: flex;
    align-items: start;
    justify-content: space-around;
    margin-top: 4vh;
}

.casinoZone .casinoWrapper .content .leftFrame {
    width: 55%;
    position: relative;
    animation: 0.4s ease 0s 1 normal forwards running rightIn-b815f136;
    opacity: 0;
    min-height: 695px;
}

.casinoZone .casinoWrapper .content .leftZone {
    background-image: url("../images/main/liveCasino_bg.html");
    background-size: cover;
    width: 91%;
    padding-bottom: 111%;
    position: relative;
}

.casinoZone .casinoWrapper .content .leftZone .obj {
    background-image: url("../images/main/live_obj01.png");
    background-repeat: no-repeat;
    width: 119%;
    height: 0px;
    padding-bottom: 91%;
    background-size: cover;
    position: absolute;
    margin-left: -10%;
    margin-top: 15%;
}

.casinoZone .casinoWrapper .content .rightZone {
    width: 45%;
}

.casinoZone .casinoWrapper .content .rightZone .txt {
    margin-bottom: 27px;
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: justify;
    animation: 0.4s ease 0s 1 normal forwards running leftIn-b815f136;
    opacity: 0;
}

.casinoZone .casinoWrapper .content .rightZone .txt h2 {
    color: var(--main);
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 10px;
}

.casinoZone .casinoWrapper .content .rightZone .txt p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 0.6vw;
}

.casinoZone .casinoWrapper .content .rightZone .btnA {
    background: linear-gradient(0deg, rgb(242, 208, 155) 0%, rgb(219, 184, 151) 34%, rgb(142, 112, 84) 100%);
    position: relative;
    border-radius: 50px;
    padding: 28px 91px;
    color: #5a3200;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    margin-top: 28px;
    cursor: pointer;
}

.casinoZone .casinoWrapper .content .rightZone .btnA .btnAinner {
    width: 97%;
    height: 97%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, rgb(255, 238, 211) 0%, rgb(219, 184, 151) 75%, rgb(201, 170, 141) 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    box-shadow: #a7b5cc 0 0 .6em;
}

.casinoZone .casinoWrapper .content .rightZone .btnA:hover {
    color: #ffffff;
}

.casinoZone .casinoWrapper .content .rightZone .obj {
    background-image: url("../images/main/live_obj02.png");
    background-repeat: no-repeat;
    width: 50%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    position: absolute;
    top: -23%;
    z-index: 2;
    opacity: 0.8;
    transition: all 0.4s ease-out 0s;
    right: 0%;
    pointer-events: none;
}

.casinoZone .casinoWrapper .content .rightZone .btns {
    z-index: 3;
    position: relative;
    animation: 0.4s ease 0s 1 normal forwards running leftIn-b815f136;
    opacity: 0;
    min-height: 560px;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li {
    width: 31.5%;
    height: 150px;
    border: 1px solid #304059;
    border-radius: 10px;
    padding-bottom: 23px;
    margin-bottom: 21px;
    background: linear-gradient(360deg,#21273a 0%,#0b0f11 100%);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-right: 1.5%;
    transition: all 0.4s ease 0s;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .ppPro {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .ppPro img {
    width: 3.5vw;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .logo {
    position: absolute;
    right: 5%;
    top: 7%;
    z-index: 3;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30%;
    padding-bottom: 12%;
    transition: all 0.3s ease-out 0s;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .model {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 0px;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    z-index: 2;
    margin: 0px auto;
    padding-bottom: 49%;
    top: 5%;
    left: 10%;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li:hover {
    border: 1px solid var(--main);
    filter: drop-shadow(rgb(0, 163, 255) 0px 0px 20px);
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li:hover .model {
    background-position-y: 5px;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .txt01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    bottom: 13px;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .txt01 h2 {
    font-size: 0.9vw;
    color: var(--main);
    font-family: arial;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .txt01 span {
    font-size: 0.4vw;
    color: var(--main);
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li:hover .txt01 h2, .casinoZone .casinoWrapper .content .rightZone .btns ul li:hover .txt01 span {
    color: #ffffff;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li .mask .inner {
    width: 99%;
    height: 99%;
    border-radius: 8px;
    z-index: 1;
    display: none;
    transition: all 0.4s ease-out 0s;
}

.casinoZone .casinoWrapper .content .rightZone .btns ul li:hover .mask, .casinoZone .casinoWrapper .content .rightZone .btns ul li:hover .inner {
    opacity: 1;
}

.aniLogo {
    animation: 1.5s ease 0s infinite normal none running aniLogo-b815f136;
}

@keyframes aniLogo-b815f136 {
    0% {
        background-position-y: 0px;
        transform: scale(1);
    }

    50% {
        background-position-y: 5px;
        transform: scale(1.03);
    }

    100% {
        background-position-y: 0px;
        transform: scale(1);
    }
}

.aniLogo01 {
    animation: 2.6s ease 0s infinite normal none running aniLogo01-b815f136;
}

@keyframes aniLogo01-b815f136 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}

.aniLogo02 {
    animation: 1s ease 0s infinite normal none running aniLogo02-b815f136;
}

@keyframes aniLogo02-b815f136 {
    0% {
        background-position-y: 0px;
        transform: scale(1);
    }

    50% {
        background-position-y: 5px;
        transform: scale(1.01);
    }

    100% {
        background-position-y: 0px;
        transform: scale(1);
    }
}

.aniLogo03 {
    animation: 1s ease 0s infinite normal none running aniLogo03-b815f136;
}

@keyframes aniLogo03-b815f136 {
    0% {
        background-position-y: 0px;
    }

    50% {
        background-position-y: 2px;
    }

    100% {
        background-position-y: 0px;
    }
}

@media (max-width: 1350px) {
    .casinoZone .casinoWrapper .content .rightZone .btns ul li {
        height: 127px;
    }

    .casinoZone .casinoWrapper .content .rightZone .btns ul li .txt01 span {
        font-size: 12px;
    }

    .casinoZone .casinoWrapper .content .rightZone .txt h2 {
        font-size: 22px;
    }

    .casinoZone .casinoWrapper .content .rightZone .txt p {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .casinoZone .casinoWrapper .content .rightZone .btns ul li {
        height: 115px;
    }
}

@media (max-width: 963px) {
    .casinoZone .casinoWrapper .content .rightZone .btns ul li {
        height: 100px;
    }
}

@keyframes leftIn-b815f136 {
    0% {
        transform: translate(50%);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

@keyframes rightIn-b815f136 {
    0% {
        transform: translate(-50%);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

@keyframes topIn-b815f136 {
    0% {
        transform: translateY(-300%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


.v_deep_slot .main_content_wrap_slotGame .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 97px
}

.v_deep_slot .main_content_wrap_slotGame .title .leftZone {
    color: #828282;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 15.3vw;
    transform: translateZ(0);
    margin-right: 1vw
}

.v_deep_slot .main_content_wrap_slotGame .title .leftZone span.icon-iiconLogoB {
    font-size: 2.3vw;
    margin-right: 4px
}

.v_deep_slot .main_content_wrap_slotGame .title .leftZone h4 {
    font-size: 1.4vw;
    margin-right: .5vw
}

.v_deep_slot .main_content_wrap_slotGame .title .leftZone span {
    color: var(--main);
    font-size: 1.4vw
}

.v_deep_slot .main_content_wrap_slotGame .title .line {
    height: 2px;
    width: 69vw;
    background-color: var(--main);
    position: relative
}

.v_deep_slot .main_content_wrap_slotGame .title .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--main);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%,-50%)
}

.v_deep_slot .banner {
    margin-top: 96px
}

.v_deep_slot .aniModel {
    -webkit-animation: aniModel-495dd360 1s infinite;
    animation: aniModel-495dd360 1s infinite
}

@keyframes aniModel-495dd360 {
    0% {
        background-position-y: 0px
    }

    50% {
        background-position-y: 5px
    }

    to {
        background-position-y: 0px
    }
}

@media (max-width: 1572px) {
    .v_deep_slot .main_content_wrap {
        /* width:87%; */
        /* margin-left: 6%; */
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino01 .modelA {
        top: 6%
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino02 .modelA {
        top: 7%
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino03 .modelA,.v_deep_slot .rightContent .contents .casinoZone .content ul li.casino04 .modelA {
        top: 5%
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino05 .modelA {
        top: 6%
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino06 .modelA {
        top: 7%
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino07 .modelA {
        top: 6%
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li.casino08 .modelA {
        top: 5%
    }
}

@media (max-width: 1552px) {
    .v_deep_slot .rightContent .contents .slotZone .leftZone .pic {
        padding-bottom:52%
    }
}

@media (max-width: 1480px) {
    .v_deep_slot .rightContent .contents .slotZone .leftZone .pic {
        padding-bottom:54%
    }
}

@media (max-width: 1420px) {
    .v_deep_slot .rightContent .contents .casinoZone .content ul {
        justify-content:space-between
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li {
        width: 49%;
        height: 180px
    }

    .v_deep_slot .rightContent .contents .casinoZone .content ul li .logo {
        background-size: cover;
        position: absolute;
        right: 24%;
        top: 17%;
        z-index: 2
    }
    .v_deep_slot .rightContent .contents .casinoZone .content ul li .txt {
        left: 50%;
        top: 54%;
        transform: translate(-32%,-17%)
    }

    .v_deep_slot .rightContent .contents .casinoZone {
        width: 85%
    }

    .v_deep_slot .rightContent .contents .slotZone {
        flex-direction: column-reverse
    }

    .v_deep_slot .rightContent .contents .slotZone .rightZone ul li {
        width: 32.8%
    }

    .v_deep_slot .rightContent .contents .slotZone .slotLeft {
        width: 100%
    }

    .v_deep_slot .rightContent .contents .slotZone .rightZone ul {
        display: flex;
        justify-content: space-between
    }

    .v_deep_slot .rightContent .contents .slotZone .rightZone {
        width: 100%
    }

    .v_deep_slot .main_content .main_content_wrap .infoZone {
        width: 85%
    }

    .v_deep_slot .main_content .main_content_wrap .infoZone .info01 .list .listA .message {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 183px
    }
}

.v_deep_slot .main_content_wrap_slotGame {
    /* width: 94%; */
}

.v_deep_slot .gameZoneA {
    margin-top: 20px;
}

.v_deep_slot .gameZoneA .tabZone {
    animation: leftIn-495dd360 .4s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.v_deep_slot .gameZoneA .all-3party {
    width: 100%;
}

.v_deep_slot .gameZoneA .all-3party .more {
    width: 100%;
    /* height: 47px; */
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.v_deep_slot .gameZoneA .all-3party .more:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--main);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.v_deep_slot .gameZoneA .all-3party .more .arrow-zone {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #131517;
    z-index: 1;
    padding: 12px 0;
    cursor: pointer;
    border-radius: 100px
}

.v_deep_slot .gameZoneA .all-3party .more .arrow-zone .arrow-g {
    position: relative;
    height: 47px;
    width: 20px
}

.v_deep_slot .gameZoneA .all-3party .more .arrow-zone .arrow-g span {
    color: var(--main);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .4s ease-out;
    transform: translate(-50%,-50%) rotate(180deg)
}

.v_deep_slot .gameZoneA .all-3party .more .arrowGO .arrow-g span {
    transform: translate(-50%,-50%) rotate(0)
}

.v_deep_slot .gameZoneA .all-3party .more .arrow-zone .txt {
    color: var(--main);
    font-size: 18px;
    padding: 0 9px
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame span {
    font-size: 2.5vw;
    background: rgb(161,170,195);
    background: linear-gradient(360deg,rgb(161,170,195) 0%,rgb(216,219,239) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    transition: .4s ease-out
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame h4 {
    color: #ffffff;
    font-size: 14px;
    transition: .4s ease-out;
    white-space: normal;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    word-wrap: break-word
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame:hover span {
    background: rgb(215,175,138);
    background: linear-gradient(360deg,rgb(215,175,138) 0%,rgb(215,175,138) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame.active h4,.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame:hover h4 {
    color: var(--main)
}

.v_deep_slot .gameZoneA .tabZone ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    height: 100px;
    overflow: hidden;
}
.v_deep_slot .gameZoneA .tabZone ul.all {
    height:auto;
}
.v_deep_slot .gameZoneA .tabZone ul li {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    transition: .4s ease-out;
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #565555;
    flex-direction: column;
    align-items: center;
    border-radius: 7px;
    height: 100px;
}

.v_deep_slot .gameZoneA .tabZone ul li span {
    font-size: 46px;
    background: #b4b4b4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .4s ease-out;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.v_deep_slot .gameZoneA .tabZone ul li h4 {
    color: #ffffff;
    font-size: 14px;
    transition: .4s ease-out;
    white-space: normal;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    margin-top: 5px;
}

.v_deep_slot .gameZoneA .tabZone ul li:hover,.v_deep_slot .gameZoneA .tabZone ul li.active {
    color: var(--main);
    border-color: var(--main);
}

.v_deep_slot .gameZoneA .tabZone ul li .event-tip,.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .event-tip {
    background-color: #f20f2a;
    color: #fff;
    padding: 4px;
    position: relative;
    font-size: .5vw;
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #f20f2a;
    font-weight: bolder;
    letter-spacing: .5px;
    margin: 7px 0
}

.v_deep_slot .gameZoneA .tabZone ul li .event-tip:before,.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .event-tip:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #f20f2a;
    position: absolute;
    left: -12px;
    top: 0px
}

.v_deep_slot .gameZoneA .tabZone ul li.active span,.v_deep_slot .gameZoneA .tabZone ul li:hover span {
    background: var(--main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.v_deep_slot .gameZoneA .tabZone ul li .pic {
    width: 3.5vw;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.v_deep_slot .gameZoneA .tabZone ul li .innerPic {
    width: 100%;
    padding-bottom: 66.3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s ease-out;
    filter: grayscale(1);
}
.v_deep_slot .gameZoneA .tabZone ul li:hover .innerPic,
.v_deep_slot .gameZoneA .tabZone ul li.active .innerPic {
    filter: grayscale(0);
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    width: 10%;
    margin-top: 20px;
    flex-wrap: wrap
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .pic {
    width: 3.5vw;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .innerPic {
    width: 100%;
    padding-bottom: 66.3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s ease-out;
    filter: grayscale(1);
}


.v_deep_slot .gameZoneA .tabZone ul li.maintainGo .maintain {
    display: flex
}

.v_deep_slot .gameZoneA .tabZone ul li .maintain {
    display: none;
    background-image: linear-gradient(0deg,rgba(0,168,234,.75),rgba(0,168,234,.75));
    border-radius: 10px;
    width: 121px;
    height: 90px;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 7px;
    cursor: none
}

.v_deep_slot .gameZoneA .tabZone ul li .maintain span,.v_deep_slot .gameZoneA .tabZone ul .active .maintain span {
    font-size: 46px;
    background: #ffffff;
    -webkit-background-clip: text
}

.v_deep_slot .gameZoneA .tabZone ul li .maintain h4 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    transform: scale(.8)
}

.v_deep_slot .gameZoneA .tabZone .searchZone {
    position: relative;
    width: 300px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.v_deep_slot .gameZoneA .tabZone .searchZone input {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 9%;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #0b0b11;
    border-radius: 6px
}

.v_deep_slot .gameZoneA .tabZone .searchZone input:placeholder-shown + .searchIcon .icon-search{
    display: block;
}

.v_deep_slot .gameZoneA .tabZone .searchZone input:placeholder-shown + .searchIcon .icon-delet{
    display: none;
}

.v_deep_slot .gameZoneA .tabZone .searchZone input:not(:placeholder-shown) + .searchIcon .icon-search{
    display: none;
}

.v_deep_slot .gameZoneA .tabZone .searchZone input:not(:placeholder-shown) + .searchIcon .icon-delet{
    display: block;
}

.v_deep_slot .gameZoneA .tabZone .searchZone input::placeholder {
    color: #b6b6b6;
    font-size: 14px
}

.v_deep_slot .gameZoneA .tabZone .searchZone .searchIcon {
    position: absolute;
    right: 0px;
    top: 9px
}

.v_deep_slot .gameZoneA .tabZone .searchZone .searchIcon span {
    color: #b4b4b4;
    font-size: 13px;
    padding: 2px;
    cursor: pointer;
}


.v_deep_slot .gameZoneA .slotZone {
    /* overflow: hidden; */
    height: auto;
    width: 100%;
    padding-bottom: 11px;
    animation: downIn-495dd360 .4s;
    animation-fill-mode: forwards;
    opacity: 0;
    padding: 15px 0;
}

.v_deep_slot .gameZoneA .slotZone.off {
    animation-name: none
}

.v_deep_slot .gameZoneA .slotZone ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12%, 1fr));
    gap: 0 1%;
    /* flex-wrap: wrap; */
    /* justify-content: start; */
}

.v_deep_slot .gameZoneA .slotZone ul li {
    margin-bottom: 10px;
    width: 100%;
    /* margin-right: 12px; */
    min-height: 15.5vh;
    position: relative
}


.v_deep_slot .gameZoneA .slotZone ul li {
    /* text-decoration: none; */
}

.v_deep_slot .gameZoneA .slotZone ul li .pic {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #2e3135;
    border: 1px solid #304059;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 25px;
}

.v_deep_slot .gameZoneA .slotZone ul li .pic .logoFrame img {
    height: 23px;
    width: auto
}

.v_deep_slot .gameZoneA .slotZone ul li .pic .logoFrame {
    clip-path: polygon(41% 0%,100% 0%,100% 100%,55% 100%);
    background-color: #000;
    width: 115%;
    height: 37px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 57%
}

.v_deep_slot .gameZoneA .slotZone ul li .pic .ppPro {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2
}

.v_deep_slot .gameZoneA .slotZone ul li .pic .ppPro img {
    width: 4.5vw
}

.v_deep_slot .gameZoneA .slotZone ul li .pic img {
    z-index: 1;
    position: relative;
    transition: .3s ease-out;
    width: 100%;
    height: auto
}

.v_deep_slot .gameZoneA .slotZone ul li .pic:before {
    content: "";
    position: absolute;
    width: 177px;
    height: 177px;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.v_deep_slot .gameZoneA .slotZone ul li .name {
    position: relative;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.v_deep_slot .gameZoneA .slotZone ul li .name .favour {
    cursor: pointer;
}

.v_deep_slot .gameZoneA .slotZone ul li .name .favour::before {
    margin: 0px 10px;
    color: #4e4e4e;
    content: "\e90a";
    font-family: 'icomoon';
}

.v_deep_slot .gameZoneA .slotZone ul li.pinned .name .favour::before {
    color: white;
}

.v_deep_slot .gameZoneA .slotZone ul li .mask {
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    z-index: 2;
    position: absolute;
    border-radius: 5px;
    display: none;
    transition: .4s ease-out;
    cursor: pointer
}

.v_deep_slot .gameZoneA .slotZone ul li .mask .imgFrame {
    height: 24%;
    width: 100%!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-116%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.v_deep_slot .gameZoneA .slotZone ul li .mask .imgFrame img {
    height: auto!important;
    width: 45px!important
}

.v_deep_slot .gameZoneA .slotZone ul li .cubeLogo .imgFrame img {
    width: 26%!important
}

.v_deep_slot .gameZoneA .slotZone ul li .cubeLogo .imgFrame {
    transform: translate(-50%,-138%)!important
}

.v_deep_slot .gameZoneA .slotZone ul li:hover .pic>img {
    transform: rotate(10deg) scale(1.1)
}

.v_deep_slot .gameZoneA .slotZone ul li .mask .gogo {
    width: 60%;
    height: 44px;
    position: relative;
    cursor: pointer;
    transition: .4s ease-out;
    box-shadow: 6px 5px 7px #a7b5cc .5;
    background: var(--main);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,6%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.v_deep_slot .gameZoneA .slotZone ul li .mask .gogo span {
    color: #ffffff;
    font-size: .8vw
}

.v_deep_slot .gameZoneA .slotZone ul li:hover .mask {
    display: block
}

.v_deep_slot .gameZoneA .slotZone ul li .heart01 {
    position: absolute;
    top: 4px;
    left: -4px;
    cursor: pointer
}

.v_deep_slot .gameZoneA .slotZone ul li .heart01 span {
    transition: all .2s linear;
    font-size: 25px!important;
    font-weight: 400!important;
    color: #666666!important;
    position: absolute
}

.v_deep_slot .gameZoneA .slotZone ul li .heart:before {
    display: none!important
}

.v_deep_slot .gameZoneA .slotZone ul li .heart {
    position: absolute;
    top: -7px;
    left: -15px
}

.v_deep_slot .gameZoneA .slotZone ul li .heart label:before {
    display: none
}

.v_deep_slot [class^=fa] {
    font-style: normal
}

.v_deep_slot input[name^=like],.v_deep_slot input[name^=favourite] {
    display: none
}

.v_deep_slot input[name^=like]+label[for],.v_deep_slot input[name^=favourite]+label[for] {
    background-color: #fef26b;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    color: #ffffff;
    cursor: pointer;
    font-weight: 300;
    margin: .35em;
    padding: 6px 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.v_deep_slot input[name^=favourite]+label[for] {
    background-color: #face1f
}

.v_deep_slot input[name^=like]+label[for]:hover,.v_deep_slot input[name^=like]+label[for]:focus,.v_deep_slot input[name^=favourite]+label[for]:hover,.v_deep_slot input[name^=favourite]+label[for]:focus {
    background-color: #face1f;
    outline: 0
}

.v_deep_slot input[name^=favourite]+label[for]:hover,.v_deep_slot input[name^=favourite]+label[for]:focus {
    background-color: #face1f
}

.v_deep_slot input[name^=like]+label[for].transparent {
    background-color: transparent;
    color: #face1f
}

.v_deep_slot input[name^=favourite]+label[for].transparent {
    background-color: transparent;
    color: #face1f
}

.v_deep_slot input[name^=like]+label[for].transparent:hover,.v_deep_slot input[name^=like]+label[for].transparent:focus,.v_deep_slot input[name^=favourite]+label[for].transparent:hover,.v_deep_slot input[name^=favourite]+label[for].transparent:focus {
    color: #face1f
}

.v_deep_slot input[name^=favourite]+label[for].transparent:hover,.v_deep_slot input[name^=favourite]+label[for].transparent:focus {
    color: #face1f
}

.v_deep_slot input[name^=like]+label[for].transparent:hover .icon-icconFavorFull,.v_deep_slot input[name^=like]+label[for].transparent:focus .icon-icconFavorFull,.v_deep_slot input[name^=favourite]+label[for].transparent:hover .icon-icconFavorFull,.v_deep_slot input[name^=favourite]+label[for].transparent:focus .icon-icconFavorFull {
    opacity: .25
}

.v_deep_slot input[name^=favourite]+label[for].transparent :hover,.v_deep_slot input[name^=favourite]+label[for].transparent :focus {
    color: #face1f
}

.v_deep_slot input[name^=like]+label[for] .do,.v_deep_slot input[name^=like]+label[for] .done,.v_deep_slot input[name^=favourite]+label[for] .do,.v_deep_slot input[name^=favourite]+label[for] .done {
    margin-left: .35em
}

.v_deep_slot input[name^=like]+label[for] .done,.v_deep_slot input[name^=favourite]+label[for] .done,.v_deep_slot input[name^=like]:checked+label[for] .do,.v_deep_slot input[name^=favourite]:checked+label[for] .do {
    display: none
}

.v_deep_slot input[name^=like]+label[for] .do,.v_deep_slot input[name^=favourite]+label[for] .do,.v_deep_slot input[name^=like]:checked+label[for] .done,.v_deep_slot input[name^=favourite]:checked+label[for] .done {
    display: inline-block
}

.v_deep_slot input[name^=like]+label[for] .fa,.v_deep_slot input[name^=favourite]+label[for] .fa {
    display: inline-block;
    position: relative
}

.v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavor,.v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavor {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 25px;
    color: #666666
}

.v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavorFull,.v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavorFull {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 25px;
    color: #666666
}

.v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavorFull.fx {
    color: #face1f
}

.v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavorFull.fx {
    color: #face1f
}

.v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavor,.v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavor {
    opacity: 0
}

.v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavorFull,.v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavorFull {
    opacity: 1
}

.v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavorFull.fx,.v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavorFull.fx {
    -moz-animation: expand-495dd360 .65s cubic-bezier(.43,.475,1,.08);
    -o-animation: expand-495dd360 .65s cubic-bezier(.43,.475,1,.08);
    -webkit-animation: expand-495dd360 .65s cubic-bezier(.43,.475,1,.08);
    animation: expand-495dd360 .65s cubic-bezier(.43,.475,1,.08);
    opacity: 0
}

@keyframes expand-495dd360 {
    0% {
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(2,2);
        -o-transform: scale(2,2);
        -webkit-transform: scale(2,2);
        transform: scale(2);
        opacity: .7
    }

    to {
        -moz-transform: scale(6,6);
        -o-transform: scale(6,6);
        -webkit-transform: scale(6,6);
        transform: scale(6);
        opacity: 0
    }
}

.v_deep_slot .gameZoneA .slotZone .pager_block {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 10px
}

.v_deep_slot .gameZoneA .slotZone .pager_block .page-list {
    text-align: center;
    display: flex;
    margin: 0 auto
}

.v_deep_slot .gameZoneA .slotZone .pager_block ul {
    width: auto;
    display: inline-block!important;
    padding: 0
}

.v_deep_slot .gameZoneA .slotZone .pager_block ul li {
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 0!important;
    width: auto!important;
    margin-right: 2px!important
}

.v_deep_slot .gameZoneA .slotZone .pager_block ul .prev {
    margin-left: 0
}

.v_deep_slot .gameZoneA .slotZone .pager_block ul li a {
    font-size: 12px;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 0 12px;
    border-radius: 3px;
    transition: .4s ease-out;
    text-decoration: none
}

.v_deep_slot .gameZoneA .slotZone .pager_block ul li a:hover {
    border: 1px solid #616469
}

.v_deep_slot .gameZoneA .slotZone .pager_block ul .on,
.v_deep_slot .gameZoneA .slotZone .pager_block ul .active,
.v_deep_slot .gameZoneA .slotZone .pager_block ul li:hover a {
    color: #ffffff;
    background: var(--main);
    border: 1px solid var(--main)
}

.v_deep_slot .pager_block ul .first span,.v_deep_slot .pager_block ul .last span {
    position: relative
}

.v_deep_slot .pager_block ul .first span:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #6a7391;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(25px,-50%)
}

.v_deep_slot .pager_block ul .last span:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #6a7391;
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-22px,-50%)
}

.v_deep_slot .pager_block ul li.first:hover a,.v_deep_slot .pager_block ul li.prev:hover a,.v_deep_slot .pager_block ul li.next:hover a,.v_deep_slot .pager_block ul li.last:hover a {
    color: #ffffff!important;
    background: var(--main)!important;
    border: 1px solid var(--main)!important
}

.v_deep_slot .activePlay {
    -webkit-animation: activePlay-495dd360 1s infinite;
    animation: activePlay-495dd360 1s infinite
}

@keyframes activePlay-495dd360 {
    0% {
        transform: translate(-50%,6%)
    }

    50% {
        transform: translate(-50%)
    }

    to {
        transform: translate(-50%,6%)
    }
}

.v_deep_slot .aniTab {
    -webkit-animation: aniTab-495dd360 1s infinite;
    animation: aniTab-495dd360 1s infinite
}

@keyframes aniTab-495dd360 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes leftIn-495dd360 {
    0% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translate(50%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes topIn-495dd360 {
    0% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes downIn-495dd360 {
    0% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.v_deep_slot input::-webkit-calendar-picker-indicator {
    opacity: 0
}

.v_deep_slot input[type=text]:not(.browser-default):focus:not([readonly]) {
    box-shadow: none
}

.fixHeight{
    min-height: 100vh
}