

@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 500;
    src: url('./../fonts/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('./../fonts/woff/PeydaWebFaNum-Medium.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: 600;
    src: url('./../fonts/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('./../fonts/woff/PeydaWebFaNum-SemiBold.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('./../fonts/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('./../fonts/woff/PeydaWebFaNum-Regular.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body {
    margin: 0 !important;
}

body {
    font-family: PeydaWebFaNum;
    direction: rtl;
}

.main__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.main__container .payment__title {
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.main__container .payment__message {
    margin-top: 12px;
    font-weight: 400px;
    font-size: 16px;
    text-align: center;
}

.main__container .unsuccessfull__payment {
    max-width: 290px;
    line-height: 32px;
}

.main__container .payment__button {
    margin-top: 40px;
    color: white;
    background-color: #00BFA5;
    width: 254px;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 8px;
}

@media only screen and (max-width: 650px) {
    .main__container .payment__button {
        position: absolute;
        bottom: 32px;
    }
}

.d-none{
    display: none !important;
}