@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/nunito/Nunito-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/nunito/Nunito-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: bold;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/nunito/Nunito-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
}

.custom-file-input {
    width: 0;
    height: 0;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

@@media (min-width: 768px) {
    .form-group {
        flex-direction: row !important;
        align-items: center;
        row-gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .form-group > label {
            width: 12rem;
        }

        .form-group > input:not([type=submit]) {
            width: unset;
            flex-grow: 1;
        }

        .form-group > select {
            width: unset;
            flex-grow: 1;
        }

        .form-group > span {
            width: 100%;
        }
}

a,
a:hover {
    color: var(--button-color);
    text-decoration: none;
}

.form-control:focus,
.form-control:disabled {
    box-shadow: none;
}

.form-control:disabled {
    color: #a1a1aa;
}

.btn {
    padding: 0.6rem 3rem;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    .btn-primary,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active {
        background: var(--button-color);
        border: none;
        outline: none;
        box-shadow: none;
    }

        .btn-primary:hover {
            opacity: 0.9;
        }

.btn-login {
    font-size: 14px;
    margin-right: 7px;
    padding: 10px 20px;
}

.logologin {
    max-width: 20px;
    width: 100%;
    margin-right: 5px;
}

.footer {
    height: 2.5rem;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-width: fit-content;
    min-height: fit-content;
}

.navbar-brand img {
    height: 38px;
    width: auto;
}

.navbar-brand svg {
    height: 38px;
    width: auto;
}

.navbar-brand a {
    white-space: normal;
    text-align: center;
    word-break: normal;
    overflow-wrap: break-word;
    align-items: center;
}

.navbar-brand:hover {
    opacity: 0.7;
}

.navbar-brand-x {
    height: 1em !important;
    width: 1em !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
    opacity: 0.3;
    --bs-text-opacity: 1;
    color: rgba(0,0,0,var(--bs-text-opacity));
}

.nav-item {
    border: none;
    border-radius: 0;
}

    .nav-item .nav-link {
        --bs-text-opacity: 1;
        color: rgba(0,0,0,var(--bs-text-opacity));
    }

    .nav-item.active {
        background: rgb(255,255,255);
    }

        .nav-item.active .nav-link {
            color: var(--secondary-color);
        }

.navbar-nav {
    cursor: pointer;
}

    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        position: absolute;
    }

.navbar-primary {
    background-color: var(--primary-color);
}

    .navbar-primary .nav-item .nav-link {
        color: rgba(255,255,255,var(--bs-text-opacity));
    }

    .navbar-primary .nav-item.active {
        background: inherit;
    }

        .navbar-primary .nav-item.active .nav-link {
            color: var(--secondary-color);
        }

    .navbar-primary .navbar-brand-x {
        --bs-text-opacity: 1;
        color: rgba(255,255,255,var(--bs-text-opacity));
    }

.navbar-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
}

.navbar-guest .nav-item .nav-link {
    opacity: 0.3;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

form {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 0.5rem;
}

.form-group {
    display: flex !important;
    flex-direction: column !important;
}

.guest-body {
    width: 20rem;
}

    .guest-body form {
        width: 100%;
    }

body {
    background-color: rgb(240,238,236)
}

.dropdown:focus-within .dropdown-menu {
    opacity: 1;
    transform: translate(0) scale(1);
    visibility: visible;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

label {
    margin-bottom: 0;
}

h1 {
    font-size: 1.25rem;
    font-weight: 700;
}

h2 {
    font-size: 1rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    padding-top: 1rem;
    display: flex;
    font-size: 1rem;
    width: 100%;
    text-align: center !important;
    align-items: center !important;
}

    h4:empty {
        display: none;
    }

    h4::before {
        margin-right: 0.5rem;
        border-bottom: 1px solid lightgray;
        content: close-quote;
        flex: 1;
    }

    h4::after {
        margin-left: 0.5rem;
        border-bottom: 1px solid lightgray;
        content: close-quote;
        flex: 1;
    }

h5 {
    font-weight: 700;
}

.dropdown-item:active,
.dropdown-item:focus {
    background: var(--primary-color);
    border-radius: 0;
    border: none;
    outline: none;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

.config-logo-preview {
    border-style: dotted;
    border-width: 2px;
    border-color: red;
}

.config-icon-preview {
    height: 2rem;
    width: 2rem;
    border-style: dotted;
    border-width: 2px;
    border-color: red;
}
