* {
    font-family: "Open Sans", sans-serif;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*.fade {
transition: opacity .05s linear !important;
}*/
.logo-wrapper {
    padding-left: 5%;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
    transition: transform 10s;
}

.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
    transition: transform 10s;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.no-padding-bot {
    padding-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-backdrop {
    background-color: white;
}

.modal-body {
    display: flex;
}

.animated.fastest {
    animation-duration: 300ms;
}

.container-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-column-start {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.container-column-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.container-row-start {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

.container-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.container-row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container-column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 9px;
    text-align: center;
    color: #b3b3b3;
}

.new-amount-wrapper {
    height: 404.3px;
    border-radius: 156px;
    background-image: linear-gradient(142deg, #0d98c9, #005387);
}

.new-amount {
    font-family: "Open Sans", sans-serif;
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.modal-content {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-header, .modal-footer {
    border: 0;
}

.close-btn {
    font-size: 36px;
    opacity: 1;
    color: #0a89ba;
}
.close-btn:hover {
    color: #0a89ba;
}
.close:not(:disabled):not(.disabled):hover{
    color: #0a89ba;
}
.close-btn:focus, .close-btn:active {
    outline: none;
}

.head-upper-title {
    font-size: 24.4px;
    font-weight: bold;
    text-align: center;
    color: #484c50;
}

.head-title {
    font-size: 22.2px;

    font-weight: bold;
    text-align: center;
    color: #484c50;
}

.sub-title {
    font-size: 16.6px;
}

.plain-text {

    font-size: 17.7px;
    text-align: center;
    color: #484c50;
}

.amount-input-wrapper {
    margin-top: 2rem;
    width: 100%;
}

.amount-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #036498;

    font-size: 125.8px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: center;
    color: #0880b2;
}

.amount-input:active, .amount-input:focus {
    outline: none;
}

.btn-main {
    width: 266.4px;
    height: 66.6px;
    border: 0;
    border-radius: 9.6px;
    color: white;
    cursor: pointer;
    background-image: linear-gradient(108deg, #0d98c9, #005387);
}


.btn-main:focus, .btn-main:active {
    outline: none;
}

.payment-code {
    font-size: 55.3px;
    font-weight: 300;
    text-align: center;
    color: #0880b2;
}

.payment-waiting-msg {

    font-size: 14.4px;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 0 !important;*/
    color: #dee5ed;
}

.payment-waiting-icon {
    height: 80px;
    padding-bottom: 1rem;
}

.result-title {
    font-size: 48.9px;
    font-weight: 300;
    text-align: center;
    color: #484c50;
}

.result-image {
    padding-left: 8rem;
    /*margin-top: 2.5rem;*/
}

.username-title {
    font-size: 70px;
    text-align: center;
    color: #0880b2;
}

.ep-input {
    border-radius: 9.9px;
    border: solid 0.8px #979797;
    height: 70px;
    width: 100%;
    font-size: 24.3px;
    color: #484c50;
    padding: 10px;
}

.ep-input:focus, .ep-input:active {
    box-shadow: 0 0 3pt 1pt #0a89ba;
    outline: none;
}

.login-btn-wrapper {
    margin-top: 6rem;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 65px;
    text-align: center;
    font-style: normal;
    font-size: 120px;
    color: #0880b2;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 21%;
    text-align: right;
}

@media (min-width: 1200px) {
    .circle-wrapper {
        min-width: 404px;
    }
}

@media (max-width: 767px) {
    .new-amount-wrapper {
        height: 241px;
        width: 241px;
        border-radius: 93.2px;
        margin-left: auto;
        margin-right: auto;
    }

    .new-amount {
        font-size: 23.3px;
    }

    .ep-input {
        height: 56px;
    }
}

@media (max-width: 480px) {
    .logo-img {
        width: 174.2px;
        height: 37.1px;
    }

    .logo-subtitle {
        font-size: 14.3px;
    }

    .logo-wrapper {
        padding: 0;
    }

    .amount-input, .input-icon > i {
        font-size: 85px;
    }

    .username-title {
        font-size: 48px;
    }

    .ep-input {
        font-size: 16.5px;
    }

    .btn-main {
        height: 50px;
    }
}