﻿

@media only screen and (min-width: 1024px) {

    .contentInside {
        margin-top: 25px;
    }
}

.contents__container {
    min-height: 50vh;
    background: #f6f5fa;
}

.contentInside {
    padding: 10px 0;
    margin-bottom: 35px;
}

body.rtl .farashop__dashboard-link a {
    background-color: #349a46 !important;
    position: absolute;
    left: 80px !important;
    width: 10%;
    border-radius: 5px;
}

body.ltr .farashop__dashboard-link a {
    background-color: #349a46 !important;
    position: absolute;
    width: 10%;
    border-radius: 5px;
    right: 80px;
    left: initial !important;
}

body.rtl .farashop__dashboard-link a {
    left: 0;
    right: initial;
}


.header__container:before {
    height: 180px;
}

.subscription-pane__container {
    padding: 50px 0;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

@media (max-width: 768px) {
    .subscription-pane__container {
        padding: 15px 0;
    }
}
