
#lyv-form .bubble {
    padding: 40px 12px;
    white-space: normal;
    min-height: 290px;
}

#lyv-form .bubble strong{
    font-weight:600;
}


#lyv-form .bubble h4,
#lyv-form .bubble .h4 {
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight:600;
}

#lyv-form .step-indicators {
    display: flex;
    justify-content: center;
    color: #CCC;
    font-weight: bold;
}
#lyv-form .step-indicator {
    width: 120px;
    flex: none;
}

#lyv-form .step-indicator .small{line-height: normal;margin:10px 0 30px}


#lyv-form .step-indicator-separator {
    flex: 1;
}
#lyv-form .step-indicator text {
    font-size: 2em;
}
#lyv-form .current-step-indicator {
    color: #4CC4D5;
}

#lyv-form label {
    font-weight: normal;
}
#lyv-form .form-horizontal .control-label {
    text-align: left;
}
#lyv-form textarea {
    resize: vertical;
}
#lyv-form img.embed-responsive-item {
    object-fit: cover;
}

#lyv-form .styled-checkbox {
    width:35px;
    text-align: center;
    margin-left: auto;
    color:#4cc4d5;
    position: relative;
    height:35px;
    padding: 0;
}
#lyv-form .styled-checkbox input:not(:checked) + span {
    display: none;
}
#lyv-form .styled-checkbox:focus-within {
    border-color: #4cc4d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#lyv-form .styled-checkbox:checked{
    border: solid 1px #4CC4D5;
}
#lyv-form .styled-checkbox span{
    width:35px;height:35px;display: flex;justify-content: center;align-items: center;top: 0;
}


#lyv-form .styled-checkbox input:checked ~ span:after{
content:'';
border: solid 1px #4CC4D5;
width:35px;height:35px;
position: absolute;
margin: auto;
left: 0;
right: 0;
top:0;
bottom: 0;
border-radius: 5px;
} 


#lyv-form .image-input {
    display: none;
}
#lyv-form .add-image-button {
    display: table;
}
#lyv-form .add-image-button-text {
    display: table-cell;
    vertical-align: middle;
}
#lyv-form .remove-image-button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 10px 13px;
}
#lyv-form .image-floorplan-label {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 3px 6px;
}

#lyv-form .col-cap label {
    white-space: nowrap;
}
@media (min-width: 768px) {
    #lyv-form .col-cap {
        width: calc(100% / 7);
    }
}

#lyv-form .room-divider {
    background-color: #CCC;
    background-clip: content-box;
    margin-bottom: 15px;
}

#lyv-other-images .other-image-col,
#lyv-other-images .add-other-image-col {
    margin-top: 15px;
}