@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,900;1,100;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Montserrat:ital,wght@0,100;0,900;1,100;1,900&display=swap');

p {
    color: #012636;
}

#convertedImage {
    margin: 30px 0px;
}

.formulario-geral {
    border: 1px solid #fbfbfb;
    border-radius: 10px;
    margin-top: 20px;
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.modal-loading {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.modal-container {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    z-index: 11;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.back-city {
    background-image: url('city.svg');
    background-position: bottom;
    background-repeat: repeat-x;
}

.post-text span {
    color: #fe5d33;
}

.description-text {
    padding: 10px;
}

.button-action {
    background-color: #fe9d3f;
    color: #ffffff;
    border-radius: 10px;
}

.button-action-primary {
    background-color: #0056b8;
}

.text-warning {
    color: #fe5d33;
    text-transform: uppercase;
}

#formAnimal {
    border: 1px solid #e5e9ea;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
}


#formAnimal label {
    font-weight: bold;
    margin-bottom: 1px;
}

.card-how-to-save {
    border: 1px solid #e5e9ea;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 5px #e5e9ea;
}

.active {
    --tw-opacity: 1;
    color: rgb(37 99 235 / var(--tw-opacity));
    background-color: rgb(243 244 246 / var(--tw-opacity));
    border-bottom: 3px solid #ef4444;
}

.card-how-to-save a {
    color: #fe5d33;
    text-decoration: none;
    font-weight: bold;
    border: 3px solid #fe5d33;
    border-radius: 10px;
    padding: 10px;
    display: block;
    margin-top: 20px;
}