﻿

.input-group, .input-group > .custom-file, .listing-form .form-group input, .listing-form label, .listing-form label, .custom-file-label::after {
    height: 100%;
}

.custom-file-label {
    border-radius: 4px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
    box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
    border: 1px solid #48B6AF;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .custom-file-label::after {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.listing-form label {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 600;
    color: #48B6AF;
}

.modal .modal-dialog .modal-content {
    padding: 30px;
    border-radius: 10px;
}

.modal-footer {
    padding-bottom: 0;
}

#Submeter {
    background: #48B6AF;
    border: 1px solid #48B6AF;
    border-radius: 50px;
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    margin-top: 6px;
}

    #Submeter:hover {
        background: white;
        color: #48B6AF;
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 0.625em #d9d9d9;
    border-radius: 5px;
    font-size: 20px;
}
.single-listing-share1 {
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.beautys-espaco {
    padding: 10px 20px;
    font-weight: 600;
}

.single-event-box .single-event-discussion:first-child {
    margin-top: 20px
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
        min-width: 800px;
    }
}

@media (max-width:590px) {
    .listing-details-info .descricao, .listing-details-info .Servicos, #FormContacto, .listing-details-review .review-items {
        margin-top: 20px;
    }
}