/* Minification failed. Returning unminified contents.
(1462,39): run-time error CSS1034: Expected closing parenthesis, found ','
(1462,39): run-time error CSS1042: Expected function, found ','
(1462,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html.has-navigation {
    overflow: hidden;
}

body {
    background-color: #F8F8F8;
    font-family: 'gordita', system-ui, sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

    body.print .footer,
    body.print .navigation,
    body.print nav {
        display: none;
    }

    body.print {
        max-width: 1000px;
        margin: 0 auto;
    }

        body.print .body-content {
            padding-top: 0;
        }

        body.print #semap {
            padding-bottom: 50%;
            overflow: hidden;
            position: relative;
            display: block !important;
            height: auto !important;
        }

            body.print #semap iframe {
                height: 100%;
                position: absolute;
            }

footer {
    background-color: white;
    border-top: 1px solid rgba(155, 155, 155, 0.25);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.collapse-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.aktuella-handelser-container a,
.aldre-handelser-container a {
    padding: 0.5rem;
    margin-top: 0.3rem;
}

.aktuella-handelser-container .card-text,
.aldre-handelser-container .card-text {
    font-size: 0.875rem;
}

svg {
    fill: currentColor;
}

h4 {
    font-size: 0.625rem !important;
    letter-spacing: 0.05rem !important;
    line-height: 1.5 !important;
    color: #006935 !important;
    font-weight: bold !important;
    margin-bottom: 1.25rem !important;
}

#use-app-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

#tabList {
    border-top: 2px solid #E1E1E1;
}

    #tabList .active {
        font-weight: bold !important;
    }

    #tabList .item-active {
        border-bottom: 2px solid #006935;
    }

    #tabList:hover .item-active {
        border-bottom: 2px solid transparent;
    }

#menu-button {
    display: none;
}

.main-nav {
    position: fixed !important;
    width: 100% !important;
    z-index: 40 !important;
}

.font-noe-bold {
    font-family: 'noedisplay', system-ui, sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1.25;
}

.display-none {
    display: none !important;
}

.navbar {
    background-color: white !important;
}

.body-content {
    padding-top: 4.5rem;
}

.col-count-2 {
    column-count: 2;
}

.pt-19 {
    padding-top: 19px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pr-10 {
    padding-right: 10px;
}

.w-300 {
    width: 100%;
    max-width: 300px;
}

.mh-45 {
    max-height: 45px;
}

.headline {
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.0417rem;
}

.text-cursive {
    font-style: italic;
}

.text-link {
    color: #006935;
    text-decoration: underline;
}

    .text-link:hover {
        color: #006935;
    }

.width-auto {
    width: auto !important;
    flex-grow: 0;
}

.extra-margin-sides {
    margin-left: 15px;
    margin-right: 15px;
}

#banner {
    border-top: 1px solid hsla(0,0%,60.8%,.25);
    border-bottom: 1px solid hsla(0,0%,60.8%,.25);
    padding: 20px;
    overflow: auto;
    max-height: 200px;
}

#banner-button {
    padding-left: 20px;
    padding-right: 20px;
    float: right;
}

.navbar-nav {
    font-family: 'gordita', system-ui, sans-serif;
}

.nav-link-container {
    border-top: 1px solid hsla(0,0%,60.8%,.25)
}

.nav-link {
    color: #4a4a4a !important;
    font-size: 0.875rem;
    font-weight: 500 !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    margin-top: .25rem;
}

.nav-item {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: border-color .5s ease;
}

    .nav-item:hover {
        border-bottom-color: #006935 !important;
    }

.navbar-nav .selected {
    border-bottom: 2px solid #006935;
}

.navbar-nav:hover .selected {
    border-bottom: 2px solid transparent;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: hsla(0,0%,100%,.5);
    cursor: pointer;
    z-index: 40;
}

.has-navigation .backdrop {
    height: 130vh;
    opacity: 1;
    transition: height 0ms 0ms,opacity .2s 0ms;
}

.hamburger {
    padding-left: 2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hamburger-inner::before {
    top: -9px !important;
}

.hamburger-inner::after {
    bottom: -9px !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #006634 !important;
    height: 2px !important;
    width: 36px !important;
}

.navigation {
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background-color: #f8f8f8;
    overflow-y: auto;
    z-index: 40;
    margin-top: 135px;
    transform: translate3d(-100%,0,0);
    transition: transform .5s ease;
    background-image: url(/Content/Images/pattern-tree.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.has-navigation .navigation {
    transform: translateZ(0);
}

.treemenu {
    list-style-type: none;
    background-color: #fff;
    line-height: 1.75;
    margin: 0;
    margin-bottom: 130px;
    padding-left: 0;
}

.treemenu-item {
    padding-left: 0;
    border-bottom: 2px solid #f8f8f8;
    position: relative;
}

.treemenu-link {
    padding: 2rem;
    font-weight: 500;
    font-size: 1rem;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
}

    .treemenu-link:hover {
        cursor: pointer;
        color: #4a4a4a;
    }

.treemenu-button {
    padding: 2rem;
    position: absolute;
    top: 0;
    right: 0;
}

.treemenu-icon {
    margin-top: .25rem;
    margin-bottom: .25rem;
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1rem;
    border: 2px solid #c1c1c1;
}

    .treemenu-icon:before {
        width: 8px;
        height: 2px;
    }

    .treemenu-icon:after, .treemenu-icon:before {
        top: 50%;
        left: 50%;
        content: "";
        position: absolute;
        display: block;
        background-color: #c1c1c1;
        transform: translateY(-50%) translateX(-50%);
    }

    .treemenu-icon:after {
        width: 2px;
        height: 8px;
    }

    .treemenu-icon:after, .treemenu-icon:before {
        top: 50%;
        left: 50%;
        content: "";
        position: absolute;
        display: block;
        background-color: #c1c1c1;
        transform: translateY(-50%) translateX(-50%);
    }

    .treemenu-icon.is-active:after {
        display: none;
    }

.treemenu-list {
    max-height: 1456px;
    list-style-type: none;
    padding-left: 0;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all .3s ease;
}

    .treemenu-list.is-closed {
        margin-top: 0;
        margin-bottom: 0;
        max-height: 0 !important;
    }

.treemenu-level-2 {
    padding-left: .5rem;
}

.icon-image {
    height: 24px;
    width: 24px;
}

.icon-image-large {
    height: 32px;
    width: 32px;
}

.mt-custom-5 {
    margin-top: 5px;
}

.select-text {
    font-size: 0.875rem;
}

.border-custom-map {
    height: 400px;
}

.row-leveransvirke {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Equal column widths */
    align-items: center; /* Vertically align text if needed */
}

.row-leveransvirke > div:first-child {
        text-align: left;
}

.row-leveransvirke > div:nth-child(2) {
        text-align: center; /* middle perfectly centered */
}

.row-leveransvirke > div:last-child {
        text-align: right; /* last item to the right */
}


.orange {
    color: #e77735;
}

.red {
    color: #BC1818;
}

.yellow {
    color: #F7BD2E;
}

.green {
    color: #006634;
}

.background-green {
    background-color: #E8F3EB;
}

.text-underline {
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
}

    .clickable:hover {
        background-color: rgba(0, 105, 53, 0.14);
        border-radius: 10px;
    }

.selected-handelse {
    background-color: rgba(0, 105, 53, 0.14);
    border-radius: 10px;
}

.collapse-override:not(.show) {
    display: block !important;
}

.card-custom {
    top: -50px;
}

.ordering-card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-title {
    color: #006935;
    font-size: .625rem;
    text-transform: uppercase;
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.card-title-medium {
    color: #006935;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.card-title-large {
    color: #006935;
    font-size: 1.0rem;
    text-transform: uppercase;
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.card-selected {
    background-color: #006935;
    color: white;
}

.card-title-selected {
    background-color: #006935;
    color: white;
    font-size: 1.0rem;
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.card-title-no-uppercase {
    color: #006935;
    font-size: 1.0rem;
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.card-title-no-uppercase-black {
    color: black;
    font-size: 1.0rem;
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.title-large {
    font-size: 1.5rem;
    color: black;
    font-family: 'noedisplay', system-ui, sans-serif;
    font-weight: 700;
}

.btn-logout {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-filter {
    border-radius: 40px;
    color: #006935;
    background-color: #E8F3EB;
    font-size: 0.75rem;
    line-height: 1;
    margin-right: 20px;
    margin-left: 0;
    transition: all 0.2s ease;
}

    .btn-filter:hover {
        color: white;
        background-color: #006935;
    }

    .btn-filter:focus, .btn-filter.focus {
        box-shadow: none;
    }

.filter-active {
    color: white;
    background-color: #006935;
}

.btn-primary {
    background-color: #006935;
    border-radius: 40px;
    border: 2px solid #006935;
    transition: all 0.2s ease;
    font-size: 0.75rem;
    line-height: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

    .btn-primary:hover {
        background-color: white;
        color: #006935;
        border-color: #006935;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: white;
        color: black;
        border-color: #006935;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: white;
        color: black;
        border-color: #006935;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-primary-no-hover {
    background-color: #006935;
    color: white;
    border-radius: 40px;
    border: 2px solid #006935;
    transition: all 0.2s ease;
    font-size: 0.75rem;
    line-height: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.btn-primary-square {
    color: white;
    background-color: #006935;
    border: 2px solid #006935;
    transition: all 0.2s ease;
    font-size: 0.85rem;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 100
}

    .btn-primary-square:hover {
        background-color: white;
        color: #006935;
        border-color: #006935;
    }

    .btn-primary-square:focus, .btn-primary-square.focus {
        background-color: white;
        color: black;
        border-color: #006935;
        box-shadow: none;
    }

    .btn-primary-square:not(:disabled):not(.disabled):active, .btn-primary-square:not(:disabled):not(.disabled).active,
    .show > .btn-primary-square.dropdown-toggle {
        background-color: white;
        color: black;
        border-color: #006935;
    }

        .btn-primary-square:not(:disabled):not(.disabled):active:focus, .btn-primary-square:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-square.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-secondary {
    font-size: 0.75rem;
    color: #006634;
    background-color: white;
    border-color: #006634;
    border-radius: 40px;
    border-width: 2px;
    transition: all 0.2s ease;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1;
}

    .btn-secondary:hover {
        color: white;
        background-color: #006634;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: white;
        background-color: #006634;
        box-shadow: none;
        outline: none;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: white;
        background-color: #006634;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-grey {
    font-size: 0.75rem;
    color: white;
    background-color: darkslategrey;
    border-color: white;
    border-radius: 40px;
    border-width: 2px;
    transition: all 0.2s ease;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1;
}

.naked-button:focus, .naked-button.focus {
    box-shadow: none;
}

.logo-svg-container {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
}

.logo-svg {
    color: #006935;
    height: 30px;
}

.footer-logo {
    height: 30px;
    width: auto;
    color: #006935;
}

.footer-list {
    list-style-type: none !important;
}

footer h4, footer h5 {
    font-family: 'gordita',system-ui,sans-serif;
    font-weight: 700;
}

.scroll-overflow {
    overflow-y: auto;
    max-height: 400px;
}

.admin-link {
    color: black;
    text-decoration: underline;
}

.custom-admin-table-row {
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    font-size: 0.75rem;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    color: black;
}

    .custom-admin-table-row:hover {
        border-bottom: 1px solid #006935;
        color: black;
        text-decoration: none;
    }

.custom-admin-table-row-selected {
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    border-color: #005129;
    cursor: pointer;
    font-size: 0.75rem;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    color: black;
}

    .custom-admin-table-row-selected:hover {
        border-bottom: 1px solid #006935;
        color: black;
        text-decoration: none;
    }

.custom-mr-5 {
    margin-right: 5rem !important;
}

.custom-ml-auto {
    margin-left: 0;
}

.custom-mt-1 {
    margin-top: 1.25rem !important;
}

.custom-mb-2 {
    margin-bottom: 2.25rem !important;
}

.custom-mb-3 {
    margin-bottom: 3rem !important;
}

.custom-container {
    width: 85%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.custom-wrap {
    flex-wrap: wrap;
}

#custom-dropdown-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    font-size: 0.75rem;
    line-height: 16px;
}

    #custom-dropdown-wrapper svg {
        font-size: 1rem;
    }

    #custom-dropdown-wrapper a:hover {
        color: black;
    }

#custom-dropdown-select {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border: 1px solid #006634;
    border-radius: 0px 0px 21px 21px;
}

    #custom-dropdown-select svg {
        display: none;
    }

.custom-dropdown-option {
    position: relative;
    display: block;
    color: black;
    cursor: pointer;
    transition: all 0.5s;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1rem;
    border-bottom: 1px solid #E8F3EB;
}

    .custom-dropdown-option:last-child {
        border: none;
    }

#custom-dropdown-wrapper.open #custom-dropdown-select {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

#custom-dropdown-wrapper.open .custom-dropdown-button {
    color: white;
    background-color: #006634;
}

.custom-dropdown-button {
    padding-top: 0.8125rem;
    padding-bottom: 0.9rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

    .custom-dropdown-button svg {
        margin-right: 5px;
    }

#custom-built-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    font-size: 0.75rem;
}

.custom-built-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-built-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a6a6a6;
    cursor: pointer;
    padding: 5px;
    font-size: 0.65rem;
}

.custom-built-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-built-select.open .custom-built-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-built-option {
    position: relative;
    display: block;
    color: #a6a6a6;
    cursor: pointer;
    transition: all 0.5s;
    padding: 5px;
}

    .custom-built-option:hover {
        cursor: pointer;
        color: white;
        background-color: #b2b2b2;
    }

    .custom-built-option.selected {
        color: #ffffff;
        background-color: #006935;
    }

.custom-built-select-arrow {
    height: 20px !important;
    width: auto !important;
}

.custom-form-control-select {
    font-size: inherit !important;
}

.underline {
    text-decoration: underline;
}

.social-media-logos {
    margin-left: auto;
}

    .social-media-logos a {
        margin-right: 10px;
        color: black;
    }

.card-text {
    font-size: 1rem;
    line-height: 1.6;
}

.terms-text {
    font-family: 'gordita',system-ui,sans-serif;
    font-size: 0.85rem;
    color: black;
}

.card-text span {
    color: #000000;
}

.card-text-small {
    font-size: 0.75rem;
}

.card-body ul {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

    .card-body ul li {
        padding-bottom: 10px;
    }


.header {
    box-shadow: 0 0 5px rgba(22,23,26,.1);
    transition: background-color .5s ease-out;
    will-change: transform;
}

.header--pinned {
    transform: translateY(0);
    transition: transform .3s linear;
}

.header--unpinned {
    transform: translateY(-5.225rem);
    transition: transform .3s linear;
}

footer ul li span {
    font-size: .75rem !important;
    color: black;
    line-height: 1.25 !important;
}

footer ul li a {
    font-size: 0.75rem !important;
    color: black;
}

    footer ul li a:hover {
        color: black;
    }

footer ul li p {
    font-size: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
    line-height: 1.6;
}

footer h5 {
    font-size: 0.625rem !important;
    color: #4a4a4a !important;
    margin-bottom: .25rem !important;
    font-weight: 700 !important;
    line-height: 1.25;
}

footer .footer-input {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    outline: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #a9a9a9;
    flex-grow: 1 !important;
    font-size: .75rem !important;
}

footer button {
    transform: translateX(-8px);
    color: #a9a9a9 !important;
    position: relative;
    transition: all .2s ease-out;
    padding: .75rem !important;
    font-size: .75rem !important;
    border: 0;
    outline: 0;
    border-radius: 0;
    font: inherit;
    margin: 0;
    background: transparent;
}

    footer button svg {
        width: 0.75rem !important;
        height: 0.75rem !important;
    }

.footer-icon {
    bottom: -.3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #006935;
}

    .footer-icon svg {
        width: auto;
        height: 2rem;
    }

#forest-management-plan-wrapper {
    padding-top: 18px;
}

.user-admin-wrapper label {
    font-size: 0.75rem;
    line-height: 16px;
    padding-top: 0.5rem;
    min-width: 91px;
}

.user-admin-update-form label {
    min-width: 123px;
}

.user-admin-update-form p {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.user-admin-form .row {
    margin-bottom: 1.5625rem;
}

/*********** CHANGE USER INFORMATION *************/

.user-information-background {
    background-image: url("Images/skog_i_ljus_webb.jpg");
    background-color: darkgreen;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    width: 100%;
    height: 341px;
}

#change-user-information-wrapper .card-body {
    padding-top: 2.875rem;
    padding-bottom: 3.125rem;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
}

#change-user-information-wrapper .card-title {
    color: black;
    font-size: 1.5625rem;
    letter-spacing: 0px;
    line-height: 32px;
    text-transform: initial;
    font-family: 'noedisplay', system-ui, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.125rem;
}

#change-user-information-wrapper form label {
    font-size: 0.75rem;
    line-height: 16px;
    padding-right: 1rem;
    padding-top: 0.5rem;
}

#change-user-information-wrapper form .row {
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 1.5625rem;
}

#change-user-information-wrapper form .extra-margin-bottom {
    margin-bottom: 2.625rem;
}

.user-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A0A0A0;
    outline: none;
    max-width: 216px;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    line-height: 16px;
}

.collapse-button:hover {
    color: #005129;
}

/* DATEPICKER */

.datepicker-container {
    z-index: 10000 !important;
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #006935 !important;
}

    .datepicker-top-left:before, .datepicker-top-right:before {
        border-bottom-color: #006935 !important;
    }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: #006935 !important;
}

/* CUSTOM CHECKBOX */

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #707070;
}

/* Checkbox hovered */
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #E8F3EB;
}

/* Checkbox checked */
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #006935;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more-top-padding {
    padding-top: 1.5rem !important;
}

/********* TOOLTIP *********/

#chartjs-tooltip {
    transition: all 0.2s;
}

    #chartjs-tooltip .tooltip {
        opacity: 1;
    }

        #chartjs-tooltip .tooltip[x-placement^="top"] .tooltip-arrow {
            left: calc(50% - 30%);
        }

            #chartjs-tooltip .tooltip[x-placement^="top"] .tooltip-arrow.set-arrow-right {
                left: calc(50% + 20%);
            }

    #chartjs-tooltip .tooltip-inner {
        white-space: nowrap;
    }

.popover[x-placement^="top"] {
    outline: none;
    top: 22px !important;
}

.popover[x-placement^="bottom"] {
    outline: none;
    top: -18px !important;
}

.popover-inner {
    display: inline-block;
    max-width: initial;
}

.tooltip {
    display: block !important;
    z-index: 10000;
    font-family: 'gordita', system-ui, sans-serif;
    font-weight: 400;
}

    .tooltip .tooltip-inner {
        background: white;
        color: #212529;
        padding: 5px 10px 4px;
        border: 1px solid #919191;
        border-radius: 0;
        text-align: start;
        max-width: 300px;
    }

    .tooltip .tooltip-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        border-color: #919191;
    }

    .tooltip[x-placement^="top"] {
        margin-bottom: 18px;
    }

        .tooltip[x-placement^="top"] .tooltip-arrow {
            border-width: 15px 8px 0 8px;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            bottom: -15px;
            left: calc(50% - 5px);
            margin-top: 0;
            margin-bottom: 0;
        }

            .tooltip[x-placement^="top"] .tooltip-arrow::after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                position: absolute;
                border-color: white;
                z-index: 10000;
                border-width: 14px 7px 0 7px;
                border-left-color: transparent !important;
                border-right-color: transparent !important;
                border-bottom-color: transparent !important;
                top: -16px;
                right: -7px;
            }

    .tooltip[x-placement^="bottom"] {
        margin-top: 18px;
    }

        .tooltip[x-placement^="bottom"] .tooltip-arrow {
            border-width: 0 8px 15px 8px;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            border-top-color: transparent !important;
            left: calc(50% - 5px);
            top: -15px;
            margin-top: 0;
            margin-bottom: 0;
        }

            .tooltip[x-placement^="bottom"] .tooltip-arrow::after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                position: absolute;
                border-color: white;
                z-index: 10000;
                border-width: 0 7px 14px 7px;
                border-left-color: transparent !important;
                border-right-color: transparent !important;
                border-top-color: transparent !important;
                margin-top: 2px;
                right: -7px;
            }

    .tooltip[x-placement^="right"] {
        margin-left: 5px;
    }

        .tooltip[x-placement^="right"] .tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-left-color: transparent !important;
            border-top-color: transparent !important;
            border-bottom-color: transparent !important;
            left: -5px;
            top: calc(50% - 5px);
            margin-left: 0;
            margin-right: 0;
        }

    .tooltip[x-placement^="left"] {
        margin-right: 5px;
    }

        .tooltip[x-placement^="left"] .tooltip-arrow {
            border-width: 5px 0 5px 5px;
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            right: -5px;
            top: calc(50% - 5px);
            margin-left: 0;
            margin-right: 0;
        }

    .tooltip[aria-hidden='true'] {
        visibility: hidden;
        opacity: 0;
        transition: opacity .15s, visibility .15s;
    }

    .tooltip[aria-hidden='false'] {
        visibility: visible;
        opacity: 1;
        transition: opacity .15s;
    }

.cookies {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding: 1.5rem;
    width: 100%;
    color: black;
    background-color: white;
    box-shadow: 0 0 5px rgb(22, 23, 26, 0.1);
    font-family: 'gordita', system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.6;
}

    .cookies p {
        margin-bottom: 1.25rem !important
    }

.cookie-button {
    border: 2px solid #006634;
    transition: all .2s ease;
    background-color: #fff;
    color: #006634;
    border-radius: 40px;
    font-size: 0.75rem !important;
    padding: .625rem 1.25rem;
}

    .cookie-button:hover {
        color: #fff;
        background-color: #006634;
    }

.cookie-link {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    padding: .625rem 1.25rem;
    font-size: 0.75rem !important;
    font-weight: 700;
}

    .cookie-link:hover {
        color: #006634;
    }

@media (max-width: 899px) {
    .font-noe-bold {
        font-size: 2.25rem;
    }
}

@media (min-width: 600px) {
    .cookies {
        max-width: 500px;
        right: 1rem;
        bottom: 1rem;
    }
}

@media (min-height: 0) and (min-width: 700px) {
    nav .logo-svg {
        height: 35px;
    }

    .custom-wrap {
        flex-wrap: nowrap !important;
    }

    .custom-ml-auto {
        margin-left: auto !important;
    }

    .custom-built-select__trigger {
        font-size: 0.75rem !important;
    }
}

@media only screen and (max-width: 550px) {
    .custom-dropdown-button span {
        display: none;
    }

    .custom-dropdown-button svg {
        margin-right: 0;
    }

    #custom-dropdown-select svg {
        display: initial;
    }

    #custom-dropdown-select span {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .low-res-mb-3 {
        margin-bottom: 2rem !important;
    }

    .extra-margin-sides {
        margin-left: 0px;
        margin-right: 0px;
    }

    .custom-dropdown-button {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #change-user-information-wrapper form .user-input {
        max-width: initial !important;
        padding-top: 0.5rem !important;
    }

    #change-user-information-wrapper form .text-right {
        text-align: initial !important;
    }

    #change-user-information-wrapper form .pl-0 {
        padding-left: 15px !important;
    }
}

@media (min-height: 0) and (min-width: 993px) {
    .body-content {
        padding-top: 7.5rem;
    }

    nav .logo-svg {
        height: 35px;
    }
}

@media (min-height: 0) and (min-width: 1400px) {
    .body-content {
        padding-top: 8.25rem;
    }

    nav .logo-svg {
        height: 45px;
    }

    #forest-management-plan-wrapper {
        padding-top: 7px;
    }
}

@media only screen and (max-width: 991px) {
    #admin-nav {
        display: none;
    }

    .navigation {
        margin-top: 85px;
    }

    #menu-button {
        display: initial;
    }
}

@media only screen and (max-width: 500px) {
    .btn-logout {
        padding: 0.75rem !important;
    }

    .btn-filter {
        font-size: 0.65rem;
    }
}

@media only screen and (max-height: 600px) {
    .border-custom-map {
        height: 300px;
    }
}

@media only screen and (max-height: 500px) {
    .border-custom-map {
        height: 250px;
    }
}


.pointtooltip {
    position: relative;
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0.7;
    white-space: nowrap;
    font: 10pt sans-serif;
}

@media print {
    @page {
        size: A4;
        margin: 2rem;
    }

    body {
        padding: 0;
        margin: 0;
    }

        body.print {
            max-width: 100%;
        }

    hr {
        color: transparent;
        background-color: transparent;
        border: 0;
        border-bottom: 0.1rem solid #a6a6a6;
        display: block;
        width: 100%;
    }

    .btn {
        background-color: transparent !important;
        color: black !important;
    }
}

.event-banner {
    width: 100%;
    background-color: #E8F3EB;
    font-size: 0.75rem;
}

.event-banner pre {
    font-family: inherit;
    font-size: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.event-banner .content {
    padding-top: 0.6875rem;
    padding-bottom: 1.125rem;
}

.event-banner .btn-primary {
    font-size: 0.6875rem;
    letter-spacing: 0.88px;
    line-height: 15px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    margin-top: 0.9375rem;
}

@media only screen and (max-width: 767px) {
    .event-banner .content {
        margin-right: 15px;
        margin-left: 15px;
    }
}
