@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/* ------ Built-In Tag Overrides ------ */
body {
    font-family: 'Lato', 'Inter', sans-serif;
    line-height: 1.6;
    padding: 0px !important;
    margin: 0px !important;
    font-size:14px !important;
    font-weight: 300 !important;
}
.header {
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin !important;
    overflow-x: hidden !important;;
}

header a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 15px;
  }
header nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.navbar-expand-lg {
    display: flex;
    justify-content: space-between !important; 
}
.form-switch {
    display: block;
    padding-left: 3.2em !important;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
.footer {
    position: sticky !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 2.5rem !important;
}
h1,h2,h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
h6{
  font-weight: 400;
  font-size: 0.75rem;
}
p.card-notes {
    margin-bottom: 0.5rem !important;
}
label{
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.75rem !important;
}
fieldset {
    width: 100% !important;
    /* border: 1px solid #636363 !important; */
    border-radius: 0.35rem !important;
    padding-bottom: 10px !important;
    justify-content: left !important;
    margin-bottom: 15px !important;
}
fieldset legend {
    float: none !important;
    width: fit-content !important;
    padding: 0 10px !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}
p.notice {
    color: rgb(238, 237, 241);
    font-size: 1.4rem;
    font-weight: 500;
    height: 100%;
    margin: 0;
    padding: 0;
}
.headline {
    width: 100% !important;
    justify-items: center !important;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 10px 10px;
    padding: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}
a.logo {
    justify-self: left;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffcb00;
    text-transform: uppercase;
}
a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}
a.logo span {
    color: #ffcb00;
}
.list-subtitle{
    margin-top: 40px;
    font-size: 1rem;
    font-weight: 800;
}
.banner {
    padding-top: 0% !important;
    margin: 0% !important;
    width: 20% !important;
    text-shadow: 3px 3px 3px #4e4e4e7e;
}
&[data-bs-theme='light'] {
    a.badge {
        color: #424243 !important;
    }
    body {
        background-color: #eff0f0 !important;
        /* color: #000 !important; */
    }
    .card-notes, .card-info {
        background-color: #dfdfdf00;
    }
    input:is([type='text'], [type='number'], [type='date'], [type='checkbox']), select, textarea {
        /* border-top: 1px solid #aaa; */
        /* border-left: 1px solid #aaa; */
        /* border-bottom: 1px solid #232323; */
        /* border-right: 1px solid #232323; */
        border: none;
        background-color: #dedede !important;
    }

    .btn-outline-warning {
        color: #ad8200 !important;
        border-color: #ad8200 !important;
    }

    .tippy-box[data-theme~='light'] {
        background-color: none;
        color: #00146d;
        border: none;
        box-shadow: none;
        padding: 5px;
    }
    .tippy-box[data-theme~='light'] .tippy-arrow {
        color: #2d2d2d;
    }
}
&[data-bs-theme='dark'] {

    input:is([type='text'], [type='number'], [type='checkbox']), select, textarea, fieldset, .accordion-button {
        border-top: 1px solid #3c3c3c;
        border-left: 1px solid #3c3c3c;
        border-bottom: 1px solid #aaa;
        border-right: 1px solid #aaa;
    }
    .btn-outline-warning {
        color: #ffc107 !important;
        border-color: #ffc107 !important;
    }

    .swal2-popup {
        background: #212529 !important;
        color: #fff !important;
        border: 1px solid #555 !important;
    }
}

input:focus, textarea:focus {
    outline: none;
}
input:valid:required, select:valid:required {
    border-color: #00ff0853;
}
input:invalid:required, select:invalid:required {
    border-color: #ff01015a;
}
input, select {
    font-size: 0.75rem !important;
}
nav button[data-bs-toggle='tab'] {
    font-size: 0.75rem !important;
}
span.badge {
    display: flex;
    justify-content: center;
    width: 25% !important;
    margin: 15px 20px !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.2rem;
}
table tr th {
    color: #010101;
}
ul {
    list-style: none;
    padding: 0;
}
ul li {
    padding-bottom: 0.5em 0;
}
ul li.nav-item:before, ul li.btn:before, ul li.form-switch:before, ul li.no-dot:before {
    content: '';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul li.date:before {
    content: '📅';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul li.done:before{
    content: '✓';
    color: #048419;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul li.error:before{
    content: '✗';
    color: #ff0000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul li.construction:before {
    content: '🚧';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    padding-right: 20px;
}
ul li::before {
    content: '•';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* ------ Page Sections ------ */
.section-content {
    display: none;
    padding-bottom: 2.5rem;
    margin-left: 30px;
    overflow-y: scroll !important;
    overflow-x: clip !important;
}
.main-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    min-width: 300px;
}
.wrapper {
    /* display: block; */
    width: auto;
}
#linksBar {
    display: none;
}
#userDropdown {
    display: none;
}
#main-content {
    padding-top: 20px   !important;
    width: 100%;
    height: 100%;
    align-items: center !important;
}

/* ------ Containers ------ */

div.icon-container {
    align-content: center;
}

/* ------ Animations ------ */
.slide-in {
    position: absolute;
    left: -100%;
    width: 100%;
    animation: slide-in 0.8s forwards;
    animation-delay: 1s;
}
.slide-out {
    position: absolute;
    left: 0%;
    width: 100%;
    animation: slide-out 0.8s forwards;
}
@keyframes slide-in {
    100% { left: 0%; }
}
@keyframes slide-out {
    100% { left: -100%; }
}

/* ------ Borders ------ */
.avatar img {
    border-radius: 50%;
    border: 2px solid #688a7e;
    display: inline-block;
    max-width: 35px;
    margin: 10px;
}
.avatar img.simple {
    border: 2px solid rgba(0,112,255,0.4);
}

/* ------ Text Styling ------ */
.text-black { color: rgba(0,0,0,1); }
.text-ms-white { color: #e6eaec; }
.text-ms-blue { color: rgba(66, 133, 244, 1); }
.text-ms-yellow { color: rgba(254, 223, 60, 1); }
.text-ms-orange { color: #f58c02; }
.text-ms-red { color: rgba(226, 5, 65, 1); }

ul.notice { color: #000; list-style-type: disc; }

.lite{
    color: #ffffff !important;
    font-weight: 100;
    text-shadow: 0.8px 0.8px 10px #000;
}
.page-header {
    margin: 12px 0 20px;
    border-bottom: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 400;
    color: #1c1c1c;

    & > i {
        color: #00063e;
    margin-right: 10px;
    float: left;
    font-size: 25px;
    line-height: 22px;
    opacity: 1.0;
    }
} 
.text-bold { font-weight: bold !important; }  
.shadow-sm { box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important; }  
.shadow { box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important; }  
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }  
.shadow-none { box-shadow: none !important; }  
.text-underline { text-decoration: underline !important; }
.text-shadow { text-shadow: 2px 2px 4px #000000; }
.text-rshadow { text-shadow: 2px 2px 4px #ffffff; }
.text-shadow-light { text-shadow: 1px 1px 2px black, 0 0 25px #3b6aff, 0 0 5px #022285; }

/* ------ Badges and Labels ------ */
.badge-pill {
  font-family: monospace;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 3px 3px 3px #000000;
}

/* ------ Icons & Buttons --------*/
.fa, .fas { margin-left: 10px; margin-right: 10px; cursor: pointer; }
.far { margin-left: 5px; margin-right: 5px; cursor: pointer; }
.fa-home, .fa-pencil-alt, .fa-moon, .fa-sun { 
    font-size: 1rem; 
}
.fa-bug {
    font-size: 1rem;
    color: #dc2323;
}
.fa-question {
    font-size: 1rem;
    color: #ffcb00;
}
.fa-check {
    font-size: 1rem;
    color: #00ff00;
}
.fa-ruler {
    font-size: 1rem;
    color: #0099ff;
}
.fa-plug {
    font-size: 1rem;
    color: #d3de00;
}
.fa-hashtag {
    font-size: 1rem;
    color: #ff00ff;
}
.fa-copy {
  font-size: 22px;
  color:rgba(255, 252, 228, 0.923);
  text-shadow:3px 3px 4px #504900;
}
.fa-plus {
  font-size: 22px;
  color: rgb(99, 255, 208);
  text-shadow:3px 3px 4px #504900;
}
.fas-info-circle {
  font-size: 28px;
  color: #fff;
  text-shadow: 3px 3px 3px #504900;
}
.fa-info-circle {
  font-size: 1rem;
  color: #fff;
}
.fa-smile {
  font-size: 28px;
  color: #ffcb00;
  text-shadow: 3px 3px 3px #504900;
}
.fa-frown {
  font-size: 28px;
  color: #95ff00;
  text-shadow: 3px 3px 3px #504900;
}
.fa-grin {
  font-size: 28px;
  color: #ff9d00;
  text-shadow: 3px 3px 3px #504900;
}
.fa-sad-tear {
  font-size: 28px;
  color: #0068ad;
  text-shadow: 3px 3px 3px #504900;
}
.fa-dumpster {
  font-size: 24px;
  color: #2674fa;
  text-shadow: 3px 3px 3px #504900;
}
.fa-skull-crossbones {
  font-size: 24px;
  color: #000000;
  text-shadow: 3px 3px 3px #bdbdbd;
}
.btn {
    min-width: fit-content !important;
    max-width: 50% !important;
    overflow: hidden !important;
}

/* ------ Tippy Theme ------ */
.tippy-box[data-theme~='light'] {
    background-color: none;
    color: #96cdfa;
    border: none;
    box-shadow: none;
    padding: 5px;
}
.tippy-box[data-theme~='light'] .tippy-arrow {
    color: #cbd7fa;
}

/* ------ Accordions ------ */
.bs-accordion-active-bg {
    background-color: transparent !important;
}

/* ------ Cards ----- */
.card.info {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 857px !important;
    border-radius: 0.35rem !important;
    padding: 0px !important;
    margin: 0px ;
}
.card-header.info {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    cursor: auto !important;
    border-bottom: transparent !important;
    border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0 !important;

    & > button {
        justify-content: left !important;
        margin: 0px !important;
        padding: 0px 2px !important;
        font-size: 1.1rem !important;
        font-weight: 100 !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    & > .left {
        display: flex !important;
        justify-content: left !important;
        align-items: center !important;
        margin-left: 0px !important;
    }
    & > .right {
        display: flex !important;
        justify-content: right !important;
        align-items: center !important;
        margin-right: 0px !important;
    }
    & > .center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: 0px !important;
    }
}

.card-body.info {
    margin-top: 0% !important;
    word-wrap: break-word !important;
    flex-direction: column !important;
}
.card-footer.info {
    display: inherit !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    cursor: auto !important;
    border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px) !important;
}
.card-title.info{
    width: inherit !important;
    margin-bottom: 0% !important;
    font-size: 1.1rem !important;
    font-weight: 100 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.card-link.info {
    margin-left: 16px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}
.card-link.info:hover {
    transform: scale(1.5) !important;
}

.card.note {
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 100% !important;
    margin: 0 !important;
    border-radius: 0.35rem !important;
}
.card-header.note {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    cursor: auto !important;
    background-color: transparent !important;
    border-bottom: none !important;
    border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0 !important;
}
.card-footer.note {
    display: flex !important;
    flex-direction: row !important;
    align-content: baseline !important;
    justify-content: space-between !important;
    padding: 15px 10px !important;
    cursor: auto !important;
    background-color: transparent !important;
    border-top: none !important;
}
.card-body.note {
    max-height: 100% !important;
    padding: 0 1.25rem !important;
    word-wrap: break-word !important;
    flex-direction: column !important;
    text-align: left !important;
    line-height: 1rem !important;
    line-break: strict !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}
.card-title.note {
    margin: 10px !important;
    float: left !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    font-family: sans-serif !important;
}
.card-link.note {
    margin-left: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgb(176, 187, 192);
}
.card-link.note:hover {
    transform: scale(1.5);
}
.card-notes {
    font-weight: 400;
    font-size: 1.0rem;
    user-select: none !important;
}
.card-validate-box {
    background: #ffffffd8;
    border: 2px solid #ff3d3d;
}

/* ------ Draggable Cards ------ */
.parent-relative {
    position: relative;
}
.child-absolute {
    position: absolute !important;
    max-width: 96% !important;
}


.page-center {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.input-group {
    justify-content: space-between !important;
    padding: 15px 10px;
}
.input-group-text {
    width: fit-content !important;
    font-size: 0.75rem !important;
}
.form-label {
    width: auto !important;
}
.form-switch {
    display: flex !important;
    padding-left: 3.2em !important;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
.form-check-label {
    padding-left: 1em !important;
}
.form-check-inline > .form-check-label {
    display: block !important;
    padding-left: 0 !important;
}
#plum-after-hours:hover {
    color:blueviolet
}
#plum-after-hours {
    display: none;
    cursor: pointer;
    color: rgb(187, 69, 1);
    text-decoration: underline;
    font-weight: 600;
}
#plum-water-heater-other-location {
    display: none;
}
#hvac-field-roof-access {
    display: none;
}
