body {
    font-family: yekan-num;

}

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */
.box-shadow {
    box-shadow: -2px -1px 9px rgba(152, 140, 140, 0.2), 5px 5px 9px rgba(9, 11, 14, 0.6);
}
.box-shadow-inset {
    box-shadow: inset -5px -5px 7px  rgba(255,255,255,0.05), inset 5px 5px 9px rgba(5, 5, 5, 0.4);
}
.has-search .form-control {
    padding-left: 5rem;
}
.mms-2{
    margin-right: 10px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    /*text-align: start;*/
    pointer-events: none;
    margin-right: 15px;
    color: #aaa;
}

.a-c {

    color: #4176c4;
}
.a-c:hover {
    color: #0446a6;
}

.bg-gray {
    background-color: rgb(235 235 235 / 79%);
}

.bg-grays {
    background-color: rgb(235 235 235 / 79%);
}

.bg-gray-light {
    background-color: lightgray;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: .5; /* Firefox */
    font-size: 0.9rem;
}

.place-search::placeholder {
    font-size: 0.7em;
    opacity: 0.7;

}

.fs-sina-1 {
    font-size: 4vw;
}

.fs-sina-2 {
    font-size: 6vw;
}

.ff-ilex {
    font-family: 'Bohemian Soul', sans-serif;
}

.fs-10 {
    font-size: 10px;
}
.fs-7 {
    font-size: 7px;
}
.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.ms-8 {
    margin-right: 120px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-50 {
    font-size: 50px;
}


.br-50 {
    border-radius: 50px;
}
.br-100 {
    border-radius: 200px;
}

.br-20 {
    border-radius: 20px;
}

.p-9 {
    padding: 10px;
}

.pp-3 {
    padding: 3px;
}

.pp-6 {
    padding: 6px;
}
.h-f{
    height: fit-content;
}

.brt-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.brb-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.br-10 {
    border-radius: 10px;
}
.top-25{
    top: 25%;
}
.top-35{
    top: 35%;
}
.top-40{
    top: 40%;
}
.top-70{
    top: 70%;
}
.top-80{
    top: 79%;
}
.top-90{
    top: 90%;
}
.top-95{
    top: 96%;
}
.start-25{
    right: 25%;
}
.mb-6{
    margin-bottom: 60px;
}

.brr-10 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.h-70{
    height: 70px;
}
.h-60{
    height: 60px;
}
.h-65{
    height: 65px;
}

.brl-10 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.brt-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.img-circle {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
}

.img-card {
    width: 200px !important;
    border-radius: 10px;
}

.span-circle {
    font-size: 14px
}

.img-circle-laptop {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50px;

}

.scroll-touch {
    overflow: scroll;
    scrollbar-width: none;
}

.scroll-touch::-webkit-scrollbar {
    display: none;
}

.text-dark {
    font-family: yekan-num;
    font-size: 0.8rem;
    /*color: rgba(117, 113, 113, 0.9);*/
}

.fs-9rem {
    font-family: yekan-bold;
    font-size: 0.9rem;
}

.fs-8rem {
    font-family: yekan-bold;
    font-size: 0.8rem;
}

.ff-bold {
    font-family: yekan-bold;
}

.ff-norm {
    font-family: yekan-num;
}

.ff-arial {
    font-family: Arial;
}

.text-gray {
    color: rgba(117, 113, 113, 0.9);
}

.bg-danger-sina {
    /*background: rgb(251, 70, 75);*/
    background-color:#ef394e;
}

.text-danger-sina {
    color: rgb(251, 70, 75);
    /*background-color:#ef394e;*/
}

/*.sina-hover:hover{*/
/*    box-shadow: 2px;*/
/*}*/
.text-gray-sina {
    color: #3b3a3a;
}

.text-gray-sina:hover {
    color: #3b3a3a;
}

.transform-up {
    position: relative;
    top: 0;
    transition: top ease 300ms;
}

.transform-up:hover {
    top: -5px;
}

.fade-out:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.a:visited {
    background-color: #e80e0e;
}

.cp {
    cursor: pointer;
}

.bg-panel {
    /*background: #34495e;*/
    background: white;
}

.bg-light-sina {
    background-color: rgba(173, 156, 156, 0.79);
}

.bg-gray-light-sina {
    background-color: rgba(245, 235, 235, 0.79);
}

.bg-white-nima {
    background-color: rgb(246, 245, 245);
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.btn-danger {
    background-color: #f81414;
}

.btn-outline-danger {
    color: #f81414;
    border-color: #f81414;
}

.btn-outline-danger:hover {
    background-color: #f81414;
}

.btn-outline-danger:active {
    color: #fff;
    background-color: #f81414;
    border-color: #dc3545;
}

.btn-outline-danger:focus {
    color: #fff;
    background-color: #f81414;
    border-color: #dc3545;
}

.btn-outline-danger:checked {
    color: #fff;
    background-color: #f81414;
    border-color: #dc3545;
}

.mt-5-sina {
    margin-top: 30px;
}

.sn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.hr-s {
    /*border:none;*/

    width: 100%;
    height: 60px;
    border-bottom: 2px solid rgba(255, 252, 252, 0.79);
    box-shadow: 0 10px 10px -10px rgba(117, 113, 113, 0.9);
    margin-top: -50px;
    margin-bottom: 10px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #dcdada;
}
.h-250 {
    height: 220px;
}
.h-40 {
    height: 20%;
}
.h-270 {
    height: 250px;
}
.h-450 {
    height: 450px;
}
.h-515 {
    height: 510px;
}
.h-400 {
    height: 400px;
}
.h-10 {
    height: 10px;
}
.w-300{
    width: 305px;
}
.cp-hover:hover{
    color: black;
}
.ww-20{
    width: 56px;
}
.www-20{
    width: 80px;
}
.divider-80 {
    width: 80%;
    height: 1px;
    background-color: #dcdada;
}

.divider-90 {
    width: 90%;
    height: 1px;
    background-color: #dcdada;
    margin-right: 10px;
    margin-left: 10px;
}

.border-gray {
    border-color: #525354;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-97 {
    width: 97%;
}
.w-98 {
    width: 98%;
}
.w-99 {
    width: 99%;
}
.w-102 {
    width: 108%;
}



.w-80 {
    width: 80%;
}
.w-78 {
    width: 77%;
}
.w-65 {
    width: 65%;
}
.w-33 {
    width: 33%;
}
.w-66 {
    width: 66%;
}
.w-34 {
    width: 40%;
}
.w-29 {
    width: 29%;
}
.w-45 {
    width: 45%;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-24 {
    width: 24%;
}
.w-48 {
    width: 48%;
}

.divider-v {
    height: 30px;
    width: 2px;
    background-color: rgba(187, 163, 163, 0.9);
    margin-right: 10px;
}

.divider-v2 {
    height: 30px;
    width: 1px;
    background-color: rgba(187, 163, 163, 0.6);
    margin-right: 10px;
}

.swal-wide {
    width: 300px !important;
    font-size: 0.6rem;
}

.bg-banafsh {
    background-color: #d63384;
}

.bg-green {
    background-color: #0e9822;
}

.bg-green-sina {
    background-color:#6BB927;
}
.text-success-sina {
    color:#6BB927;
}

.bg-blue {
    background-color: #fc1a1a;
}

.w-f {
    width: fit-content;
}


