/* display */
.full {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #eff1f5;
    transition: 0.2s;
    z-index: 2;
}
.full .header {
    padding: 20px;
    font-size: 18px;
    letter-spacing: 2px;
    display: flex;
    position: relative;
    line-height: 21px;
    justify-content: center;
    align-items: center;
}
.full .header .back {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.box {
    box-sizing: border-box;
}
.w100 {
    width: 100%;
}
.w50-5 {
    width: calc(50% - 5px);
}
.flex {
    display: flex;
}
.row {
    flex-direction: row;
}
.col {
    flex-direction: column;
}
.ai_stretch {
    align-items: stretch;
}
.ai_center {
    align-items: center;
}
.ai_start {
    align-items: flex-start;
}
.ai_end {
    align-items: flex-end;
}
.jc_sb {
    justify-content: space-between;
}
.jc_sa {
    justify-content: space-around;
}
.jc_center {
    justify-content: center;
}
.jc_end {
    justify-content: end;
}

/*inputs*/
input,
select {
    outline: none;
    border: none;
    text-align: center;
    display: block;
    font-size: 100%;
}
select {
    padding: 10px 20px;
    padding-right: 60px;
    display: block;
    /** for the dropdown indicator */
    appearance: none;
    background: #dee2e7 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
}

.input_phone span {
    border-right: 1px solid #00000014;
    box-sizing: border-box;
}
/* fonts */
@font-face {
    font-family: 'FGD';
    src: url('../fonts/FRADM.TTF') format('truetype');
}
@font-face {
    font-family: 'FGDM';
    src: url('../fonts/FRAMD.TTF') format('truetype');
}
.bold {
    font-family: FGD;
}
.medium {
    font-family: FGDM;
}

/* colors */
.white_block {
    background: white;
}
.grey_block {
    background: #eff1f5;
}
.grey2_block {
    background: #dee2e7;
}
.blue_block {
    background: #006ba9;
}
.green_block {
    background: #129537;
}
.lgreen_block {
    background: #5cb85c;
}
.yellow_block {
    background: #d48b1c;
}
.blue_svg {
    fill: #006ba9;
}
.white_svg {
    fill: white;
}
.grey_svg {
    fill: #eff1f5;
}
.green_svg {
    fill: #129537;
}
.red_svg {
    fill: #f34913;
}
.green_block {
    background: #129537;
}
.white_text {
    color: white;
}
.grey_text {
    color: #7c7c7c;
}
.blue_text {
    color: #026fad;
}
.green_text {
    color: #129537;
}
.lgreen_text {
    color: #3ba15e;
}
.red_text {
    color: #f34913;
}

/* border-radiuses */
.rad_5 {
    border-radius: 5px;
}
.rad_8 {
    border-radius: 8px;
}
.rad_10 {
    border-radius: 10px;
}
.rad_22 {
    border-radius: 22px;
}
.rad_half {
    border-radius: 50%;
}

/* borders */
.bb {
    border-bottom: 1px solid #aeaeae;
}

/* paddings */
.pad_2 {
    padding: 2px;
}
.pad_5 {
    padding: 5px;
}
.pad_7 {
    padding: 7px;
}
.pad_10 {
    padding: 10px;
}
.pad_13 {
    padding: 13px;
}
.pad_15 {
    padding: 15px;
}
.pad_20 {
    padding: 20px;
}
.pad_25 {
    padding: 25px;
}
.pad_6_19 {
    padding: 6px 19px !important;
}

/* margins */
.mr_5 {
    margin-right: 5px;
}
.mr_7 {
    margin-right: 7px;
}
.mr_10 {
    margin-right: 10px;
}
.mr_15 {
    margin-right: 15px;
}
.mt_2 {
    margin-top: 2px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_6 {
    margin-bottom: 6px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_18 {
    margin-bottom: 18px;
}
.mb_30 {
    margin-bottom: 30px;
}
.m10_0 {
    margin: 10px 0;
}

/* font-sizes */
.text_8 {
    font-size: 8px;
}
.text_10 {
    font-size: 10px;
}
.text_13 {
    font-size: 13px;
}
.text_14 {
    font-size: 14px;
}
.text_15 {
    font-size: 15px;
}
.text_17 {
    font-size: 17px;
}
.text_20 {
    font-size: 20px;
}
.text_25 {
    font-size: 25px;
}
html,
body {
    margin: 0;
    font-size: 16px;
    font-family: 'FGD';
    background: #eff1f5;
    overflow: hidden;
    height: fill-available;
    height: -webkit-fill-available;
    width: fill-available;
    width: -webkit-fill-available;
}
body {
    min-height: 100vh;
    height: fill-available;
    min-height: -webkit-fill-available;
    min-width: 100vw;
    min-width: fill-available;
    min-width: -webkit-fill-available;
}

.wrapper {
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
header {
    flex: 0 0 auto;
}
main {
    flex: 1 0 auto;
    height: calc(var(--vh, 1vh) * 100 - 220px);
}
footer {
    flex: 0 0 auto;
}

header,
main,
footer {
    padding: 20px;
    box-sizing: border-box;
}

.block {
    margin-bottom: 22px;
}
header {
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
header .top_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
header .top_buttons svg {
    padding: 8px;
    height: 25px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='date'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
header .top_buttons svg:last-of-type {
    padding-right: 0;
}
.uid {
    border: 1px solid #026ead;
    padding: 7px 6px;
}
main {
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: auto;
}
main .card {
    position: relative;
    box-sizing: border-box;
    height: 180px;
    padding-bottom: 0;
    padding-right: 0;
}

main .card .status {
    padding: 2px 7px;
}
main .card .topup {
    margin-top: 5px;
    position: relative;
}
main .card .topup > div {
    position: relative;
    z-index: 2;
    padding: 17px 19px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 10px;
}
main .card .topup_mask {
    position: absolute;
    fill: #eff1f5;
    bottom: 0;
    width: 111px;
    right: 0;
}
main .tab {
    transition: 0.2s;
}
footer {
    margin-bottom: env(safe-area-inset-bottom);
    height: 150px;
    position: relative;
    background: linear-gradient(0deg, #006ba9 92px, transparent 92px);
}
footer .bottom__nav_button {
    padding: 0px 25px 10px;
    box-sizing: border-box;
    display: flex;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    justify-content: space-around;
    align-items: flex-end;
}
footer .bottom__nav_button > div {
    display: flex;
    width: 70px;
    border-radius: 50%;
    padding: 12px;
    box-sizing: border-box;
    height: 70px;
    justify-content: center;
}
.logout {
    border: 1px solid #d10404;
}
.login {
    border: 1px solid #006ba9;
}
footer .active {
    transition: 0.3s;
    margin-bottom: 46px;
}
footer .mask {
    margin-top: -18px;
    transition-property: transform;
    margin-left: -2px;
}

@keyframes ldio-fxw7wt4u3ci {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loader {
    background: #eff1f5;
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 215px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
#loader-mini {
    background: #eff1f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ldio-fxw7wt4u3ci div {
    left: 45px;
    top: 20px;
    position: absolute;
    animation: ldio-fxw7wt4u3ci linear 0.7692307692307692s infinite;
    background: #006ba9;
    width: 10px;
    height: 10px;
    border-radius: 5px / 5px;
    transform-origin: 5px 30px;
}
.ldio-fxw7wt4u3ci div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.673076923076923s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: -0.5769230769230769s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(3) {
    transform: rotate(90deg);
    animation-delay: -0.4807692307692307s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: -0.3846153846153846s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(5) {
    transform: rotate(180deg);
    animation-delay: -0.28846153846153844s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(6) {
    transform: rotate(225deg);
    animation-delay: -0.1923076923076923s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(7) {
    transform: rotate(270deg);
    animation-delay: -0.09615384615384615s;
    background: #006ba9;
}
.ldio-fxw7wt4u3ci div:nth-child(8) {
    transform: rotate(315deg);
    animation-delay: 0s;
    background: #006ba9;
}
.loadingio-spinner-spinner-16at1ahdcf6 {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    background: rgba(241, 242, 243, 0);
}
.ldio-fxw7wt4u3ci {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.input_phone {
    display: flex;
}
.ldio-fxw7wt4u3ci div {
    box-sizing: content-box;
}
#auth {
    opacity: 1 !important;
}
#auth input[type='checkbox'] {
    display: none;
}
#auth input[type='checkbox'] + label {
    margin-top: 10pt;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}
#auth input[type='checkbox'] + label:before {
    padding: 10px;
    margin-right: 15px;
    font-weight: bold;
    border-radius: 6px;
    width: 20px;
    content: '';
    border: 2pt solid #0000001c;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#auth input[type='checkbox']:checked + label:before {
    padding: 10px;
    margin-right: 15px;
    font-weight: bold;
    border-radius: 6px;
    width: 20px;
    content: '\2713';
    border: 1pt solid #0000001c;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#auth a {
    color: #006ba9;
    text-decoration: none;
}

.lightbox {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    z-index: 99;
    left: 0;
    top: 0;
    background: #00000052;
}
.lightbox_inner {
    font-family: 'FGDM';
    position: absolute;
    bottom: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
