.bookingId {
    margin: 0 -10px;
}

.bookingId.stepComponent .componentValue {
    display: flex; 
    flex-wrap: wrap; 
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #4A4A4A;
}

.bookingId.stepComponent .info-container {
    font-family: GlowRegular;
    font-size: 14px;
    color: #4A4A4A;
    padding: 4px 10px;
    width: 100%;
    border: 1px solid transparent;
    height: 28px;
}

.bookingId.stepComponent .info-container:hover {
    background: #F5F5F5;; 
    cursor: pointer;
}

.bookingId.stepComponent .info-container.placeholder {
    color: #808080;
}

.bookingId.stepComponent .info-container.placeholder.disabled {
    cursor: default;
}

.bookingId.stepComponent .ui-input-bordered {
    width: 100%;
    padding: 0 10px;
    height: 28px;
}

.bookingId.stepComponent .title {
    font-family: GlowRegular;
    font-size: 14px;
    color: #B6B6B6;
    line-height: 20px;
    margin-left: 10px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}
