@font-face {
    font-family: 'Vazir';
    src: url('~/fonts/Vazir-Regular.eot');
    src: url('~/fonts/Vazir-Regular.eot?#iefix') format('embedded-opentype'), url('~/fonts/Vazir-Regular.woff2') format('woff2'), url('~/fonts/Vazir-Regular.woff') format('woff'), url('~/fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    direction: rtl;
    margin-bottom: 60px;
}

a {
    color: rgb(0, 0, 0) !important;
    text-decoration: none;
}

.SaysanLink {
    width:90%;
}
.SaysanLink p:hover {
    transition: background-color 0.5s;
    background-color: rgb(248, 245, 245, 0.77) !important;
    color: rgb(219, 47, 47) !important;
    border-radius: 10px;
}
.SaysanLink p {
    padding: 5px;
    margin: 3px;
}

.dropdownSubSystem:hover .dropdown-menu {
    display: block;
}

.floating-div {
    float: left;
    display: block;
}

.text-justify {
    text-align: justify;
}

.Advertisement-Filter-Class {
    background-color: rgb(228, 220, 220, 0.92);
    display: inline;
    border-radius: 10px;
    padding:5px;
    margin:3px;
    align-content:center;
    grid-column:1;
}

.Advertisement-Filter-Class:hover {
    transition: background-color 0.6s;
    background-color: rgb(248, 245, 245, 0.77) !important;
    color: rgb(219, 47, 47) !important;
    border-radius: 10px;
}

.Advertisement-Favorite-Class {
    background-color: rgb(228, 220, 220, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.Advertisement-Favorite-Class:hover {
    transition: background-color 0.6s;
    background-color: rgb(248, 245, 245, 0.77) !important;
    color: rgb(219, 47, 47) !important;
    border-radius: 10px;
}

.swal2-popup {
    font-size: 11px;
}
