/* bootstrap customization and expansion */

.bg-warning {
    background-color: var(--iz-yellow) !important;
    input {
        background-color: var(--iz-yellow) !important;
    }
}

.bg-smooth-danger{
    background-color: rgba(var(--bg-danger-rgb), 0.1) !important;
    &:hover {
       background-color: rgba(var(--bg-danger-rgb), 0.2) !important;
    }
}

.w-lg-100 {
    @media (min-width: 992px) {
        width: 100% !important;
    }
}

.w-10{
    width: 10%;
}

.w-12{
    width: 12%;
}
