.swal2-popup {
    font-size: 0.8rem !important;
}

.blockui {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: table;
    table-layout: fixed;
    border-radius: 4px;
}

.blockui.blockui-noshadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blockui > span {
    color: #74788d;
    display: table-cell;
    vertical-align: middle;
    padding: 0.65rem 0.35rem 0.65rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 400;
}

.blockui > span > .kt-loader,
.blockui > span > .kt-spinner {
    margin-right: 1.25rem;
}

.navbar-brand .brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    display: flex;
    cursor: pointer;
    z-index: 1000;
}

.cta-content{
    margin-top: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (min-width: 576px) {
    .cta-content {
        justify-content: flex-end;
         gap: 16px;
    }
}


.bg-light{
    background-color: #fafafa !important;
}
