@media only screen and (min-width:200px) and (max-width:767px){
    .register-popup{
      width:unset !important;
    }
    #my-popover1{
        height: calc(100vh - 90px);
        overflow-y: auto;
    }
}

#datepicker-popover{
  /* background: #fff !important; */
}

#datepicker-calendar__bpk_calendar_nav_select {
  background: #fff !important;
}

.test_browser {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/drop-down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 8px;
}
