[class*="bg-"] .symbol.statsCount .symbol-label {
  background-color: rgba(255, 255, 255, 0.278);
  color: #fff;
}

.symbol.statsCount .symbol-label {
  background-color: rgba(24, 28, 50, 0.171);
  color: rgba(24, 28, 50, 0.588);
}

.symbol.statsCount {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
}

/* *** new overflow style  */

.aside-menu .menu-nav {
  margin: 0;
  list-style: none;
  padding: 15px 0;
  overflow: auto;
  max-height: calc(100vh - 75px);
}

.aside-menu .menu-nav::-webkit-scrollbar {
  width: 0;
}

.ReactModal__Overlay {
  overflow: auto;
  z-index: 999;
}

body.ReactModal__Body--open {
  overflow: hidden;
}

.modal-dialog:focus-visible,
.ReactModal__Content.ReactModal__Content--after-open.model_block:focus-visible {
  outline: none;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg,
.aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg {
  fill: #494b74;
}

.aside-menu .menu-nav > .menu-item:hover > .menu-heading .menu-icon svg,
.aside-menu .menu-nav > .menu-item:hover > .menu-link .menu-icon svg {
  fill: #3699ff;
}
.aside-menu
  .menu-nav
  > .menu-item.menu-item-active
  > .menu-heading
  .menu-icon
  svg,
.aside-menu
  .menu-nav
  > .menu-item.menu-item-active
  > .menu-link
  .menu-icon
  svg {
  fill: #3699ff;
}

.remove-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  border: #333 solid 1px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.remove-icon i {
  color: #333;
}

.walletBlock {
  background: #f3f3f3;
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  max-width: 375px;
}

.walletBlock_head {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.walletBlock_head svg {
  margin-right: 15px;
}

.walletBalBlock {
  background: #cacaca;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 13px 25px;
  margin-left: auto;
}

.completeTxt {
  color: #4cd964;
  font-weight: 700;
  display: inline-block;
}

.dueTxt {
  color: #ff3d00;
  font-weight: 700;
}

.typeTxt {
  color: #000;
}

.faq-table.dataTables_wrapper .dataTable th,
.faq-table.dataTables_wrapper .dataTable td {
  vertical-align: text-top;
}

.editDel_eventBtn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  border: #333 solid 1px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.dataTables_wrapper .dataTable thead th.ActionText {
  color: #3699ff !important;
}

.true_text {
  background: #198754;
  padding: 2px 6px;
  color: #fff;
}

.False_text {
  background: #f64e60;
  padding: 2px 6px;
  color: #fff;
}

.dataTables_wrapper .table.dataTable .btn.btn-success:hover {
  color: #fff;
  background-color: #09683c;
  border-color: #09683c;
}

.dataTables_wrapper .table.dataTable .btn.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.select_imageprefix {
  padding-bottom: 20px;
}

.select_imageprefix img{
  cursor: pointer;
  max-width: 150px;
  max-height: 150px;
}

.imageMedia, .videoMedia{
  height:200px;
  width:200px;
}
.dataTables_wrapper  table th ,
.dataTables_wrapper  table td{
  white-space: nowrap;
} 
#kt_content .form-control.form-control-solid {
  padding-right: 15px !important;
}
select.form-control.countryCode-input {
  background-position: 88% !important;
}
.image-tab-media{
  filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(0%) hue-rotate(241deg) brightness(98%) contrast(106%);
}

.arrowIcon {
  width: 13px;
  height: 10px;
  fill: #fff;
}


.select2-container--default .select2-selection--single .select2-selection__arrow:after, 
.select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
  content: "";
  border-color: #333 transparent transparent transparent !important; 
  border-width: 5px 5px 0 5px !important;
  border-style: solid !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important; 
  transform: translateY(-50%) !important;
  transition: transform 0.3s ease !important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:after, 
.select2-container--open .select2-selection--multiple .select2-selection__arrow:after {
  transform: translateY(-50%) rotate(180deg) !important;
}

button:disabled {
  cursor: default; 
  pointer-events: none; /* Ensure no pointer events are triggered on the button */
}


.imageUpload {
  border-radius: 5px;
  width: 120px;
  height: 100px;
  object-fit: cover;
}

.mainImageMedia {
  position: relative;
  max-width: 120px;
}

.mainImageMedia .remove-icon {
  position: absolute;
  right: -4px;
  top: 5px;
  border: 1px solid red;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag {
  /* position: absolute; */
  top: 10px;
  left: 10px;
  display: block;
  width: 18px;
  height: 11px;
  opacity: 0.25;
  margin-right: 20px;
  cursor: grab;
  background: -webkit-linear-gradient(
    top,
    #000,
    #000 20%,
    #fff 0,
    #fff 40%,
    #000 0,
    #000 60%,
    #fff 0,
    #fff 80%,
    #000 0,
    #000
  );
  background: linear-gradient(
    180deg,
    #000,
    #000 20%,
    #fff 0,
    #fff 40%,
    #000 0,
    #000 60%,
    #fff 0,
    #fff 80%,
    #000 0,
    #000
  );
}

.tableLink {
  color: #3F4254 !important;
}
.tableLink:hover {
  color: #3699FF !important;
}