@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap");

/* .toast.toast-bottom-center {
  top: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
} */
.om_navbar_bg_blue {
  background: linear-gradient(90deg, #323242 32%, #202030 100%) !important;
}

.om_logoImg {
  width: 40px;
  padding-top: 6px;
}

/* .om_logo_name {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  bottom: 10px;
} */

.om_timeline {
  position: relative;
  padding: 20px 0;
  list-style: none;
}

.om_shadowBox {
  padding: 10px;
  /* margin-bottom: 20px; */
  background: #fbfbfb;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.2) !important;
}
.om_smallText {
  font-size: 0.8rem !important;
}
/* .row {
  display: flex;
  flex-wrap: wrap;
} */


/* .om_timeline ul {
  padding: 0;
  margin: 0;
} */

.om_timeline li {
  position: relative;
  margin-bottom: 10px; 
  padding-left: 10px; 
}

.om_timeline li::before {
  content: '';
  position: absolute;
  left: 20px; /* Align with circles */
  top: 25px; /* Start the line below the circle */
  bottom: -22px; /* End the line above the next circle */
  width: 2px;
  background: #ccc;
  z-index: 1; /* Ensure the line is behind the circles */
}
.om_timeline li.last-item::before {
  display: none !important;
}

.om_timeline .om_circle {
  position: absolute;
  left: 14px; /* Center the circle on the line */
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* border: 2px solid #ccc; */
}

.om_timeline .om_content {
  margin-left: 30px;
}


.tablepointer tr td{
	cursor:pointer;
}
#om_modal1 li{
	min-height: 25px !important;
    line-height: 0.5rem !important;
}
#om_modal1 li>a, #om_modal1 li>span{
	padding: 5px 5px !important;
}