html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /*background-color: #faefe6;*/
    /*font-family: "Sink", sans-serif;*/
/*    font-family: "loos-normal", sans-serif;*/
    font-weight: 200;
    font-style: normal;
    font-size: 14pt;
}

.yellow {
    background-color: #ffd200;
}


.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

    .toggle-switch:before, .toggle-switch:after {
        content: "";
    }

    .toggle-switch:before {
        display: block;
        background: linear-gradient(to bottom, #fff 0%, #eee 100%);
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 4px;
        left: 4px;
        transition: left 0.25s;
    }

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
    background: #56c080;
}

    .toggle-checkbox:checked + .toggle-switch:before {
        left: 30px;
    }

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.round-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px double gray;
    padding: 6px;
    margin-bottom: 10px;
    background-color: #efefef
}

.big-checkbox {
    width: 30px;
    height: 30px;
}
.sidebar {
    background: #efeaea;
    padding: 1rem 0rem;
    margin: 0px 20px 0px 0px;
}

.sidebar-hidden {
    display: none !important;
}

header {
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #efeaea;
    font-family: loos-normal;
    font-size: 1.1rem;
    font-weight: 600;
}

header nav.navbar 
{
  /*  background-color: #ffd200;*/
    border-bottom-color: #faefe6;
    margin-bottom: 0 !important; /* remove bottom margin */
}

.sidenav {
    background-color:#efefef;
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * loos-normal:
 *   - http://typekit.com/eulas/00000000000000007735e7d9
 *   - http://typekit.com/eulas/00000000000000007735e7de
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-01-13 14:20:07 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=prw4sru&ht=tk&f=47014.47017&a=9472223&app=typekit&e=css");

@font-face {
    font-family: "loos-normal";
    src: url("https://use.typekit.net/af/b75561/00000000000000007735e7d9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/b75561/00000000000000007735e7d9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/b75561/00000000000000007735e7d9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "loos-normal";
    src: url("https://use.typekit.net/af/688740/00000000000000007735e7de/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/688740/00000000000000007735e7de/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/688740/00000000000000007735e7de/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
}

.tk-loos-normal {
    font-family: "loos-normal",sans-serif;
}

.sink {
    font-family: "Sink", sans-serif;
    text-transform: uppercase;
    text-align:center;
}

.sink2 {
    font-family: "Sink", sans-serif;
    text-transform: uppercase;
}


h2, h3, h4 {
    /*font-family: "Sink", sans-serif;*/
    font-weight:500;
    font-style:normal;
}

.accordion-icon {
    display: inline-block;
    transition: transform 0.2s ease;
}

button[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
    display: inline-block;
}

.header-inner {
    background-color: #f8f9fa; /* light gray (like bg-light) */
    transition: background-color 0.3s ease;
}

.header-inner.expanded {
    background-color: #e7f1ff; /* light blue */
}

.accordion-item:nth-last-child(2) {
    margin-bottom: 2rem; /* Add extra spacing after the second-last item */
}

.btn-nowrap {
    white-space: nowrap;
}

#installBtn {
    display: none; /* Hidden by default */
/*    padding: 10px 20px;
    background-color: #0078D4;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;*/
}


/* Hide mobile menu by default */
#mobile-menu {
    display: none;
}

/* Show mobile menu on small screens */
@media screen and (max-width: 768px) {
    #desktop-menu {
        display: none;
    }

    #mobile-menu {
        display: block;
    }
}