@import url('bootstrap.rtl.min.css');
@import url('bootstrap-icons.min.css');
:root {
  --blue-100:#cfe2ff;
  --blue-200:#9ec5fe;
  --blue-300:#6ea8fe;
  --blue-400:#3d8bfd;
  --blue-500:#0d6efd;
  --blue-600:#0a58ca;
  --blue-700:#084298;
  --blue-800:#052c65;
  --blue-900:#031633;
  --indigo-100:#e0cffc;
  --indigo-200:#c29ffa;
  --indigo-300:#a370f7;
  --indigo-400:#8540f5;
  --indigo-500:#6610f2;
  --indigo-600:#520dc2;
  --indigo-700:#3d0a91;
  --indigo-800:#290661;
  --indigo-900:#140330;
  --purple-100:#e2d9f3;
  --purple-200:#c5b3e6;
  --purple-300:#a98eda;
  --purple-400:#8c68cd;
  --purple-500:#6f42c1;
  --purple-600:#59359a;
  --purple-700:#432874;
  --purple-800:#2c1a4d;
  --purple-900:#160d27;
  --pink-100:#f7d6e6;
  --pink-200:#efadce;
  --pink-300:#e685b5;
  --pink-400:#de5c9d;
  --pink-500:#d63384;
  --pink-600:#ab296a;
  --pink-700:#801f4f;
  --pink-800:#561435;
  --pink-900:#2b0a1a;
  --red-100:#f8d7da;
  --red-200:#f1aeb5;
  --red-300:#ea868f;
  --red-400:#e35d6a;
  --red-500:#dc3545;
  --red-600:#b02a37;
  --red-700:#842029;
  --red-800:#58151c;
  --red-900:#2c0b0e;
  --orange-100:#ffe5d0;
  --orange-200:#fecba1;
  --orange-300:#feb272;
  --orange-400:#fd9843;
  --orange-500:#fd7e14;
  --orange-600:#ca6510;
  --orange-700:#984c0c;
  --orange-800:#653208;
  --orange-900:#331904;
  --yellow-100:#fff3cd;
  --yellow-200:#ffe69c;
  --yellow-300:#ffda6a;
  --yellow-400:#ffcd39;
  --yellow-500:#ffc107;
  --yellow-600:#cc9a06;
  --yellow-700:#997404;
  --yellow-800:#664d03;
  --yellow-900:#332701;
  --green-100:#d1e7dd;
  --green-200:#a3cfbb;
  --green-300:#75b798;
  --green-400:#479f76;
  --green-500:#198754;
  --green-600:#146c43;
  --green-700:#0f5132;
  --green-800:#0a3622;
  --green-900:#051b11;
  --teal-100:#d2f4ea;
  --teal-200:#a6e9d5;
  --teal-300:#79dfc1;
  --teal-400:#4dd4ac;
  --teal-500:#20c997;
  --teal-600:#1aa179;
  --teal-700:#13795b;
  --teal-800:#0d503c;
  --teal-900:#06281e;
  --cyan-100:#cff4fc;
  --cyan-200:#9eeaf9;
  --cyan-300:#6edff6;
  --cyan-400:#3dd5f3;
  --cyan-500:#0dcaf0;
  --cyan-600:#0aa2c0;
  --cyan-700:#087990;
  --cyan-800:#055160;
  --cyan-900:#032830;
  --gray-100:#f8f9fa;
  --gray-200:#e9ecef;
  --gray-300:#dee2e6;
  --gray-400:#ced4da;
  --gray-500:#adb5bd;
  --gray-600:#6c757d;
  --gray-700:#495057;
  --gray-800:#343a40;
  --gray-900:#212529;
}
*{
  box-sizing: border-box;
}
@font-face {
  font-family: "Estedad";
  src: url("../fonts/Estedad.woff2");
}
@font-face {
  font-family: "Estedad-FD";
  src: url("../fonts/Estedad-FD.woff2");
}
@font-face {
  font-family: "Mikhak";
  src: url("../fonts/Mikhak.woff2");
}
.fa-number{
	font-family: Estedad-FD !important;
}
.font-2{
  font-family: Estedad;
}
html{
/*  font-size: 15px;*/
}
body,table tr td, table tr td p,.hero-unit p,.tooltip,.jumbotron p{
	font-family: Mikhak;
}
body{
  background-color: #eff2f6;
}
.avatar{
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
}
/* bootstrap customization */
.fs-7 {
    font-size: 0.9rem!important;
}
.fs-8 {
    font-size: 0.8rem!important;
}
.fs-9 {
    font-size: 0.7rem!important;
}
.fs-10 {
    font-size: 0.6rem!important;
}
.fs-11 {
    font-size: 0.5rem!important;
}
.mt-6{
  margin-top: 5rem !important;
}
.pt-6{
  padding-top: 5rem !important;
}
.btn{
  font-weight: 500;
}
/* !bootstrap customization */
.ltr{
  direction: ltr !important;
}
.rtl{
  direction: rtl !important;
}
a{
  text-decoration: none;
}
#mobile-home{
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@keyframes logoPlay{
  0%{
    transform: rotateY(0deg);
  }
  5%{
    transform: rotateY(360deg);
  }
  10%{
    transform: rotateY(0deg);

  }
}
.logo-animation{
  animation: logoPlay 15s infinite forwards;
}
.text-gradient {
    background: -webkit-linear-gradient(red, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ellipsis{
  max-width: 100%; text-overflow: ellipsis; overflow: hidden;
}
@media print
{    
  .noprint, .noprint *
  {
      display: none !important;
  }
}
.bi::before{
  vertical-align: middle;
}


#pm_reminder
{
  width:250px;
  height: 60px;
  border-radius: 5px;
  animation:pm_reminderPlay 2s;
  position: fixed;
  left: 20px;
  background-color: #eff2f6;
  padding:20px;
  top:20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
  font-weight: bold;
  z-index: 9999999999;
  border: 1px solid #dee2e6;
}
@keyframes pm_reminderPlay { from{opacity:0; top:-100px;} to{opacity:1; top:20px;} }
#pm_reminder .close
{
  position: absolute;
  left:5px;
  top:5px;
}
.pmborder
{
  border:1px dashed black;
  padding: 10px;
  border-radius: 5px;
}
.pmavatar
{
  width: 50px;
  height: 50px;
  background-color: white;
  background-size: 50px auto;
  background-repeat: no-repeat;
  border:1px solid #3A87AD;
  border-radius: 5px;
}
#pm_nav
{
  background-color: #FAFAFA;
  background-image: linear-gradient(to bottom, #FFF, #F2F2F2);
  background-repeat: repeat-x;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  min-height:30px;
  margin-bottom: 10px;
}
th{
  text-wrap: nowrap;
}
@media screen and (max-width: 500px)
{
  html{
    font-size: 15px;
  }
}
.table{
  --bs-table-striped-bg: #f8f7ff;
}
table tr th{
  --bs-table-striped-bg: #6d7ae0 !important;
  color: #fff !important;
}
.inline-input .form-control{
  display: inline-block;
  width: unset;
}
.badge{
  line-height: unset;
}



@media screen and (min-width: 1024px)
{
  #canvasMenu{
    margin-block-start: 57px;
    transform: none;
    visibility: visible;
  }
  #canvasMenu .offcanvas-header{
    display: none;
  }
  button[data-bs-target="#canvasMenu"]{
    display: none;
  }
}
.modal{
  backdrop-filter: blur(4px);
}

