﻿.fade-in {
    animation: fadeIn ease 0.5s;
}
body {
   
    background-size: cover !important
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media(max-width: 767px) {
    #conteudo-simulador {
        padding: 1px !important;
    }
}
.mt-19, .my-19 {
    margin-top: 25px !important;
}
.mud-paper {
   
    border-radius: 20px;
}
.mud-ripple {
   
    border-radius: 25px;
}
.mud-alert-filled-error {
   
    border-radius: 15px;
}
.mud-alert-filled-info {
    border-radius: 15px;
}
.mud-alert-filled-warning {
    border-radius: 15px;
}
.mud-alert-text-normal {
   
    border-radius: 15px;
}
.mud-alert-text-warning {
    border-radius: 15px;
}
.mud-alert-text-success {
    border-radius: 15px;
}
.mud-alert-text-info {
    border-radius: 15px;
}
.mud-dialog-width-full {
   
    border-radius: 20px;
}
.mud-table-container {
   
    border-radius: 20px;
}
.mud-table.mud-table-square {
    border-radius: 20px;
}

.mud-table {
   
    border-radius: 15px;
}
.mud-dialog-width-sm {
  
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
