#app {
    background: rgb(235, 232, 232);
    font-family: "Poppins", sans-serif;
}

.actions-btn-icon {
    font-size: 33px !important;
}

.actions-btn {
    margin: 0 20px 8vh 0;
    width: 53px !important;
    height: 53px !important;
}

/* Butons */

.save-btn {
    background-color: green !important;
    color: white !important;
}

.cancel-btn {
    background-color: red !important;
    color: white !important;
}

.update-btn {
    background-color: orange !important;
    color: white !important;
}

/* Buttons */

.dialog-default {
    padding: 10px;
    overflow-x: hidden;

}

.title-topo {
    text-align: center;
    margin-top: 10px;
    color: black;
}

.navbar-icons {
    text-decoration: none;
    font-size: 20px;
}

.default-table {
    background: rgb(255, 255, 255) !important;
    margin: 3% 3% 3% 3%;
    border-radius: 20px !important;
}

.default-search {
    padding-left: 50%;
    padding-right: 3%;
    margin-bottom: 2%;
    color: black !important;
}

.default-form {
    background: white;
    /* background: linear-gradient(to left, rgba(71, 70, 70, 0.39), rgba(196, 224, 229, 0.267)); */
    padding: 10vh 5vw 10vh 5vw;
}

.spiner-default {
    padding-top: 30vh;
}

/* Menor que Iphone 7 */
@media only screen and (max-width: 700px) {
    /* .buttons-topo{
    } */
}
