.filter-div {
  background-color: #cbcbcb;
  padding-inline: 5px;
  padding-block: 3px;
  border-radius: 0px 0px 5px 5px;
  color: black;
}

.sldinput {
  width: 82px;
}

#filters {
  background-color: #506276;
  min-height: 100vh !important;
}

.filter-head {
  width: 100%;
  padding-inline: 10px;
  padding-block: 10px;
  margin-block: 10px;
  background-color: #507d8d;
  color: white;
  cursor: pointer;
  border-radius: 10px 0px 0px 10px;
}

.remove-filter {
  cursor: pointer;
}

.filter-head-active {
  background-color: #075c7a;
}

.filter-list {
  background-color: #075c7a;
  color: white;
  border-radius: 0px 10px 10px 0px;
  min-height: 350px;
  overflow: auto;
}

.filter-list-item {
  width: 100%;
  padding-inline: 10px;
  padding-block: 2px;
  margin-block: 2px;
  cursor: pointer;
}

.filter-list-item:hover {
  background-color: #597b87;
  border-radius: 10px 10px 10px 10px;
}

#filter-list-heading {
  color: #075c7a;
  background: white;
  margin-top: 5px;
  padding-inline: 15px;
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  min-width: 155px;
  margin-bottom: 0px;
}

#filter-list-search {
  border-radius: 15px;
  padding-inline: 11px;
}

#mdShowAppliedFilter_table td {
  padding: 2px;
  background: whitesmoke;
  color: black;
}

.pre-scrollable {
  max-height: 75vh;
  /*340px; */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* data table */
table.dataTable {
  border-collapse: unset;
}

.dataTables_wrapper .dataTables_length select {
  background-color: white;
}

.dataTables_wrapper .dataTables_filter input {
  background-color: white;
}

caption {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #6c757d;
  text-align: right;
  caption-side: bottom;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 2;
  height: 50px;
}

.footer .main-row {
  height: 50px;
  background-color: #dc3545 !important;
  font-size: 19pt;
}

.footer .main-row .btn-sm {
  font-size: 11pt;
}

.hide-force {
  display: none !important;
}

.show-force-inline {
  display: inline !important;
}

.show-force-block {
  display: block !important;
}

.close {
  font-size: 1.5rem;
  font-weight: 100;
  text-shadow: 1px 1px 5px #265b04;
  opacity: 0.9;
}

.bg-lovender {
  background-color: #6118db;
}

.bg-blue-l {
  background: #75b2f3;
  color: white;
  border: none;
  border-radius: 10px 10px 0px 0px;
  padding-inline: 20px;
}

.bg-blue-l.active {
  background: #007bff;
  color: white;
}

.bg-blue-l:hover {
  background: #007bff;
  color: white;
}

.mdShowAppliedFilter-remove {
  font-size: 9pt;
  font-variant: small-caps;
  margin-left: 5px;
  color: red;
}

.modal-content {
  box-shadow: 2px 2px 7px;
}

#dtTable_filter input {
  margin-left: 5px;
  border-radius: 5px;
}

.am5-layer-0 {
  /* left: -32px !important; */
  width: 466px !important;
}

.am5-layer-30 {
  /* left: -32px !important; */
  height: 313px !important;
  top: -30px !important;
}

#mdloadscreen-search-box {
  border-radius: 10px;
  padding-inline: 10px;
  margin-right: 20px;
}

.feedback {
  font-size: 12px;
}

.feedback span {
  padding-inline: 3px;
  color: #00ffea;
  animation-name: glow;
  animation-duration: 15s;
}

/* watchlist style */
.mdWatchList-box {
  width: 100%;
  border: solid 4px #302e2e;
  border-radius: 5px;
  margin-block: 5px;
  padding: 3px;
  background: black;
  color: #d7d1d1;
}

.mdWatchList-box-title {
  color: #9ed6ff;
  font-size: 11pt;
  padding-top: 3px;
  border-bottom: solid 1px #7a7777;
  padding-bottom: 1px;
  width: 100%;
}

.mdWatchList-box-item {
  width: 100%;
}

.mdWatchList-box-item-caption,
.mdWatchList-box-nextrow-item-caption {
  font-weight: 100;
  font-size: 10pt;
  letter-spacing: 1.5px;
}

.mdWatchList-box-item-value {
  font-weight: 600;
  border-top: solid 1px #5a5555;
  border-right: solid 1px #5a5555;
  text-align: center;
  border-radius: 0px 5px 0px 0px;
  margin-top: -2px;
}

.mdWatchList-box-nextrow {
  padding-inline: 13px;
}

.mdWatchList-box-nextrow-item {
  border-top: solid 1px #5a5555;
}

.mdWatchList-remove {
  cursor: pointer;
}

#spn_scr_desc {
  width: 100%;
  display: block;
  padding: 5px;
  border-bottom: 2px ridge;
  margin-bottom: 5px;
}

/* end- watchlist style */

/* The animation code */
@keyframes glow {
  0% {
    background-color: white;
    color: black;
  }

  20% {
    background-color: transparent;
    color: #00ffea;
  }

  40% {
    background-color: white;
    color: black;
  }

  60% {
    background-color: transparent;
    color: #00ffea;
  }

  80% {
    background-color: white;
    color: black;
  }

  100% {
    background-color: transparent;
    color: #00ffea;
  }
}
