/* =========================================================
   FSBRASIL
   Aviation-Tech Theme
   Base: Disposable_v3
   ========================================================= */

:root {
    --fsb-navy: #071A2F;
    --fsb-navy-light: #0D2947;
    --fsb-blue: #0B5ED7;
    --fsb-tech: #00A8E8;
    --fsb-sky: #6EC8FF;

    --fsb-bg: #F4F7FA;
    --fsb-card: #FFFFFF;

    --fsb-text: #1B2A3A;
    --fsb-muted: #6C7A89;

    --fsb-border: #DDE5EC;

    --fsb-radius: 10px;
    --fsb-radius-lg: 14px;

    --fsb-shadow:
        0 4px 18px rgba(7, 26, 47, 0.08);
}


/* =========================================================
   GENERAL
   ========================================================= */

body {
    background-color: var(--fsb-bg);
    color: var(--fsb-text);
    font-family: "Lato", sans-serif;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

#Dispo_NavBar {
    background:
        linear-gradient(
            90deg,
            #071A2F 0%,
            #0A2746 60%,
            #0B355D 100%
        );

    min-height: 64px;
    padding: 7px 18px !important;

    border-bottom: 2px solid rgba(0, 168, 232, 0.55);

    box-shadow:
        0 4px 16px rgba(7, 26, 47, 0.22);

    z-index: 1000;
}


#Dispo_NavBar .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 30px;
}


#Dispo_NavBar .navbar-brand img {
    max-height: 42px !important;
    width: auto;
}


/* Main menu */

#Dispo_NavBar .nav-link {
    color: rgba(255,255,255,0.88) !important;

    font-size: 0.92rem;
    font-weight: 600;

    padding: 12px 11px !important;

    border-radius: 7px;

    transition:
        background-color .18s ease,
        color .18s ease,
        transform .18s ease;
}


#Dispo_NavBar .nav-link:hover,
#Dispo_NavBar .nav-link:focus {

    color: #FFFFFF !important;

    background-color:
        rgba(0, 168, 232, 0.16);

    transform: translateY(-1px);
}


#Dispo_NavBar .nav-link i {
    color: var(--fsb-sky);

    margin-right: 4px;
}


/* =========================================================
   DROPDOWN MENUS
   ========================================================= */

#Dispo_NavBar .dropdown-menu {

    background-color: #FFFFFF;

    border:
        1px solid
        rgba(7, 26, 47, 0.08);

    border-radius: 10px;

    padding: 6px;

    margin-top: 6px;

    box-shadow:
        0 12px 30px
        rgba(7, 26, 47, 0.16);
}


#Dispo_NavBar .dropdown-item {

    color: var(--fsb-text);

    border-radius: 6px;

    padding: 8px 12px;

    font-size: 0.9rem;

    transition:
        background-color .15s ease,
        color .15s ease;
}


#Dispo_NavBar .dropdown-item i {

    width: 22px;

    color: var(--fsb-blue);
}


#Dispo_NavBar .dropdown-item:hover {

    background-color: #EEF7FC;

    color: var(--fsb-blue);
}


/* =========================================================
   CARDS
   ========================================================= */

.card {

    border:
        1px solid
        rgba(7, 26, 47, 0.07);

    border-radius: var(--fsb-radius);

    background-color: var(--fsb-card);

    box-shadow: var(--fsb-shadow);
}


.card-header {

    background-color: #FFFFFF;

    border-bottom:
        1px solid var(--fsb-border);

    color: var(--fsb-navy);

    font-weight: 700;
}


.card-header h5,
.card-header h4,
.card-header h3 {

    color: var(--fsb-navy);

    font-weight: 800;
}


/* =========================================================
   LINKS
   ========================================================= */

a {

    color: var(--fsb-blue);

    text-decoration: none;
}


a:hover {

    color: var(--fsb-tech);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.btn-primary {

    background:
        linear-gradient(
            135deg,
            var(--fsb-blue),
            #087BC1
        );

    border-color: var(--fsb-blue);

    border-radius: 7px;

    font-weight: 600;
}


.btn-primary:hover {

    background:
        linear-gradient(
            135deg,
            #084DB4,
            #006FAE
        );

    border-color: #084DB4;
}


/* =========================================================
   HOME CAROUSEL
   ========================================================= */

#DT_HomeSlide {

    overflow: hidden;

    border-radius: var(--fsb-radius-lg);

    box-shadow:
        0 10px 32px
        rgba(7, 26, 47, 0.14);
}


#DT_HomeSlide img {

    border-radius:
        var(--fsb-radius-lg) !important;
}


/* =========================================================
   PAGE CONTENT
   ========================================================= */

#page-contents {

    padding-top: 18px;

    padding-left: 22px;

    padding-right: 22px;
}


/* =========================================================
   FOOTER
   ========================================================= */

#footer {

    margin-top: 30px;

    color: var(--fsb-muted);
}


#footer .card {

    background-color: transparent;

    box-shadow: none;

    border-top:
        1px solid var(--fsb-border);

    border-left: 0;

    border-right: 0;

    border-bottom: 0;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    #Dispo_NavBar {

        padding:
            7px 12px !important;
    }


    #Dispo_NavBar .navbar-collapse {

        margin-top: 8px;

        padding-top: 8px;

        border-top:
            1px solid
            rgba(255,255,255,0.12);
    }


    #Dispo_NavBar .nav-link {

        padding:
            9px 10px !important;
    }


    #page-contents {

        padding-left: 10px;

        padding-right: 10px;
    }
}
/* =========================================================
   FSBRASIL NAVIGATION V2
   ========================================================= */

.fsb-navbar {
    position: relative;
    min-height: 72px;
    padding: 0 !important;

    background:
        linear-gradient(
            110deg,
            #06182b 0%,
            #082847 55%,
            #0a365d 100%
        ) !important;

    border-bottom:
        1px solid rgba(110, 200, 255, 0.35);

    box-shadow:
        0 5px 24px rgba(4, 18, 32, 0.28);

    z-index: 1030;
}


/* Tech accent line */

.fsb-navbar::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            #00a8e8 25%,
            #6ec8ff 50%,
            #00a8e8 75%,
            transparent 100%
        );

    opacity: 0.85;
}


.fsb-navbar-container {
    min-height: 72px;

    padding-left: 28px;
    padding-right: 28px;
}


/* =========================================================
   BRAND
   ========================================================= */

.fsb-brand {
    display: flex;
    align-items: center;

    min-height: 72px;

    margin-right: 30px;

    padding: 6px 0;
}


.fsb-brand-logo {
    display: block;

    width: auto;

    max-height: 47px !important;

    filter:
        drop-shadow(
            0 2px 4px
            rgba(0, 0, 0, 0.18)
        );

    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}


.fsb-brand:hover .fsb-brand-logo {
    transform: translateY(-1px);

    filter:
        drop-shadow(
            0 4px 8px
            rgba(0, 168, 232, 0.22)
        );
}


/* =========================================================
   MAIN MENU
   ========================================================= */

.fsb-main-menu {
    gap: 2px;
}


.fsb-main-menu > .nav-item {
    position: relative;
}


.fsb-main-menu > .nav-item > .nav-link {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 44px;

    padding:
        10px 11px !important;

    color:
        rgba(255, 255, 255, 0.87) !important;

    border-radius: 7px;

    font-size: 0.90rem;
    font-weight: 600;

    letter-spacing: 0.01em;

    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        transform 0.18s ease;
}


.fsb-main-menu > .nav-item > .nav-link i {
    margin-right: 6px;

    color: #6ec8ff;

    font-size: 0.88rem;

    transition:
        color 0.18s ease;
}


.fsb-main-menu > .nav-item > .nav-link:hover,
.fsb-main-menu > .nav-item > .nav-link:focus,
.fsb-main-menu > .nav-item.show > .nav-link {

    color: #ffffff !important;

    background:
        rgba(0, 168, 232, 0.13);

    transform: translateY(-1px);
}


.fsb-main-menu > .nav-item > .nav-link:hover i {
    color: #ffffff;
}


/* Little active-tech underline */

.fsb-main-menu > .nav-item > .nav-link::after {
    transition:
        transform 0.18s ease,
        opacity 0.18s ease;
}


/* =========================================================
   DROPDOWN
   ========================================================= */

.fsb-navbar .dropdown-menu {

    min-width: 215px;

    margin-top: 7px !important;

    padding: 7px;

    background: #ffffff !important;

    border:
        1px solid
        rgba(7, 26, 47, 0.08) !important;

    border-radius: 10px !important;

    box-shadow:
        0 14px 34px
        rgba(4, 20, 36, 0.18) !important;
}


.fsb-navbar .dropdown-item {

    display: flex;
    align-items: center;

    min-height: 37px;

    margin: 1px 0;

    padding:
        8px 11px !important;

    color: #25384a !important;

    border-radius: 6px;

    font-size: 0.88rem;

    font-weight: 500;

    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        padding-left 0.15s ease;
}


.fsb-navbar .dropdown-item i {

    flex: 0 0 23px;

    width: 23px;

    margin-right: 4px;

    color: #0b5ed7 !important;

    text-align: center;
}


.fsb-navbar .dropdown-item:hover,
.fsb-navbar .dropdown-item:focus {

    padding-left: 14px !important;

    color: #064f9b !important;

    background:
        linear-gradient(
            90deg,
            #edf8fd,
            #f7fbfd
        ) !important;
}


/* =========================================================
   NAVBAR TOGGLER
   ========================================================= */

.fsb-navbar-toggler {

    width: 43px;
    height: 39px;

    padding: 0 !important;

    color: #ffffff !important;

    background:
        rgba(255, 255, 255, 0.07);

    border:
        1px solid
        rgba(255, 255, 255, 0.18) !important;

    border-radius: 7px !important;

    box-shadow: none !important;
}


.fsb-toggler-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #6ec8ff;

    font-size: 1.1rem;
}


/* =========================================================
   RESPONSIVE NAVIGATION
   ========================================================= */

@media (max-width: 991.98px) {

    .fsb-navbar-container {

        padding-left: 14px;
        padding-right: 14px;
    }


    .fsb-brand {

        min-height: 62px;
    }


    .fsb-brand-logo {

        max-height: 40px !important;
    }


    #fsbMainNavigation {

        padding:
            10px 0 14px 0;

        border-top:
            1px solid
            rgba(255, 255, 255, 0.10);
    }


    .fsb-main-menu {

        align-items: stretch !important;

        width: 100%;
    }


    .fsb-main-menu > .nav-item {

        width: 100%;
    }


    .fsb-main-menu > .nav-item > .nav-link {

        width: 100%;

        min-height: 40px;

        padding:
            8px 10px !important;
    }


    .fsb-navbar .dropdown-menu {

        margin:
            2px 0 8px 18px !important;

        background:
            rgba(255, 255, 255, 0.97) !important;

        border: 0 !important;

        box-shadow: none !important;
    }

}
/* =========================================================
   FSBRASIL HOME
   ========================================================= */

.fsb-home-hero {
    margin-top: 6px;
}


/* =========================================================
   HERO CARD
   ========================================================= */

.fsb-hero-card {
    position: relative;

    overflow: hidden;

    min-height: 420px;

    border-radius: 16px;

    background: #071a2f;

    box-shadow:
        0 14px 38px
        rgba(7, 26, 47, 0.16);
}


.fsb-home-carousel,
.fsb-home-carousel .carousel-inner,
.fsb-home-carousel .carousel-item {
    height: 100%;
    min-height: 420px;
}


.fsb-hero-image {
    width: 100%;
    height: 420px;

    object-fit: cover;
}


/* Overlay */

.fsb-hero-overlay {
    position: absolute;

    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(4, 17, 31, 0.88) 0%,
            rgba(5, 26, 47, 0.74) 38%,
            rgba(5, 32, 58, 0.30) 68%,
            rgba(5, 32, 58, 0.08) 100%
        );
}


/* Hero content */

.fsb-hero-content {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 60%;

    padding: 45px;
}


.fsb-hero-eyebrow {
    margin-bottom: 13px;

    color: #6ec8ff;

    font-size: 0.78rem;

    font-weight: 800;

    letter-spacing: 0.14em;
}


.fsb-hero-content h1 {
    margin-bottom: 16px;

    color: #ffffff;

    font-size: clamp(
        2rem,
        4vw,
        3.6rem
    );

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -0.035em;
}


.fsb-hero-content h1 span {
    display: block;

    color: #6ec8ff;
}


.fsb-hero-content p {
    max-width: 560px;

    margin-bottom: 24px;

    color:
        rgba(255, 255, 255, 0.82);

    font-size: 1.02rem;

    line-height: 1.6;
}


.fsb-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}


/* =========================================================
   FSBRASIL BUTTONS
   ========================================================= */

.fsb-btn-primary,
.fsb-btn-outline {
    padding:
        10px 18px;

    border-radius: 8px;

    font-size: 0.9rem;

    font-weight: 700;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}


.fsb-btn-primary {
    color: #ffffff !important;

    border:
        1px solid #00a8e8;

    background:
        linear-gradient(
            135deg,
            #0b5ed7,
            #00a8e8
        );

    box-shadow:
        0 7px 20px
        rgba(0, 168, 232, 0.22);
}


.fsb-btn-primary:hover {
    color: #ffffff !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 25px
        rgba(0, 168, 232, 0.32);
}


.fsb-btn-outline {
    color: #ffffff !important;

    border:
        1px solid
        rgba(255,255,255,.35);

    background:
        rgba(255,255,255,.08);

    backdrop-filter:
        blur(4px);
}


.fsb-btn-outline:hover {
    color: #ffffff !important;

    background:
        rgba(255,255,255,.16);

    transform:
        translateY(-2px);
}


/* =========================================================
   OPERATIONS PANEL
   ========================================================= */

.fsb-ops-panel {
    padding: 28px;

    border-radius: 16px;

    color: #ffffff;

    background:
        linear-gradient(
            160deg,
            #071a2f 0%,
            #0b2f52 100%
        );

    box-shadow:
        0 14px 38px
        rgba(7, 26, 47, 0.16);
}


.fsb-section-kicker,
.fsb-panel-kicker {
    color: #00a8e8;

    font-size: 0.70rem;

    font-weight: 800;

    letter-spacing: 0.13em;
}


.fsb-ops-panel h2 {
    margin:
        5px 0 8px;

    color: #ffffff;

    font-size: 1.55rem;

    font-weight: 800;
}


.fsb-ops-intro {
    margin-bottom: 22px;

    color:
        rgba(255,255,255,.66);

    font-size: .90rem;

    line-height: 1.5;
}


/* =========================================================
   QUICK LINKS
   ========================================================= */

.fsb-quick-links {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.fsb-quick-link {
    display: flex;
    align-items: center;

    min-height: 66px;

    padding: 9px 11px;

    color: #ffffff !important;

    border:
        1px solid
        rgba(255,255,255,.08);

    border-radius: 10px;

    background:
        rgba(255,255,255,.045);

    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease;
}


.fsb-quick-link:hover {
    color: #ffffff !important;

    transform:
        translateX(3px);

    border-color:
        rgba(110,200,255,.26);

    background:
        rgba(0,168,232,.10);
}


.fsb-quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    margin-right: 11px;

    color: #6ec8ff;

    border-radius: 9px;

    background:
        rgba(0,168,232,.12);
}


.fsb-quick-link span:nth-child(2) {
    display: flex;
    flex-direction: column;

    flex: 1;
}


.fsb-quick-link strong {
    color: #ffffff;

    font-size: .91rem;
}


.fsb-quick-link small {
    margin-top: 2px;

    color:
        rgba(255,255,255,.54);

    font-size: .75rem;
}


.fsb-quick-arrow {
    margin-left: 8px;

    color:
        rgba(255,255,255,.35);

    font-size: .72rem;
}


/* =========================================================
   CONTENT PANELS
   ========================================================= */

.fsb-panel {
    overflow: hidden;

    padding: 18px;

    border:
        1px solid
        rgba(7,26,47,.07);

    border-radius: 13px;

    background: #ffffff;

    box-shadow:
        0 7px 24px
        rgba(7,26,47,.07);
}


.fsb-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 16px;

    padding-bottom: 12px;

    border-bottom:
        1px solid #edf1f5;
}


.fsb-panel-header h3 {
    margin:
        3px 0 0;

    color: #071a2f;

    font-size: 1.15rem;

    font-weight: 800;
}


.fsb-panel-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    color: #0b5ed7;

    border-radius: 9px;

    background: #eef7fc;
}


/* =========================================================
   PILOTS
   ========================================================= */

.fsb-pilot-list {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.fsb-pilot-item {
    display: flex;
    align-items: center;

    padding: 7px;

    color: #1b2a3a;

    border-radius: 9px;

    transition:
        background .16s ease,
        transform .16s ease;
}


.fsb-pilot-item:hover {
    color: #1b2a3a;

    background: #f4f9fc;

    transform:
        translateX(2px);
}


.fsb-pilot-avatar {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    overflow: hidden;

    margin-right: 10px;

    border-radius: 50%;

    background: #eef2f6;
}


.fsb-pilot-avatar img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.fsb-pilot-info {
    display: flex;
    flex-direction: column;

    min-width: 0;
}


.fsb-pilot-info strong {
    overflow: hidden;

    color: #17293b;

    font-size: .88rem;

    text-overflow: ellipsis;

    white-space: nowrap;
}


.fsb-pilot-info span {
    overflow: hidden;

    color: #657486;

    font-size: .75rem;

    text-overflow: ellipsis;

    white-space: nowrap;
}


.fsb-pilot-info small {
    margin-top: 1px;

    color: #94a1af;

    font-size: .68rem;
}


/* =========================================================
   WIDGET CLEANUP
   ========================================================= */

.fsb-widget-stack .card,
.fsb-stats-widget .card,
.fsb-awards-widget .card {

    box-shadow: none !important;

    border-color:
        #edf1f5 !important;
}


.fsb-widget-stack .card-header,
.fsb-stats-widget .card-header,
.fsb-awards-widget .card-header {

    background:
        #f8fafc !important;
}


/* =========================================================
   RESPONSIVE HOME
   ========================================================= */

@media (max-width: 991.98px) {

    .fsb-hero-card,
    .fsb-home-carousel,
    .fsb-home-carousel .carousel-inner,
    .fsb-home-carousel .carousel-item {

        min-height: 390px;
    }


    .fsb-hero-image {
        height: 390px;
    }


    .fsb-hero-content {
        width: 78%;

        padding: 32px;
    }

}


@media (max-width: 767.98px) {

    .fsb-hero-card,
    .fsb-home-carousel,
    .fsb-home-carousel .carousel-inner,
    .fsb-home-carousel .carousel-item {

        min-height: 450px;
    }


    .fsb-hero-image {
        height: 450px;
    }


    .fsb-hero-overlay {

        background:
            linear-gradient(
                90deg,
                rgba(4,17,31,.90),
                rgba(4,25,45,.74)
            );
    }


    .fsb-hero-content {
        width: 100%;

        padding: 28px 24px;
    }


    .fsb-hero-content h1 {
        font-size: 2.15rem;
    }


    .fsb-hero-content p {
        font-size: .92rem;
    }


    .fsb-hero-actions {
        flex-direction: column;

        align-items: flex-start;
    }


    .fsb-btn-primary,
    .fsb-btn-outline {

        width: 100%;

        text-align: center;
    }


    .fsb-ops-panel {
        padding: 22px;
    }

}
/* =========================================================
   HERO FIX V2
   ========================================================= */

.fsb-hero-card {
    position: relative;
    height: 420px;
    min-height: 420px;
    overflow: hidden;
}


.fsb-home-carousel {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}


.fsb-home-carousel .carousel-inner,
.fsb-home-carousel .carousel-item {
    width: 100%;
    height: 100%;
}


.fsb-home-carousel .carousel-item {
    min-height: 420px;
}


.fsb-hero-image {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 420px;

    object-fit: cover;
    object-position: center;
}


.fsb-hero-fallback {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 75% 35%,
            rgba(0,168,232,.22),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #071a2f,
            #0b355d
        );
}


.fsb-hero-overlay {
    position: absolute;
    inset: 0;

    z-index: 5;

    background:
        linear-gradient(
            90deg,
            rgba(3,15,28,.94) 0%,
            rgba(4,24,44,.82) 40%,
            rgba(5,32,58,.36) 72%,
            rgba(5,32,58,.12) 100%
        );

    pointer-events: none;
}


.fsb-hero-content {
    position: absolute;

    z-index: 10;

    top: 50%;
    left: 0;

    width: 63%;

    padding: 44px;

    transform: translateY(-50%);
}


.fsb-hero-content h1,
.fsb-hero-content p,
.fsb-hero-eyebrow,
.fsb-hero-actions {
    position: relative;

    z-index: 11;
}


/* Keep carousel controls above overlay */

.fsb-home-carousel .carousel-control-prev,
.fsb-home-carousel .carousel-control-next {
    z-index: 15;
}


@media (max-width: 991.98px) {

    .fsb-hero-content {
        width: 78%;
        padding: 32px;
    }

}


@media (max-width: 767.98px) {

    .fsb-hero-card {
        height: 450px;
        min-height: 450px;
    }


    .fsb-home-carousel .carousel-item,
    .fsb-hero-image {
        min-height: 450px;
    }


    .fsb-hero-content {
        width: 100%;

        padding: 26px;

        top: 50%;
    }

}
/* =========================================================
   FSBRASIL HOME WIDGETS V6
   ========================================================= */


/* Remove visual "card inside card" inherited from widgets */

.fsb-widget-stack > .card,
.fsb-stats-widget > .card,
.fsb-awards-widget > .card,
.fsb-widget-stack .card,
.fsb-stats-widget .card,
.fsb-awards-widget .card {

    border: 0 !important;
    border-radius: 9px !important;

    box-shadow: none !important;

    background: transparent !important;
}


/* ---------------------------------------------------------
   Widget headers
   --------------------------------------------------------- */

.fsb-widget-stack .card-header,
.fsb-stats-widget .card-header,
.fsb-awards-widget .card-header {

    padding: 7px 10px !important;

    color: #6c7a89 !important;

    background: #f6f9fb !important;

    border:
        1px solid #edf1f5 !important;

    border-radius:
        8px 8px 0 0 !important;

    font-size: .76rem !important;

    font-weight: 700 !important;
}


.fsb-widget-stack .card-header h5,
.fsb-stats-widget .card-header h5,
.fsb-awards-widget .card-header h5 {

    margin: 0 !important;

    color: #728191 !important;

    font-size: .76rem !important;

    font-weight: 700 !important;
}


/* ---------------------------------------------------------
   Ranking
   --------------------------------------------------------- */

.fsb-widget-stack {

    display: flex;

    flex-direction: column;

    gap: 10px;
}


.fsb-widget-stack .card {

    overflow: hidden;

    border:
        1px solid #e8eef3 !important;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f9fbfc
        ) !important;
}


.fsb-widget-stack .card-body {

    padding:
        9px 10px !important;
}


.fsb-widget-stack a {

    color: #0b5ed7 !important;

    font-weight: 700;
}


.fsb-widget-stack table {

    margin: 0 !important;

    font-size: .78rem;
}


.fsb-widget-stack table td,
.fsb-widget-stack table th {

    padding:
        5px 7px !important;

    border-color:
        #edf1f5 !important;
}


/* ---------------------------------------------------------
   Statistics
   --------------------------------------------------------- */

.fsb-stats-widget {

    overflow: hidden;

    border-radius: 9px;

    border:
        1px solid #e8eef3;

    background: #ffffff;
}


.fsb-stats-widget .card-body {

    padding: 0 !important;
}


.fsb-stats-widget table {

    width: 100%;

    margin: 0 !important;

    font-size: .77rem;
}


.fsb-stats-widget table > tbody > tr {

    transition:
        background-color .15s ease;
}


.fsb-stats-widget table > tbody > tr:nth-child(odd) {

    background:
        #f7f9fb !important;
}


.fsb-stats-widget table > tbody > tr:nth-child(even) {

    background:
        #ffffff !important;
}


.fsb-stats-widget table > tbody > tr:hover {

    background:
        #eef8fd !important;
}


.fsb-stats-widget table td,
.fsb-stats-widget table th {

    padding:
        5px 8px !important;

    border: 0 !important;

    border-bottom:
        1px solid #edf1f5 !important;

    vertical-align: middle;
}


.fsb-stats-widget table td:first-child {

    color: #33485b;

    font-weight: 600;
}


.fsb-stats-widget table td:last-child {

    color: #071a2f;

    font-weight: 700;

    text-align: right;
}


/* ---------------------------------------------------------
   Awards
   --------------------------------------------------------- */

.fsb-awards-widget {

    overflow: hidden;

    border-radius: 9px;
}


.fsb-awards-widget .card-body {

    padding: 0 !important;
}


.fsb-awards-widget img {

    object-fit: contain;
}


.fsb-awards-widget a {

    color: #0b5ed7 !important;

    font-weight: 700;
}


/* Give individual award rows a cleaner appearance */

.fsb-awards-widget .row {

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding:
        5px 3px;

    border-bottom:
        1px solid #edf1f5;

    transition:
        background-color .15s ease;
}


.fsb-awards-widget .row:hover {

    background:
        #f5fafe;
}


/* ---------------------------------------------------------
   Main four panels
   --------------------------------------------------------- */

.fsb-home-content > .row {

    align-items: stretch;
}


.fsb-home-content .fsb-panel {

    min-height: 405px;
}


.fsb-panel {

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}


.fsb-panel:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 12px 30px
        rgba(7,26,47,.10);
}


/* ---------------------------------------------------------
   More polished panel headings
   --------------------------------------------------------- */

.fsb-panel-header {

    position: relative;
}


.fsb-panel-header::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 38px;
    height: 2px;

    border-radius: 2px;

    background:
        linear-gradient(
            90deg,
            #0b5ed7,
            #00a8e8
        );
}


/* ---------------------------------------------------------
   Footer separation
   --------------------------------------------------------- */

#footer {

    margin-top: 36px;
}


#footer .card {

    padding-top: 9px !important;

    color: #7b8996;

    font-size: .76rem;
}


/* ---------------------------------------------------------
   Large desktop tuning
   --------------------------------------------------------- */

@media (min-width: 1400px) {

    .fsb-panel {

        padding: 17px;
    }


    .fsb-stats-widget table {

        font-size: .75rem;
    }

}
/* =========================================================
   FSBRASIL PAGE BACKGROUND
   ========================================================= */

body#page-container {
    background-image: none !important;

    background:
        linear-gradient(
            180deg,
            #f3f6f9 0%,
            #eef2f6 100%
        ) !important;

    background-attachment: fixed !important;
}
/* =========================================================
   FSBRASIL - HOME KPI CARDS
   ========================================================= */

.fsb-kpi-row {
    margin-top: 0;
}

.fsb-kpi-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 108px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid rgba(7, 26, 47, 0.08);
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(7, 26, 47, 0.06);
    overflow: hidden;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.fsb-kpi-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(
        180deg,
        #0B5ED7 0%,
        #00A8E8 100%
    );
}

.fsb-kpi-card:hover {
    transform: translateY(-2px);
    border-color: rgba(11, 94, 215, 0.18);
    box-shadow: 0 9px 25px rgba(7, 26, 47, 0.10);
}

.fsb-kpi-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(11, 94, 215, 0.10),
        rgba(0, 168, 232, 0.12)
    );
    color: #0B5ED7;
    font-size: 20px;
}

.fsb-kpi-content {
    min-width: 0;
}

.fsb-kpi-value {
    color: #071A2F;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.fsb-kpi-label {
    margin-top: 6px;
    color: #6C7A89;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.055em;
}

.fsb-kpi-label span {
    text-transform: none;
}

@media (max-width: 767.98px) {
    .fsb-kpi-card {
        min-height: 96px;
        padding: 16px;
    }

    .fsb-kpi-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        margin-right: 12px;
        font-size: 17px;
    }

    .fsb-kpi-value {
        font-size: 1.25rem;
    }

    .fsb-kpi-label {
        font-size: 0.64rem;
    }
}