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: 60px;
}
.ZindexH {
    z-index: 99999 !important;
}
@font-face {
    font-family: "IRANYekanX-Regular";
    src: url("/fonts/IRANYekanX-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanX-Medium";
    src: url("/fonts/IRANYekanX-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanX-Bold";
    src: url("/fonts/IRANYekanX-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanXlight";
    src: url("/fonts/IRANYekanX-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "IRANSansWeb_Light";
    src: url("/fonts/IRANSansWeb_Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.IRANSansWeb_Light {
    font-family: "IRANSansWeb_Light", Arial, sans-serif !important;
}

.font-iranyekanB {
    font-family: "IRANYekanX-Bold", Arial, sans-serif !important;
}
.font-iranyekanL {
    font-family: "IRANYekanXlight", Arial, sans-serif !important;
}
.font-iranyekanM {
    font-family: "IRANYekanX-Medium", Arial, sans-serif !important;
}
.font-iranyekanR {
    font-family: "IRANYekanX-Regular", Arial, sans-serif !important;
}

.card-raised {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}




