
.colored_ball[data-v-058b33fe] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #F7FBFF;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
            box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.fill[data-v-058b33fe] {
    height: 26.67px;
    width: 26.67px;
    border-radius: 50%;
    background-color: #BBCEDF;
}
.fill.orange[data-v-058b33fe] {
    background-color: #FFA635;
}
.fill.green[data-v-058b33fe] {
    background: radial-gradient(circle, #6C9258 0%, #7EA56C 100%);
}


.requestSignIframe[data-v-2d07e705] {
    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;
}
iframe[data-v-2d07e705] {
    width: 80%;
    height: 80%;
}


.custom_modal[data-v-347fe9fa] {
    min-height: 300px;
    height: 30%;
}
.alertModal[data-v-347fe9fa] {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.closeModalButton[data-v-347fe9fa] {
    position: absolute;
    background: transparent;
    border: none;
    top: 20px;
    right: 20px;
    padding: 0;
}
.closeModalButton img[data-v-347fe9fa] {
        width: 25px;
}
.infoIcon[data-v-347fe9fa] {
    width: 25px;
    margin-bottom: 8px;
}
.inter_22[data-v-347fe9fa] {
    color: #FF5C5C;
    margin-bottom: 30px;
}
.inter_14[data-v-347fe9fa] {
    width: 90%;
    font-size: 16px;
    line-height: 20px;
}
.buttonsContainer button[data-v-347fe9fa] {
    width: 48%;
    padding: 15px;
}


.footerButton[data-v-26c33ad6] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    height: 65px;
    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;
    z-index: 2;
}
.footerButton button[data-v-26c33ad6] {
        width: 100%;
        max-width: 475px;
}

