@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf");
}

body,
html {
  overflow-x: hidden;
}

[dir="ltr"] .r-direction {
  flex-direction: row
}

[dir="rtl"] .r-direction {
  flex-direction: row-reverse
}

/* For Menu In Dropdown */
[dir="rtl"] .text-align {
  text-align: right
}

[dir="ltr"] .text-align {
  text-align: left
}

.no-scroll {
  overflow: hidden;
}




/* Start Navbar */
/* nav {
  background-color: #FFF
}
 */

nav .nav-btn-container a,
nav .for-profile a {
  padding: 16px 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none
}

.bg-gold {
  background-color: #B49164
}

header nav .filter-btn {
  border-radius: 4px;
  border: 1px solid #E8E9EA !important;
  background: #FFF !important;
  display: flex;
  width: 110px;
  height: 35px;
  padding: 16px 24px !important;
  align-items: center;
  gap: 8px;
  color: #838383 !important;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
}

header nav .filter-btn:hover {
  color: #838383 !important
}

header nav .process-data-btn {
  display: flex;
  width: 138px;
  height: 35px;
  padding: 16px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #1D6859 !important;
  color: #FFF !important;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.2px;
}

.actions-dropdown button {
  border-radius: 4px;
  background: #B49164 !important;
  border: 0;
  box-shadow: 0 !important;
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 35px;
  box-shadow: none !important
}

.dropdown-menu li a {
  color: #838383
}

.filter-dropdown li a {
  color: #000
}

.actions-dropdown ul li:not(:last-child) a,
.menu-dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid #EAEAEA;
}


.actions-dropdown:not(.filter-dropdown) ul,
.menu-dropdown:not(.filter-dropdown) ul,
.filter-dropdown ul {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  border-top: 4px solid #242424;
  top: 150% !important
}

.notifications-dropdown {
  padding: 16px;
  top: 155% !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
  width: 350%;
  right: -100% !important
}

.not-img-wrapper {
  width: 40px;
  height: 40px;
}

.not-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.p-40 {
  padding: 40px;
}

.not-icon-wrapper {
  display: flex
}

.notifications-dropdown .show-all-not-btn {
  border-radius: 8px !important;
  background: #B49164;
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 8px 16px !important;
  justify-content: center;
  gap: 8px;
}

.notifications-dropdown h4.not-title {

  color: #1D6859;
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 177.778% */
}

.notifications-dropdown ul {
  list-style: none;
  padding: 0 !important;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.not-item {
  border-radius: 8px !important;
  padding: 8px !important;

}

.not-item.success-not .not-title {
  color: #1D6859;

}

.not-item.info-not .not-title {
  color: #B49164;

}



.success-not {
  border: 0.5px solid #7EAEA4;
  background: #E0F4F0 !important;

}

.not-item .not-time {
  color: #242424;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.info-not {
  border: 0.5px solid #7EAEA4;

  background: #F4F1EA !important;

}

.not-item .filter-dropdown ul {
  top: 100% !important;
  min-width: 100% !important;
  border-top: 4px solid #B49164;
}

.filter-dropdown.for-map {
  top: 0 !important
}

.actions-dropdown .filter-dropdown {
  padding-top: 0;
  transform: translate(0, 40px) !important;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  border-top: 4px solid #242424;
  min-width: 100% !important
}

.actions-dropdown ul li a,
.menu-dropdown ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.actions-dropdown:not(.filter-dropdown) ul li:last-child a,
.menu-dropdown:not(.filter-dropdown) ul li:last-child a {
  color: #E31A1A
}

.menu-btn {
  display: flex;
  width: 35px;
  height: 35px;
  padding: 16px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 4px;
  border: 1px solid #E8E9EA;
  background: #FFF;
}



header nav .language-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

header nav .nav-link {
  color: #838383;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

header nav .nav-link.active {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.navbar-expand-md .navbar-collapse {
  gap: 45px
}

.navbar-expand-md .navbar-collapse>div:not(:nth-child(1)) {
  flex: 1
}

.search-box-container {
  height: 40px;

}

.separator {
  color: #838383
}

.search-box-container .search-icon,
.search-box-container .search-btn-container {
  position: absolute
}

.search-box-container input[type="text"] {
  padding-right: 42px;
  background-color: #0000000A;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}

.search-box-container input[type="text"]::placeholder {
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

}

.search-box-container .search-btn-container {
  left: 8px
}

.search-box-container .search-icon {
  right: 8px;
  background-color: #0000000A;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/* End Navbar */

.main-container {
  background: #FBFBFB;
  /* padding-top: 43px; */
  padding-bottom: 10em;
  padding-right: 50px;
  padding-left: 50px;

}

.pt-6em {
  padding-top: 6em
}

.bottom-0 {
  bottom: 0
}

.pt-10em {
  padding-top: 10em !important
}

.stats-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.stats-container::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.stats-container .stats-card {
  padding: 22px 17px;
  border-radius: 8px;
  transition: all .2s linear;
  flex: 1;
  align-self: stretch;
  min-width: 211px;
}

.stats-container .stats-card .alert-icon {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}

.stats-container .stats-card .alert-icon::before {
  content: '';
  border: 1px solid;
  position: absolute;
  width: 130%;
  height: 130%;
  z-index: 0;
  left: -17%;
  top: -20%;
  border-radius: 16px;


}

.stats-container .stats-card:nth-child(odd) {
  background: rgba(0, 169, 135, 0.12);
  backdrop-filter: blur(23.850000381469727px);
}

.stats-container .stats-card:nth-child(odd):hover {
  background-color: #1D6859
}

.stats-container .stats-card:nth-child(odd):hover span,
.stats-container .stats-card:nth-child(odd):hover p {
  color: #FFF
}

.stats-container .stats-card:nth-child(odd) span {
  color: #1D6859;
}


.stats-container .stats-card.models-card {
  background-color: #F2F2F2 !important;
  padding: 12px 16px !important;
  cursor: pointer;
  transition: all .4s linear !important
}

.stats-container .stats-card.models-card span {
  color: #564228 !important;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.stats-container .stats-card.models-card:hover {
  transition: all .4s linear !important;
  background: linear-gradient(244deg, #1D6859 15.41%, #3C8361 66.39%) !important;
  color: #FFF !important
}

.stats-container .stats-card.models-card:hover span {
  color: #FFF !important
}

.red-bg {
  background-color: #F12E32 !important;
}

.red-bg::before,
.red-bg::after {
  border-color: #F12E32 !important
}

.green-bg {
  background-color: #1D6859 !important;
}

.green-bg::after,
.green-bg::before {
  border-color: #1D6859 !important
}


.orange-color {
  color: #F19C2E !important;
}

.orange-bg {
  background-color: #F19C2E !important;
}

.orange-bg::after,
.orange-bg::before {
  border-color: #F19C2E !important
}


.alert-icon.new-msg {
  position: relative;
}

.alert-icon.new-msg::before {
  /* border-color: green !important; */

  animation: pulse3 2s infinite;
}

.alert-icon.new-msg::after {
  display: none !important
}

.stats-container .stats-card:nth-child(even) {
  background: rgba(235, 205, 148, 0.12);
  backdrop-filter: blur(23.850000381469727px);
}

.stats-container .stats-card:nth-child(even):hover {
  background-color: #B49164
}

.stats-container .stats-card:nth-child(even):hover span,
.stats-container .stats-card:nth-child(even):hover p {
  color: #FFF;
}

.stats-container .stats-card:nth-child(even) span {
  color: #B49164;
}

.stats-container .stats-card:nth-child(2) .alert-icon,
.stats-container .stats-card:nth-child(5) .alert-icon,
.stats-container .stats-card:nth-child(7) .alert-icon {
  background-color: #029055;
}

.stats-container .stats-card:nth-child(2) .alert-icon::before,
.stats-container .stats-card:nth-child(5) .alert-icon::before,
.stats-container .stats-card:nth-child(7) .alert-icon::before {
  border-color: #029055;
}









.stats-container .stats-card .icon-container {
  background-color: #FFF;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.stats-container .stats-card span {
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.stats-container .stats-card p {
  margin-top: 8px;
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
}

.slider-map-wrapper {
  margin-top: 46px;
}

.slider-card,
.map-wrapper,
.last-stats-card {
  border-radius: 10.9px;
  border: 1px solid var(--Border, #E8E9EA);
  background: #FFF;
  padding: 14px 20px;
}

.slider-card,
.map-wrapper {
  padding: 22px !important
}


.map-wrapper.pb-0 {
  padding-bottom: 0 !important
}

.map-wrapper {
  height: 100% !important
}



.main-cam,
.main-slider-carousel .item {
  border-radius: 8px;
  overflow: hidden
}

/* .main-slider-carousel .new-msg::after {
  left: -16% !important;
  top: -15% !important;
} */

.main-cam {
  height: 380px
}

.main-cam .new-msg,
.main-slider-carousel .new-msg {
  top: 20px;
  left: 20px;
}

.main-slider-carousel {
  position: relative;
}

.main-img-slider {
  object-fit: cover
}

.main-slider-carousel .owl-nav {
  display: flex !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.main-slider-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #B7DED5 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.main-slider-carousel .owl-nav button.owl-prev {
  transform: translateX(50%)
}

.main-slider-carousel .owl-nav button.owl-next {
  transform: translateX(-50%)
}

.main-cam-data-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 28px;
  height: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 24px;
  padding-left: 24px;
  background: linear-gradient(3deg, rgba(0, 0, 0, 0.80) 1.97%, rgba(0, 0, 0, 0.00) 97.78%);


}


.main-cam-data-wrapper-2 {
  padding-bottom: 13px !important;
  padding-right: 15px;
  height: 100%;
  padding-left: 15px;
}

.main-cam-data-wrapper h3 {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.2px;
}

.main-cam-data-wrapper-2 h3 {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 13.5px */
  letter-spacing: 0.099px;
  white-space: nowrap
}

.main-cam-data-details {
  margin-top: 8px;
}

.main-cam-data-details-2 {
  margin-top: 4px;
}

.main-cam-data-details span {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2px;

}

.main-cam-data-wrapper-2 .main-cam-data-details span {
  font-size: 6px;
}

.main-cam-data-details span p {
  line-height: 18px;
}

.last-stats-card {
  padding: 32px;
  height: 100%
}

.last-stats-card h6 {
  color: #242424;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
}

.chart-percentage {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center
}

.chart-percentage h1 {

  font-size: 20px;
  font-weight: 700;
  line-height: 24.9px;
  text-align: center;
}

.chart-percentage .desc {
  color: #242424 !important;
  font-family: "Bahij_TheSansArabic" !important;
  font-size: 8px !important;
  font-weight: 500 !important;

}

.chart-legends .icon {
  width: 10px;
  height: 10px !important;
  border-radius: 40px
}

.chart-legends li:nth-child(1) .icon {
  background: #6E62AB;
}

.chart-legends li:nth-child(2) .icon {
  background: #73C9FF;
}

.chart-legends li:nth-child(3) .icon {
  background: #009696;
}

.chart-legends li:nth-child(4) .icon {
  background: #FFB44F;
}

.chart-legends li:nth-child(5) .icon {
  background: #F99BAB;
}



.chart-legends p {
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 18.459px;
}

.chart-legends .percentage {
  color: #242424;
  font-family: Inter;
  font-size: 18.459px;
  font-weight: 700;
  line-height: 21.536px;
}

.search-map-wrapper {
  top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  z-index: 0;
  width: 100%;
}

.search-box-container-2 input {
  background-color: rgba(255, 255, 255, 0.80) !important;

}

.search-map-wrapper .filter-dropdown button {
  background: #242424 !important;
  padding: 0 24px !important
}

.search-map-wrapper .filter-dropdown button img {
  filter: invert(1) brightness(10);
}

.bottom-section {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px
}

.bottom-section .chats,
.bottom-section .notifications {
  background: #FFF;
  border: 0.5px solid rgba(0, 0, 0, 0.10);
  cursor: pointer;
}

.bottom-section .chats {
  border-radius: 4px 0px 0px 0px;
  padding: 22px 50px 22px 48px;
}

.bottom-section .notifications {
  border-radius: 0px 4px 0px 0px;
  padding: 22px 50px 22px 50px;
}

.bottom-section .chats span:not(.badge) {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 22px;
  font-weight: 500;
  line-height: 38.125px;
}

.badge.bg-success {
  border-radius: 4px;
  background: rgba(183, 222, 213, 0.50) !important;

  color: #1D6859;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.125px;
  /* 272.321% */
}

.badge.bg-gold {
  border-radius: 4px;
  background: #B49164 !important;

  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.125px;
  /* 272.321% */
}

.badge.bg-warning {
  border-radius: 4px;
  background: #f19c2e4d !important;

  color: #F19C2E;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.125px;
  /* 272.321% */
}


.badge.bg-error {
  border-radius: 4px;
  background: #f12e322b !important;

  color: #F12E32;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.125px;
  /* 272.321% */
}

.badge.bg-secondary {
  border-radius: 4px;
  background: #5c5c5c4a !important;

  color: #5C5C5C;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.125px;
}

.new-msg,
.main-slider-carousel .new-msg {
  /*   width: 20px;
  height: 20px; */
  border-radius: 50%;
  position: relative
}

.main-slider-carousel .new-msg {
  top: -45% !important;
  left: 0px !important;
  width: 12px;
  height: 12px;
}

.main-slider-carousel .new-msg::after {
  border-width: 1px !important
}


.main-slider-carousel .owl-item>div {
  z-index: 20;
}

/* .new-msg::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  height: 130%;
  border: 2px solid #F12E32;
  border-radius: 50%;
  animation: pulse2 2s infinite;
  transform: translate(-50%, -50%) scale(1);
} */

@keyframes pulse2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3)
  }

  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3)
  }
}

.for-translate::after {
  left: -16% !important;
  top: -13% !important;
}


.new-msg.for-translate-2::after {

  left: -15% !important;
  top: -13% !important;

}

.nc-box {
  width: 100%;
  bottom: -1250%;
  right: 0;
  left: 0;
  z-index: 9999 !important;
  transition: all .3s linear;
  opacity: 0;
}

.owl-carousel {
  z-index: 0 !important;
}

.owl-carousel .owl-stage-outer {
  z-index: 1;
}

.nc-header {
  border-radius: 33.488px 33.488px 0px 0px;
  background: linear-gradient(90deg, #3C8361 0%, #1D6859 100%);
  padding: 24px 50px;
}

.nc-header span {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
}

.collapse-nc button {
  border-radius: 3.508px;
  background: rgba(255, 255, 255, 0.12);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center
}

.show-n {
  bottom: 0%;
  z-index: 9999 !important;
  opacity: 1 !important;
}

.nc-content {
  padding: 24px 50px;
  background-color: #FFF;
  position: relative;
}

.nc-content .new-msg {
  /*   width: 12px;
  height: 12px; */
}

.nc-content .new-msg::after {
  border-width: 1px !important
}

.nc-content .tabs a {
  background-color: #2424241F;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  color: #838383;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nc-content .tabs a .num {
  display: flex;
  width: 25px;
  height: 25px;
  padding: 2.5px 0px 3.5px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(131, 131, 131, 0.16);
}

.nc-content .tabs a.active {
  background: #D6CCA3;
  color: #9B6B2D
}

.nc-content .tabs a.active .num {
  background-color: #B491641F;
  color: #9B6B2D
}

.not-box {
  left: 0 !important;
  right: auto !important;
  width: 49.6% !important;
  padding-left: 50px
}

.not-box .nc-content {
  max-height: 70vh;
  min-height: 70vh
}

.c-box {
  right: 0 !important;

  width: 49.6% !important;
  padding-right: 50px;
  opacity: 0
}

.not-msgs li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block
}

.not-msgs li.not-readed-notification span {
  background-color: #1D6859
}

.not-msgs li.readed-notification span {
  background-color: #838383 !important
}

.not-msgs .time {
  left: 0;
  top: -40%;
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 400;
}

.not-msgs li.not-readed-notification .not-msg-content {
  border-radius: 8px;
  background: #DBEFEA;
  flex: 1;
  color: #282828;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
}


.not-msgs li.readed-notification .not-msg-content {
  color: #282828;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  background: rgba(131, 131, 131, 0.08);
  padding: 10px 16px;
  flex: 1;
  border-radius: 8px;
}

/* Chat */
.chatbot .chatbox {
  overflow-y: auto;
  padding: 30px 20px 100px;
  background-color: #FFF;

}

.chatbox {
  max-height: 55vh !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px !important;
  padding-left: 10px !important
}

/* Thin scrollbar for Chrome */
.chatbox::-webkit-scrollbar {
  width: 6px;
  /* Adjust the width to make it thinner or thicker */
}

/* Track */
.chatbox::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
  border-radius: 3px;
  /* Rounded corners for the track */
}

/* Handle */
.chatbox::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #3C8361 0%, #1D6859 100%);
  /* Color of the scrollbar handle */
  border-radius: 3px;
  /* Rounded corners for the handle */
}

/* Handle on hover */
.chatbox::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar handle on hover */
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.chatbox .chat {
  display: flex;
  list-style: none;
  flex-direction: row-reverse
}

.outgoing p {
  background-color: #DBEFEA !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  padding: 10px 16px !important;
  color: #282828;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0 !important;
  line-break: anywhere
}

.risk-text {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}


.chatbox .incoming span:not(.not-send),
.chatbox .incoming div:not(.pulse-wrapper) {
  width: 44px !important;
  height: 44px !important;
  line-height: 44px;
  color: #B49164;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  align-self: flex-end;
  background: #D6CCA340;
  border-radius: 50px;
  margin: 0 10px 7px 0;
  display: flex;
  justify-content: center;
  align-items: center
}


.chatbox .outgoing span:not(.not-send),
.chatbox .outgoing .position-relative {
  width: 44px !important;
  height: 44px !important;
  margin-left: 12px;

}

.chatbox .outgoing .not-send {
  width: 100% !important;
  display: block
}

.chatbox .outgoing .pulse-wrapper {
  right: 30% !important;
  top: -30%
}

.chatbox .outgoing .pulse-wrapper::after {
  /*   border: 1px solid #1D6859 !important;
  content: '';
  position: absolute;
  left: 88%;
  top: 56%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  animation: pulse 2s infinite; */
}

@media (min-width: 1800px) {
  .chatbox .outgoing .pulse-wrapper::after {
    top: 60% !important
  }
}

.pulse-wrapper::after {
  /*   content: '';
  position: absolute;

  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  border: 1px solid #bd3318ae;
  animation: pulse 2s infinite; */
}


@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3);
  }

  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3);
  }
}

.outgoing .pulse-wrapper i {
  color: #1D6859 !important
}

.chatbox .outgoing span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #1D6859;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  align-self: flex-end;
  background: #DBEFEA;
  border-radius: 50px;
  margin: 0 10px 7px 0;
}



.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}

.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.chatbox .incoming p {
  background-color: #D6CCA340 !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  color: #282828;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  line-break: anywhere;
}

.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ACACAC;
}

[dir="ltr"] .chatbot .chat-input {
  flex-direction: row-reverse
}

.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
  text-align: right
}

.chat-input span {
  align-self: flex-end;
  color: #724ae8;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  /* visibility: hidden; */
  font-size: 1.35rem;

}



.chat-input textarea:valid~span {
  visibility: visible;
}

.my-name {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
}

.incoming .my-name {
  color: #B49164;
}

.chat-time {
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 400;
}

.chatbox .outgoing>div {
  min-width: 100% !important
}

.c-box .nc-content {
  padding-bottom: 4em;
  min-height: 70vh !important
}

.c-box .tabs {
  /*   padding-right: 30px;
  padding-left: 50px; */
}

.chat-input::after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;

  border-top: 2px solid #E8E9EA !important;
  z-index: 0;
}

.chat-input,
.chat-input textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  z-index: 10;
}

.dropdown-toggle::after {
  display: none;
}

#send-btn {
  position: absolute;
  left: 50px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%)
}

.is-online {
  background-color: #81C784;
  border: 1px solid #FFF;
  width: 9.344px;
  height: 9.344px;
  border-radius: 50%
}

.is-online-text {
  color: #E9E9E9;
  font-family: "Bahij_TheSansArabic";
  font-size: 12.147px;
  font-weight: 400;
}

.current-chat-name {
  width: 42px;
  height: 42px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 18.261px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}


/* Chat */

.last-stats-card .upper-slogan {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
}

.last-stats-card .number {
  margin-top: 50px;
  color: #1D6859;
  text-align: center;
  font-family: "Inter";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.929px;
}

.last-stats-card .name {
  color: #B49164;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-weight: 500;
  line-height: 19.929px;

}

.last-stats-card .desc {
  margin-top: 28px;
  color: #222529;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.929px;
}

.gold-color {
  color: #B49164 !important
}

.auto-container .position-absolute {
  top: 36% !important
}

.chart-tabs-container a {
  background: #E8E9EA;
  padding: 3px 16px;
  text-decoration: none;
  color: #1D6859 !important;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 500;
  cursor: pointer
}


.chart-tabs-container a.active {

  background: #1D6859;
  color: #FFF !important
}

.chart-tabs-container ul li:nth-child(1) a {
  border-radius: 0px 3.287px 3.287px 0px;
}

.chart-tabs-container ul li:last-child a {
  border-radius: 3.287px 0 0 3.287px;

}

.stacked-legend-container li span {
  width: 3.965px;
  height: 3.965px;
  border-radius: 9.009px;
}


.stacked-legend-container li p {
  color: #8C97A7;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 500;

}

.stacked-legend-container li:nth-child(1) span {
  background: #EBCD94;
}

.stacked-legend-container li:nth-child(2) span {
  background: #3C8361;
}

.stacked-legend-container li:nth-child(3) span {
  background: #F19C2E;
}

.stacked-legend-container li:nth-child(4) span {
  background: #B49164;
}

.stacked-legend-container li:nth-child(5) span {
  background: #F12E32;
}

#curvedLineChart:not(.h-auto) {
  height: 240px !important;
  /* Set the height of the chart */
  width: 100% !important;
  /* Ensure the chart takes up full width of its container */
}



.highcharts-root {
  width: 100%
}

.highcharts-figure.peoples .highcharts-axis-labels {
  display: none !important
}

.location-form-wrapper {
  top: 55%;
  transform: translateY(-50%);
  border-radius: 2.634px;
  background: #FFF;
  padding: 32px 16px 32px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  width: 30%;
  right: 10%
}

.location-form-wrapper span {
  font-family: Bahij_TheSansArabic;
  font-size: 46.34px;
  font-weight: 500;
  line-height: 31.61px;
  text-align: center;
  margin-top: 8px;

}

.location-form-wrapper p {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 7.902px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 8px;
}

.location-form-wrapper button {
  border-radius: 1.317px;
  background: #1D6859;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.132px;
  height: 40px;
}



.pulse-wrapper {
  top: -45%;
  left: -7%
}

.pulse-wrapper i {
  color: #F19C2E;
  font-size: 8px !important
}





@keyframes pulse3 {
  0% {
    opacity: 1;
    transform: scale(1.3)
  }

  50% {
    opacity: 0.5;
    transform: scale(1)
  }

  100% {
    opacity: 1;
    transform: scale(1.3)
  }
}

.share-icons button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.share-icons {
  position: absolute;
  gap: 4px;
}

.incoming .share-icons {
  transform: translateY(40%) translateX(140%)
}

.incoming .share-icons button {
  background-color: #F5F2E8
}


.outgoing .share-icons {
  transform: translateY(150%) translateX(0%);
  left: 17%
}

.outgoing .share-icons button {
  background-color: #DBEFEA
}

.badge-orange {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  background: #F19C2E;
  padding: 0 16px;
  height: 24px;
  display: flex;
  align-items: center;
}

.badge-danger {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  background: #F12E32;
  padding: 0 16px;
  height: 24px;
  display: flex;
  align-items: center;
}

.badge-success {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  background: #1D6859;
  padding: 0 16px;
  height: 24px;
  display: flex;
  align-items: center;
}

.not-view-btn {
  border-radius: 3.508px;
  background: var(--Dark-green, #1D6859);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center
}

.not-view-btn i {
  color: #FFF;
}

.not-title {
  color: #282828;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.scroll-x {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.scroll-x::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.modal-dialog .modal-content {
  box-shadow: 0px 12px 20px 4px #0000000A;
  border-radius: 10px !important
}

.modal label {
  color: #303031;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.btn-gold {
  border-radius: 8px;
  background: #CAAF3E;
  color: #FFF !important;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px !important;
  padding: 14px 16px !important;
  margin: 0 !important
    /* 19.2px */
}

.btn-green {
  border-radius: 8px;
  background: #1D6859;
  color: #FFF !important;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px !important;
  padding: 14px 16px !important;
  margin: 0 !important
    /* 19.2px */
}

.btn-gold:focus {
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important
}

.btn-gold:hover {
  background: #b09838;
}

.modal-header,
.modal-body {
  padding: 24px 32px;
}

.hw-130#myDonutChart11 {
  height: 130px !important;
  width: 130px !important;
}

.rate-num {
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 500;
}

.gray-after::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #838383;
  margin: auto;
  border-radius: 100%;
}

.accordion-button .new-msg,
.accordion-button.custom-acc-btn .new-msg {
  position: absolute;
  left: 8%
}

.five-charts h1.mb-0 {
  transform: translateY(0%) !important;
  font-size: 14px !important
}

.five-charts .desc {
  margin-top: 0 !important;
  padding-top: 10px !important
}

.slide-sec-mob {
  overflow: hidden;
  margin: 0;
  transition: all 0.5s ease;
  display: none
}

.slide-sec-mob>div:nth-child(1) {
  margin-top: 24px;
}

.slide-sec-mob.row>div {
  margin-top: 24px;
}

/* Start Models */
.models-title {
  background-color: #1D6859;
  padding: 25px 30px;
}

.models-title span {
  font-family: "Bahij_TheSansArabic";
  color: #FFF;
  font-size: 17.35px;
  font-weight: 500;
}


.models-content label {
  font-weight: 600
}

.models-content textarea {
  background-color: #FBFBFB !important;
  border-radius: 3.155px !important;
  outline: 0 !important
}

.question-wrapper {
  padding: 25px 12px;
  border: 0.789px solid #E8E9EA;
  background: #FFF;
  margin-top: 12px;
}

.question-wrapper .q-title {
  border-radius: 6.309px 0px 0px 6.309px;
  background: #B49164;
  color: #FFF;
  padding: 8px 38px;
  margin: 0 !important
}

.question-wrapper .question {
  margin-top: 32px !important;
  margin-bottom: 14px;
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

/* End Models */

/* File Uploader */

.file-uploader {
  border: .7px dashed #1D6859;

  border-radius: 6.309px !important;
  background: #FBFBFB;
  padding: 8px;
}

.file-size {
  color: #838383;
  font-size: 10px;
  font-weight: 500;
}

.file-progress {
  height: 4px;
  margin-top: 2px;
  border-radius: 100px !important;
  overflow: hidden
}


.file-loading-percentage {
  color: #9892A6;

  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  /* 10.254px */
}

.file-uploader.uploading {
  border-color: #0589E5 !important
}

.file-uploader.uploading .progress-bar {
  background-color: #0589E5 !important
}

.file-uploader.upload-success {
  border-color: #3C8361 !important
}

.file-uploader.upload-success .progress-bar {
  background-color: #3C8361 !important
}

.file-uploader.upload-failed {
  border-color: #F12E32 !important
}

.file-uploader.upload-failed .progress-bar {
  background-color: #F12E32 !important
}

.file-uploader button:not(.file-btn) {
  background-color: transparent !important
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-btn {
  border-radius: 3.155px;
  background: rgba(2, 144, 85, 0.20);
  padding: 4px 20px;
  font-size: 12px;
  border: 0;
  color: #1D6859;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.file-uploader .file-name {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.927px;
  /* 157.728% */
}

/* File Uploader */

.error-msg-length {
  color: #F12E32;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  bottom: 12px;
  padding: 0 12px;
}

textarea.error-length {
  border-color: red !important;
}


/* Start Reports */
.report-header {
  border: 1px solid #E8E9EA;
  margin-bottom: 32px;
}

.report-header .geha-container span {
  color: #303031;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-weight: 500;
  line-height: 120%;
  /* 7.2px */
}

.print-report-btn {
  border-radius: 2.167px;
  background: #FBFBFB;
  gap: 8px;
  padding: 8px 12px !important;

  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.108px;
}

.reports-wrapper .reports-title {
  border-radius: 1.403px 1.403px 5.612px 5.612px;
  background: var(--Dark-green, #1D6859);
  color: #FFF;
  padding: 18px 16px;
  text-align: right;
  font-family: "Bahij TheSansArabic";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.reports-data .reports-data-item {
  border-radius: 4px;
  border: 0.351px solid var(--Border, #E8E9EA);
  background: var(--lighter-gray, #FBFBFB);

}

.reports-data .reports-data-item span {
  color: #FFF;
  padding: 12px 8px;
  border-radius: 4px;
  background: var(--Dark-green, #1D6859);
  font-size: 12px;
  white-space: nowrap
}

.reports-data .reports-data-item p {
  color: var(--Gray-text, #838383);
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  flex: 4
}

.answers-wrapper .answer {
  padding: 12px 18px !important;
  border-radius: 1.406px;
  border: 0.351px solid #E8E9EA;
  background: #FBFBFB;
  margin-top: 8px;
}

.answers-wrapper .answer i {
  font-size: 8px;
}

.answers-wrapper .answer i.succecss {
  color: #1D6859 !important
}

.answers-wrapper .answer p {
  color: #6D6D6D;
  font-family: "Bahij_TheSansArabic";
  font-weight: 500;
}

.answers-wrapper .answer-item span {
  font-weight: 600
}

.answer-images-wrapper {
  background: #FBFBFB;
  margin-top: 16px;

}

.answer-images-wrapper>div {
  display: flex;
  justify-content: center
}

.answer-images-wrapper img {
  min-height: 200px
}

.view-reports .reports-data .reports-data-item span {
  flex: 2 !important
}

.view-reports .print-report-btn {
  font-size: 16px;
  padding: 8px 18px !important;
}

.view-reports .print-report-btn img {
  transform: scale(1.7)
}

.view-reports .reports-title {
  font-size: 22px !important;
}

/* .view-reports .reports-data .reports-data-item span {
  flex: none !important
} */

/* End Reports */


/* Start Account */
.shared-account-card {
  padding: 36px 60px;
  height: 100%
}

.action-con {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 104.01px;
  /*   background: var(--Linear, linear-gradient(180deg, #1D6859 0%, var(--Green-2, #3C8361) 100%));
 */
}

.action-con img {
  transform: scale(.6);
}

.shared-account-card.green-card .rounded-circle {
  box-shadow: 0px 5.128px 5.128px #4FB785
}


.shared-account-card.bage-card .rounded-circle,
.shared-account-card.bage-card .user-img {
  box-shadow: 0px 5.128px 5.128px #b49164d8;
  object-fit: cover
}

.bage-card {
  border-radius: 13.579px;
  background: #EBCD941F;
  border: .01px solid #B49164
}

.green-card {
  border-radius: 13.579px;
  background: #00A9871F;
  border: .01px solid #1D6859
}

.user-img-container {
  width: 94px;
  height: 94px;
  border-radius: 70px;
  overflow: hidden;
  border: 1.18px solid #B49164;
  padding: 4px;
}

.green-card .user-img-container {
  border-color: #1D6859 !important
}

.user-img-container img {
  border-radius: 70px;
}

.hello-user {
  color: #B49164;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
}

.previliage-state {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
}

.not-dropdown-toggle {
  padding: 16px 24px !important;
}

.main-gold-btn {
  border-radius: 4px;
  background: #B49164 !important;
  border: 0;
  box-shadow: 0 !important;
  gap: 8px;
  display: flex;
  color: #FFF !important;
  align-items: center;
  padding: 0 15px;
  height: 35px;
  box-shadow: none !important;
  border-radius: 4px !important;
  font-size: 14px;
}

.flex-sm-none a {
  font-size: 12px;
  padding: 8px 15px;
  font-family: "Bahij_TheSansArabic";
  font-weight: 500;
  height: 35px;
  border-radius: 4px
}

.mt-auto {
  margin-top: auto !important
}

.main-container.pt-sm-0 {
  padding-top: 16px !important
}

.account-wrapper>div {
  /* margin-top: 2em !important */
}

@media (max-width: 567px) {

  .translate-y--20.translate-y-mob-0 {
    transform: translateY(0) !important
  }

  .min-h-72.min-h-mob-1 {
    max-height: calc(95vh);
  }

  .min-h-mob-1 .welcome-section {
    padding-top: 20em !important
  }

  .min-h-mob-66 {
    min-height: 66vh !important
  }

  .translate-y--20 {
    transform: translateY(-20%) !important
  }

  .shared-account-card i {
    font-size: 32px !important
  }

  .mob-panel.d-xl-none {
    padding: 0 !important
  }


  .mob-panel .action-con {
    width: 55px !important;
    height: 55px !important;
  }

  .mob-panel .action-con img {
    transform: scale(.4) !important;
    position: relative;
  }

  .mob-panel .flex-1 {
    min-height: 72px !important
  }

  .mob-panel .action-con::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    background: var(--Linear, linear-gradient(180deg, #1D6859 0%, var(--Green-2, #3C8361) 100%));
    top: 0;
    z-index: 2;
    border-radius: 100%;
  }

  .action-con::after {
    content: '';
    position: absolute;
    width: 90px !important;
    height: 140%;
    background: #FBFBFB;
    top: 50%;
    transform: translateY(-48%);
    z-index: -2;
    border-radius: 100%;
  }




  .login-header {
    margin-top: 38px !important
  }

  .login-header h2 {
    font-size: 20px !important;
    font-weight: 600 !important
  }

  .w-login {
    width: 100% !important;
    padding-right: 16px;
    padding-left: 16px;
  }

  .welcome-wrapper {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
  }

  header.for-transparent nav .language-text,
  header.for-transparent nav .language i {
    color: #1D6859 !important
  }

  header.for-transparent .language-dropdown svg {
    color: red !important
  }

  .humb-for-transparent span {
    background-color: #1D6859 !important
  }

  .welcome-section {
    padding-top: 6em;
  }

  .welcome-section span,
  .welcome-section p,
  .welcome-section .year span,
  .welcome-section .year h1 {
    font-size: 23px !important;
    margin: 0 !important
  }

  .welcome-section .year span {
    margin-top: 24px !important
  }

  .welcome-section p,
  .welcome-section .year h1 {
    line-height: 50px !important
      /* 116.667% */
  }

  .welcome-section .year h1 {
    font-size: 60px !important;
    margin-top: 18px !important
  }

  .welcome-section .year {
    margin-top: 4px !important
  }

  .flex-mob-column {
    flex-direction: column-reverse !important
  }

  .welcome-wrapper {
    min-height: 37vh
  }

  .p-mob-0 {
    padding: 0 !important
  }

  .new-not {
    width: 7px;
    height: 7px;
    margin-top: 5px;
    margin-right: 2px;
    background-color: red;
    border-radius: 100%
  }

  [dir="ltr"] .new-not {
    margin-right: 0;
    margin-left: 2px;
  }

  .main-container.account-wrapper .container {
    /*  margin-top: 12px !important */
  }




  .account-wrapper .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .shared-account-card {
    flex-direction: column;
    align-items: center;
    gap: 8px !important
  }

  .shared-account-card {
    padding: 22px 25px;
    height: 100%
  }

  .user-img-container {
    width: 85px;
    height: 85px;
    padding: 2px;
    flex-shrink: 0;
  }

  .user-img-container img {
    width: 60%
  }

  .hello-user {
    font-size: 16px;
    text-align: center
  }

  .previliage-state {
    font-size: 14px;
    text-align: center
  }

  .row-gap-25 {
    row-gap: 12px;
  }

  .mob-panel {
    padding: 16px 60px !important;
  }
}


@media (max-width: 1024px) {



  .mob-panel {
    /*   background-image: url(/images/icons/mob-panel.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    z-index: 10;

  }

  .mob-panel .flex-1 {
    background-color: #FFF;
    min-height: 80px;
  }

  .mob-panel span {
    color: #222;
    font-family: "Bahij_TheSansArabic";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
    /* 160% */
  }

  .action-con {
    transform: translateY(-55%);
    position: absolute;
    z-index: 20;
  }

  .action-con img {
    z-index: 10;
  }

  .action-con::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    background: var(--Linear, linear-gradient(180deg, #1D6859 0%, var(--Green-2, #3C8361) 100%));
    top: 0;
    z-index: 2;
    border-radius: 100%;
  }

  .action-con::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 73%;
    background: #FBFBFB;
    top: 48%;
    transform: translateY(8%);
    z-index: 0;
    border-radius: 0 0px 100px 100px;
    box-shadow: 1px 64px 10px #e8e8e8 inset;
    opacity: .4;

  }

  [dir="rtl"] .action-con {
    right: 50%;
    transform: translateX(50%) translateY(-55%)
  }

  [dir="ltr"] .action-con {
    left: 50%;
    transform: translateX(-50%) translateY(-55%)
  }

  .new-not {
    width: 7px;
    height: 7px;
    margin-top: 5px;
    margin-right: 2px;
    background-color: red;
    border-radius: 100%
  }

  [dir="ltr"] .new-not {
    margin-right: 0;
    margin-left: 2px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .account-wrapper.main-container {
    padding-bottom: 7em !important
  }

  .user-img-container {
    align-self: flex-start;
    width: 75px !important;
    height: 75px !important;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .welcome-wrapper {
    min-height: 40vh
  }

  .welcome-section span,
  .welcome-section p {
    font-size: 34px !important;
    line-height: 1 !important
  }

  .welcome-section .year h1 {
    margin-top: 8px !important
  }

  .w-login {
    padding-top: 4em;
    padding-bottom: 4em;
    width: 75% !important;
  }

  .welcome-section .year span {
    margin-top: 24px !important
  }

  .welcome-section .year {
    margin-top: 4px !important
  }

  .flex-mob-column {
    flex-direction: column-reverse
  }

  .previliage-state {
    font-size: 16px;
  }

  .account-wrapper {
    padding: 0 !important;
    margin: 0 !important
  }

  .account-wrapper .container {
    padding: 0 !important;
    margin: 2em auto !important;

  }

  .hello-user {
    font-size: 20px;
  }

  .shared-account-card {
    padding: 36px 20px;
  }

  .user-img-container {
    width: 88px;
    height: 88px;
  }
}

/* End Account */

/* Start Profile */
.profile-header {
  border-radius: 4px;
  background: #1D6859;
  padding: 16px 50px;
}

.profile-header .img-con {
  width: 45px;
  height: 45px;
  border: 1px solid #FFF;
  border-radius: 100%;
  padding: 2px;
}


.profile-header .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%
}

.white-card-wrapper {
  border: 1px solid #E8E9EA;
  background: #FFF;
  padding: 32px 16px;
}

.bg-gray,
.bg-gray+.select2-container .select2-selection.select2-selection--single {
  background-color: #E8E9EA !important
}

.bg-gray+.select2-container .select2-selection.select2-selection--single {
  border: 1px solid #CCC !important;
}

.m-icon .icon {
  top: 55%
}

.input-group-text {
  top: 50%;
  transform: translateY(-25%);
  background-color: transparent;
  border: 0;
  padding: 0;

  z-index: 20;
  background-color: #E8E9EA
}

[dir="rtl"] .input-group-text {
  left: 16px
}

[dir="ltr"] .input-group-text {
  right: 16px
}

.line-h-2 {
  line-height: 2
}

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

.max-h-44 {
  max-height: 44px;
}


.upload-error-msg,
.error-message {
  color: #F12E32;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}

#input-error {
  border: 1px solid red !important;
  /* Red border for invalid inputs */
}

.rounded-18 {
  border-radius: 18px;
}

.filter-btn {
  display: flex;
  padding: 12px 24px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 0.5px solid #1D6859;
  background: rgba(2, 144, 85, 0.12);
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
}

.add-btn {
  display: flex;

  padding: 10px 24px;
  gap: 14px;
  border-radius: 50px;
  background: #1D6859;
  color: #F9F9F9;
  font-family: "Bahij_TheSansArabic";
  font-size: 17.369px;
  font-weight: 500;
}

table.striped th {
  background-color: #f5f5f5;
  height: 50px;
  line-height: 50px;
}

table.striped td {
  height: 50px;
  line-height: 50px;
}



table.striped th {
  border-top: 1px solid #7D83984D;
  border-bottom: 1px solid #7D83984D !important
}


table.striped tr:last-child td {
  border-bottom: 0 !important
}

table.striped tr:nth-child(even) td {
  background-color: #f5f5f594;
}

.table.striped .form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid rgba(125, 131, 152, 0.30) !important
}

input[type=checkbox]:checked {
  background-color: #1D6859 !important;

}

input[type=checkbox]:focus {
  border: 0 !important;
  border-color: #FFF !important;
  box-shadow: none !important;
  outline: 0 !important
}

.pagination .page-item a,
.pagination li span {
  border-radius: 4.823px;
  border: 1.206px solid #EAEAEA;
  background: #FBFBFB;
  padding: 8px 14px !important;

  color: #303031;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 20.843px */

}

.pagination li span {
  display: block;
  height: 100%
}

.pagination .page-item a:hover {
  background: #303031;
  color: #FFF
}

.pagination .page-item.active .page-link {
  background: var(--Heading-color, #303031);
  border: 0 !important
}

.pagination i {
  font-size: 12px
}

.min-h-132 {
  min-height: calc(100vh - 132px);
}

table.striped th,
table.striped td {
  text-align: center !important;
}

table.striped th>div,
table.striped td>div {
  justify-content: center !important
}

table.striped .select-container .icon {
  top: 10%
}

table.striped .select-container .icon i {
  color: #B49164
}


table.striped .select2-container--default .select2-selection--single {
  background-color: #fff0dc;
  color: #FFF !important;
  border-radius: 50px !important;
  border: 0 !important
}

.table.striped .select2-selection__rendered {
  color: #B49164
}

.max-w-125 {
  max-width: 125px !important
}

/* canvas#myDonutChartDiff9 {
  max-height: 420px !important;
  min-height: 420px !important;
  height: 420px !important;
  width: 100% !important;
} */

h1.inner-table-percentage {
  font-size: 10px !important;
}

table .dropdown li:not(:last-child) a {
  border-bottom: 1px solid #EAEAEA !important
}

table .dropdown-menu {
  padding: 0 !important
}

[dir="rtl"] table .dropdown li a {
  text-align: right
}

table .dropdown-toggle {
  min-height: 100%;
  padding: 9px 24px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto
}

table .dropdown a {
  transition: all .1s linear
}

table .dropdown a:focus {
  background-color: #f9f9f9 !important
}

.mocha-bg {
  background-color: #fff0dc !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #B49164 !important
}

table .dropdown-menu {
  border: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

table .dropdown-menu.show {
  transform: translate(50%, 20%) !important;
  right: 50% !important;
  width: max-content
}

/* End Profile */

/* Signature */

.signature-wrapper {
  position: relative;
  margin: 8px 0 2rem;
}

.signature-wrapper .sign-bad-btns {
  display: flex;
  gap: 7px;
  margin-top: 20px;
  justify-content: center
}

.signature-wrapper .sign-bad-btns button {
  border: 0;
  outline: 0;
  padding: 0 32px;
  background-color: #33bba21F;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 56.532px;
  background: var(--Dark-green, #1D6859);
  color: #fff;
  font-size: 16px;
  line-height: 47.416px;
  /* 287.672% */
}



.signature-wrapper .sign-bad-btns button.upload-btn {
  position: relative;
  cursor: pointer;
}

.signature-wrapper .sign-bad-btns button.upload-btn input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

@media (max-width: 768px) {
  .signature-wrapper .sign-bad-btns {
    left: 0;
    width: 100%;
    justify-content: center;
  }
}

.signature-wrapper canvas {
  border: 1px solid #E7E7E7 !important;
  border-radius: 4px;
}

.previous-sign-copy {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.previous-sign-copy-box {
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #FFF;

  margin: 8px 0 24px;
  min-height: 250px;
}

.delete-sign-btn {
  display: inline-flex;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 8.946px;
  border-radius: 56.532px;
  background: var(--Dark-gold, #B49164);
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16.483px;
  font-style: normal;
  font-weight: 500;
  line-height: 47.416px;
  /* 287.672% */
  text-transform: capitalize;
}

/* Signature */

/* Start Login */
.login-header {
  margin-top: 100px;
  width: 100%;
}

.login-header h2 {
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}

.login-header hr {
  background-color: #1D6859 !important;
  width: 100%;
  margin-top: 24px !important;

  opacity: 1;
}


.login-check input {
  border-radius: 4px;
  border: 1px solid var(--Dark-green, #1D6859);
  background: #FFF;
}

.remeber-part label {
  color: #303031;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  /* 19.2px */
}

.remeber-part a {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}


.no-account-part span {
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;

}


.no-account-part a {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;

}


.for-login-bg {
  position: relative;
  background-image: url(/images/login/login-bg.png);
  background-size: cover;
  background-repeat: no-repeat
}

.for-login-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background: linear-gradient(0deg, #1D6859 20.73%, rgba(29, 104, 89, 0.00) 100%), linear-gradient(41deg, var(--Gold-1, #D6CCA3) 4.33%, var(--Gold-1, #D6CCA3) 73.7%);

}


.hajj-typo {
  position: absolute;
  top: 0;
  height: 100%;
}


.welcome-section {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}


.welcome-section span {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 33.333% */
}

.welcome-section p {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  margin-top: 32px;
}


.welcome-section .year span {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
}

.welcome-section .year h1 {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: var(--Letter-Spacing, 0px);
}

/* End Login */

/* Start Meals */
.meal-table-header {
  color: #FFF;
  padding: 12px;
  border-radius: 7.833px 7.833px 0px 0px;
}

.meal-table-header span {
  font-size: 14px;
}

.meal-table-header span:last-child {
  font-size: 12px;
}

.meal-table-header .meal-date {
  font-size: 12px;
}

.meal-item-wrapper {
  padding: 10px;
  border-radius: 7.833px;
}

.meal-item-wrapper th {
  padding: 15px 0;
  font-size: 11px;
}

.meal-item-wrapper tbody td {
  padding: 15px 0;
  font-size: 11px;

}

.meal-item-wrapper tbody tr td:first-child {
  padding-right: 20px;
  padding-left: 20px;
}

/* End Meals */

/* Start OTP */
.otp-wrapper {
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  gap: 10px;
}

/* [dir="rtl"] .otp-wrapper {
  flex-direction: row-reverse
} */

.otp-wrapper .otp-input {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid rgba(109, 110, 113, 0.50);
  border-radius: 8px;
  transition: border-color 0.2s;
}

.otp-wrapper .otp-input:focus {
  outline: none;
  border-color: #6d6e71;
}

.otp-wrapper .otp-input.is-invalid {
  border-color: #e80303;
}

.otp-message {
  text-align: center;
  font-size: 1rem !important;
  margin-top: 10px;
  margin-inline: auto;
}

.to_sign-up {
  color: #838383;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}

.to_sign-up a {
  color: var(--Dark-green, #1D6859);
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* End OTP */

.login-img-sec {
  max-height: 180px
}

.logo-nav-mob {
  max-height: 30px;
}

.lang-icon {
  width: 20px;
  height: 20px;
}

/* timeline */
.timeline-header span {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.timeline-header {
  padding: 18px !important
}

.account-wrapper .mt-44 {
  margin-top: 44px !important
}

.account-wrapper .rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border: 0 !important
}

.office-wrapper {
  border-radius: 8px;
  background: #F2F2F2;
  padding: 16px;
}

.office-wrapper img {
  max-width: 82px;
}

.office-wrapper .office-data span {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
}

.office-wrapper .office-data div {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
}

.timeline-wrapper {
  margin-top: 50px;

}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.down-off {
  position: absolute;
  bottom: 50px
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.translate-y-24 {
  transform: translateY(-24.3%)
}

.timeline-wrapper .timeline-item {
  border-radius: 8px;
  padding: 30px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 112px;
  min-height: 112px;
  border: 1.5px solid
}

/* Tooltip نفسه */
.tooltip {
  position: absolute;
  top: -50px;
  /* يظهر فوق العنصر */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 800;
}

.bottom .tooltip {
  bottom: -50px;
  top: auto !important
}

.bottom .tooltip::after {
  top: -30% !important;
  transform: rotateX(180deg)
}

/* السهم تحت التولتيب */
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* إظهار التولتيب عند الـ hover */
.timeline-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.opacity-0 {
  opacity: 0;
}

.timeline-wrapper .timeline-item .num {
  border-radius: 40px;
  min-width: 24px;
  min-height: 24px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 12px;
  transform: translateY(-70%);
  font-size: 12px;
}

.timeline-wrapper .timeline-item span {
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.timeline-wrapper .track {
  min-width: 130%
}

.timeline-wrapper .track-gray {
  border-radius: 24px 0px 0px 24px;
  background: #E5E5E5;
  min-height: 32px;
}


.timeline-wrapper .track-white {
  border-radius: 24px 0px 0px 24px;
  background: #F4F4F4;
  min-height: 32px;
}

.timeline-wrapper .timeline-item.completed {
  background: rgba(0, 169, 135, 0.12);
  backdrop-filter: blur(23.850000381469727px);
  border-color: #1D6859
}

.timeline-wrapper .timeline-item.completed .num {
  background: #1D6859;
  color: #FFF;
}

.timeline-wrapper .timeline-item.completed span {
  color: #1D6859;
}

.timeline-wrapper .timeline-item.warning {
  border-radius: 8px;
  background: rgba(235, 205, 148, 0.12);
  backdrop-filter: blur(23.850000381469727px);
  border-color: #B49164;
}

.timeline-wrapper .timeline-item.warning .num {
  background: #B49164;

  color: #FFF;
}

.timeline-wrapper .timeline-item.warning span {
  color: #B49164;
}

.timeline-wrapper .timeline-item.not-completed {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(23.850000381469727px);
  border-color: #242424;
}

.timeline-wrapper .timeline-item.not-completed .num {
  background: #242424;

  color: #FFF;
}

.timeline-wrapper .timeline-item.not-completed span {
  color: #242424;
}




.inner-absoluted-top {
  right: 112%
}

.inner-absoluted-top::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  min-width: 100px;
  background-image: url(../images/timeline/top-arrow.svg);
  right: -89%;
  background-repeat: no-repeat;

}

/* timeline */

/* namazeg */
.namazeg-container .nav button {
  background-color: #EEE !important;
  color: #979797;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.namazeg-container .nav button.active {
  background-color: #EEE !important;
  color: #1D6859;
  border-bottom: 1px solid;
  font-weight: 600;
}

.badge-warning {
  background-color: #ffe3c5;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 20px;
  color: #a2805d;
}

.namazeg-card {
  background-color: #f7f7f7;
  padding: 8px 6px;
  border-radius: 8px;
}

.namazeq-date-time {
  font-size: 12px;
  color: #222;
}

.namazeg-card .namzeq-title {
  font-size: 14px;
  font-weight: 600;
  color: #222
}

.namazeg-card .namazeg-desc {
  font-size: 14px;
  color: #1D6859;
}

.remaining-time-text {
  color: #979797;
  font-size: 12px;
}

.finish-and-send-btn {
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #222;
  padding: 6px 8px;
  border-radius: 4px;
}

.w-60 {
  width: 60px !important
}

.namazeg-card h1,
.progress-percentage {
  font-size: 12px !important;
  color: #222
}

.namazeg-details-card {
  background-color: #f7f7f7;
  padding: 12px;
  border-radius: 8px;
}

.namazeg-details-card .namzeq-title {
  color: #1D6859;
  font-weight: 600
}

.text-black {
  color: #222
}

/* namazeg */

/* Reports New */
.report-data-card {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  background: #FBFBFB;
  height: 100%
}

.reports-data-wrapper {
  grid-template-columns: repeat(5, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}

.report-data-card>div {
  gap: 8px;
}

.report-data-card span {
  color: #B49164;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.748px;
}

.report-data-card p {
  color: #564228;
  font-size: 18px;
  font-weight: 500;
  line-height: 18.748px;
  font-weight: 600
}

#accordion .card-header,
.custom-acc .accordion-item {
  margin-bottom: 8px;
}

#accordion .accordion-title,
.accordion-button.custom-acc-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 8px 50px;
  background: #1D6859;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 16px 32px;

  color: #FFF;
  font-size: 22px;
  font-weight: 600;
}

[dir="rtl"] #accordion .accordion-title,
[dir="rtl"] .accordion-button.custom-acc-btn {
  text-align: right !important
}

#accordion .accordion-title i,
.custom-acc-btn i {

  color: #fff;
  border: 2px solid #FFF;
  font-size: 14px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}



#accordion [aria-expanded="true"] i:before {
  content: "\f068";
}

#accordion .accordion-body {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#accordion .accordion-body .acc-qa-wrapper,
.acc-qa-wrapper {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #B3A483;
  background: #FBFBFB;
}

.custom-acc .accordion-body {
  padding: 12px !important;
}

.q-data-con {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.q-data-con .title {
  color: #B49164;
  font-size: 20px;
  font-weight: 500;
}

.q-data-con .q {
  color: #1D6859;
  font-size: 20px;
  font-weight: 500;
}

.q-data-con .rate-result {
  border-radius: 4px;
  background: rgba(235, 205, 148, 0.40);
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 12px;
}

.q-data-con .rate-result span,
.q-data-con .rate-result span.status {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}


.check-mark {
  background-color: #029055;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
}

.fail-mark {
  background-color: #F12E32;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
}

.q-data-con .answer p {
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.905px;
}

.q-data-con .answer-item span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.styled-card-with-header {
  padding-top: 0 !important;
  padding-right: 0;
  padding-left: 0;
}

.styled-card-with-header .chart-legends .percentage {
  font-size: 14px;
}

.styled-card-with-header {
  position: relative;
  padding-top: 48px !important
}

.styled-card-with-header .upper-slogan {
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #EAEEF1;
  background: #F6FBFD;
  color: #5E6163;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.styled-card-with-header .upper-slogan+div {
  padding: 0 32px 32px;
  margin-top: 3em !important
}


.styled-card-with-header .chart-legends .icon {
  width: 26px !important;
  height: 4px !important;
}

.styled-card-with-header .chart-legends li {
  background-color: red;
  padding: 8px;
  border-radius: 8px;
  background: var(--noble-black-secondary-light-noble-black-background, #F6FBFD);
}


.styled-card-with-header canvas.w-100 {
  width: 100% !important
}


.styled-card-with-header .chart-percentage h1 {
  color: #029055;
  text-align: center;

  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  text-transform: capitalize;
}

.styled-card-with-header.last-stats-card .desc {
  color: #717577;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.orange-c {
  color: #F19C2E !important
}

.green-c {
  color: #029055 !important
}

.green-c-1 {
  color: #30B540 !important
}

.green-c-1-bg {
  background-color: #30B540 !important
}

.red-c {
  color: #E8222B !important
}


.gray-c {
  color: #717577 !important
}

.gray-bg {
  background-color: #717577 !important
}

.row-gap-4 {
  row-gap: 16px;
}

/* Reports New */

.filter-form-wrapper {
  padding: 16px;
  background: #F2F2F2;
  border-radius: 8px;

}

.view-reports .form {

  position: relative;
}

.view-reports .form .fa-search {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #9ca3af;

}

.view-reports .form span {

  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;

}

.view-reports .form .left-pan {
  padding-left: 7px;
}

.view-reports .form .left-pan i {

  padding-left: 10px;
}

.view-reports .form .form-input {

  height: 46px;
  border-radius: 4px;
  outline: 0 !important;
  box-shadow: none;
}

.flag-container {
  width: 32px;
  height: 24px;
  max-width: 32px;
  max-height: 24px;
}

.flag-container img {
  width: 100%;
  height: 100%
}

.view-reports .styled-card-with-header.last-stats-card .desc.dimmed-chart-title {
  color: #717577 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 10px !important;
}

.down-chart-label {
  border-radius: 8px;
  background: #F3F3F3;
  padding: 16px;
}

.down-chart-label span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
}

.down-chart-label p {
  color: #606060 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin-top: 4px;
}

.no-flag span {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  display: block;
  border-radius: 2px;
}

.styled-card-with-header .chart-percentage .fs-28 {
  font-size: 28px;
}

.styled-card-with-header .chart-percentage .desc.dimmed-chart-title.mt-0 {
  margin-top: 0 !important
}

.report-data-list li {
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  padding: 8px;
}

.report-data-list .title {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.report-data-list .value {
  color: #009B4D;

  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.final-percentage {
  font-weight: 600;
  background-color: #B49164;
  padding: 8px;
  border-radius: 8px;
  color: #FFF !important;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}

.barchart-card {
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #FBFBFB;
  padding: 16px;
}

.left-text {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.gold-text {
  color: #B49164;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.barchart-card .title {
  color: #121212;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}

.report-presenter {
  border-radius: 4px;
  background: #FBFBFB;
  padding: 8px;
}

.report-presenter span {
  color: #121212;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  font-weight: bold
}

.report-presenter p {
  color: #5C5C5C;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.min-h-45 {
  height: 40px;
  margin-top: 16px;
}

.search-btn-form {
  background-color: #198754;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  gap: 6px;
  font-size: 16px;
  width: 100%;
  justify-content: center
}

.h-360 {
  width: 100% !important;
}

.chart-card {
  border-radius: 8px;
  background: var(--lighter-gray, #FBFBFB);
  padding: 16px 8px;
}

.chart-card .chart-card-title {
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  text-align: center
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.cat-in-header {
  color: #B49164;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.down-chart-details .det-card {
  border-radius: 8px;
  background: #F3F3F3;
  padding: 12px;
}

.down-chart-details .det-card p {
  color: #029055;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
}

.down-chart-details .det-card span {
  color: #242424;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.table-collapse-wrapper {
  border-radius: 8px;
  border: 1px solid var(--Border, #E8E9EA);
  background: #FFF;
  padding: 16px;
}

.journey-num {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  border-radius: 2px;
  padding: 4px 0px;
  background: linear-gradient(1deg, var(--Dark-gold, #B49164) -54.85%, rgba(179, 164, 131, 0.25) 206.93%);
}

.danger-time,
.success-time {
  color: #FBFBFB !important;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 123.077% */
  text-transform: capitalize;
  border-radius: 2px;
  background: #F12E32;
  padding: 4px 0px;
}

.success-time {
  background-color: #029055 !important;
}

.first-prosure-section {
  /* margin-top: 80px !important */
}

.first-prosure-section .first-prosure-header {
  border-radius: 16px 16px 0px 0px;
  background: var(--Green, #029055);
  gap: 36px
}

.first-prosure-section .first-prosure-header .hajj-number {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  font-family: "Bahij_TheSansArabic" !important;
  line-height: 40px;
}

.big-num {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tot-countries {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-weight: 500;
}

.tot-countries-num {
  color: var(--Black, #000);
  font-family: "Bahij_TheSansArabic";
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
}

.right-countries-wrapper {
  border-radius: 0px 0px 16px 0px;
  background: #D9D9D9;
}

.country-name {
  color: #029055;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-weight: 500;
}

.country-num {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
}

.mt-56 {
  margin-top: 56px
}

.second-sec-card {
  padding: 56px 0px 32px 0px;
  border-radius: 16px;
  background: var(--Green, #029055);
  padding-bottom: 70px
}

.second-sec-card .title {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 28px;
  font-weight: 500;
}

.second-sec-card .num {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 124px;
  font-weight: 500;
  line-height: 1.4
}

.second-sec-card .position-absolute {
  background: var(--Dark-gray, #242424);
  right: 0;
  left: 0;
  bottom: 32px;
  padding: 0 16px
}

.black-rebbon span {
  color: var(--Border, #E8E9EA);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.black-rebbon p {
  color: #E8E9EA;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-weight: 500;
}

.left-countries-wrapper {
  border-radius: 0px 0px 0px 16px;
  background: #E8E9EA;
}

.third-prosure-section .signs-sec {
  border-radius: 16px;
  background: #E8E9EA;
  padding: 24px
}

.signs-num-sec {
  border-radius: 16px;
  background: #FFF;
  padding-top: 32px
}

.signs-num-sec p {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 500;

}

.signs-num-sec span {
  color: #000;

  font-family: "Bahij_TheSansArabic";
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.freq-right-side {
  padding: 24px 40px;
  background: #B4B4B4;

  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 30px;
  font-weight: 500;
}

.freq-left-side {
  color: var(--Border, #E8E9EA);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 16px 0px 0px 16px;
  background: #505050;
}

.mt-40 {
  margin-top: 40px
}

.readiness-emotions-sec {
  padding: 24px;
  border-radius: 16px;
  background: #F5F5F5;
}

.read-emo-title {
  color: #029055;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 60px;
  font-weight: 600;
  line-height: 104px;
}

.read-emo-percentage-wrapper {
  background: #D3F6E8;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1
}

.read-emo-per {
  background: var(--Green, #029055);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.read-emo-name-text {
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
  color: var(--lighter-gray, #FBFBFB);
  text-align: center;

  font-family: "Bahij_TheSansArabic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.read-emo-percentage-wrapper .num {
  color: var(--Green, #029055);
  font-family: Inter;
  font-size: 108px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.read-emo-percentage-wrapper p {
  color: var(--Green, #029055);
  font-size: 54px;
  font-weight: 400;
  margin-top: 20px
}

.visas-logo {
  border-radius: 16px;
  background: #B49164;
  padding: 30px 0;
  display: flex;
  justify-content: center;

}

.plain-black-white-table {
  border-radius: 16px;
  overflow: hidden
}

.sin-plain-table-item span:not(.count-num) {
  padding: 8px;
  background: #242424;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  white-space: nowrap
}

.sin-plain-table-item p {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 104px;
  background: #E8E9EA;
  padding: 8px 0
    /* 216.667% */
}

.flex-nowrap {
  flex-wrap: nowrap
}

.plain-black-white-table>div:not(:last-child) {
  border-left: 2px solid #FFF
}

.flex-2 {
  flex: 2
}

.menhag-table {
  border-radius: 16px !important;
  overflow: hidden
}

.menhag-table>div>div:not(:last-child) {
  border-left: 1px solid #FFF;
}

.menhag-title {
  border-radius: 0px 16px 16px 0px;
  background: var(--Dark-gray, #242424);
  padding: 8px;
  color: #FFF;
  text-align: center;

  font-family: "Bahij TheSansArabic";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 5.7;
  /* 162.5% */
}

.line-h-90 {
  line-height: 90px !important
}

.menhag-title span {
  transform: rotate(-90deg);
  display: block
}

.b-w-sec span:not(.count-num) {
  background: #242424;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
}

.count-num {
  line-height: 1
}

.b-w-sec p {
  background: var(--Border, #E8E9EA);
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;


}

.nosok-emtal-card {
  border-radius: 16px;
  overflow: hidden
}

.nosok-emtal-card .title {
  background: var(--Dark-gold, #B49164);
}

.nosok-emtal-card .title {
  font-size: 35px;
  color: #FFF;
  text-align: center;
  padding: 16px 8px;
}

.tot-num-of-residences-hotels-card {
  border-radius: 16px;
  overflow: hidden
}

.tot-num-of-residences-hotels-card .header {
  padding: 40px 16px;
  background: #000;
}

.tot-num-of-residences-hotels-card .header span {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  text-align: center
}

.tot-num-of-residences-hotels-card .header span:last-child {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 64px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 32px;
}

.tot-num-of-residences-hotels-card .body {
  padding: 40px;
  background: #E8E9EA;
  padding-bottom: 20px
}

.tot-num-of-residences-hotels-card .body .num {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 64px;
  font-weight: 500;
  line-height: 40px;
}

.tot-num-of-residences-hotels-card .body .text {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 8px
}

.tot-num-of-res-hotels-stats-card:not(:last-child) {
  border-bottom: 2px solid
}

.initiatives-title-wrapper {
  background: #029055;
  padding: 24px 40px
}

.initiatives {
  border-radius: 16px;
  overflow: hidden
}

.initiatives-title-wrapper span {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  /* 216.667% */
}

.initiatives-body {
  background: #E8E9EA;
  padding: 24px 40px
}

.initiatives-body p {
  color: var(--Dark-gray, #242424);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  /* 216.667% */
}

.hajj-num-text {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;

}


.hajj-count {
  color: #555;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
}

.mum-of-pilgrims-within-Kingdom {
  border-radius: 16px;
  background: #AEAEAE;
  padding: 16px 80px
}

.six-prosure-sec-card {
  padding: 40px 16px;
  border-radius: 16px;
  height: 100%
}

.white-gray-bg {
  background: #AEAEAE;
}

.black-gray-bg {
  background: #555;
}

.six-prosure-sec-card span {
  color: #555;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-top: 16px
}

.six-prosure-sec-card p {
  color: #555;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-align: center
    /* 125% */
}

.white-green-bg {
  background-color: #029055;
}

.seven-prosure-section {
  padding: 24px;
  border-radius: 16px;
  background: #E8E9EA
}

.food-card-title {
  padding: 40px;
  border-radius: 16px;
  background: #FFF;
}

.food-card-title span {
  color: #242424;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  margin-top: 16px
    /* 83.333% */
}

.food-green-card {
  padding: 20px;
  border-radius: 16px;
  background: #029055;
}

.food-green-card span {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
}

.food-green-card p {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 166.667% */
}

.line-h-32 {
  line-height: 24px !important
}

.line-h-33 {
  line-height: 33px !important
}

.fs-120 {
  font-size: 120px !important
}

.black-part {
  padding: 4px 24px;
  border-radius: 16px;
  background: #242424;
}

.black-part .num {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 25px;
  font-weight: 500;
}

.black-part .text {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.w-140px {
  width: 140px
}

.eight-prosure-section {
  border-radius: 16px;
  background: #555;
  padding: 24px
}

.rounded-16 {
  border-radius: 16px;
}

.bage-white-card {
  border-radius: 16px;
  background: #E8E9EA;
}

.bage-white-card .num {
  color: #242424;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bage-white-card p {
  color: #242424;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.flex-1-5 {
  flex: 1.5
}

.hajj-satisfy {
  border-radius: 120px 120px 16px 120px;
  background: var(--Green, #029055);
  padding: 40px 144px;
}

.hajj-satisfy .title {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 83.333% */
}

.hajj-rate-wrapper .p-loader {
  height: 16px;
  background-color: #FFF;
  width: 90%;
  top: 50%;
  z-index: 0;
  right: 50%;
  transform: translateX(50%) translateY(-50%)
}

.hajj-rate-wrapper *:not(.p-loader) {
  z-index: 20;
}

.hajj-rate-wrapper .img-wrapper {
  position: relative;
}

.hajj-rate-wrapper .img-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  bottom: 0;
  left: 0;
  background-color: #FFF;
  z-index: -1;
  width: 70%;
  height: 70%;
  border-radius: 50%
}

.main-prosure-title {

  font-size: 32px !important;

}

.b-w-sec:not(:last-child) {
  border-left: 1px solid #FFF
}

@media (min-width: 1900px) {
  .read-emo-percentage-wrapper {
    min-height: 290px
  }
}

.mix-blend-multiply {
  mix-blend-mode: multiply
}

.line-h-1 {
  line-height: 1
}

.ten-prosure-section {
  padding: 24px 16px 16px 16px;
  border-radius: 16px;
  background: #E8E9EA;
}

.arrive-table-title {
  color: var(--Green, #029055);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px
    /* 100% */
}

.table-with-spaces {
  border-collapse: separate;
  border-spacing: 0 0px;
  /* 20px vertical space between rows */
  width: 100%;
}

.floated-table-icon {
  z-index: 100;
  position: absolute;
  right: 40%;
  filter: brightness(0%);
  top: 50%;
  transform: translateY(-50%)
}

.table-with-spaces td {
  background-color: #fff;
  padding: 15px;
  border-bottom: 2px solid #E8E9EA;
  border-radius: 5px;

  border-top: 8px solid #E8E9EA !important;
}

.table-with-spaces tbody tr {
  border-top: 8px solid #E8E9EA !important;
}

.table-with-spaces tbody tr td:nth-child(1) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px
}

.table-with-spaces tbody tr td:last-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8px;
}

.new-report-card {
  padding: 24px 32px;
  border-radius: 8px;
  border: 1px solid #EAEEF1;
  height: 100%;
  justify-content: center
}

.new-report-card .title {
  color: #B49164;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.new-report-card .text {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-transform: capitalize;
  font-family: "Noto Kufi Arabic";
  margin-top: 8px;
}

.center-data-card {
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #FBFBFB;
  padding: 8px;
}

.center-data-card-header {
  padding: 16px 8px;
  border-radius: 4px;
  background: #3C8361;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.center-data-card-body {
  margin-top: 8px;

}

.center-data-card-body li {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  background: #FBFBFB;
  color: #242424;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;

}

.center-data-card-body ul {
  gap: 7px;
}

.center-data-card-body ul li>div div:nth-child(1) {
  font-weight: 600
}

.green-3 {
  background-color: #029055 !important
}

.map-inner-card .map-inner-header {
  background: linear-gradient(0deg, #1D6859 0%, #1D6859 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(90deg, #E0F4F0 0%, #D6EEE9 50%, #C0E1DA 63.46%, #CCE8E2 100%);
  background-blend-mode: normal, color, normal;
  padding: 24px;
  box-shadow: 0px 4px 4px 0px rgba(78, 78, 78, 0.16);
}

.map-inner-card .map-inner-header .search-box-container-2 input {
  background-color: #FFF !important
}

.new-report-table-wrapper {
  border-radius: 16px;
  background: #E8E9EA;
  padding: 24px 16px 16px 16px;
}

.new-report-table-wrapper h1 {
  color: #029055;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}

.new-report-details-card .title {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #EAEEF1;
  background: #F6FBFD;
  padding: 8px 16px;
  color: #121212;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.new-report-details-card .title span {
  color: var(--Dark-gold, #B49164);
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.new-report-details-card-body {
  padding: 19px;
  border-radius: 0px 0px 8px 8px;
  border-right: 1px solid #EAEEF1;
  border-bottom: 1px solid #EAEEF1;
  border-left: 1px solid #EAEEF1;
  background: #FFF;
}

.new-report-details-card-list li span {
  color: var(--Black, #121212);
  text-align: right;

  /* Typography/AR/Labels/AR | Label 11px Bold */
  font-family: "Noto Kufi Arabic";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 145.455% */
  text-transform: capitalize;
}

.new-report-details-card-list li p {
  font-family: "Noto Kufi Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.new-report-details-card-list li {
  border-radius: 8px;
  border-bottom: 1px solid var(--gray-40, #E8E9EA);
  padding: 8px;
}

.h-300 {
  height: 300px
}

.blue-c {
  color: #0589E5 !important
}

.reports-acc .accordion-item {
  border-radius: 8px;
  border: 1px solid #E8E9EA !important;
  overflow: hidden;
  background: #FBFBFB !important;
}

.reports-acc .acc-title {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.reports-acc .acc-num {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--Dark-gold, #B49164);
  padding: 8px;
}

.reports-acc .acc-nat-title {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 160% */
  text-transform: capitalize;
}

.reports-acc .acc-nat {
  padding: 8px;
  border-radius: 4px;
  background: var(--Dark-gold, #B49164);
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 160% */
  text-transform: capitalize;
}

.reports-acc .accordion-button:not(.custom-acc-btn)::after {
  background-color: transparent !important;
  border: none;
  border-radius: 50%;
  color: red !important;
  background-size: contain !important;
  background-image: url(../images/icons/Icon.svg)
}

.reports-acc .accordion-button {
  padding: 8px !important;
  border: 1px solid var(--Border, #E8E9EA) !important;
}

.reports-acc .accordion-body {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding: 0
}

.reports-acc .accordion-item {
  border: 0 !important
}

.reports-acc .reports-acc-body-title {
  padding: 8px 16px !important;
  border-radius: 4px;
  background: #3C8361;
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.reports-acc .reports-acc-list {
  margin-top: 4px;
}

.reports-acc .reports-acc-list .title {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.reports-acc .reports-acc-list .value {
  color: #029055;
  font-family: "Bahij_TheSansArabic";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.reports-acc .reports-acc-list li {
  border-bottom: 1px solid #E8E9EA;
  padding: 8px 16px;
}

.ready-percentage-wrapper {
  border-radius: 4px;
  background: #838383;
  padding: 8px 16px;
  margin: 4px 0px !important
}

.ready-percentage-wrapper .title {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.ready-percentage-wrapper .acc-per-value {
  border-radius: 8px;
  background: #B49164;
  padding: 8px;
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.reports-acc-footer-text {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 145.455% */
  text-transform: capitalize;
  margin-top: 8px;
}

.reports-acc .accordion-item button {
  border-radius: 8px !important
}

.reports-acc .accordion-button:not(.collapsed)>div {
  flex-direction: column !important;
  width: 100%;
  gap: 4px
}

.reports-acc .accordion-button:not(.collapsed)>div>div {
  width: 100%;
  justify-content: space-between;
  padding: 0 !important;
  padding-left: 12px !important
}

.reports-acc button:not(.collapsed) .acc-nat,
.reports-acc button:not(.collapsed) .acc-nat-title {
  font-size: 12px !important
}

.reports-acc .reports-acc-list li span,
.reports-acc .reports-acc-body-title span {
  flex: 1;

}

.reports-acc .reports-acc-list li span:last-child,
.reports-acc .reports-acc-body-title span:last-child {
  text-align: center
}

.reports-acc-map-wrapper {
  border-radius: 8px;
  border: 1px solid #EAEEF1;
  background: var(--white-100, #FFF);
  padding: 16px;
  overflow: hidden
}

.checked-center-card {
  border-radius: 8px;
  background: rgba(235, 205, 148, 0.12);
  border: 1px solid #ebcd94;
  padding: 16px;
}

.meter-down-sec {
  color: var(--Black, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.856px;
  padding: 0 32px !important;

}

.highcharts-background {
  fill: transparent !important
}

.meter-down-sec+p {
  color: var(--Dark-gold, #B49164);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  text-transform: capitalize;
  margin: 0 !important
}

.centers-need-check-card {
  border-radius: 8px;
  background: rgba(0, 169, 135, 0.12);
  border: 1px solid #3C8361;
  padding: 16px;
}

.centers-need-check-card .num {
  color: #3C8361;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 100px;
  font-weight: 500;
  text-transform: capitalize;
}

.centers-need-check-card .title {
  color: var(--Green-2, #3C8361);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  text-transform: capitalize;
}

.company-per-card .title {
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #EAEEF1;
  background: #FBFBFB;
  color: #121212;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.chart-percentage .desc.fs-16 {
  font-size: 16px !important;
  color: #717577 !important;
}

.company-per-card .card-body {
  border: 1px solid #EAEEF1 !important;
}

.centers-card .title {
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #E8E9EA;
  background: #FBFBFB;
  color: #838383;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.centers-card .card-body {
  padding: 24px;
  border: 1px solid #EAEEF1;
  border-top: 0 !important;
  border-radius: 0px 0px 8px 8px;
}

.accordion-button:not(.collapsed) .hidden-when-expand {
  display: none
}

.accordion-button:not(.collapsed) .show-when-expand {
  display: flex !important
}

.company-per-card .card-body.border-t-0 {
  border-top: 0 !important
}

.op-ind-header {
  border-radius: 8px;
  background: #F2F2F2;
  padding: 16px;
}

.op-ind-header .title {
  color: #3C8361;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 500;
  line-height: 22px;
}

.op-in-header-card {
  padding: 16px;
  border-radius: 8px;
}

.bg-green {
  background-color: #3C8361
}

.bg-orange {
  background-color: #F19C2E
}

.bg-dark-gray {
  background-color: #6D6D6D;

}

.op-in-header-card .num {
  color: #FBFBFB;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.op-in-header-card .title {
  color: #FBFBFB;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.op-in-header-card .position-absolute {
  bottom: 0;
  right: -4px;
}

.latest-up-text {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.latest-update-card {
  padding: 8px;
  border-radius: 8px;
  background: #FBFBFB;
}

.latest-update-card button {
  background-color: transparent !important
}

.select-with-dark-border .select2-container--default .select2-selection--single {
  border: 0.75px solid var(--Secondary-650, #767B7C) !important;
  height: 50px !important
}

.op-ind-right-stats-card {
  padding: 24.5px 24px;
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #E8E9EA;
}

.primary-time {
  color: #FBFBFB !important;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  border-radius: 2px;
  background: #F12E32;
  padding: 4px 0px;
  background-color: #0589E5
}

.vertical-middle-cells th,
.vertical-middle-cells td {
  vertical-align: middle
}

.font-14 th {
  font-size: 14px !important;

}

.mt-in-0 * {
  margin-top: 0 !important
}

.translate-y-50 {
  transform: translateY(-50%)
}

.striped.no-th-style th {
  height: auto !important;
  line-height: 1.5 !important
}

.op-ind-right-stats-card .num {
  color: #B49164;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.op-ind-right-stats-card .title {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.op-ind-right-stats-card .upper-title {
  color: var(--Black, #000);
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 24px
}

.op-ind-right-stats-card .title-lg {
  color: #1D6859;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
}

.op-in-bar-card {
  border-radius: 8px;
  border: 1px solid var(--Border, #E8E9EA);
  background: var(--lighter-gray, #FBFBFB);
  padding: 8px;
}

.op-in-bar-card .op-in-bar-card-header {
  padding-bottom: 12px;
}

.op-in-bar-card .op-in-bar-card-header span {
  color: #3C8361;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.op-in-bar-card .op-in-bar-card-header p {
  border-radius: 8px;
  padding: 8px;
  color: #FBFBFB;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.bg-red {
  background-color: #F12E32
}

.op-in-bar-card .bar-wrapper {
  border-radius: 8px;
  border: 1px solid var(--Border, #E8E9EA);
  background: var(--white-100, #FFF);
  padding: 8px;
}

.one-to-card {
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #FBFBFB;
  padding: 22px 8px 16px !important;
}

.one-to-card .num {
  color: #B49164;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.one-to-card .title {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.middle-card {
  padding: 16px 8px;
  border-radius: 8px;
  border: 1px solid var(--Border, #E8E9EA);
  background: var(--Border, #E8E9EA);
}

.middle-card .num {
  color: #B49164;

  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.middle-card .title {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
}

.number-of-camps-card {
  border-radius: 8px;
  border: 1px solid #DDD;
  overflow: hidden
}


.number-of-camps-card .abs-bottom {
  position: absolute;
  left: 0;
  bottom: 12px
}

.number-of-camps-card .gold-text {
  color: #B49164;
  text-align: center;

  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  text-transform: capitalize;
}

.number-of-camps-card .green-text {
  padding: 8px;
  border-radius: 0px 8px 8px 0px;
  background: #3C8361;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.number-of-camps-card .red-text {
  padding: 8px;
  border-radius: 0px 8px 8px 0px;
  background: #F12E32;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.num-of-camps-card-upper-absoluted-card {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20%;
  padding: 16px 8px;
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #838383;

}

.num-of-camps-card-upper-absoluted-card .num {
  color: var(--lighter-gray, #FBFBFB);
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 50% */
  text-transform: capitalize;
}

.num-of-camps-card-upper-absoluted-card .title {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.distribution-of-camps-by-nationality .header {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #EAEEF1;
  background: #F6FBFD;
  padding: 16px;
  color: #5E6163;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.distribution-of-camps-by-nationality .card-body {
  padding: 16px 8px !important;
  border-radius: 0px 0px 8px 8px;
  border-right: 1px solid var(--noble-black-secondary-noble-black-tone-20, #EAEEF1);
  border-bottom: 1px solid var(--noble-black-secondary-noble-black-tone-20, #EAEEF1);
  border-left: 1px solid var(--noble-black-secondary-noble-black-tone-20, #EAEEF1);
  background: var(--white-100, #FFF);
}

.input-group.mt-0 .select2-container {
  margin-top: 0 !important
}

.nums-of-camps-card-table .title {
  border-radius: 4px 4px 0px 0px;
  background: var(--Gray-text, #838383);
  padding: 14px 16px;
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  text-transform: capitalize;
}

.no-tab-radius th {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

/* Daily Stats */
.upper-daily-header {
  padding: 16px;
  border-radius: 8px;
  background: #F2F2F2;
}


.upper-daily-header .title {
  color: #3C8361;
  font-family: "Bahij_TheSansArabic";
  font-size: 40px;
  font-weight: 500;
  line-height: 22px;
  /* 55% */
}

.upper-daily-header .sm-title-date {
  padding: 8px;
  border-radius: 8px;
  background: #FBFBFB;
}

.upper-daily-header .sm-title-date p {
  color: #242424;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.upper-daily-header .sm-title-date .date-text {
  padding: 8px;
  border-radius: 4px;
  background: #B49164;
  color: #FBFBFB;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

.right-map-stats-wrapper {
  right: 0;
}

.right-map-stats-wrapper .first-right-stats {
  padding: 24px;
  border-radius: 8px;
  background: #B49164;
}

.right-map-stats-wrapper .first-right-stats .num {
  color: #FBFBFB;
  font-family: "Bahij_TheSansArabic";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.right-map-stats-wrapper .first-right-stats p {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 36px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.second-right-stats {
  padding: 20px 16px;
  border-radius: 8px;
  background: var(--Border, #E8E9EA);
}

.second-right-stats .num {
  color: #B49164;
  font-family: "Bahij_TheSansArabic";
  font-size: 40px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.second-right-stats p {
  color: #1D6859;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}


.w-40 {
  width: 40%;
}

.hajjs-nums-by-nationality {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #FFF;
}

.hajjs-nums-by-nationality .title {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}

.single-nationality-wrapper>div div:nth-child(1) img {
  width: 100%;
}

.single-nationality-wrapper {
  flex: 1
}

.single-nationality-wrapper .mecca {
  background-color: #efefef;
  padding: 6px;
  display: flex;
  align-items: center
}

.single-nationality-wrapper .madina {
  background-color: #CFF2E1;
  padding: 6px;
  display: flex;
  align-items: center
}



.single-nationality-wrapper .mecca {
  color: #000;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 600;
}

.single-nationality-wrapper:nth-child(1) .mecca {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;

}

.single-nationality-wrapper:nth-child(1) .madina {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.single-nationality-wrapper .madina {
  color: #1D6859;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 600;
}


.single-nationality-wrapper:last-child .mecca {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;

}

.single-nationality-wrapper:last-child .madina {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.bg-bage {
  background: #FBFBFB;
}

.upcoming-trips {
  border-radius: 8px;
  border: 1px solid #E8E9EA;
  background: #FFF;
  padding: 24px;
}

.upcoming-trips .title {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}

.upcoming-trips-card .day-trips-text,
.upcoming-trips-card .tot-text {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.upcoming-trips-card:nth-child(1) .day-trips-text {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.upcoming-trips-card:last-child .day-trips-text {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.upcoming-trips-card .day-trips-text,
.upcoming-trips-card .tot-text {
  font-weight: 600
}

.upcoming-trips-card:nth-child(1) .tot-text {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.upcoming-trips-card:last-child .tot-text {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.upcoming-trips-card:not(:nth-child(1)) .tot-text {
  font-weight: 600;
  color: #1D6859
}

.upcoming-trips-card .day-trips-text {
  background: #EFEFEF;
  padding: 6px;
}

.upcoming-trips-card .tot-text {
  background: #F4EBD9;
  padding: 6px;
}

.upcoming-trips-top-card-absoluted {
  right: 0;
  left: 0;
  gap: 16px;
  width: 100%;
}

.upcoming-trips-top-card-absoluted .city-ar {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
}


.upcoming-trips-top-card-absoluted .city-en {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 45.833% */
}

.bottom-l-card {
  padding: 20px 16px;
  border-radius: 8px;
  background: var(--Border, #E8E9EA);
}

.bottom-l-card .num {
  color: #B49164;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 40px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.bottom-l-card {
  height: 100%
}

.bottom-l-card .text {
  color: #1D6859;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
}

.bg-gold {
  background: #B49164 !important;
}

.bg-gold * {
  color: #FFF !important
}

.bg-gold img {
  filter: brightness(0) invert(1);
}

/* Daily Stats */

.completed-satisfy {
  position: absolute;
  width: 105%;
  height: 16px;
  background-color: red;
  top: 50%;
  transform: translateY(-50%);
  right: 90%;
  z-index: -1;
}

.hajj-rate-wrapper img {
  position: relative;
  z-index: 200;
}

.modal-msg-title,
.modal-msg {
  font-weight: 500;
  font-size: 18px;
}

.modal-msg,
.green-text {
  color: #008313 !important
}


.risk-badge {
  z-index: 900;
  position: absolute;
  bottom: 110%;
  right: 50%;
  transform: translateX(50%);
  padding: 12px 18px !important;
}

.warning-badge {
  background-color: #ff9864
}

.danger-badge {
  background-color: red
}

.risk-text {
  font-size: 13px;
}

.chat-file-selector {
  z-index: 999;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.chat-file-selector button {
  background-color: rgba(0, 169, 135, 0.12) !important;
  color: #000 !important
}

.chat-file-selector button:focus {
  box-shadow: none !important
}

.chat-file-selector .dropdown-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.chat-file-selector ul {
  transform: translate(0%, -38.6667px) !important;
}

.img-preview {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #ccc;
}