.row {
    --bs-gutter-x: 0 !important;
}
.hidden {
    display: none;
}
.card-policy {
    background-color: #e2e3e580;
    border-color: #f9fafb;
    box-shadow: 0px 3px 2px #6c757d9e;
    border-radius: 10px;
}
.container {
    background-color: #fff;
    border-radius: 4px;
    border: 0px solid rgba(0,0,0,0.15);
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 40px;
    padding-left: 5px;
}
.footer {
    margin-top: 10%;
}
.showSweetAlert > h2{
    font-size: x-large !important;
}
.showSweetAlert > .lead{
    font-size: xx-large !important;
}
.hidden{
    display: none !important;
}
.select2{
    width: 100% !important;
}
.text-red{
    color: red;
}
