@font-face {
    font-family: Inter-Regular;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter-Regular;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Inter-Bold;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Inter-RegularHL;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter-RegularHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Inter-BoldHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}

.blue_btn{
    color: #FFF;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 50px;
    background: #135EE2 !important;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40) !important;
}
.blue_btn:hover{
    color: #FFF;
    background: #0F4BB5 !important;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40) !important;
}
.blue_btn:focus{
    color: #FFF;
    background: #135EE2 !important;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40), 0 0 0 2px #FFF, 0 0 0 4px #141414 !important;
}
.blue_btn:disabled{
    color: rgba(0, 0, 0, 0.23);
    background: rgba(0, 0, 0, 0.06) !important;
}


.white_btn{
    color: #135EE2;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40);
}

.white_btn:hover{
    color: #0F4BB5;
    background: #F7F8FA;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40);
}

.white_btn:focus{
    color: #135EE2;
    background: #FFF;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40), 0 0 0 2px #FFF, 0 0 0 4px #141414 !important;
}

.white_btn:disabled{
    color: rgba(0, 0, 0, 0.23);
    background: rgba(0, 0, 0, 0.06);
}


.white_noborder_btn{
    color: #135EE2;
    background: #FFF;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 50px;
    box-shadow: none;
}

.white_noborder_btn:hover{
    color: #0F4BB5;
    background: rgba(0, 0, 0, 0.04);
}

.white_noborder_btn:focus{
    color: #135EE2;
    background: #FFF;
    box-shadow: 0 1px 6px 0 rgba(163, 163, 163, 0.40), 0 0 0 2px #FFF, 0 0 0 4px #141414 !important;
}

.white_noborder_btn:disabled{
    color: rgba(0, 0, 0, 0.23);
    background: #FFF;
}