.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

.fw-900 {
	font-weight: 900;
}

.separator {
	background-color: #afafaf26;
    height: 2px;
    margin: 5px;
}

.divider {
  border: 1px solid #efeeee;
    height: 95%;
    position: absolute;
    top: 10px;
}

::-webkit-scrollbar{
    height: 4px;
    width: 8px;
    background: rgba(255, 255, 255, 0);
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9295a4;
  border-radius: 45px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9295a4; 
}

::-webkit-scrollbar-thumb:horizontal{
    background: #000;
    border-radius: 25px;
}

.btt {
  padding-top: 8px;
  font-size: 14px;
}

.check {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: 600;
}

.scheck {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: 600;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.step-circle {
  align-items: center;
  border: 2px solid #009ee3;
  border-radius: 50%;
  box-sizing: border-box;
  color: #009ee3;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  height: 26px;
  justify-content: center;
  margin-right: 16px;
  width: 26px;
}

.step-text {
  display: flex;
  flex-direction: column-reverse;
  padding: 0px 0px 3px;
  font-size: 14px;
}

.dpd-menu {
  height: 170px;
  overflow: auto;
}