* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #f6f6f6;
}
::-webkit-scrollbar {
    width: 0;
}

html,
body {
    background-color: #1a2c38;
    height: 100%;
    width: 100%;
    font-family: "Montserrat-Medium", sans-serif !important;
    color: #ffffff;
    user-select: none;
    overflow: auto;

  
}
body{
    background-color: #1f2128;
}

img {
    object-fit: cover;
}

#splash{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

.v-b-t{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity:1;
    transition: all 1.5s;
    background-color: #1f2128;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.v-t{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999999;
    opacity:1;
    transition: all 1.5s;
}
.v-t>video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.spinner {
    margin: 0 10px;
    position: relative;
    width: 50px;
    height: 50px;
}

.container1>div,
.container2>div,
.container3>div {
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1s infinite linear;
    animation: bouncedelay 1s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.vc-switch, .vc-panel{
    z-index: 10000000000 !important;
}


@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-center {
    justify-content: center;
    align-items: center;
    
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-just-center {
    justify-content: center;
}

.flex-just-between {
    justify-content: space-between;
}

.flex-just-round {
    justify-content: space-around;
}

.flex-just-end {
    justify-content: flex-end;
}

.flex-align-center {
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-stretch {
    align-items: stretch;
}

.flex-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex-grow: 1;
}

.s-line-1,
.s-line-2,
.s-line-3,
.s-line-4,
.s-line-5 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.s-line-1 {
    -webkit-line-clamp: 1;
}

.s-line-2 {
    -webkit-line-clamp: 2;
}

.s-line-3 {
    -webkit-line-clamp: 3;
}

.s-line-4 {
    -webkit-line-clamp: 4;
}

.s-line-5 {
    -webkit-line-clamp: 5;
}

.position-ab {
    position: absolute !important;
}

.position-re {
    position: relative !important;
}

.box-size {
    box-sizing: border-box;
}

.pointer {
    cursor: pointer;
}

.w-1 {
    width: 100%;
}

.h-1 {
    height: 100%;
}

.w-h-1 {
    width: 100%;
    height: 100%;
}

.w-0 {
    width: 0;
}

.h-0 {
    height: 0;
}


#app {
    height: 100%;
    width: 100%;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}