/* begin license *
 *
 * "WWFT Frontend" is the portal for an organisation to comply with WWFT regulations
 *
 * All rights reserved.
 *
 * Copyright (C) 2024-2025 Seecr (Seek You Too B.V.) http://seecr.nl
 *
 * This file is part of "WWFT Frontend"
 *
 * end license */

:root {
    --color-1: #1d293b;
    --color-2: #cddbfe;
    --color-3: #f1f5f9;
    --color-4: #f7fafc;
}

.font-inter {
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.logo-guard-sm,
.logo-guard-xl {
    font-family: "LTMuseum";
    font-weight: bold;
}
.logo-guard-sm {
    font-size: 1em;
}
.logo-guard-xl {
    font-size: 3em;
}

.antialiased {
    -webkit-font-smoothing: antialiased !important;
}

.bg-wwft {
    background-color: var(--color-1) !important;
    color: white;
}

.bg-wwft-light {
    background-color: var(--color-3) !important;
    color: black;
}

.bg-wwft-header {
    background-color: var(--color-4) !important;
}

.wwft-header {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size:80% !important;
    color: #64748b !important;
}

.link {
    border: 0;
    background-color: white;
}

.dashboard-header {
    background-color: var(--color-2) !important;
    color: var(--color-1) !important;
}

.scrollable {
    overflow: auto;
    /*height: 100vh;*/
}

.mynav {
    color: #fff;
}

.mynav li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 8px 5px;
}

.mynav li a.active {
    background: rgba(255, 255, 255, 0.2);
}

.mynav li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mynav li a div i {
    width: 25px;
    text-align: center;
}

nav.navbar {
    --bs-breadcrumb-divider:'>';
    font-size:14px;
}

.notification-badge {
    background-color: rgba(255, 255, 255, 0.7);
    float: right;
    color: #222;
    font-size: 14px;
    padding: 0px 8px;
    border-radius: 2px;
}

.w-33 {
    width: 33.3%;
}

.w-66 {
    width: 66.6%;
}

.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.question-group-layout {
    display: flex;
    flex-direction: row;
}

.question-group-active {
    font-weight: bold;
}

@media only screen and (max-width: 639px) {
    .question-group-layout {
        display: flex;
        flex-direction: column;
    }

    .w-33 {
        width: 100%;
    }
    .w-66 {
        width: 100%;
    }

    .two-columns {
        display: grid;
        grid-template-columns: repeat(1, 100%);
    }
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.fit-content {
    width: fit-content;
}

.wwft-highlight {
}

.not-allowed {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.btn-nohover:hover {     background-color: var(--bs-btn-bg);     color: var(--bs-btn-color); }

.wwft-radio {

}

.wwft-radio-check {
    color: var(--bs-light-text-emphasis)!important;
    background-color: var(--bs-light-bg-subtle)!important;
    border-color: var(--bs-light-border-subtle)!important;
    cursor: pointer;
}

.wwft-radio .btn-check:checked~.wwft-radio-low {
    color: var(--bs-success-text-emphasis)!important;
    background-color: var(--bs-success-bg-subtle)!important;
    border-color: var(--bs-success-border-subtle)!important;
}
.wwft-radio .btn-check:checked~.wwft-radio-medium {
    color: var(--bs-warning-text-emphasis)!important;
    background-color: var(--bs-warning-bg-subtle)!important;
    border-color: var(--bs-warning-border-subtle)!important;
}
.wwft-radio .btn-check:checked~.wwft-radio-high {
    color: var(--bs-danger-text-emphasis)!important;
    background-color: var(--bs-danger-bg-subtle)!important;
    border-color: var(--bs-danger-border-subtle)!important;
}

.wwft-radio .btn-check:checked~.wwft-radio-unacceptable {
    color: white !important;
    font-weight: bolder !important;
    background-color:  black !important;
    border-color: var(--bs-dark-border-subtle)!important;
}

#wwft-help {
    position: absolute;
    background-color: white;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    display: none;
}

.guard-page h1 {
    padding-top: 30px;
}

#wwft-help img {
    width: 100% !important;
}
#wwft-help strong {
    font-weight: bold !important;
}

.main-svg {
    width: 100% !important;
    height: 100% !important;
}
