/* Background color: #508d8e */
/* Background color 2: #ffffcc */
/* color 1: #04ff8e */
/* color 2: #00d1d0 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

html,
body {
    background-color: #508d8e;
    font-family: "Roboto", sans-serif;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #445045;
}
input,
textarea,
select {
    color: #445045;
}
body {
    touch-action: pan-x pan-y;
}

*:focus {
    outline: none;
}
*,
*::after,
*::before {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.opacity-0 {
    opacity: 0;
}
input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}
.bg-custom {
    background-color: #508d8e !important;
}

.text-custom {
    color: #508d8e !important;
}

.navbar-custom {
    background-color: #508d8e;
}

.container-content {
    min-height: 600px;
}

.main-view .amount-container {
    flex-grow: 3;

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

.main-view .footer-button {
    width: 48%;
}
.main-view .footer-button.disabled {
    opacity: 0.6;
}
.main-view .coins {
    /*font-size: calc(3.625rem + 4.5vw);*/
    font-size: calc(3rem + 2.5vh);
}

.login-view {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #508d8e;
}



.login-view .img-logo {
    width: 80%;
}

.login-view .aqua-link {
    color: aqua;
}

.login-view .login-message-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.login-view .login-message-modal .text {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
}

.turn {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #508d8e;
}
.turn img {
    width: 80%;
    max-width: 512px;
    height: auto;
}

.processing-view {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #508d8e;
}
.processing-view .ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.processing-view .ring:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #fff000;
    border-right: 3px solid #fff000;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}
.processing-view .ring span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}
.processing-view .ring span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff000;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #fff000;
}
@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}
.reload-qr-code img {
    margin-left: auto;
    margin-right: auto;
}

#loadingLogo {
    height: fit-content;
}
#loadingTitle {
    height: fit-content;
}
#loadingWaiting {
    position: relative;
    height: 50%;
}

/* landingView */
.landing-view {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #508d8e;
}
.landing-view .logo img {
    width: 70%;
}
.landing-view .item {
    height: 100px;
}

.view .loader-container .loader,
.view .loader-container .loader:before,
.view .loader-container .loader:after {
    background: #ccc;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.view .loader-container .loader {
    color: #ccc;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.view .loader-container .loader:before,
.view .loader-container .loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.view .loader-container .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.view .loader-container .loader:after {
    left: 1.5em;
}
.paypal-view .circular-button {
    /*width: 30vw;
  height: 30vw;*/
    box-shadow: 3px 3px 10px 3px #508d8e;
    text-shadow: 1px 1px #cccccc;
}
.paypal-view .circular-button span {
    color: #445045;
}

.ring-wait {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #508d8e;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.deposit-view .deposit-amount {
    width: 50vw;
}

.paypal-view .paypal-amount {
    width: 50vw;
}
.paypal-view .bank-button {
    text-shadow: 1px 2px #38523a;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* disconnectionView */
.disconnection-view {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #508d8e;
}
.disconnection-view .logo img {
    width: 70%;
}

.navbar-title {
    color: #f9fdf9;
}

.android-footer {
    height: 70px;
    display: none;
}

/* Loader */
#loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00d1d0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #04ff8e;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #02df6e;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ScrollBar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #a7a9ac;
}

::-webkit-scrollbar-thumb:hover {
    background: #c7c9cc;
}

::-webkit-scrollbar-corner {
    background: #a7a9ac;
}

/* MyButton */
.myButton {
    background-color: #00d1d0;
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
    color: white;

    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    width: 48%;
}
.myButton:hover {
    background-color: #04ff8e;
}
.myButton:active {
    position: relative;
    top: 1px;
}

.myButton2 {
    background-color: #00d1d0;
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
    color: white;

    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;

    min-height: 72px;
}
.myButton2:hover {
    background-color: #04ff8e;
}
.myButton2:active {
    position: relative;
    top: 1px;
}

.text-shadow {
    text-shadow: 1px 1px black;
}

/* mainView */
#mainView {
    /*
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	*/
}
#mainView_TopBar {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 48px;
    display: flex;
    background-color: #508d8e;
}
#mainView_TopBar_Logo {
    float: left;
    width: 48px;
    height: 48px;
}
#mainView_TopBar_Title {
    width: calc(100% - 96px);
    background-color: #ffffcc;
    color: black;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}
#mainView_TopBar_Config {
    float: right;
    width: 48px;
    height: 48px;
}

.mainView_BottomBar_Button {
    width: 48%;
    height: 96px;
}
.mainView_BottomBar_ButtonRight {
    display: table;
    width: 48%;
    height: 96px;
    position: relative;
    left: calc(100% - 96%);
}

#mainView_AmountParent {
    display: table;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

/* inputView */

.myButton3 {
    background-color: #00d1d0;
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
    color: white;

    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;

    min-height: 32px;
}
.myButton3:hover {
    background-color: #04ff8e;
}
.myButton3:active {
    position: relative;
    top: 1px;
}

#inputView_AmountParent {
    display: table;
    width: 100%;
    height: 120px;
    cursor: pointer;
}
#inputView_AmountTitle {
    display: table-header-group;
    color: yellow;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 0px #000;
}
#inputView_Amount {
    display: table-cell;
    color: yellow;

    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #000;
    vertical-align: middle;
    cursor: pointer;
}

#inputView_CalculatorButtonParent {
    display: table-footer-group;
    width: 80%;
    height: 100px;
    vertical-align: middle;
}

#inputView_CalculatorButton {
    display: table-cell;
    vertical-align: middle;
    background-image: url("./Images/Calculator.png");
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-position: bottom right;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
    word-wrap: none;
    text-align: left;
    padding-left: 10px;
    width: 300px;
    height: 96px;
}
#inputView_CalculatorButton:hover {
    background-blend-mode: luminosity;
}

#inputView_QRCamera {
}

#inputView_EGMsList {
    width: 100%;
    height: 32px;
    vertical-align: middle;
}

/* configView */
#configView {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #dfdfac;
}
#configView_TopBar {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 48px;
    display: flex;
    background-color: #508d8e;
}
#configView_TopBar_Logo {
    float: left;
    width: 48px;
    height: 48px;
}
#configView_TopBar_Title {
    width: calc(100% - 96px);
    background-color: #ffffcc;
    color: black;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}
#configView_TopBar_Return {
    float: right;
    width: 48px;
    height: 48px;
}

/* Calculator */
.myButton4 {
    background-color: #58585e;
    border: 1px solid #444343;
    display: inline-block;
    cursor: pointer;
    color: white;

    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;

    min-height: 32px;
}
.myButton4:hover {
    background-color: #04ff8e;
}
.myButton4:active {
    position: relative;
    top: 1px;
}

.myButton5 {
    background-color: #d5d5ca;
    display: inline-block;
    cursor: pointer;
    color: black;

    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;

    min-height: 32px;

    border-radius: 5px;
    border: 2px solid #918888;
}
.myButton5:hover {
    background-color: #04ff8e;
}
.myButton5:active {
    position: relative;
    top: 1px;
}

.myButton6 {
    background-color: #b72222;
    display: inline-block;
    cursor: pointer;
    color: white;

    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;

    min-height: 32px;

    border-radius: 5px;
    border: 2px solid #918888;
}
.myButton6:hover {
    background-color: #ff0000;
}
.myButton6:active {
    position: relative;
    top: 1px;
}

#inputView_CalculatorTopBar {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 48px;
    display: flex;
    background-color: #508d8e;
}
#inputView_CalculatorTopBar_Logo {
    float: left;
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
}
#inputView_CalculatorTopBar_Title {
    width: calc(100% - 96px);
    background-color: #ffffcc;
    color: black;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}
#inputView_CalculatorTopBar_Return {
    float: right;
    width: 48px;
    height: 48px;
}
#inputView_CalculatorAmountParent {
    display: table;
    width: 100%;
    height: 120px;
    cursor: pointer;
}
#inputView_CalculatorAmountTitle {
    display: table-header-group;
    color: yellow;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 0px #000;
}
/*
#inputView_CalculatorAmount {
  display: table-cell;
  color: yellow;
  
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 0px #000;
  vertical-align: middle;
}
*/

#inputView_PredefinedInputs {
    display: table;
    width: 100%;
    height: 48px;
}
#inputView_PredefinedInputs_1,
#inputView_PredefinedInputs_2,
#inputView_PredefinedInputs_3,
#inputView_PredefinedInputs_4,
#inputView_PredefinedInputs_ALL {
    display: table-cell;
    width: 48px;
    height: 48px;
    cursor: pointer;
    vertical-align: middle;
}

#inputView_Calculator {
    display: table;
    width: 100%;
    height: 100px;
}
#inputView_Calculator_Row1,
#inputView_Calculator_Row2,
#inputView_Calculator_Row3,
#inputView_Calculator_Row4 {
    display: table-row;
    width: 100%;
    height: 48px;
    vertical-align: middle;
}
[id^="inputView_Calculator_"] {
    display: table-cell;
    width: 48px;
    height: 48px;
    cursor: pointer;
    vertical-align: middle;
}

#inputView_AmountsParent {
    display: flex;
    width: 100%;
    height: 120px;
}

#inputView_InputAmountParent {
    display: table;
    width: 100%;
    height: 120px;
}
#inputView_InputAmountTitle {
    display: table-header-group;
    color: yellow;

    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 0px #000;
}
#inputView_InputAmount {
    display: table-cell;
    color: yellow;

    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 0px #000;
    vertical-align: middle;
}
