.wrap {
  overflow: auto !important;
}

.wrap.mw150 th,
.wrap.mw150 td {
  min-width: 150px !important;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.moment-picker .hour-view td {
    height: 2.3333333333em;
    width: 6em !important; 
}

.remove-field-icon {
    margin-top: 2.5em !important;
}
.custom-segment-header {
    font-size: 1.2rem !important;
    background: #daeafc !important;
    display: flex!important;
    justify-content: space-between!important;
    color: black !important;
    position: unset !important;
}

.justify_space_between{
  justify-content: space-between;
}

.justify_flex_end{
  justify-content: flex_end;
}
.file_upload_assessment{
  width: 35px;
  height: 30px;
  border-radius: 25%;
  color: white;
  background: #0F5cb4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin: -6px;
}