@import url(../icons/fontawesome/css/all.min.css);

@font-face {
    font-family: IRANSans;
    src: url("../fonts/IRANSansXFaNum-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IRANSans_Light;
    src: url("../fonts/IRANSansXFaNum-Light.woff2") format("woff2");
}

@font-face {
    font-family: IRANSans_Medium;
    src: url("../fonts/IRANSansXFaNum-Medium.woff2") format("woff2");
}
    
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 {
    margin-bottom: 200px;
    font-family: 'IRANSans' !important;
    background-image: url(/imgs/bodyimg.webp);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSans_Medium' !important
}

a{
    text-decoration:none!important
}

footer {
    background-color: #ffffff !important
}

.lblFile {
    background-color: #008cff;
    border-radius: 5px;
    color: white;
    margin: 0 auto;
    text-align: center;
    width: 170px;
    font-size: 1.3rem;
    cursor: pointer;
}

input[type="tel" i] {
    direction: rtl !important
}

.bg-light {
    color: black !important
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000;
    padding-top: 170px;
    text-align: center;
    opacity: 70%;
}

.navbar-toggler {
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-success {
    background-color: #00726d;
    border-color: #00726d;
}

.btn-outline-success {
    color: #00726d;
    border-color: #00726d;
}

.btn-success:hover {
    background-color: #25a19b;
    border-color: #25a19b;
}

.btn-outline-success:hover {
    color: white;
    color: #25a19b;
    border-color: #25a19b;
}

.btn-danger {
    background-color: #ee212d;
    border-color: #ee212d;
}

.btn-outline-danger {
    color: #ee212d;
    border-color: #ee212d;
}

.btn-info {
    color: white;
    background-color: #0077b9;
    border-color: #0077b9;
}

.btn-outline-info {
    color: #0077b9;
    border-color: #0077b9;
}

.btn-primary {
    color: white;
    background-color: #713897;
    border-color: #713897;
}

.btn-outline-primary {
    color: #713897;
    border-color: #713897;
}

.btn-primary:hover {
    color: white;
    background-color: #9b65bf;
    border-color: #9b65bf;
}

.btn-outline-primary:hover {
    color: #9b65bf;
    border-color: #9b65bf;
}

.divCar {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    background: #012321;
    background: linear-gradient(0deg,rgba(1, 35, 33, 1) 0%, rgba(2, 73, 69, 1) 100%);
    color: white;
}