﻿.modal-retornar-vistoria-analise {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: absolute;
    background: rgba(63, 74, 60, 0.27);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
    backdrop-filter: blur(2px);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-form-retornar-vistoria-analise {
    width: 30%;
    height: 30%;
    min-width: 600px;
    min-height: 480px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: solid 3px #FFF;
}

.modal-form-topo-retornar-vistoria-analise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 48px;
    background-color: #025709;
    border-radius: 8px 8px 0px 0px;
    color: #f5f5f5;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

.modal-form-middle-retornar-vistoria-analise {
    padding: 10px;
}

.modal-form-bottom-retornar-vistoria-analise {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 10px;
    width: 100%;
    height: 70px;
    background-color: #DDDDDD50;
    position: relative;
    top: 66px;
    border-radius: 0px 0px 8px 8px;
}

.modal-form-btn-close {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
}

    .modal-form-btn-close:hover {
        background-color: #bd5419;
    }

.modal-textarea-obs {
    margin-bottom: 10px;
    height: 115px;
    min-height: 115px;
    max-height: 115px;
    font-family: Poppins-Regular;
    resize: none;
    font-size: 14px;
}

.modal-imagens-vistoria-analise {
    width: 70%;
    height: 80%;
    min-width: 840px;
    min-height: 600px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: solid 3px #FFF;
}
