@font-face {
    font-family: Vazirmatn FD;
    src: url("../fonts/Vazir-Medium-FD-WOL.eot");
    src: url('../fonts/Vazir-Medium-FD-WOL.eot?#iefix') format('FontName-opentype'),
        url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-Medium-FD-WOL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.share_container {
    direction: rtl;
    width: 920px;
    height: 1080px;
    background-color: #e9e9e9;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Vazirmatn FD' !important;
    border-radius: 10px;
}

h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    padding-top: 10px;
}

#data_row_1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
    max-width: 98%;
    height: 190px;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#data_row_2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #E3FFE2;
    border-radius: 5px;
    max-width: 98%;
    height: 335px;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#data_row_3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #FFE2E2;
    border-radius: 5px;
    max-width: 98%;
    height: 335px;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.border-calender {
    border: 1px solid black;
    border-radius: 10px;
    height: 55px;
}

#Show_Days {
    margin-top: -20px;
    width: 25px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    font-size: 28px;
}

#Show_Mouth {
    margin-top: -5px;
    background-color: #6D42C6;
    color: white;
}

#Show_Year {
    font-size: 28px;
}

.between_div {
    margin-top: 30px;
}

#currency_change {
    direction: ltr;
}