@media (min-width: 1300px) and (max-width: 1369px) {
    .container-fluid, .navbar-header {
        width: 1300px !important;
        max-width: 1300px !important;
        /* background-color: honeydew !important; */
    }
}

@media (min-width: 1370px) {
    body {
        /* background-color: blue !important; */
    }

    /* .container-fluid{width: 1170px;max-width: 1170px;} */
}

:root {
    --bp-branding-main: #424769 !important;
    --bp-branding-header-text: #fff !important;
    --bp-branding-contrast: #43766c !important;
    --bp-branding-contrast-super: #43766C !important;
    --bp-branding-lower: #9dbc98 !important;
}

.bp-branding-header-text {
    color: var(--bp-branding-header-text) !important;
}

.text-bp-branding-header-text-lower {
    color: #333 !important;
}

.bg-bp-branding-main {
    background-color: var(--bp-branding-main) !important;
}

.bg-bp-branding-contrast {
    background-color: var(--bp-branding-contrast) !important;
}

.nav-pills .nav-link {
    color: #FFF !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #FFF !important;
    color: #0f0f1f !important;
    border-radius: 0.25rem 0px 0px 0.25rem !important;
}

.bg-bp-branding-lower {
    /*background-color: var(--bp-branding-lower) !important;*/
    background-color: #424769 !important;
}

.bg-bp-branding-contrast-super {
    background-color: var(--bp-branding-contrast-super) !important;
}

/* Dashboard */
/* Dashboard */

.parallax-background {
    background-color: var(--bp-branding-contrast) !important;
    background-image: url('/images/agave_field.jpg') !important;
    background-position: center;
    background-size: cover;
    min-height: 250px !important;
    width: 100%;
    position: relative;
}

.parallax-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
    background-size: 2px 2px;
    pointer-events: none;
}

/* WIZARD SELECCION */
.wizard .steps .number {
    border-color: var(--bp-branding-contrast-super) !important;
}

.wizard .steps .current a .number,
.wizard .steps .current a:active .number,
.wizard .steps .current a:hover .number {
    background-color: var(--bp-branding-contrast-super) !important;
}

#selection-steps .steps ul li.advanced {
    border-bottom-color: var(--bp-branding-contrast-super) !important;
}

.wizard .steps .current a,
.wizard .steps .current a:active,
.wizard .steps .current a:hover {
    background-color: #545A86 !important;
    color: var(--bs-emphasis-color);
}

/* Otras cosas */
/* Otras cosas */
/* Otras cosas */
/* Otras cosas */

.logo .logo-lg img {
    height: 55px !important;
}

.dropdown-mega .dropdown-megamenu {
    border-bottom: 2px solid var(--branding-contrast);
}

.entryPointSplash {
    background-color: var(--branding-main) !important;
    /* background-color: #16537e !important; */
    border-bottom: 2px solid var(--branding-contrast);
}

.bg-branding-main {
    background-color: var(--branding-main) !important;
}

.bg-branding-main img {
    width: 80%;
    height: auto;
}

.entryPointContainer {
    border-bottom: 2px solid var(--branding-contrast);
}

#selection-steps .steps ul li.advanced {
    border-bottom: 3px solid var(--bs-primary);
}

/* Wave React */

.wave-container {
    position: relative;
    width: 85px;
    height: 85px;
    /* margin: 100px auto; */
}

.wave-shape {
    width: 85px;
    height: 80px;
    border-radius: 0;
    border-top-right-radius: 0;
    float: left;
    overflow: hidden;
    position: relative;
}

.wave-frame {
    position: absolute;
    /* transform: rotate(45deg); */
    background-color: #fff !important;
    bottom: -20px;
    left: 15px;
    right: 0;
    height: 100px;
    width: 80px;
}

.wave-wave {
    position: absolute;
    top: 30%;
    left: 0;
    width: 200%;
    height: 200%;
    transform: translate(-25%, 0);
    background: #4973ff;
    /* animation: fill-up 10s ease infinite; */
}

@keyframes fill-up {
    to {
        top: -60%;
    }
}

.wave-wave:before,
.wave-wave:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.wave-wave:before {
    border-radius: 80%;
    background: #565757;
    animation: animate 10s linear infinite;
}

.wave-wave:after {
    border-radius: 40%;
    background: rgba(1, 88, 113, 0.5);
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.wave-text {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 1000 !important;
}

#calendar .react-calendar-timeline .rct-item .rct-item-content {
    color: #333 !important;
    border: #333 !important;
}

.col-form-label {
    font-weight: 500 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0.5rem !important;
}

#auditTable > tbody > tr > td.blueRow {
    background-color: var(--bs-info-bg-subtle) !important;
    box-shadow: none !important;
}

.barrel-token-card .qr-code-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.barrel-token-card .token-id {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    color: #6c757d;
}

/* NEW WAVE */
/* NEW WAVE */
.nwave {
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    text-align: center;
}

.nwave .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #F1B44C;
    transition: .5s;
}

.nwave span {
    width:100%;
    font-size: 11px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    color: #FFF;
}

.nwave .liquid::after,
.nwave .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.nwave .liquid::before {
    border-radius: 45%;
    background: #f1d4ab;
    animation: animate 5s linear infinite;
}

.nwave .liquid::after {
    border-radius: 40%;
    background: #FFF;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
/* NEW WAVE */
/* NEW WAVE */

.barrel-shadow-card {
    transition: all 0.2s ease !important;
}

.barrel-shadow-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}