/* Saudi Riyals CSS file */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ns0p6q');
  src:  url('../fonts/icomoon.eot?ns0p6q#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ns0p6q') format('truetype'),
    url('../fonts/icomoon.woff?ns0p6q') format('woff'),
    url('../fonts/icomoon.svg?ns0p6q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
    --apt-primary: #02066e;
    --apt-secondary: #ff4500;
    --apt-red: #d62828;
    --apt-dark-gray: #475564;
    --apt-light-gray: #E7E7E9;
    --apt-lighter-gray: #00000008;
    --apt-page-bg: #f4f7ff;
    --apt-page-bg-soft: #eef3ff;
    --apt-radius: 4px;
    --muted-color: #636984;
    --apt-font-en: 'HELVETICA', 'icomoon', sans-serif;
    --apt-font-ar: 'Tajawal', 'icomoon', sans-serif;
}
body {
  font-size: 14px;
  font-family: var(--apt-font-en);
  font-weight: 300;
}
html[dir="rtl"]  body{
    text-align: right;
}

body.rtl-shell {
  font-family: var(--apt-font-ar);
}

body,
button,
input,
select,
textarea {
    font-family: inherit;
}
/* [class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-riyal-symbol:before {
  content: "\e900";
  font-family: 'icomoon';
} */


@media (min-width: 992px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1500px;
    }
}
button:focus {
    outline: none !important;
}
h1,.h1{
    font-size: 1.8rem;
}
h2,.h2{
    font-size: 1.4rem;
}
h3,.h3{
    font-size: 1.2rem;
}

.breadcrumb__wrapper{
    margin : 10px 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0 0 8px;
    background: transparent;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: var(--muted-color);
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--apt-primary);
}

.color-primary {
    color: var(--apt-primary);
}
.color-secondary {
    color: var(--apt-secondary);
}

.gray-page-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
}
/* .form-check-input{
    margin: 2px -1rem;
} */