#activity_modal {
  max-height: 70vh;
  width: 50%;
  margin: 100px auto;
  border-radius: 15px;
  background-color: #fff;
  padding: 2rem;
  min-height: 10rem;
  position: relative;
}

.activity_inner_div {
  display: flex;
  margin: 10px auto;
  flex-direction: row;
  width: 100%;
  background-color: #F6F6F6;
  height: 55px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  border-radius: 8px;
}

.activity_desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: Rubik;
  font-size: 13px;
  font-weight: 500;
  line-height: 23.8px;
}

.activity_end_btn {
  width: 131px;
  padding: 8px 4px;
  border-radius: 5px;
  border: 1px solid #E66666;
  color: #E66666;
  cursor: pointer;
}

.activity_table_width {
  position: relative;
  width: 27%;
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 23.8px;

}

.dashboardList__row__header__activity {
  border-bottom: 1px solid #CCCCCC;
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  line-height: 23.8px;

}

.activity_action_width {
  position: relative;
  width: 16%;
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 23.8px;
}

.activity_action_btn {
  width: 103px;
  padding: 6px 8px;
  border-radius: 5px;
  border: 1px solid #E66666;
  color: #E66666;
  cursor: pointer;
}

.atCloseBtn {
  width: 12px;
  cursor: pointer;
}

#DbC__activity::-webkit-scrollbar {
  width: 1.2rem;
  background-color: #4a525a;
  visibility: hidden;
}

#DbC__activity::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #263544;
  visibility: hidden;
}

#DbC__activity {
  height: auto;
  max-height: 450px;
  overflow-y: scroll;
}
