.eb-input-number {
    position: relative;
}
.eb-input-number input{
    position: relative;
    border-radius: 60px;
    border: 1px solid #E3E5E5;
    padding: 5px 25px 5px 25px;
    height: 32px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 0 0 0;
    outline: 0;
}
.eb-input-number input[type='number'] {
    -moz-appearance:textfield;
}
.eb-input-number input::-webkit-outer-spin-button,
.eb-input-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.eb-input-number-decrement,
.eb-input-number-increment{
    padding: 0;
    margin: 0;
    line-height: 10.67px;
    border: 0;
    background: transparent;
    font-size: 12.67px;
    position: absolute;
    z-index: 2;
    height: 30px;
    top: 2px;
    width: 16px;
    cursor: pointer;
}
.eb-input-number-decrement{
    left: 8px;
}
.eb-input-number-increment{
    right: 8px;
}


/*Select picker*/
.select2-main-wrap .select2-container--default .select2-selection--single{
    height: 40px;
    border: 1px solid #000000;
    box-shadow: 0 0 0 3px #8181814D;
}
.select2-main-wrap .select2-container--default{
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 20px !important;
    padding: 10px 24px 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 2px) !important;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before{
    content: "\e905";
    font-family: 'EventBookings' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--open .select2-dropdown--below {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border: 0;
    top: 1px;
}
.select2-search--dropdown {
    padding: 8px 10px;
}
.select2-dropdown{
    z-index: 101010 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 34px;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 14px;
    color: #000;
    outline: 0;
}
.select2-results__option {
    padding: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E6F4FE !important;
    color: #008DF2 !important;
}