
.sub-screen {
}

.sub-screen.sub-yellow {
    background-color: #D1FC01;
}

.sub-screen:hover {
    /*transform: rotate(-1deg) scale(1.05, 1.05);*/
}

.sub-hover-rotscale1:hover {
    transform: rotate(3deg) scale(1.1, 1.1);
}

.R1 {
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}

body {
    background-color: #515869;
    font-family: "Inter", "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.sub-animation-flip {
    animation: flip 0.6s;
    animation-iteration-count: 1;
}

div.sub-plan-card {
    position: relative;
}

@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.sub-hidden {
    display: none;
}

#substakeAmount {
    color: darkblue;
}

#txWaitIndicator {
    width: 3rem;
    height: 3rem;
}

.sub-level-info-icon {
    color: blue
}

.sub-inline-error {
    background-color: gold;
}

i.sub-level-activation-icon.fa-circle-xmark {
    color: red;
}

i.sub-level-activation-icon.fa-square-check {
    color: green;
}

.is-invalid {
    background-color: rgba(255, 0, 0, 0.07);
}

.sub-bold {
    font-weight: bold;
}

.sub-extra-bold {
    font-weight: 1000;
}

button[disabled] {
    color: darkgray;
}

.sub-underline {
    text-decoration: underline;
}

.sub-tab-left,
.sub-tab-right {
    float: left;
    margin: 0;
}

button.sub-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button.sub-tab-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button-neon.sub-tab-left,
.button-neon.sub-tab-right {
    border: 2px solid black;
}

#substake-screen td {
    line-height: normal;
}

#substakeAmount,
#withdrawAmount {
    border-radius: 6px 0 0 6px;
}

#substakeAmount,
#withdrawAmount,
#depositCurrency,
#withdrawCurrency {
    width: 30%;
    float: left;
    margin: 0;
    background-color: #D1FC01;
    border: 2px solid black;
    border-right: 0;
    height: 54px;
    font-size: 18px;
    font-weight: 700;
}

#btnApprove,
#btnDeposit {
    width: 40%;
}

#depositCurrency,
#withdrawCurrency {
    float: left;
    margin: 0;
    border-left: 0;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
}

#withdrawCurrency {
    padding-top: 11px;
}

/* prepare wrapper element */
input.sub-input-suffix {
    display: inline-block;
    position: relative;
}

/* move unit more to the left on hover or focus within
   for arrow buttons will appear to the right of number inputs */
input.sub-input-suffix:hover::after,
input.sub-input-suffix:focus-within::after {
    right: 1.5em;
}

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
    input.sub-input-suffix::after {
        right: 1.5em;
    }
}

/* set the unit abbreviation for each unit class */
input.sub-input-suffix::after {
    content: 'Token';
}

li {
    text-indent: -1.4em;
    margin-left: 2.5em;
}

#sub-org-logo {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}

#sub-org-logo img {
    max-height: 300px;
    max-width: 420px;
}

#background.long {
    height: 150vh;
    max-height: 1250px;
}

.sub-ll-round {
    border-radius: 0 0 0 20px;
}

div.one-half {
    margin-top: 20px;
}

div.modal-body {
    padding: 30px;
}

div.modal-footer > button {
    font-size: smaller;
}