@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Oqtane Styles */

/* App Logo */
.app-logo .img-fluid {
    max-height: 90px;
    padding: 0 5px 0 5px;
}

.app-logo img {
    max-width: 75px;
}

@media (min-width: 1200px) {
    .app-logo img {
        max-width: unset;
    }
}


.menu-rule {
    width: 100%;
    color: white;
    height: 2px;
    background-color: white;
    margin: 0.5rem;
    opacity: 1;
}


    .table > :not(caption) > * > * {
        box-shadow: none;
    }

    .table .form-control {
        background-color: #ffffff !important;
        border-width: 0.5px !important;
        border-bottom-color: #ccc !important;
    }

    .table .form-select {
        background-color: #ffffff !important;
        border-width: 0.5px !important;
        border-bottom-color: #ccc !important;
    }

    .table .btn-primary {
        background-color: var(--bs-primary);
    }

    .table .btn-secondary {
        background-color: var(--bs-secondary);
    }

    .alert-dismissible .btn-close {
        z-index: 1;
    }

    .controls {
        z-index: 2000;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 10px;
    }

    .app-menu .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
        padding-left: 20px;
        padding-right: 20px;
        white-space: nowrap;
    }

    .app-menu .nav-item a {
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 1rem;
    }

    .app-menu .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: #48C2C7;
    }

    .app-menu .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .app-menu .nav-item:last-child .nav-link {
        padding: 13px 40px;
        font-size: 16px;
        font-family: Montserrat;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border-width: 2px;
        background-color: #CF68A8;
        border-radius: 27px;
        border-color: #CF68A8;
        text-align: center;
    }

    .app-menu .nav-link .oi {
        width: 1.5rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.1);
        margin: .5rem;
    }

    div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu {
        color: #000000;
    }

    .dropdown-menu span {
        mix-blend-mode: difference;
    }

    @media (max-width: 991.98px) {

        .app-menu {
            width: 100%;
        }

        .navbar {
            position: fixed;
            width: 100%;
        }

        .controls {
            height: 65px;
            bottom: 0px;
            position: fixed;
            width: 100%;
            background-color: #48C2C7;
        }

        .controls .btn {
            padding: 3px 20px;
        }

        .controls-group {
            float: right;
            margin-right: 25px;
        }

        .content {
            position: relative;
            top: 60px;
        }
    }

    h1 {
        font: normal normal 44px/54px Montserrat;
    }

/* Stage 7 theme */

.navbar {
    z-index: 1;
}

.navbar-dark {
    background-color: rgba(0,0,0,.3);
}

.navbar-dark:has(div.collapsing) {
    background-color: #000;
    transition: background-color 0.5s ease-in-out;
}

.navbar-dark:has(div.show) {
    background-color: #000;
}



@media (min-width: 992px) {
    .navbar-dark {
        background-color: transparent;
    }
    .navbar-dark:has(div.collapsing) {
        background-color: transparent;
    }

    .navbar-dark:has(div.show) {
        background-color: transparent;
    }
}

#offcanvasControlPanel .btn {
    padding: unset;
}
.app-menu .nav-item a {
    font: normal normal normal 18px/22px Montserrat;
}

.btn {
    padding: 13px 40px;
    font-size: 16px;
    font-family: Montserrat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-width: 2px;
    background-color: #CF68A8;
    border-radius: 27px;
    border-color: #CF68A8;
}

.btn.btn-primary {
    background-color: #CF68A8;
    border-radius: 27px;
    border-color: #CF68A8;
}

a.btn:hover {
    background-color: #e791c6;
    border-color: #e791c6;
}

.footer {
    background-color: #404040;
    color: white;
    padding: 20px 0;
}

.footer-line {
    margin-top: 6vw;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .footer {
        padding-top: 6vw;
        padding-bottom: 20px;
    }

    .footer-line {

    }
}

.copyright {
    font: normal normal normal 13px/26px Roboto;
}

.social-box {
    padding-left: 10px;
}

.footer a {
    color: #fff;
}