@font-face {
    font-family: iransans;
    src: url('../font/iransans.ttf');
}

body {
    font-family: iransans !important;
    height: 100vh !important;
}

.back-color {
    background-color: #050846;
}

.logo {
    height: 100%;
}

.bit-logo {
    height: 10vh;
}

.chart {
    width: 90%;
    height: 45vh;
}

.relative {
    position: relative;
}

.title {
    color: white;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    width: fit-content;
}

.counter {
    position: relative;
    width: 100%;
    background-color: white;
    border-radius: 5px;
}

.timer-background {
    border-radius: 10px;
    border: 1px solid white;
    height: 85vh;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.chart-background {
    border-radius: 10px;
    border: 1px solid white;
    height: 85vh;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.site-url {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-height: 10vh;
}

.project-title {
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    direction : rtl;
    width: 100%;
    max-height: 15vh;
}

.price {
    text-align: center;
    color: white;
    font-size: 45px;
    font-weight: 600;
    width: fit-content;
}

.light {
    height: 20vh;
}

.parent {
    position: relative;
    height: 100%;
}

.height-100 {
    height: 100% !important;
}

.counter-parent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 20vh;
}

.counter-parent-price {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 25vh;
}

.clock {
    max-height: 20vh;
}

.width-100 {
    width: 100% !important;
}

.hh-5 {
    height: 5vh !important;
}

.hh-10 {
    height: 10vh !important;
}

.hh-15 {
    height: 15vh !important;
}

.hh-20 {
    height: 20vh !important;
}

.hh-25 {
    height: 25vh !important;
}

.hh-30 {
    height: 30vh !important;
}

.hh-40 {
    height: 40vh !important;
}

.hh-60 {
    height: 60vh!important;
}

.hh-70 {
    height: 70vh!important;
}

.mhh-20 {
    max-height: 20vh!important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-35 {
    height: 35% !important;
}

.h-80 {
    height: 80% !important;
}

.w-80{
    width: 80%!important;
}

.result {
    background-color: #cce5ff;
    color: #004085;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    direction: rtl;
    text-align: right;
    width: 200px;
}

.green-circle {
    height: 20vh;
    background-color: lawngreen;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.green-on {
    box-shadow: 0px 0px 40px 20px lawngreen;
    opacity: 1;
}

.green {
    background-color: limegreen;
}

.red-circle {
    height: 20vh;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.red-on {
    box-shadow: 0px 0px 40px 20px red;
    opacity: 1;
}

.push-notification {
    background-color: white;
    border-radius: 10px;
    width: 15vw;
    height: 30vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 5px;
    margin: 20px !important;
}

.push-notification-popup {
    border-radius: 10px;
    width: 40vw;
    height: 60vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
    padding: 5px;
}

.notification-logo {
    height: 15vh;
    max-height: 20vh;
}

.popup-icon-parent {
    max-height: 30vh;
    width: 100%;
}

.notification-logo-popup {
    height: 20vh;
    width: 20vh;
    max-height: 20vh;
}

.notification-text-popup {
    text-align: center;
    max-height: 10vh;
    color: white;
}

.notification-title {
    width: 100% !important;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    direction: rtl;
    max-height: 10vh;
}

.result-text {
    font-size: 30px;
    font-weight: 900;
    max-height: 10vh;
}

.notification-footer {
    width: 100% !important;
    height: 20vh;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    max-height: 20vh;
}

.notification-footer-popup {
    width: 100% !important;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}

.push-notification-background-red {
    background-color: #f44336;
}

.push-notification-background-green {
    background-color: #11b719;
}

.push-notification-background-warning {
    background-color: #dcaf17;
}

.popup-label {
    color: black;
    max-height: 10vh;
}

.popup-price-label {
    color: black;
    font-size: 35px;
    font-weight: 900;
    max-height: 10vh;
}

.btn_white {
    color: white;
}

.push-notification-icon {
    font-size: 12px;
}

#result_popup {
    display: none;
}

.blur {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@media only screen and (max-width: 768px) {
    .project-title{
        font-size: 20px;
    }

    .push-notification{
        width: 50vw;
    }

    .push-notification-popup{
        width: 85vw;
    }
}
