@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
}


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: 100%;
  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
}


.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 {
  color: var(--main-color-dark) !important;
  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;

}

.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;
}

.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 {
  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% */
}

.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-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: 8px;
  line-break: anywhere
}

.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-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 {
  position: absolute;
  left: 8%
}