@import url(../fonts/Almarai.css);

@-webkit-keyframes animRipple {
    to {
        transform: scale(3.5);
        opacity: 0
    }
}

@keyframes animRipple {
    to {
        transform: scale(3.5);
        opacity: 0
    }
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animatePath {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes marquee {
    to {
        margin-left: 100%;
        transform: translateX(0)
    }

    0% {
        margin-left: 0;
        transform: translateX(-100%)
    }
}

@keyframes marquee {
    to {
        margin-left: 100%;
        transform: translateX(100%)
    }

    0% {
        margin-left: 0;
        transform: translateX(-100%)
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b553;
    font-family: Almarai, sans-serif
}

body {
    direction: rtl;
    padding-top: 5px;
    background-color: #06152a;
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 60px);
    overflow: hidden
}

.screen {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 400px;
    min-height: 700px;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 40px;
    background-color: #ffffff00
}


.bk{
    position: absolute;
    top: -80px;
    z-index: -1;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    max-width: 400px;
}
.bk img{
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 400px) {
}


.screen-content {
    z-index: 1;
    position: relative;
    height: auto;
}

.screen-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.screen-background-shape {
    position: absolute
}

.screen-background-shape1 {
    top: 150px;
    width: 100%;
    height: auto;
    padding: 5px;
    left: 0;
    background: rgba(6, 21, 42, 0);
    margin: 0 auto;
    text-align: center;
    z-index: 5
}

::-webkit-scrollbar {
    display: none;
}

.screen-background-shape6 {
width: 100%;
}



.login-form {
    width: 100% ;
    padding: 20px; 
    position: relative;
    top: 210px;
    text-align: center
}

.login-field,
.speed-field {
    padding: 10px 0;
    position: relative
}

.login-icon {
    position: absolute;
    top: 35px;
    color: #eacc68;
    display: none
}

.login-input,
.speed-field {
    border-radius: 10px;
    text-align: center;
    background: 0 0;
    padding: 10px 10px 10px 24px;
    font-weight: 800;
    width: 100%;
    transition: .2s;
    height: 50px;
    border: 1px solid #eacc68;
    text-align: center;
    color: #eacc68
}

.speed-field {
    margin: 5px auto
}

.pspeed {
    padding-top: 10px
}

.spdiv {
    display: none
}



input::placeholder {
    color: #929292
}

.login-input:active,
.login-input:focus,
.login-input:hover {
    outline: 0
}

.pspeed {
    margin-top: -18px;
    margin: 2px;
    color: #eacc68
}

.app-submit,
.login-submit {
    position: relative;
    background-color: #d3b553;
    font-size: 16px;
    height: 50px;
    margin-top: 0;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0;
    text-align: center;
    width: 100%;
    color: #06152a;
    cursor: pointer;
    transition: transform .3s .1s ease-out, opacity .1s .3s, background-color .1s 1s;
    z-index: 1
}



.app-submit:after,
.login-submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.3rem;
    margin-top: -1.2rem;
    width: 38px;
    height: 38px;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    transition: opacity .1s .2s;
    opacity: 0
}

option{
    color: #fff;
    background: #d3b553;
}

.app-submit.processing,
.login-submit.processing {
    opacity: .8;
    border: 0;
    background-color: #06152a;
    font-size: 0 !important
}

.app-submit.processing:after,
.login-submit.processing:after {
    opacity: 1;
    -webkit-animation: rotate .5s .4s infinite linear;
    animation: rotate .5s .4s infinite linear
}

.app-submit.success,
.login-submit.success {
    transition: transform 1s ease-out, opacity .1s .3s, background-color 50ms;
    transform: scale(100);
    opacity: 1;
    z-index: 2
}

.login-submit.processing i {
    display: none
}

.app-submit.success:after,
.login-submit.success:after {
    transition: opacity .1s 0s;
    opacity: 0;
    -webkit-animation: none;
    animation: none
}

.app-submit:active,
.app-submit:focus,
.app-submit:hover,
.login-submit:active,
.login-submit:focus,
.login-submit:hover {
    border-color: #000000;
    outline: 0
}

.button-icon {
    font-size: 24px;
    margin-left: auto;
    color: #000000
}

.social-login {
    height: auto;
    width: 100%;
    text-align: center;
    margin-top: 220px;
    color: #d3b553
}

.social-icons {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.social-login-icon {
    padding: 20px 10px;
    color: #d3b553;
    text-decoration: none;
    text-shadow: 0 0 8px #000000
}

.social-login-icon:hover {
    transform: scale(1.5)
}

.network-name,
.network-prefix {
    color: #f8c10d;
    width: 100%;
    text-align: center;
    font-size: 25px
}

.network-name {
    color: #f8c10d;
    text-align: center;
    width: 100%;
    margin:  0  auto;
    font-size: 40px;
    font-weight: 700
}

.ts{
    margin:  0  auto;
    width: 100%;
    text-align: center;
    color: #f8c10d;
    padding-top: 40px;  
    font-size: 20px;
}


.logo {
    width: 80px;
    left: 90px
}

.contact {
    color: #fff;
    margin-top: 10px
}

.contact.back {
    margin-top: 65px
}

.price-icon {
    border: 0;
    text-align: center;
    border-radius: 10px;
    width: 40%;
    background-color: #eacc68;;
    color: #06152a;
    padding: 0
}

.app-logout.back,
.sell-point-icon {
    padding: 5px;
    border-radius: 10px;
    height: 50px;
    width: 100%; 
    margin: -15px 45px 0 0;
    background-color: #eacc68;
    ;
    color: #06152a
}

.out {
    padding: 5px;
    border-radius: 10px;
    height: 50px;
    width: 80px;
    margin: 20px;
    background-color: #eacc68;
    color: #06152a
}

.sell-point-icon {
    border: 0;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    width: 40%;
    color: #06152a;
    margin: 5px;
}

.sell-point-icon {
    margin: 0
}

.password-field {
    display: none
}

#login.inactive,
.app {
    opacity: 0;
    transform: scale(1.1)
}

#login {
    transition: opacity .1s, transform .3s
}

.app {
    display: none;
    transition: opacity .1s, transform .3s cubic-bezier(.68, -.45, .465, 1.25);
    transform: scale(1.2)
}

#login,
.app.active {
    opacity: 1
}

.app-logout {
    cursor: pointer;
    transition: transform .4s .2s, opacity .1s .7s, background-color .1s .2s;
    transform: scale(0)
}

.app.active,
.app.active .app-logout {
    transform: scale(1)
}

.app-logout.clicked {
    border: 0;
    background-color: #000000;
    font-size: 0;
    transform: scale(30) !important;
    opacity: .9
}

.error-container {
    position: fixed;
    color: #ff455d;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    background-color: #6b85b45b;
    display: none
}
#error{
    color: #ff455d;
}

.error-container.active {
    display: block;
    z-index: 2
}

.error-container .error .fade-in {
    transform: scale(0);
    padding: 20px;
    background-color: #fff;
    border-radius: 15px
}

.error-container.zoom .error .fade-in {
    transform: scale(1);
    transition: transform .1s .1s ease-out
}

.error {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    width: 60%;
    max-width: 350px;
    min-width: 300px;
    color: #ff455d
}

.price-div,
.sell-point-div,
.status-div {
    padding: 10px 10px 0;
    height: 439px;
    width: 100%
}

#loan .wrapper{
    background: rgba(14, 87, 129, 0.9); 
}

div.wrapper {
    min-height: 450px;
    height: auto;
    color: #fff;
    overflow: auto;
    background: rgba(14, 87, 129, 0.5);
    border-radius: 10px;
    padding: 5px;
    text-align: center
}

div.wrapper .login-submit{
    color: #fff;
    background: #06152a;
}

.status-div div.wrapper {
    height: unset
}

div.wrapper::-webkit-scrollbar {
    width: .1em
}

div.wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

div.wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: 1px solid #000000
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px
}

table td {
    color: #fff;
    font-weight: 500;
    background-color: rgba(6, 21, 42, 0.598);
    padding: 10px 4px 10px 0
}

table td:first-child {
    font-weight: 700
}

tbody td:hover:before,
td,
th {
    background-color: rgba(255, 255, 255, .2)
}

td,
th {
    font-size: 11px;
    padding: 15px;
    background: #ddd;
    border-bottom: 1px solid #fff;
    color: #fff
}


.info,
tbody td,
th {
    text-align: center
}

thead th {
    background-color: #06152a
}

tbody tr:hover {
    background-color: rgba(255, 255, 255, .3)
}


.sell-point td {
    font-size: 13px
}

tbody td:hover:before {
    content: "";
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    z-index: -1
}

.title {
    border-radius: 15px;
    padding: 10px 0;
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    background-color: #06152a;
    margin: 15px
}

[data-fit-text] {
    display: inline-block;
    width: 80%
}

.section {
    width: 368px;
    top: 295px;
    position: absolute;
    overflow: hidden
}

.section .marquee {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    display: inline-block;
    white-space: nowrap;
    height: 30px;
    font-size: 20px;
    color: #f8c10d
}

.section .marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.extra-submit {
    width: 80%;
    height: 44px
}

.extra-submit:last-child {
    margin-top: 10px;
    right: 20%
}

.cut-connection {
    height: 60px;
    width: 60px;
    margin-top: -5px
}

.grid {
    float: right;
    width: 21.9%;
    height: 72px;
    margin: 5px;
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat
}

.app-store {
    position: absolute;
    top: 620px; 
}

.date-field {
    color: #000;
    font-size: 12px;
    padding-right: 11px;
    padding-top: 10px
}

.login-form {
    padding-top: 115px
}

#loan-explain {
    padding: 25px
}

#loan-explain .contact-text {
    margin-bottom: 10px
}

#loan-button {
    right: 15%;
    width: 70%
}