@font-face {
    font-family: 'yekan';
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format('embedded-opentype'), url(../fonts/Yekan.woff) format('woff'), url(../fonts/Yekan.ttf) format('truetype'), url(../fonts/Yekan.svg#BYekan) format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'yekan' !important;
    height: 100vh;
    line-height: 1;
    direction:rtl ;
    box-sizing: border-box;
    direction: rtl !important;
}
.card{
    width: 80%;
    max-width: 597px;
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    margin-top: 10px;
}
.result {
    direction: ltr;
    max-width: 200px;
    background: #ffffff;
    border-radius: 11px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.dish {

    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #eee;
}

.dish .header {
    height: 10vh;
    background: linear-gradient(150.95deg, #1423BA -0.73%, #FF0088 102.93%);
    -webkit-border-bottom-right-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomright: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;

}
.title{
    text-align: center;
    color: white;
    padding: 15px;
}

.dish .body {
    /* border: 1px solid green; */
    margin-top: -45vh;

}

.body-header {
    max-width: 1280px;
    margin: auto;

    height: 12vh;

    /* border: 1px solid blue; */

}

.body-header  .header-logo {

}
.body-header  .header-logo img {
    min-height: 50px;
    max-height: 100%;
}

.body-header  .header-btns {

}

.header-btns-lg {
    display: flex;
}
.header-btns-md {
    display: none !important;
}
.header-btns-sm {
    display: none !important;
}
