.common-font-color {
  color: #fff !important;
}

* {
  font-family: "tahoma", arial, sans-serif, helvetica !important;
}

.sidebar {
  min-height: 100vh;
  background-color: rgb(0, 0, 0) !important;
  color: #fff;
  transition: transform 0.3s ease-in-out;
  border-right: 1px solid rgb(78, 77, 77) !important;
}
@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    z-index: 1050;
    transform: translateX(-100%);
  }
  .sidebar.open {
    transform: translateX(60%);
  }
}
.sidebar a:hover {
  background-color: #292933 !important;
}
.sidebar .pro-menu-item {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.sidebar .pro-menu-item:hover {
  background-color: #111;
}
.sidebar .pro-menu-item.active {
  background-color: #222;
}
.sidebar .pro-icon-wrapper {
  color: #fff;
}

.sidebar-overlay {
  display: none;
}
@media (max-width: 992px) {
  .sidebar-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 220px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
  }
}

.btn-outline-success {
  color: #339089 !important;
  border: 1px solid #339089 !important;
  background: transparent !important;
}

.card-title {
  color: #339089 !important;
}

.h-100 {
  height: 100% !important;
}

.text-size-primary {
  font-size: 24px !important;
}

.text-size-secondary {
  font-size: 20px !important;
}

.prim-color {
  color: #d6d6d9 !important;
}

.destructive-color {
  color: #ff0000 !important;
}

.note-color {
  color: #e49200;
}

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

.bg-prim {
  background: #000000 !important;
}

.bg-sec {
  background: #212529 !important;
}

.bg-content {
  background: #292933 !important;
}

.bg-foreground {
  background: #d9d7d7 !important;
}

.btn-primary {
  background: #22adf6 !important;
}

.btn-close {
  font-size: xx-small !important;
}

.content-main {
  height: calc(100vh - 60px);
  overflow-y: auto;
}

.small-text {
  font-size: small;
}

.last-data {
  background: aliceblue;
  color: #00a79d;
}

.ps-active {
  color: #00a79d;
}

.m-25 {
  margin: 25px;
}

.font-b {
  font-weight: bold;
}

.border {
  border: 1px solid #4b4f54 !important;
}

.button {
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 5px 20px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center !important;
}

.back-link {
  font-weight: lighter !important;
  cursor: pointer;
}

.search-input {
  background-color: #212529 !important;
  border: 1px solid #d0d4e1 !important;
  color: #d0d4e1 !important;
}
.search-input::placeholder {
  color: #d0d4e1 !important;
}

.login-card {
  border-radius: 10px;
  color: #d0d4e1;
  box-shadow: 0px 4px 20px 0px rgb(0, 0, 0);
  width: 30%;
}
@media (max-width: 992px) {
  .login-card {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .login-card {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .login-card {
    width: 90%;
  }
}
.login-card input {
  background-color: #212529;
  border: 1px solid #d0d4e1;
  color: #d0d4e1;
}
.login-card input::placeholder {
  color: #d0d4e1;
}
.login-card input:hover {
  background-color: #292933;
}
.login-card input:focus {
  background-color: #292933;
  border-color: #d0d4e1;
  box-shadow: 0 0 0 0.2rem rgba(208, 212, 225, 0.25);
  color: #d0d4e1;
}

.table {
  border: #202028 !important;
}
.table th {
  background: #292933 !important;
  color: #d0d4e1 !important;
  border: #202028 !important;
}
.table td {
  background: #292933 !important;
  color: #22adf6 !important;
}

.dropdown-menu {
  background-color: #292933 !important;
}
.dropdown-menu a {
  color: #d0d4e1 !important;
}
.dropdown-menu a:hover {
  background-color: #26262f !important;
  color: white !important;
}

.device-detail-card {
  padding: 10px;
  max-height: calc(100vh - 100px) !important;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #4b4f54 #212529;
}

.page-container {
  min-height: 80vh;
  overflow: auto;
}

.card {
  background-color: #292933;
  color: #d0d4e1 !important;
}

.form-control {
  background-color: #212529 !important;
  color: #d0d4e1 !important;
  border: 1px solid #4b4f54 !important;
}

.form-select {
  background-color: #212529 !important;
  color: #fff !important;
  border: 1px solid #4b4f54 !important;
}
.form-select::placeholder {
  color: #d0d4e1 !important;
}
.form-select:hover {
  background-color: #292933 !important;
}
.form-select:focus {
  background-color: #292933 !important;
  border-color: #d0d4e1 !important;
  box-shadow: 0 0 0 0.2rem rgba(208, 212, 225, 0.25) !important;
  color: #d0d4e1 !important;
}

.modal-title {
  font-size: medium !important;
}

.modal-body {
  background-color: #212529 !important;
  color: #d0d4e1 !important;
}
.modal-body input {
  background-color: #212529;
  border: 1px solid #d0d4e1;
  color: #d0d4e1;
}
.modal-body input::placeholder {
  color: #d0d4e1;
}
.modal-body input:hover {
  background-color: #292933;
}
.modal-body input:focus {
  background-color: #292933 !important;
  border-color: #d0d4e1;
  box-shadow: 0 0 0 0.2rem rgba(208, 212, 225, 0.25);
  color: #d0d4e1;
}
.modal-body input:disabled {
  background-color: #26262f !important;
}
.modal-body input .form-control {
  background-color: #212529 !important;
}
.modal-body select {
  background-color: #212529 !important;
  color: #d0d4e1 !important;
}
.modal-body input[type=file] {
  background-color: #212529 !important;
}

.modal-header {
  background-color: #292933 !important;
  color: #d0d4e1 !important;
  border-bottom: 1px solid #202028 !important;
  font-size: 20px !important;
}
.modal-header .btn-close {
  background-color: #d0d4e1 !important;
}

.modal-footer {
  border-top: 1px solid #202028 !important;
  background-color: #292933 !important;
  color: #d0d4e1 !important;
}

.css-dip3t8 {
  background: #282a2c !important;
}

.ps-menu-root {
  font-size: large !important;
  padding-top: 20px !important;
}

.nav-tabs {
  border-bottom: 1px solid #4b4f54 !important;
}

.nav-link.active {
  background-color: #000000 !important;
  color: #d0d4e1 !important;
  border: 1px solid #4b4f54 !important;
}

.nav-link {
  color: #00a79d !important;
}

.low-opacity {
  opacity: 0.85 !important;
}

.accordion {
  background-color: #212529 !important;
  color: #140f0f !important;
}
.accordion .accordion-header {
  background-color: #292933 !important;
  color: #d0d4e1 !important;
  border-bottom: 1px solid #4b4f54 !important;
}
.accordion .accordion-body {
  background-color: #212529 !important;
  color: #d0d4e1 !important;
}
.accordion .accordion-item {
  border: 1px solid #4b4f54 !important;
}
.accordion .accordion-button {
  background-color: #212529 !important;
  color: #00a79d !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion .accordion-button:hover {
  background-color: #26262f !important;
  color: white !important;
}
.accordion .accordion-button::after {
  background-color: rgb(74, 74, 74) !important;
  border-radius: 3px;
}

iframe {
  min-height: 80vh;
}

.gOEhek {
  background-color: #efefef !important;
}

.cEVUNk {
  color: #efefef !important;
}

.sc-dYwGCk {
  color: #efefef !important;
}

.react-tags {
  position: relative;
  padding: 8px;
  border: 1px solid #4b4f54;
  border-radius: 0.25rem;
  background-color: #212529;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.react-tags__tagInput {
  flex: 1;
  min-width: 100px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.react-tags__tagInputField {
  border: none;
  outline: none;
  background: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}
.react-tags__selected {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.react-tags__selected .react-tags__tag {
  display: flex;
  align-items: center;
  background-color: #3ba79d !important;
  color: white;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin: 4px;
  font-size: 0.875rem;
}
.react-tags__selected .react-tags__tag .react-tags__remove {
  color: white;
  background-color: #212529 !important;
  margin-left: 8px;
  cursor: pointer;
}
.react-tags__selected .react-tags__tag .react-tags__remove:hover {
  color: #0a0c0d;
}
.react-tags__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #212529;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}
.react-tags__suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.react-tags__suggestions ul li {
  padding: 8px 12px;
  cursor: pointer;
}
.react-tags__suggestions ul li:hover {
  background-color: #666666;
}
.react-tags__suggestions ul li.is-active {
  background-color: #4d4d4d;
  color: #fff;
}html,
body,
#react-target {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevent scrolling if content overflows */
    font-family: Roboto, Helvetica, Arial, Tahoma, Verdana, sans-serif !important;
}
.react-tags__tagInputField {
    width: 100% !important;
}

.english-textarea {
    font-family: "Noto Sans Arabic", Arial, sans-serif;
    direction: ltr;
    text-align: left;
    font-size: larger;
}