.wp-core-ui .notice.is-dismissible.disable_success{
  margin-left: 0px;
  height: 0;
  opacity: 0;
}

.wp-core-ui .notice.is-dismissible.disable_success.active{
  height: auto;
  opacity: 1;
}

.range_wrap{
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
  width: fit-content;
}
.range_wrap .dashicons, .range_wrap .dashicons-before:before{
  text-decoration: none;
}

.range_wrap > div:nth-child(1){
  max-width: 250px;
  width: 100%;

}

.range_wrap > div:nth-child(2){
  margin-left: 20px;
}

.range_wrap > div:nth-child(1) > div{
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range_wrap > div:nth-child(1) div{
  display: flex;
}
.range_wrap select {
  margin: 0 8px;
}
