/* Custom CSS and overides go here */
.ui-datepicker {
    z-index:99999999999999 !important;
}

.bootstrap-timepicker-hour,
.bootstrap-timepicker-minute,
.bootstrap-timepicker-meridian {
    color: #000;
}

.logged-in-name{
    padding: 1% 2%;
    font-weight: bolder;
}

.add-offer-client{
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
}

.prop-holder{
    padding: 1%;
}

.add-offer-client-btn{
    margin-left: 18px;
    padding: 5px 12px;
}

.items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.items.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.blog-thumbnail {
    max-width: 250px !important;
}
