.bee-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(232, 232, 232, 0.3);
    padding: 15px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bee-contain {
    display: flex;
    align-items: center;
    max-width: 1070px;
    box-sizing: border-box;
    border-radius: 4px;
    border-bottom: 3px solid var(--bee-main);
    background-color: #fff;
    gap: 15px;
    padding: 2px;
    min-height: 55px;
    justify-content: space-between;
    padding-left: 5px;
}

.bee-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 15px;
}
.bee-item-calendars{
    display: flex;
    gap: 20px;
}
.bee-item input{
    margin-top: -10px;
}
.bee-item input,
.bee-item select {
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    background-color: transparent;
    cursor: pointer;
}
.bee-item select{
    width: 40px;
}
.bee-contain .bee-label{
    text-transform: uppercase;
    color: #9D9D9D;
    line-height: 1.3;
    cursor: pointer;
}

#bee-search {
    background: var(--bee-main);
    color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 3px;
    line-height: 0;
}

#bee-search svg{
    width: 20px;
    height: 20px;
}

svg[data-icon="calendar-days"]{
    width: 23px;
    height: 26px;
    color: #9D9D9D;
}
svg[data-icon="arrow-right"]{
    width: 14px;
    height: 16px;
    color: #9D9D9D;
}

button span{
    display: none;
}

.ui-datepicker {
    border: 0 !important;
    padding: 0;
    border-radius: 0 !important;
    box-shadow: 0 9px 20px #4a4a4a33;
    width: 280px;
}

.ui-datepicker-header {
    background: #fff;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-top: 4px solid var(--bee-main);
    color: #404040;
}

.ui-datepicker table{
    margin-bottom: 0;
}

.ui-datepicker th {
    padding: 0;
    text-align: center;
    font-weight: bold !important;
    border: 0;
    width: 40px;
    height: 40px;
    background-color: #4e4e4e;
    color: #fff;
    text-align: center;
}

.ui-datepicker td a {
    border-radius: 0;
    border: none!important;
    padding: 0;
    text-align: center;
    background-color: transparent!important;
}
.ui-datepicker td a:hover{
    background-color: var(--bee-main)!important;
    color: #fff;
}
.ui-datepicker td{
    padding: 0;
    width: 40px;
    height: 40px;
    border: none !important;
    line-height: 40px;
}

.ui-datepicker .ui-state-disabled{
    padding: 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span{
    color: #aaa;
    background-color: #f2f2f2!important;
    cursor: not-allowed!important;
    opacity: 1 !important;
    border: none !important;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    
}

.ui-datepicker .ui-state-active {
    background: var(--bee-main)!important;
    color: #fff !important
}

.ui-icon-circle-triangle-w {
    background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg%20role%3D%22img%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22chevron-left%22%20class%3D%22svg-inline--fa%20fa-chevron-left%20fa-1x%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M9.4%20233.4c-12.5%2012.5-12.5%2032.8%200%2045.3l192%20192c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L77.3%20256%20246.6%2086.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")!important;
}
.ui-icon-circle-triangle-e {
     background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg%20role%3D%22img%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22chevron-right%22%20class%3D%22svg-inline--fa%20fa-chevron-right%20fa-1x%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")!important;
}
.ui-datepicker-prev-hover{
    border: none!important;
    top: 2px!important;
    left: 2px!important;
    background-color: transparent!important;
    cursor: pointer;
}
.ui-datepicker-next-hover{
    border: none!important;
    background-color: transparent!important;
    cursor: pointer;
    top: 2px!important;
    right: 2px!important;
}

@media(max-width: 992px){
    .bee-wrapper{
        display: block;
    }

    .bee-contain{
        background-color: transparent;
        border-bottom: none;
    }

    .bee-item{
        display: none;
    }
    #bee-search{
        width: 100%;
    }

    #bee-search span{
        display: inline;
        margin-left: 15px;
        text-transform: uppercase;
    }
}