body {
    font-size: 16px;
    font-family: "Outfit", sans-serif, sans-serif;
    color: #3D434A;
    background-color: #F4F7F9;
}
.alert {
    font-size: 18px;
}
.adminnavigation {
    background-color: #3D434A;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 102, 204, 0.92)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.btn-action {
    background-color: #3D434A;
    color: white;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
