/* alert style start */
.finnAlert {
    border-radius: 2px;
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    font-size: 15px;
    margin-right: 5rem;
    margin-bottom: 3rem;
    box-shadow: 5px 5px #ccc;
}

.finnAlert-success {
    color: #fff;
    background-color: #369b4e;
    border-color: #c3e6cb;
}

.finnAlert-warning {
    color: #fff;
    background-color: #ffa533;
    border-color: #ffa533;
}

.finnAlert-info {
    color: #fff;
    background-color: #2cbcff;
    border-color: #c3e6cb;
}
/* alert style end */

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.catLink.active-cat .text-dark {
    color: var(--bs-link-color) !important;
}

.flatpickr .input-group-append {
    text-decoration: none;
    border: 1px solid var(--kt-input-border-color);
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}

.input-inline-times-icon {
    font-size: 30px;
    padding: 0 15px;
}
