.text-main-color {
  color: #17a2b8;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.fs-11-5px {
  font-size: 11.5px;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: white;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}
.form-control::-moz-placeholder {
  font-size: 11px;
}
.form-control::placeholder {
  font-size: 11px;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::placeholder {
  opacity: 0;
  transition: 0.4s;
}

.main-section {
  padding: 2rem 0px;
  min-height: calc(100vh - 82.41px - 51.12px - 68.98px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.getHeightContainer {
  min-height: calc(100vh - 41.88px - 54px - 69px - 6rem);
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.loader-container .img-loader {
  max-width: 100%;
  width: 285px;
}
.loader-container .the_loader {
  max-width: 100%;
  width: 120px;
}
.loader-container.hidden-loader {
  opacity: 0;
  visibility: hidden;
}

.top-nav {
  color: #fff;
  font-size: 13px;
  background-color: #fff;
  z-index: 100;
}
.top-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  position: relative;
}
.top-nav .container .list-item li > a img {
  width: 247px;
}

.bottom-nav {
  background-color: #313131;
  box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
  z-index: 1000;
}
.bottom-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-nav .container .navbar-toggler {
  background-color: white !important;
}
.bottom-nav .container .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .bottom-nav .container .list-item {
    flex-direction: column;
  }
}
.bottom-nav .container .list-item li .item {
  padding: 1rem 0.7rem;
  display: block;
  transition: 300ms;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
}
.bottom-nav .container .list-item li .item .badge-count {
  position: absolute;
  left: 0px;
  top: 13%;
}
.bottom-nav .container .list-item li .item .i-item {
  transition: 300ms;
  color: #9fda03;
  font-size: 16px;
  margin-right: 2px;
}
.bottom-nav .container .list-item li .item:hover {
  color: #9fda03;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: flex;
}

.contact table.contact_block1 td {
  padding: 5px;
}
.contact table.contact_block1 td .icon {
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background: rgb(0, 65, 51);
}

.login_page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(249, 250, 251);
}

@media (max-width: 991.98px) {
  .login_page {
    padding: 0px 20px;
  }
}
.login_page .login_content {
  display: flex;
  height: 450px;
  width: 780px;
  margin: 0px auto;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .login_page .login_content {
    flex-direction: column;
    width: 430px;
    height: 100%;
    border-radius: 10px;
    margin: 40px auto;
  }
}
@media (max-width: 575.98px) {
  .login_page .login_content {
    width: 100%;
  }
}
.login_page .login_content .login_image {
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  flex-basis: 50%;
}

.login_page .login_content .login_image img {
  max-height: 100%;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}

@media (max-width: 991.98px) {
  .login_page .login_content .login_image img {
    border-radius: 10px 10px 0px 0px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.login_page .login_content .form_content {
  max-height: 100%;
  flex-basis: 50%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
}

@media (max-width: 991.98px) {
  .login_page .login_content .form_content {
    border-radius: 0px 0px 10px 10px;
  }
}
.login_page .login_content .form_content .header_title {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 600;
  color: #838383;
}

.login_page .login_content .form_content input {
  direction: rtl;
}

.login_page .login_content .form_content .sub_btn {
  background-color: #2c82c1;
  border-color: #2c82c1 !important;
}

.login_page .login_content .form_content .sub_btn:hover {
  background-color: #2878b3;
  border-color: #2878b3 !important;
}

.login_page .login_content .form_content .sub_btn:focus {
  box-shadow: 0 0 0 0.25rem hsla(205, 63%, 46%, 0.27) !important;
}

.login_page .login_content .form_content .image_holder img {
  width: 80px;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #17a2b8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #17a2b8;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #17a2b8;
  border: 1px solid #17a2b8;
}
.btn-main-sm:hover::before {
  left: 0;
}

.sec-btn-gre {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.7px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #17a2b8;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  transition: 0.4s;
}
.sec-btn-gre:hover {
  color: #17a2b8;
}
.sec-btn-gre::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 180%;
  z-index: -1;
  background-color: #17a2b8;
  transition: 0.4s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.sec-btn-gre:hover::before {
  height: 0%;
}

.btn-purple {
  color: white;
  background-color: #8e44ad;
}
.btn-purple:hover {
  background-color: #7d3d99;
  color: white;
}

.btn-send {
  box-shadow: rgb(63, 184, 158) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.25) 1px 1px 4px;
  background-color: rgb(36, 116, 99);
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
  color: white !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 65, 51);
  -o-border-image: initial;
     border-image: initial;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.2s ease 0s;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-search {
  width: 140px;
  height: 41px;
  border-radius: 7px;
  background-color: #247463;
  color: #fff;
  font-size: 16px;
}

.main-heading {
  position: relative;
  color: #17a2b8;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 65px;
}
.main-heading::before {
  content: "";
  position: absolute;
  bottom: -37px;
  right: 0px;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  background-color: #17a2b8;
}

.small-heading {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 5px;
}

.head-section {
  color: #006146;
  font-size: 16px;
  margin-bottom: 15px;
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #17a2b8;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info.orange .bg-icon {
  color: orangered;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}

.boxes-info-5 {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .boxes-info-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .boxes-info-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.boxes-info-5 .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info-5 .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info-5 .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info-5 .box-info.green .bg-icon {
  color: #17a2b8;
}
.boxes-info-5 .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info-5 .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info-5 .box-info.orange .bg-icon {
  color: orangered;
}
.boxes-info-5 .box-info .num {
  font-size: 25px;
}
.boxes-info-5 .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info-5 .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  text-align: center;
  border: 1px solid #ddd !important;
}
.main-table * {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr th.sec-th-style {
  border: 2px solid black !important;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}

.main-list-group .list-group-item {
  padding: 15px 10px;
  position: relative;
}
.main-list-group .list-group-item .badge-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.main-list-group .list-group-item.active {
  background-color: #17a2b8 !important;
  border-color: #17a2b8;
}

.up-btn {
  bottom: 15px;
  right: -20%;
  width: 45px;
  height: 45px;
  background-color: #17a2b8;
  transition: 0.4s;
  z-index: 99999;
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.up-btn::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #149d61;
  z-index: -1;
  border-radius: 0.3rem;
  transition: 0.4s;
}
.up-btn:hover::before {
  width: 100%;
}
.up-btn.show {
  right: 18px;
}

/*start nav taps*/
.main-nav-tap {
  margin-bottom: 0 !important;
  border-radius: 0;
  flex-wrap: nowrap !important;
}
.main-nav-tap .nav-item {
  flex: 1;
}
.main-nav-tap .nav-item .nav-link {
  white-space: nowrap !important;
  border-radius: 0 !important;
  background-color: #f1f1f1 !important;
  color: black !important;
  width: 100% !important;
}
.main-nav-tap .nav-item .nav-link.active {
  color: white !important;
  background-color: #17a2b8 !important;
}

.main-tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}
.main-tab-content ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}
.main-tab-content ul a {
  color: #17a2b8;
}

/*end nav taps*/
.icon-color {
  color: white !important;
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}

.box-one {
  background-color: #5b8af0 !important;
}

.box-two {
  background-color: #de5f56 !important;
}

.box-three {
  background-color: #2ba670 !important;
}

.box-four {
  background-color: #5b8af0 !important;
}

.white-color {
  color: white !important;
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
  outline: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.inp-blue {
  text-align: center;
  color: #2238ff;
  font-weight: 700;
  font-size: 12px !important;
}
.inp-blue:focus {
  color: #2238ff !important;
  box-shadow: 0 0 0 0.25rem rgba(34, 56, 255, 0.22) !important;
}

input[readonly] {
  background-color: #e9ecef !important;
}

.group-inp-form {
  flex-basis: calc(50% - 10px);
  display: flex;
  align-items: center;
  min-width: 200px;
  flex-grow: 1;
  margin: 5px;
}
.group-inp-form .label {
  flex-basis: 90px;
  font-size: 12px;
}

.footer-bottom {
  background-color: #313131;
  color: white;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */