.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.d-flex {
    display: flex;
}

.toast.red {
    background: #FECDCA !important;
    border: 1px solid #F44336;
    color: #101828;
    justify-content: flex-start;

    i {
        color: #F44336;
    }
}

.toast.green {
    background: #ECFDF3 !important;
    border: 1px solid #A6F4C5;
    color: #101828;
    justify-content: flex-start;

    i {
        color: #12B76A;
    }
}


@media (max-width: 600px) { 
    .select-wrapper input.select-dropdown{
        font-size: 14px;
    }
 }
