/*!
 * Duration Picker jQuery Plugin v.1.0.0 to set duration in days, hours and minutes
 * https://github.com/InkWired/duration-picker-jquery
 *
 * Copyright (c) 2019 InkWired
 *
 * Licensed under the MIT license
 */

.duration-picker-container{
    font-size: 14px;
}
.duration-picker-container select{
    width: 65px;
    display: inline-block;
    height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   
}