/* Oqtane Styles */
 
body {
    padding-top: 0;
    color: #14120e;
}

main {
    display: block;
    min-height: auto;
}
    /* App Logo */
    .app-logo .img-fluid {
        max-height: 90px;
        padding: 0 5px 0 5px;
    }

    .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 {
        z-index: 1000;
        margin-top:100px;
    }

    .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;
        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: white;
            }

            .app-menu .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

    .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: 767.98px) {

        .app-menu {
            width: 100%;
        }

        .navbar {
            position: fixed;
            top: 60px;
            width: 100%;
        }

        .controls {
            height: 60px;
            top: 15px;
            position: fixed;
            top: 0px;
            width: 100%;
        }

        .controls-group {
            float: right;
            margin-right: 25px;
        }

        .content {
            position: relative;
            top: 60px;
        }
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.6;
        font-family: 'Work Sans', sans-serif;
        color: #111;
        display: block;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

    body, p, span, div {
        font-family: 'Work Sans', sans-serif;
    }

    h1, h2, h3 {
        font-family: "itc-american-typewriter", Georgia, serif;
        font-weight: 700;
    }

    .site-header.scrolled {
        padding-top: 5px !important;
        top: 0 !important;
        transition: all 0.2s ease-in-out !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
        /* background-color: #2c323d !important;*/
        border-radius: 0 !important;
        border-color: #2c323d !important;

        .app-profile {
            a {
                background-color: #2c323d;
                color: #eee;
                border-color: #eee;
            }
        }

        .app-login {
            button[type="submit"] {
                background-color: #2c323d;
                color: #eee;
                border-color: #eee;
            }
        }

        .app-profile {
            background-color: #2c323d !important;
            color: white !important;
            border-color: #eee;
        }

        .app-menu-toggler {
            z-index: 5000 !important;
        }
    }

    .site-header:not(.scrolled) {
        background-color: white !important;
        box-shadow: none;
        border-bottom: none;
        height: 80px;
        position: absolute;
        top: 0px;
        transition: top 0.2s ease-in-out;
        width: 100%;

        .controls-group {
            button[type="submit"], button, a {
                background-color: transparent !important;
                color: #2c323d;
                border-color: #2c323d;
            }
        }

        .app-menu {
            .nav-link {
                color: #2c323d !important;
            }

            background-color: white !important;
        }

        .app-menu-toggler {
            z-index: 5000 !important;
            color: #2c323d;

            button {
                border-color: #2c323d;
            }

            .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 50, 61, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
            }
        }
    }

    .k-textbox:focus-within,
    .k-input:focus-within {
        border-color: rgb(3, 169, 244) !important; /* Custom border color on focus */
        box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25) !important; /* Optional: custom box shadow */
    }

    .footer {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 100%;
        position: relative;
        clear: both;
        color: #777;
        padding: 30px 0 30px 0;
        font-weight: 100;
        text-align: center;
        background: radial-gradient(ellipse at bottom, #2d323c 1%, #141a21 100%);

        .container {
            vertical-align: middle !important;
        }

        a {
            text-align: right !important;
            font-size: 12px;
            transition: .3s;
            opacity: .8;
            color: #d3d3d3 !important;
        }

        .social {
            position: relative;
            min-width: 70px;
        }

        svg:not(:root).svg-inline--fa {
            overflow: visible;
        }

        .svg-inline--fa.fa-w-9 {
            width: .5625em;
        }

        footer .svg-inline--fa {
            margin-right: 35px;
        }

        .svg-inline--fa {
            display: inline-block;
            height: 1em;
            vertical-align: -.125em;
        }

        .social:after {
            content: "";
            height: 95px;
            width: 1px;
            background-color: #d3d3d3;
            display: block;
            position: absolute;
            bottom: 0;
            top: -30px;
            left: -17px;
        }

        .fa-2x {
            font-size: 2em;
        }
    }

    .links-container {
        padding: 70px 0 114px;
        bottom: 0px;
        width: 100%;
        color: white;
        background-color: #364282;
        background-image: url('/Themes/BCN.Web.MyTheme/images/blue-dots.jpg');
        background-repeat: repeat;
        background-size: 79%;
        background-attachment: fixed;

        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }
    }

    section.links-container a, section.links-container a:hover, section.links-container a * {
        color: white !important;
        text-decoration: none;
    }

    section.links-container .icon-link {
        display: inline-block;
        font-size: 45px;
        overflow: visible;
        vertical-align: -.125em;
        margin-bottom: 35px;
        margin-top: 30px;
        fill-opacity: .75;
        transition: .3s;
        height: 1em;
    }

    svg:not(:root).icon-link {
        overflow: visible;
    }

    .icon-link.register-link {
        width: 1.25em;
    }

    .icon-link.recap-link {
        width: .875em;
    }

    .icon-link.give-back-link {
        width: 1.125em;
    }

    section.links-container a, section.links-container a:hover, section.links-container a * {
        color: white !important;
    }

    .white-color {
        color: white;
    }

    .footer {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 100%;
        position: relative;
        clear: both;
        color: #777;
        padding: 30px 0 30px 0;
        font-weight: 100;
        text-align: center;
        background: radial-gradient(ellipse at bottom, #2d323c 1%, #141a21 100%);

        .container {
            vertical-align: middle !important;
        }

        a {
            text-align: right !important;
            font-size: 12px;
            transition: .3s;
            opacity: .8;
            color: #d3d3d3 !important;
        }

        .font-size-2 {
            font-size: 2em;
        }

        .link-container {
            position: relative;
            min-width: 70px;
        }

        svg:not(:root).link {
            overflow: visible;
        }

        .link.facebook-link {
            width: .5625em;
        }

        .link.linkedin-link {
            width: .875em;
        }

        .link.twitter-link {
            width: 1em;
        }

        .link.instagram-link {
            width: .875em;
        }

        footer .link {
            margin-right: 35px;
        }

        .link {
            display: inline-block;
            height: 1em;
            vertical-align: -.125em;
        }

        .link-container:not(.first):after {
            content: "";
            height: 95px;
            width: 1px;
            background-color: #d3d3d3;
            display: block;
            position: absolute;
            bottom: 0;
            top: -30px;
            left: -17px;
        }

        .link-container.last:before {
            content: "";
            height: 95px;
            width: 1px;
            background-color: #d3d3d3;
            display: block;
            position: absolute;
            bottom: 0;
            top: -30px;
            right: 10px;
        }

        .site-links {
            padding-top: 0px;
            text-align: center;
        }
    }

    :root {
        --kendo-color-primary: #03a9f4 !important;
        --kendo-color-primary-hover: #03a9f4 !important;
        --kendo-color-primary-active: #03a9f4 !important;
        --kendo-color-primary-on-surface: #03a9f4 !important;
    }

    .app-moduletitle {
        display: none !important;
    }

.Oqtane-Modules-Admin-Login {
    margin-left:50px;
    margin-top: 100px;
}