@font-face {
    font-family: 'Yekan';
    src: url('fonts/Yekan.eot'); /* IE9 Compat Modes */
    src: url('fonts/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Yekan.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Yekan.woff') format('woff'), /* Modern Browsers */
    url('fonts/Yekan.otf') format('opentype'), /* Open Type Font */
    url('fonts/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
}

.SiteHeader {
    border-top: 2px solid #D2B26B;
    border-bottom: 2px solid #D2B26B;
    min-width: 0px;
    /* width:100%;*/
    height: 95px;
    background-color: #0e2050;
    background-image: url('/css/img/backgroundHeader.png');
    background-size: cover;
    color: #D2B26B;
    z-index: 99;
    padding: 8px 0 0 0;
    /*position: fixed;*/
    position: sticky;
    position: -webkit-sticky;
}

body {
    font-size: 14px;
    font-weight: bolder;
    font-family: 'Yekan', Tahoma, sans-serif;
    direction: rtl;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.Title {
    font-size: 20px;
}
.container {
    width: 100%;
    margin: 103px 0px 0px 0px;
    padding: 0px;
}

.Div-content {
    background-color: white;
    height: auto;
    padding: 10px;
    border-radius: 10px;
}

.main {
    margin-right: 180px;
    padding: 15px 30px 30px 30px !important;
    width: 100%;
}
#success_message {
    display: none;
}

.ProfileImg {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 35px;
    margin: 0;
    padding: 0;
}

.ProfileImg-sm {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 15px;
}

.ThumbnailImg {
    width: 150px;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
    border-block-style: solid;
}

.NewsTemplateImg {
    width: 200px;
    height: 150px;
    object-fit: fill;
    border: 0px solid silver;
    border-radius: 5px;
    margin: 5px;
}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}
