a.js-hour-show, a.js-minute-show {
    font-family: "Quicksand";
    line-height: 1em;
    color: #620BDC !important;
}

.dropora {
    width: 100%;
}

.ui-timepicker-standard {
    font-family: "Quicksand" !important;
    background-color: #fff !important;
    border: none !important;
    color: #620bdc !important;
     overflow-y: scroll !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 0px 5px #620bdc1f !important;
    overflow: hidden !important;
    padding: 15px !important;
    z-index: 9 !important;
    
}

/* Chrome, Edge, Safari */
.ui-timepicker-viewport::-webkit-scrollbar {
  width: 0px !important;
  background: transparent !important;
  display: none !important;
}

.ui-timepicker-viewport {
    scrollbar-width: none !important;
}

li.ui-menu-item a:hover {
    background: #620bdc1f !important;
    color: #26005E !important;
  
}

li.ui-menu-item a {
   
    border: none !important;
    border-radius: 8px !important;
}






