.text-violet{
	color: violet;
}

.text-orange{
	color: orange;
}

.text-gray {
	color: #8888;
}



.top_counter_container{
	border-bottom:1px solid #8888;
	padding: 10px;
}

.top_counter_container .top_counter{
	align-items: baseline;
	height: 35px;
	border-right: #efefe9;
}

.top_counter .no_container{
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	font-size: 30px !important;
}

.top_counter .status_container{
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.top_counter .small_text{
	font-size: 13px;
}

.top_counter_container .right-border{
	border-right: 1px solid #8888;
}


.table_card{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.tabs_body_container {
  height: 35px;
  width: 100%;
  overflow: hidden;
  scrollbar-width: none;
  overflow-x: auto;
  white-space: nowrap;
}

.tab_elements {
  display: flex;
  flex-wrap: nowrap;
}

.incident-wrapper {
  min-height: 200px;
}

.tab_elements .single_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border: 1px solid var(--border);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: var(--body-bg);
  flex: 0 0 auto;
  min-width: 120px;
  border-bottom: none;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-dark);
}
.active .single_tab {
    background-color: var(--card) !important;
    border-bottom: none !important;
}
.col-wrapper {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--border);
  padding: 10px;
  align-items: center;
  border-radius: 8px;
}
.inc-data-val {
    /*color: var(--text-dark);*/
    padding: 3px !important;
    color: var(--text-dark);
}

/*.active .single_tab[data-priority="High"] {
    background-color: rgba(255, 94, 94, 0.2) !important;
    border-bottom: none !important;
}
.active .single_tab[data-priority="Medium"] {
    background-color: rgba(255, 197, 86, 0.52) !important;
    border-bottom: none !important;
}
.active .single_tab[data-priority="Low"] {
    background-color: rgba(58, 155, 148, 0.2) !important;
    border-bottom: none !important;
}*/
.single_tab p {
  margin: 0;
  display: flex;
  align-items: center;
}

.mdi {
  margin-left: 8px;
  cursor: pointer;
}

.map_card {
  min-height: calc(100vh - 300px);
}

.card_header_title {
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width:575px ){
  .top_counter_container .right-border{
		border-right: none !important;
		border-top: 1px solid #8888;;
	}
    .map_card {
      min-height: 400px;
    }
}
  @media (max-width: 576px) {
  .section-wrapper{
    max-width: 200px;
    margin: auto;
  }
  }