* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

#app {
    width: 100%;
}

body {
    margin: 0;
}

p {
    margin: 0;
}

a,
a:focus,
a:active,
a:active:focus {
    text-decoration: underline;
    line-height: 1.5;
}

a:hover {
    text-decoration: none;
    color: #969696;
}

.lh-15 {
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

[v-cloak] {
    display: none;
}

.rl-hidden {
    display: none !important;
}

/* space */
.rl-row-bottom-p-40 {
    padding-bottom: 40px;
}

.rl-row-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rl-row-bottom-15 {
    margin-bottom: 15px;
}

.rl-row-bottom-p-20 {
    padding-bottom: 20px;
}

.rl-row-top-10 {
    margin-top: 10px;
}

.rl-row-bottom-5 {
    margin-bottom: 5px;
}

.message {
    color: #f56151;
    min-height: 20px;
    margin-bottom: 3px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fullyCenter-warpper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

/* layout */
.rl-main-container,
.main-close {
    width: 630px;
    margin: 0 auto;
}

.rl-main-container {
    min-height: 282px;
    margin: 45px auto;
    /* margin: 0 auto; */
}

.main-close {
    padding: 15px 0;
}

.btn-close {
    background-color: transparent;
    color: #969696;
    border: 1px solid #c8c8c8;
    padding: 10px;
    cursor: pointer;
    max-width: 180px;
    float: right;
}

.btn-close:hover {
    background-color: #757575;
    color: #e4e4e4;
}

.main-title {
    font-size: 24px;
}

.main-dividers {
    width: 1px;
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
}

.main-dividers-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    padding: 20px 10px;
}

.rl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-flex-item {
    width: calc((100% - 61px) / 2);
}

.main-input {
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    color: #999;
    height: 40px;
}

.sl-login {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    height: 40px;
}

.sl-login.btn-disabled {
    border-color: #969696;
}

.sl-login.btn-disabled a {
    cursor: not-allowed;
    pointer-events: none;
}

.rl-rel {
    position: relative;
}

.sl-login-text {
    color: #707070;
    pointer-events: none;
    font-size: 14px;
    margin-left: 10px
}

.sl-login.btn-disabled .sl-login-text {
    color: rgba(255, 255, 255, 0.4);
}

.waiting-desc {
    width: 50%;
    margin: 0 auto;
}

/* button */
.btn-rllogin {
    background-color: #3B97CF;
    border-radius: 4px;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    height: 40px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

.btn-rllogin:hover,
.sl-login:hover {
    filter: brightness(1.1);
}

/* loading cursor */
.spinner {
    margin: 70px auto 60px;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.border-gray {
    border: 1px solid #c0c0c0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cursor-noallowed {
    cursor: not-allowed;
}

.loading-warpper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
}

.main-dividers-h {
    border-bottom: 1px solid #c8c8c8;
}

.main-dividers {
    border-left: 1px solid #c8c8c8;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
}

.checkbox-wrapper input[type="checkbox"] {
    accent-color: #3B97CF;
    height: 18px;
    margin: 0 8px 0 0;
}

/* theme */
.btn-disabled {
    background-color: #969696 !important;
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed !important;
}

/* theme-dark */
.theme-dark input:-webkit-autofill {
    -webkit-text-fill-color: #f3f3f3 !important;
}

.theme-dark,
.theme-dark .main-dividers-text {
    background-color: #131313;
}

.theme-dark,
.theme-dark a,
.theme-dark a:focus,
.theme-dark a:active,
.theme-dark a:active:focus {
    color: #c8c8c8;
}

.theme-dark .main-title {
    color: #fff;
}

.theme-dark .main-dividers {
    border-left: 1px solid #505050;
}

.theme-dark .main-dividers-h {
    border-bottom: 1px solid #505050;
}

.theme-dark .main-input {
    color: #c8c8c8;
    background-color: #1d1d1d;
    border: none;
}

.theme-dark input::placeholder {
    color: #707070;
}

.theme-dark input:focus::placeholder {
    color: #c8c8c8;
}

.theme-dark .sl-login {
    border-color: #707070;
}

.theme-dark .sl-login.btn-disabled {
    border-color: #969696;
}

.theme-dark .sl-login:hover {
    background-color: #282828;
}

.theme-dark .sl-login-text {
    color: #fff;
}

.theme-dark input:-webkit-autofill {
    box-shadow: 0 0 0 30px #1d1d1d inset !important;
}

.theme-dark .btn-rllogin {
    color: #131313;
}

.theme-dark .btn-rllogin.btn-disabled,
.theme-dark .sl-login.btn-disabled .sl-login-text {
    color: #c8c8c8;
}

.theme-dark .btn-close {
    color: #e4e4e4;
    border: 1px solid #505050;
}

.theme-dark .btn-close:hover {
    background-color: #505050;
    color: #e4e4e4;
}

/* theme-light */
.main-dividers-text,
.theme-light .main-dividers-text,
.theme-light {
    background-color: #fff;
}

.theme-light,
.theme-light a,
.theme-light a:focus,
.theme-light a:active,
.theme-light a:active:focus {
    color: #707070;
}

.theme-light .main-title {
    color: #000;
}

.theme-light input::placeholder {
    color: #707070;
}

.theme-light input:focus::placeholder {
    color: #b4b4b4;
}

.theme-light .main-input {
    color: #707070;
    background-color: #f3f3f3;
    border: none;
}

.theme-light .main-dividers {
    border-left: 1px solid #c8c8c8;
}

.theme-light input:-webkit-autofill {
    -webkit-text-fill-color: #707070 !important;
    box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

.theme-light .main-dividers-h {
    border-bottom: 1px solid #c8c8c8;
}

.theme-light .sl-login {
    border-color: #c8c8c8;
}

.theme-light .sl-login.btn-disabled {
    border-color: #969696;
}

.theme-light .sl-login:hover {
    background-color: #f3f3f3;
}

.theme-light .btn-rllogin {
    color: white;
}

.theme-light .btn-rllogin.btn-disabled,
.theme-light .sl-login.btn-disabled .sl-login-text {
    color: white;
}


.theme-light .btn-close {
    color: #969696;
    border: 1px solid #c8c8c8;
}

.theme-light .btn-close:hover {
    background-color: #757575;
    color: #e4e4e4;
}

.btn-close:focus,
.btn-rllogin:focus {
    outline: 1px solid #4d90fe;
}

.loading-warpper,
.theme-light .loading-warpper {
    background-color: rgba(255, 255, 255, 0.8);
}

.theme-dark .loading-warpper {
    background-color: rgba(0, 0, 0, 0.8);
}

.privacy-wrapper {
    position: absolute;
    bottom: 0;
    font-family: 'arial', 'Roboto', sans-serif;
    line-height: 2;
}

.collapse-icon-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}

/* collapse-icon */
.collapse-icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
}

.collapse-icon:before,
.collapse-icon:after {
    content: "";
    position: absolute;
    background-color: #c8c8c8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /* -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; */
}

.collapse-icon:before {
    top: 6px;
    left: 50%;
    width: 2px;
    height: 60%;
    margin-left: -1px;
}

.collapse-icon:after {
    top: 55%;
    left: 6px;
    width: 60%;
    height: 2px;
    margin-top: -2px;
}