:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}

html, body {
    margin: 0;
    padding: 0;
    appearance: auto;
    -webkit-appearance: none;
}

body {
	background: #f6f7f9;
	font-family: 'Commissioner';
    color: #37516c;
    font-size: 20px;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.dim {
    opacity: .25;
}

.bold {
    font-weight: 600;
}

textarea {
    background: #fff;
	font-family: 'Commissioner';
    color: #37516c;
    font-size: 20px;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
	font-family: 'Commissioner';
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    width: 322px;
    height: 40px;
    border-radius: 10px;
    border: none;
    color: #37516c;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23989eb1' xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    fill: #adb9c5;
}

body::-webkit-scrollbar {
    display: none;
}

.body-div {
    padding-top: 75px;
}

.center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.shadow {
    box-shadow: 5px 5px 5px #d6d6d6;
}

.enroll-sub {
    color: #2D5C88;
}

.enroll-title {
    color: #2D5C88;
    font-weight: 300;
}

.enroll-steps {
    float: right;
    line-height: 58px;
    margin-right: 15px;
    font-size: 18px;
}

.login-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.forgot {
    cursor: pointer;
    color: #8d99a9;
    font-size: 16px;
}

.v-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content;
}

.empty-alert::placeholder {
    color: #9a0909 !important;
}

.empty-alert {
    color: #9a0909 !important;
}

.empty-edit-alert {
    color: #9a0909 !important;
}

.empty-edit-alert::placeholder {
    color: #9a0909 !important;
}

select.empty-edit-alert {
    color: #9a0909 !important;
}

.header {
    height: 50px;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background: #f6f7f9;
    z-index: 10;
}

.footer {
    height: 50px;
    padding: 10px;
    position: fixed;
    border-top: 1px solid #fff;
    background: #e7eef6;
    bottom: 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    z-index: 10;
}

.webapp-footer {
    padding-bottom: 30px;
}

.header-div {
    text-align: center;
}

.header-title {
    font-family: 'Comfortaa';
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
    font-weight: 300;
    vertical-align: top;
    overflow-x: clip;
}

.header-user {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
}

.user-avatar {
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: none;
    background: #e7eef6;
    font-weight: 500;
    border-radius: 100%;
    margin-top: 5px;
    font-size: 16px;
}

.header-reminder {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    vertical-align: top;
}

.reminder-img {
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(3527%) hue-rotate(170deg) brightness(106%) contrast(86%);
}

.footer-div {
    text-align: center;
}

.footer-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    line-height: 50px;
    color: #c0c0c0;
    filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(393%) hue-rotate(188deg) brightness(93%) contrast(86%);
}

.footer-icon-img {
    width: 30px;
    height: 30px;
}

.selected_icon {
    font-weight: 600;
    color: #37516c;
    filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(3527%) hue-rotate(170deg) brightness(106%) contrast(86%);
}

.footer-icon-title {
    margin-top: -32px;
    font-size: 10px;
}

.home-icon-img {
    float: left;
    vertical-align: middle;
    margin-left: 25px;
    margin-top: 25px;
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(3527%) hue-rotate(170deg) brightness(106%) contrast(86%);
}

.home-icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 10px;
    margin: 15px;
    width: 235px;
    height: 75px;
    line-height: 75px;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.home-icon-text {
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
}

.reminder-count {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    margin-top: 0px;
    margin-left: 20px;
    background: #9a0909;
    border: none;
    color: white;
    border-radius: 8px;
    line-height: 15px;
    min-width: 7px;
    height: 15px;
    font-size: 10px;
    padding: 0px 4px;
}

.home-count {
    float: right;
    background: #9a0909;
    border: none;
    color: white;
    border-radius: 11px;
    line-height: 22px;
    min-width: 14px;
    height: 22px;
    font-size: 12px;
    margin-right: 25px;
    margin-top: 27px;
    font-weight: 600;
    padding: 0px 4px;
}

.open-window {
    display: block;
    margin: 15px;
    background: #e7eef6;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.transparent-open-window {
    display: block;
    margin: 15px;
    text-align: center;
}

.window-controls {
    height: 60px;
    width: 100%;
    background: #738295;
    border-radius: 10px;
}

.transparent-window-controls {
    height: 60px;
    width: 100%;
}

.sub-window {
    display: inline-block;
    width: min-content;
    border-radius: 10px;
    background: #f6f7f9;
}

.sub-title {
    color: #738295;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.sub-br {
    background: #e7eef6;
    height: 3px;
}

.window-message {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    overflow-x: clip;
    white-space: nowrap;
    max-width: calc( 100% - 125px );
}

.message-title {
    margin-top: 10px;
}

.message-title-single {
    display: inline-block;
    margin-top: 16px;
}

.message-time {
    color: #c0c0c0;
    font-weight: 300;
    font-size: 14px;
}

.close {
    float: right;
    cursor: pointer;
    height: 20px;
    width: 20px;
    padding: 15px;
    margin-top: 5px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(318%) hue-rotate(228deg) brightness(113%) contrast(101%);
}

.back {
    float: left;
    cursor: pointer;
    height: 20px;
    width: 20px;
    padding: 15px;
    margin-top: 5px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(318%) hue-rotate(228deg) brightness(113%) contrast(101%);
}

.transparent-back {
    float: left;
    height: 20px;
    width: 20px;
    padding: 15px;
    margin-top: 5px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(3527%) hue-rotate(170deg) brightness(106%) contrast(86%);
}

.edit {
    float: right;
    cursor: pointer;
    height: 25px;
    width: 25px;
    padding: 10px 15px;
    margin-top: 7px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(318%) hue-rotate(228deg) brightness(113%) contrast(101%);
}

.alert {
    padding: 10px;
    color: #2d5c88;
    font-size: 16px;
}

.login-field {
    font-size: 20px;
    border-radius: 10px;
    border: none;
    background: #fff;
    color: #37516c;
    padding: 5px;
    text-align: center;
    width: 300px;
    max-width: -webkit-fill-available;
    border: none;
    height: 30px;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.submit {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    background: #adb9c5;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 300px;
    max-width: -webkit-fill-available;
    border: none;
}

.active {
    background: #2d5c88;
    color: #f6f7f9;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.active2 {
    cursor: pointer;
    background: #f6f7f9;
    color: #2d5c88;
    border: 1px solid #2d5c88;
    box-shadow: 5px 5px 5px #d6d6d6;
}

::placeholder {
    font-family: 'Commissioner';
    color: #989eb1;
    opacity: 1;
    text-transform: none;
    font-weight: 300;
}

::-webkit-input-placeholder {
    font-family: 'Commissioner';
    color: #989eb1;
    opacity: 1;
    text-transform: none;
    font-weight: 300;
}

input[type="date"] {
    appearance: auto;
    -webkit-appearance: none;
}

.short-input {
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #37516c;
    text-align: center;
    font-size: 20px;
    height: 20px;
    width: 300px;
    max-width: -webkit-fill-available;
    line-height: 20px;
}

.search-border {
    border: 1px solid #37516c;
    padding: 10px 40px;
    width: 240px;
}

.search-fit {
    max-width: calc( 100% - 125px );
}

.search-fit input {
    border-color: #989eb1;
}

.textarea-input {
    min-height: 100px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #37516c;
    text-align: left;
    font-size: 20px;
    width: 300px;
    max-width: -webkit-fill-available;
    border: none;
}

.first-caps {
    text-transform: capitalize;
}

.all-caps {
    text-transform: uppercase;
}

.search-bar-div {
    display: inline-block;
    vertical-align: middle;
}

.input-div {
    display: inline-block;
    position: relative;
}

.input-div:first-letter {
    text-transform: capitalize;
}

.label {
    visibility: hidden;
    font-size: 12px;
    color: #989eb1;
    position: absolute;
    top: -15px;
    left: 10px;
    transition: all 0.1s ease;
}

.search-input-border {
    border-radius: 10px 10px 0 0;
}

.search-results {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #37516c;
    background: #fff;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    max-width: -webkit-fill-available;
}

.search-select {
    cursor: pointer;
    padding: 5px;
    line-height: normal;
}

.search-action {
    display: none;
    position: relative;
    float: right;
    margin-left: -35px;
    margin-right: 10px;
    margin-top: 9px;
}

.search-action-img {
    display: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(415%) hue-rotate(188deg) brightness(86%) contrast(84%);
}

.search-img {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-top: 12px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(8%) saturate(609%) hue-rotate(188deg) brightness(88%) contrast(82%);
}

textarea:focus, input:focus, *:focus {
    outline: none;
}

.counter {
    display: inline-block;
    margin-left: 15px;
    height: 25px;
    min-width: 17px;
    line-height: 25px;
    background: #fff;
    font-weight: 500;
    border-radius: 13px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #37516c;
    padding: 0px 4px;
}

.sort-icon {
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}

.sort-icon-img {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(3527%) hue-rotate(170deg) brightness(106%) contrast(86%);
}

.list-div {
    margin: 75px 15px 15px 15px;
    text-align: center;
}

.list-open {
    display: none;
}

.list-open-missing {
    color: #9a0909;
}

.list-body {
    cursor: pointer;
    display: block;
    height: 24px;
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    margin: 15px;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.list-icon {
    float: left;
    margin-left: 15px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    background: #e7eef6;
    font-weight: 500;
    border-radius: 100%;
    font-size: 10px;
    border: none;
}

.list-icon-pic {
    float: left;
    height: 30px;
    width: 30px;
}

.list-icon-img {
    height: 22px;
    width: 22px;
    margin-top: 2px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(415%) hue-rotate(188deg) brightness(86%) contrast(84%);
}

.unsnoozed {
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(6592%) hue-rotate(349deg) brightness(98%) contrast(110%) !important;
}

.list-name {
    float: left;
    text-align: left;
    margin-left: 20px;
    line-height: 24px;
    overflow-x: clip;
    white-space: nowrap;
    max-width: calc( 100% - 115px );
}

.list-alert {
    float: right;
    margin-top: 4px;
    color: #989eb1;
    font-weight: 300;
    font-size: 14px;
}

.list-alert-img {
    width: 20px;
    height: 20px;
    opacity: .25;
}

.view-list-info {
    display: inline-block;
    text-align: left;
    padding: 0 15px;
    max-width: -webkit-fill-available;
}

.view-info-icon-img {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(415%) hue-rotate(188deg) brightness(86%) contrast(84%);
}

.view-info-text {
    vertical-align: middle;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    text-align: left;
    width: calc( 100% - 55px );
    white-space: pre-line;
}

.inquiry-notes {
    cursor: text;
    color: #989eb1;
}

.extra-info {
    cursor: text;
}

.view-list-header-div {
    display: block;
}

.view-list-header-title {
    font-weight: 600;
}

.view-list-header-since {
    font-size: 16px;
    font-weight: 300;
}

.view-list-header-rating {
    display: inline-block;
    background: #f6f7f9;
    border-radius: 10px;
    padding: 5px;
    margin: 10px;
    width: 300px;
    max-width: -webkit-fill-available;
}

.pending {
    display: block;
    color: #8d99a9;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: left;
}

.view-list-pending-edit {
    display: inline-block;
    background: #9a0909;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    width: 150px;
    margin: 10px;
}

.missing {
    color: #989eb1;
}

.timestamp {
    color: #989eb1;
    font-weight: 300;
    font-size: 14px;
}

.type-title {
    display: inline-block;
    height: 20px;
    border-radius: 10px;
    background: #b9b9b9;
    padding: 10px;
    vertical-align: middle;
    width: 300px;
    max-width: -webkit-fill-available;
}

.count-stats {
    display: inline-block;
}

.filter {
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    border: none;
    border-radius: 8px;
    color: #738295;
    padding: 4px;
    margin: 0px 10px;
    width: 100px;
    font-size: 16px;
    background: #e7eef6;
    box-shadow: 1px 1px 1px #e6e6e6;
}

.filter-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #37516c;
    opacity: 0.25;
}

.br {
    background: #989eb1;
    height: 2px;
    margin: 10px calc( 9% );
    border: none;
    border-radius: 10px;
    opacity: .25;
}

.br-white {
    background: #f6f7f9;
    height: 2px;
    margin: 5px calc( 10% );;
    border: none;
    border-radius: 10px;
}

.priority {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 10px;
    vertical-align: 4px;
}

.priority.High {
    background: #9a0909;
    color: #fff;
}

.priority.Med {
    background: #fff;
    color: #9a0909;
    border: 1px solid #9a0909;
}

.priority.Low {
    background: #fff;
    color: #37516c;
    border: 1px solid #37516c;
}

.priority.Unk {
    background: #d6d6d6;
    color: #37516c;
}

.part-add {
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #37516c;
    color: #37516c;
    padding: 4px 10px;
    margin-right: 20px;
}

.part-delete {
    cursor: pointer;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(6592%) hue-rotate(349deg) brightness(98%) contrast(110%);
}

.part-list {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px;
}

.part-list-img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(11%) saturate(415%) hue-rotate(188deg) brightness(86%) contrast(84%);
}

.popup {
    background: #e7eef6;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.popup-button {
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    background: #37516c;
    color: #fff;
    width: 100px;
    font-size: 18px;
    padding: 5px;
}

.add-date {
    cursor: pointer;
    color: #989eb1;
}

.text-button {
    display: inline-block;
    border-radius: 10px;
    background-color: #5BC236;
    color: #ffffff !important;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    width: 45px;
    text-decoration: none !important;
}

.call-button {
    display: inline-block;
    border-radius: 10px;
    background-color: #007aff;
    color: #ffffff !important;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    width: 45px;
    text-decoration: none !important;
}

/* MOBILE */
@media (max-width:599px) {
    .input-div {
        margin: 5px 0px 15px 0px;
    }
    .view-list-info {
        width: 300px;
    }
    .pending {
        margin-left: 20px;
    }
}

/* DESKTOP */
@media (min-width:600px) {
    .input-div {
        margin: 5px 15px 15px 5px;
    }
    .list-body {
        width: 500px;
        margin: auto;
        margin-bottom: 15px;
    }
    .view-list-info {
        width: 570px;
    }
    .pending {
        width: 500px;
        margin: auto;
        margin-bottom: 15px;
    }
    .part-add {
        margin-right: 45px;
    }
    .part-list {
        width: 555px;
    }
    .desktop-width {
        width: 555px;
    }
}

/* DESKTOP EXTRA */
@media (min-width:714px) {
    .textarea-input {
        width: 640px;
    }
    .desktop-width {
        width: 640px;
    }
    .desktop-width-parts {
        width: 610px;
    }
}

/* DESKTOP EXTRA */
@media (min-width:750px) {
    .open-window {
        width: 750px;
        margin: auto;
    }
    .transparent-open-window {
        width: 750px;
        margin: auto;
    }
}