*:not(i) {
  font-family: 'Tajawal', sans-serif !important;
}

iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}

.iti__flag-container+input {
  height: 100%;
}

.iti.iti--allow-dropdown {
  width: 100%;
  height: 58px;
}

.maeenShapes {
  background-color: #00918fd1;
}
.maeenShapes:before {
  background-image: none;
  background-color: #00918f;
}
.maeenShapes:after {
  background-image: none;
  background-color: #00918f;
}

.max-w-600px {
  max-width: 600px;
}

.max-w-800px {
  max-width: 800px;
}
.min-w-100px {
  min-width: 100px;
}
.min-w-50px {
  min-width: 50px;
}

.custom-lottie{
  width: 350px;
  height: 350px;
}

.h-130px{
  height: 130px;
}
.overflowX {
  overflow-x: scroll;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #00918f;
}