﻿html {
    font-size: 20px);
}

@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
    
}

@font-face {
    font-family: 'Main';
    src: url('/fonts/PEYDA-MEDIUM.ttf') format('truetype');
}

body {
    font-family: 'Main', sans-serif;
}


body {
    direction: rtl;
    text-align: right;
    
}



.container-a {
    margin-left: 2%;
    margin-right: 2%;
}




.chartdonate-sm {
    width: 12vw;
    height: 12vw;
    margin:0px;
    padding:0px;
}


@media (min-width: 768px) {
   
    .chartdonate-sm {
        width: 5vw;
        height: 5vw;
        margin: 0px;
        padding: 0px;
    }
}


.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.fs-9 {
    font-size: 0.625rem !important;
}

.fs-10 {
    font-size: 0.5rem !important;
}



.modal-header {
    cursor: move; 
}

