/* layout */
.max-w-md {
    max-width: 450px;
}

.max-w-sm {
    max-width: 300px;
}

.min-h-80 {
    min-height: 80px;
}

/* body */
.text-primary {
    color: #c10007 !important;

}

.text-info {
    color: oklch(0.6612 0.1058 198.12) !important;
}

.text-warning {
    color: oklch(0.784 0.1508 85.47) !important;
}

.text-red-500 {
    color: #c10007 !important;
}


.bg-info {
    background-color: oklch(0.6612 0.1058 198.12) !important;
    border-color: oklch(0.6612 0.1058 198.12) !important;
    outline: oklch(0.6612 0.1058 198.12) !important;
}

.bg-warning {
    background-color: oklch(0.784 0.1508 85.47) !important;
    border-color: oklch(0.784 0.1508 85.47) !important;
    outline: oklch(0.784 0.1508 85.47) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: oklch(37.4% 0.01 67.558) !important;
}

.text-muted {
    color: oklch(37.4% 0.01 67.558) !important;
}

.bg-primary {
    background-color: #c10007 !important;
    border-color: #c10007 !important;
    outline: #c10007 !important;
}

.bg-light {
    background-color: oklch(97% 0.001 106.424) !important;

}

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

.text-red-50 {
    color: oklch(93.6% 0.032 17.717)  !important;
}

.bg-primary-light{
    background-color: oklch(93.6% 0.032 17.717) !important;
}

.bg-red-50 {
    background-color: oklch(97.1% 0.013 17.38) !important;
}

/* navbar */
.navigation:not(.nav-sticky) {
    border-bottom: 1px solid rgba(176, 176, 176, 0.451);
}


.navigation .navbar-nav .nav-item .nav-link {
    color: #c10007 !important;
}

/* main */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: oklch(0.6612 0.1058 198.12);
}

.nav-link:focus, .nav-link:hover {
    color: oklch(0.6612 0.1058 198.12);
    text-decoration: none;
}

.nav-pills .nav-link {
    border-radius: 6.25rem;
}

/* hero section */

.hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
}

.hero-background {
    background-image: url(../app/images/flowred.svg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 550px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}

.card {
    border-radius: 10px;
}

.flowblue-card {
    background-image: url(../app/images/flowblue.svg);
    background-size: 150px;
    background-position: bottom right;
    background-repeat: no-repeat;
    right: -10px;
    border-radius: 20px;

}

/* ICONS */
.currency-value:after {
    background-color: #c10007 !important;
}

/* footer */
.landing-footer {
    background-color: oklch(97% 0.001 106.424) !important;
    color: oklch(37.4% 0.01 67.558);
}

/* datatabel */
.dataTables_info, .dataTables_paginate {
    font-size: 9pt;
    /* truncated text */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c10007 ;
    border-color: #c10007 ;
}