
.steps {
    margin: 24px 0 0;
    min-height: 40px;
}

.steps-invert {
    background-color: black;
    color: white;
}

.steps-invert h4, .steps-invert p {
    color: white !important;
}

.steps-invert h4 {
    display: flex !important;
    margin-bottom: 16px;
}

.steps-invert .form-group {
    margin-bottom: 24px;
}

.steps-invert .form-control {
    padding-left: 0;
    padding-right: 0;
    color: white;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    border-bottom: 0.5px solid #FFFFFF;
}

.steps-invert .btn-dark {
    color: #000000 !important;
    background-color: white !important;
    padding: 10px 26px;
    font-weight: bold;
    margin-top: 60px;
}

.steps .box {
    margin: 24px 0;
    margin-left: 40px;
}

.steps .icon {
    width: 24px;
    height: 24px;
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    margin-right: 16px;
}

.steps .icon-image {
    width: 24px;
    height: 24px;
    background-image: url("../../uploads/images/icons/filled.png");
    background-position: center;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 2px;
    margin-right: 16px;
}

.steps p {
    margin: 0;
}

.steps h4 {
    display: inline;
}

#host_profile #property_image {
    width: 100%;
    min-height: 100px;
    border: 1px solid white;
}

.dropzone .dz-message .dz-button {
    color: #000000;
}

.bg-transparent {
    background: rgba(0, 0, 0, 0.3) !important;
}

.popup {
    min-height: 500px;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.popup .top {
    height: 250px;
    background-color: #29ABE2;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup .modal-content {
    background-color: transparent;
}

.popup .bottom {
    height: 250px;
    background-color: white;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup .h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}

.popup .btn-dark {
    padding: 10px 26px;
    background: black;
    color: white;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
}

.custom-hide {
    display: none;
}

.custom-show {
    display: flex;
}
