/* === Commun v4=== */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
    background-color: #fefefe;
}
#appFrame {
    display: none;
}
.app-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease;
}

.app-bar img {
    height: 40px;
    transition: all 0.3s ease;
}

.app-bar.shrink {
    background-color: rgba(201, 218, 248, 0.5) !important;
}
.app-bar:not(.app-bar-expand) {
    padding-right: 0 !important;
}
.bg-lightBlue {
    background-color: rgb(201, 218, 248) !important;
}
.bg-blueModulAssure {
    background-color: rgb(0, 104, 141) !important;
}
.bottom-nav {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.bottom-nav .button {
    margin: 0 5px;
}
.bottom-nav {
    pointer-events: none;
}
.bottom-nav .button {
    pointer-events: auto;
}
.box-large {
    padding: 44px 56px;
    max-width: 1280px;
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    display: block;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 48pt;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.11;
}
.contact-button {
    flex-shrink: 0;
}
.container-medium {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
}
.container-fluid-large {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.content {
    overflow-y: auto;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.fullpage-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.footer-marquee {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: 999;
    padding: 4px 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.grid-fixed-height {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 100vw;
    margin: 0 auto;
    overflow: hidden;
}
.grid-item {
    background-color: #00688d;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hidden-link {
    display: none;
}
iframe#appFrame1 {
    width: 100%;
    height: 800px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.marquee-wrapper {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}
.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
    font-size: 14px;
    color: #0A0C90;
}
#main-content {
    display: none;
}
.marquee-container {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #f2f2f2;
}

.max-width {
    margin-bottom: 50px;
    width: 100%;
}

.P1,
.P2 {
    display: table;
    min-width: 100%;
    table-layout: fixed;
    font-family: Montserrat, sans-serif;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 0;
}

.P1 {
    color: rgba(255, 255, 255, 1);
}


.P2 {
    color: rgb(123, 0, 255);
}

.panel .panel-title {
    font-weight: bold;
    text-align: left;
}


.row-nomargeright {
    margin-right: 0 !important;
}

.sticky-topbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(1, 19, 0, 0.1);
    border-top-color: #5b0160;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Custom styling for a specific button */
#myButtonWarning {
    --button-background: #e0f7fa;
    --button-background-hover: #b2ebf2;
    --button-color: #00688d;
    --button-border-color: #00838f;
}

#myButtonGOTO{
    --button-background: #00688d;
    --button-background-hover: #b2ebf2;
    --button-color: #e0f7fa;
    --button-border-color: #00838f;
}
#myButtonGOTO:hover{
   --button-color: #00688d;
}

#myButtonGOTOv4 {
    background-color: #00688d !important;
    color: #e0f7fa !important;
    border: 1px solid #00838f !important;
    outline-color: #00838f !important;
}
#myButtonGOTOv4:hover {
    background-color: #b2ebf2 !important;
    color: #00688d !important;
}

.directive.directive-info {
    --directive-background: #e6f7ff;
    --directive-border-color: #00688d;
    --directive-title-color: #00688d;
    --directive-icon-color: #00688d;
    /* Icon color */
}
