.taj {
  font-family: "Tajawal";
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608cee;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em 0.2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608cee;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: "[";
}

.demo-icons ul em::after {
  content: "]";
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.br-30 {
  border-radius: 30px !important;
}

.br-15 {
  border-radius: 15px !important;
}

.br-0 {
  border: 0px !important;
  border-radius: 0px !important;
}

.bg-fa {
  background-color: #fafafa !important;
}

.btn-give-dropdown,
.btn-give-dropdown:hover {
  margin: 0px 0px;
  background-color: #f1f1f1 !important;
  color: #b7b7b7 !important;
}

.select {
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}

.select:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 13px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #b7b7b7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.select__field {
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  color: #b7b7b7;
  background-color: #f1f1f1;
  border: 0.25px solid #a8a8a8;
  border-radius: 7px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  /* for webkit browsers */
  -moz-appearance: none;
  /* for firefox */
  appearance: none;
  /* for modern browsers */
}

/* remove default caret for ie */

.select__field::-ms-expand {
  display: none;
}

.select__field:focus:invalid {
  border-color: #e3e3e3;
}

.select__field:required:valid {
  border-color: #e3e3e3;
}

.btn-submit {
  color: #fff;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  background: #535c69;
  width: 100%;
  border: none;
  border-radius: 3px;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #b7b7b7;
  background-color: #f1f1f1;
  border: 0.25px solid #a8a8a8;
  border-right: none;
}

.form-control {
  border-radius: 7px;
  color: #b7b7b7;
  background-color: #f1f1f1;
  border: 0.25px solid #a8a8a8;
}

.c-98 {
  color: #989898 !important;
}

.login-input,
.pass-input,
.login-input:focus,
.pass-input:focus  {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  border: 0px;
  padding: 10px 25px !important;
  margin-bottom: 10px !important;
  background-color: #ffffff;
}

.mb-own{
  margin-bottom: 20vh;
}

.c-2e{
  color: #2E2E2E !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.box-shadow-0{
  
  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%) !important;

}

.bg-e0{
  background-color: #E0E0E0 !important;
}

.br-5{
  border-radius: 5px;
}

.text-red{
  color: #ff0000;
}

.overflow-y-none{
  overflow-y: hidden;
}

.profile-img{
  width: auto !important;
  height: 100px !important;
}