body {
    font-family: "Roboto", sans-serif !important;
}
.bg-grey {
    background-color: #f5f5f5;
}
.bg-white {
    background-color: white;
}
.font-gray {
    color: #7e7e7e !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-21 {
    font-size: 21px !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.orange{
    color: #f7b500;
}
.swal2-success-circular-line-left {
    background-color: #fff !important;
}
.swal2-success {
    display: flex !important;
    color: #08b09d !important;
    border-color: #08b09d !important;
}
.swal2-success-line-tip {
    background-color: #08b09d !important;
}
.swal2-success-line-long {
    background-color: #08b09d !important;
}
.swal2-success-ring {
    border-color: #08b09d !important;
}
.swal2-success-fix {
    background-color: #fff !important;
}
.swal2-success-circular-line-right {
    background-color: #fff !important;
}

.swal2-error {
    display: flex !important;
    color: red !important;
    border-color: red !important;
}
.swal2-x-mark-line-left {
    background-color: red !important;
}
.swal2-x-mark-line-right {
    background-color: red !important;
}
