
/* spinner */
.spinnerContainer[data-v-42ecdfcf] {
    background: rgba(35, 34, 59, 0.95);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinnerContainer img[data-v-42ecdfcf] {
        width: 60px;
        height: 60px;
}


.__modalsContainer[data-v-5a3f7198] {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        overflow: auto;
        display: none;
        z-index: 999999;
}
.__modalBg[data-v-5a3f7198] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
}
.__show[data-v-5a3f7198] {
        display: flex;
}



body.__modal-open {
    overflow: hidden;
}

* {
    font-family: 'CircularStd';
    font-weight: 500;
}

/* body */
body {
    margin: 0;
}

/* inputs */
input[type="text"], input[type="email"] {
    background-color: #ffe0ec;
    color: #606060;
    border: none;
    height: 35px;
    margin-top: 30px;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 20px;
    width: calc(100% - 60px);
    font-size: 14px;
    font-weight: 600;
    color: #606060;
}

input::-moz-placeholder {
    color: #606060;
}

input:-ms-input-placeholder {
    color: #606060;
}

input::placeholder {
    color: #606060;
}

/* cursor */
.pointer {
    cursor: pointer;
}

/* colors */
.fc_yellow {
    color: #e9bf23!important;
}

.fc_dark_gray {
    color: #777a80!important;
}

.fc_pink {
    color: #e5206b!important;
}

.fc_green {
    color: #5abb9b!important;
}

.fc_blue {
    color: #2b79be!important;
}

.fc_white {
    color: white;
}

/* font size */
.fs_14 {
    font-size: 14px;
}

.fs_20 {
    font-size: 20px;
}

.fs_26 {
    font-size: 26px;
}

.fs_32 {
    font-size: 32px;
}

.fs_45 {
    font-size: 45px;
}

.fs_52 {
    font-size: 52px;
}

.fs_72 {
    font-size: 72px;
}

.fs_104 {
    font-size: 104px;
}

.fs_170 {
    font-size: 170px;
}

/* font weight */
.fw_700 {
    font-weight: 700;
}

/* background */
.bg_yellow {
    background-color: #e9bf23!important;
}

.bg_gray {
    background-color: #b4a997!important;
}

.bg_dark_gray {
    background-color: #777a80!important;
}

.bg_pink {
    background-color: #e5206b!important;
}

.bg_softpink {
    background-color: #fee5ef!important;
}

.bg_green {
    background-color: #5abb9b!important;
}

.bg_blue {
    background-color: #2b79be!important;
}

/* width */
.w_auto {
    width: auto!important;
}

.w_50 {
    width: 50%;
}

.w_75 {
    width: 75%;
}

.w_100 {
    width: 100%;
}

.mw_100vw {
    min-width: 100vw;
}

.Mw_100vw {
    max-width: 100vw;
}

/* height */
.h_100 {
    height: 100%;
}

.mh_100vh {
    min-height: 100vh;
}

.Mh_100vh {
    max-height: 100vh;
}

/* padding */
.p_0 {
    padding: 0!important;
}

.p_20 {
    padding: 20px;
}

/* overflow */
.overflow_x_auto {
    overflow-x: auto;
}

.overflow_y_auto {
    overflow-y: auto;
}

.overflow_auto {
    overflow: auto;
}

.overflow_hidden {
    overflow: hidden;
}

/* specific class */
.page_layout {
    min-height: calc(100vh - 40px);
    min-width: calc(100% - 40px);
    padding: 20px;
}

/* margin */
.mt_40px {
    margin-top: 40px!important;
}

.mt_20px {
    margin-top: 20px!important;
}

.mt_50px {
    margin-top: 50px!important;
}

.mt_100px {
    margin-top: 100px!important;
}

.mb_50px {
    margin-bottom: 50px!important;
}

/* display */
.d_none {
    display: none;
}

/* flex */
.d_flex {
    display: flex;
}

.flex_jc_center {
    justify-content: center;
}

.flex_jc_between {
    justify-content: space-between;
}

.flex_ai_center {
    align-items: center;
}

.flex_column {
    flex-direction: column;
}

.flex_wrap {
    flex-wrap: wrap;
}

/* button */
.button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 220px;
    border: none;
    height: 35px;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.button.button_pink {
    background-color: #e5206b;
    color: white;
}

.button.button_yellow {
    color: #e5206b;
    background-color: #e9bf23;
}

.button.button_dark_gray {
    color: #777a80;
    border: 1px solid #777a80;
    background-color: transparent;
}

.button:disabled {
    opacity: 0.4;
}

/* background logo */
.logo_background {
    background-size: 120vh;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../img/background_logo.a03ed229.png);
}

/* close icon */
.close_icon {
    height: 20px;
    width: 20px;
    padding: 10px;
}

/* text position */
.text_center {
    text-align: center;
}

/* desktop background */
.desktop_background {
    background-image: url(../img/desktop_background_bottom.7577a395.png), url(../img/desktop_background_top.3c43c8e0.png);
    background-position: -562px 48vh, 69vw -61vh;
    background-repeat: no-repeat, no-repeat;
    background-size: 60%;
}

/* position */
.pos_relative {
    position: relative;
}
/* CircularStd */
@font-face {
    font-family: 'CircularStd';
    font-weight: 350;
    src: url(../fonts/CircularStd-Book.6365c40a.otf);
}
@font-face {
    font-family: 'CircularStd';
    font-weight: 500;
    src: url(../fonts/CircularStd-Medium.4fcdd97f.otf);
}
@font-face {
    font-family: 'CircularStd';
    font-weight: 700;
    src: url(../fonts/CircularStd-Bold.6baed2bf.otf);
}
@font-face {
    font-family: 'CircularStd';
    font-weight: 900;
    src: url(../fonts/CircularStd-Black.7f42d848.otf);
}
