body {
    font-family: Roboto, sans-serif;
}

h1, .h1 {
    font-size: 28px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 24px;
    font-weight: bold;
}

h4, .h4 {
    font-size: 20px;
    font-weight: bold;
}

.btn {
    font-weight: 500;
    border-radius: 0;
}

.form-control, .form-select {
    border-radius: 0;
}

#dash-content {
    margin-left: 18rem;
    transition: all 0.3s ease;
    background-color: #ebecf6;
    padding: 1.5rem;
    min-height: 100vh;
}

#dash-page-content {
    padding: 2rem 2rem;
    background-color: white;
}

#dashboard-sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    width: 18rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
    background-color: var(--bs-primary);
    font-size: 1rem;
}

#dashboard-sidebar span {
    white-space: nowrap;
}

/* sidebar minimized --bs- make it better later, too little time */

#dashboard-sidebar.minimized {
    width: 5rem;
    text-align: center;
}

#dashboard-sidebar .logo {
    align-self: center;
}

#dashboard-sidebar.minimized .logo {
    align-self: unset;
}

#dashboard-sidebar.minimized .logo-container {
    display: none;
}

#dashboard-sidebar.minimized ~ #dash-content {
    margin-left: 5rem;
}

#dashboard-sidebar.minimized .nav-link {
    display: block;
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#dashboard-sidebar.minimized span {
    display: none;
}

#dashboard-sidebar .nav-item  i {
    font-size: 1.2rem;
    width: 2rem;
}

#dashboard-sidebar .nav-item.active .nav-link {
    background-color: #1e536e;
}

#dashboard-sidebar .nav-item:not(.logo) .nav-link:hover,
#calendar-link:hover,
#calendar-link.active {
    background-color: #2f80a9;
}

#dashboard-sidebar .nav-item.sub-item .nav-link {
    background-color: var(--bs-secondary);
    font-size: 0.9rem;
}

#dashboard-sidebar .nav-item.sub-item .nav-link {
    height: 2.5rem;
    color: white;
}

#dashboard-sidebar .nav-item.sub-item.active .nav-link {
    font-weight: bold;
    background-color: #6a7785;
}

#dashboard-sidebar .nav-item.sub-item .nav-link:hover {
    background-color: #606b77;
}

#dashboard-sidebar .nav-item a {
    padding-top: 0;
    padding-bottom: 0;
    height: 2.5rem;
}

#dashboard-sidebar .nav-item .nav-link {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

#dashboard-sidebar .nav-item a {
    color: #dbf3ff;
    align-items: center;
    display: flex;
}

#dashboard-sidebar .dropdown-menu {
    background-color: #0d2c3b;
}

#dashboard-sidebar .dropdown-menu .dropdown-item:hover, #dashboard-sidebar .dropdown-menu .dropdown-item:focus {
    background-color: #2f80a9;
}

#nav-user-button::after {
    margin-left: auto;
}

#dashboard-sidebar .secondary-nav .nav-item a {
    color: #808080;
    font-size: 12px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.icon-link {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.icon-link i {
    font-size: 1.5em;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
}

.icon-link a {
    height: 100%;
    display: flex;
}

.icon-link a:not(:hover) {
    color: #8998AA;
}

#search-header a:hover {
    text-decoration: none;
}

#search-header .search-title a {
    color: #212529;
}

#search-header .row {
    height: 5rem;
}

#search-header h1, #edit-header h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

#search-container input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
    border-radius: 1rem;
    border-color: transparent;
}

input::placeholder {
    color: #DDDDDD;
}

#search-container {
    position: relative;
}

#search-container:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8998AA;
    display: block;
    font-size: 16px;;
}

.content {
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.content, .content-border {
    border: 2px solid #E9E9E9;
    border-radius: 1rem;
}

.content label:not(.btn), label:not(.btn) {
    color: var(--bs-primary);
    margin-bottom: 0.25rem;
    font-weight: bold;
}

table.table td, table.table th {
    vertical-align: middle;
    padding: 1rem;
}

table.table thead th {
    font-size: 14px;
    border-top: 0;
}

table.table tfoot th {
    font-size: 14px;
}

table.table th a {
    color: var(--bs-dark);
    text-decoration: underline;
}

.text-gray {
    color: #8998AA;
}

.ui-widget.ui-widget-content {
    max-width: 50rem;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0.5rem;
}

.header-search.ui-menu .ui-menu-item-wrapper {
    padding: 1rem;
}

.ui-widget-content .ui-state-active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
}

.header-search.ui-menu .ui-state-active {
    background-color: var(--bs-light);
    border-color: var(--bs-primary);
    color: unset;
}

.autocomplete-result .result-category {
    color: #8998AA;
}

.autocomplete-result .fa-stack {
    color: var(--bs-primary);
}

.font-weight-medium {
    font-weight: 500 !important;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select .custom-select {
    font-size: 14px;
    background-image: none;
}

.select {
    position: relative;
}

.dropdown-toggle::after {
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    font-size: 0.8rem;
    margin-left: 0.75rem;
}

.select::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    color: #8998AA;
    font-size: 0.8rem;
}

#info-bar .count {
    text-align: right;
    font-size: 0.9rem;
    font-weight: bold;
}

#info-bar .status {
    display: flex;
    font-size: 0.9rem;
}

#info-bar .status a {
    font-weight: bold;
    text-decoration: revert;
}

#info-bar .status > div {
    padding: 5px;
}

#info-bar .status > div:not(:last-child):after {
    content: "|";
    padding-left: 10px;
}

#info-bar .status > div:first-child {
    padding-left: 0;
}

#info-bar .status > div:last-child {
    padding-right: 0;
}

.filter-bubbles {
    display: flex;
    align-items: center;
}

.filter-bubbles > div {
    margin-right: 0.25rem;
}

.filter-bubbles .btn, .button-row .btn {
    font-size: 0.8rem;
}

.button-row {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.button-row > * {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #8998AA;
    border-radius: 3px;
}
.styled-checkbox:hover + label:before {
    background: #8998AA;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 3px;
    top: 10px;
    transform: translateY(-50%);
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
}

.table .checkbox-cell {
    width: 2rem;
    vertical-align: middle;
}

.table a {
    font-weight: bold;
    text-decoration: none;
}

.checkbox-cell .form-check {
    padding-left: 0.25rem;
}

.icon-input {
    position: relative;
}

.icon-input input {
    padding-left: 2.25rem;
}

.icon-input:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-primary);
    display: block;
}

[data-name="phone"]:before { content: "\f095"; transform: translateY(-50%) rotateZ(90deg); }
[data-name="email"]:before { content: "\f0e0"; }
[data-name="address"]:before { content: "\f041"; }

.tab-content {
    padding: 1rem 0;
}

.nav-tabs .nav-link {
    border-width: 0;
    border-bottom: 2px solid transparent;
    color: var(--bs-dark);
}

.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    background-color: unset;
    border-bottom-color: var(--bs-primary);
    font-weight: bold;
}

#user-info img {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.content.disabled, .disabled-section {
    position: relative;
}

.content.disabled:after, .disabled-section:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: white;
    opacity: 0.5;
}

.file-upload {
    position: relative;
    overflow: hidden;
}
.file-upload input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

#activity-log ul:not(.template) {
    padding-left: 0;
    overflow-y: scroll;
    max-height: 50vh;
}

/*!* Hide scrollbar for Chrome, Safari and Opera *!*/
/*#activity-log ul:not(.template)::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*!* Hide scrollbar for IE, Edge and Firefox *!*/
/*#activity-log ul:not(.template) {*/
/*    -ms-overflow-style: none;  !* IE and Edge *!*/
/*    scrollbar-width: none;  !* Firefox *!*/
/*}*/

#activity-log ul:not(.template) li:not(.date-label) {
    position: relative;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
}

#activity-log li.system .log-title, #activity-log li.system .log-time, #activity-log li.system .log-description {
    color: var(--bs-secondary);
    font-size: 14px;
}

#activity-log ul:not(.template) li.system::before {
    transform: scale(0.5);
    background-color: var(--bs-secondary);
}

#activity-log .log-title {
    font-weight: bold;
}

#activity-log .log-user {
    font-weight: 500;
    color: var(--bs-secondary);
}

#activity-log .log-time {
    color: var(--bs-secondary);
}

.star-rating {
    font-size: 1.25rem;
}

.star-rating:hover {
     unicode-bidi: bidi-override;
     direction: rtl;
 }

.star-rating:hover > i {
    color: #6c757d !important;
}

.star-rating > i:hover:before,
.star-rating > i:hover ~ i:before {
    cursor: pointer;
    color: #ffc107 !important;
}

.contact-primary:after {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: var(--bs-primary);
    margin-left: 0.5rem;
}

[contenteditable] {
    min-width: 5rem;
    border-bottom: 2px solid transparent;
}

[contenteditable="true"] {
    border-color: var(--bs-primary);
}

.block-container .far, .menu-category-container .far {
    cursor: pointer;
}

.block-container textarea, .menu-category-container .expanded-content {
    transition: 0.2s;
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
}

.block-container .fa-caret-circle-up, .menu-category-container .fa-caret-circle-up {
    display: none;
}

.block-container.active .fa-caret-circle-up, .menu-category-container.active .fa-caret-circle-up {
    display: inline-block;
}

.block-container.active .fa-caret-circle-down, .menu-category-container.active .fa-caret-circle-down {
    display: none;
}

.block-container.active textarea {
    height: 100%;
    padding: 6px 12px;
    opacity: 100%;
    margin-top: .5rem!important;
    overflow: visible;
}

.menu-category-container.active .expanded-content {
    height: 100%;
    opacity: 100%;
    margin-top: .5rem!important;
    overflow: visible;
}

.block-sorting {
    background-color: rgba(124, 200, 244, 0.4);
}

#quick-add-dropdown {
    padding: 0;
}

#quick-add-dropdown::after {
    display: none;
}

.dropdown-menu i {
    font-size: inherit;
    padding-left: 0;
    padding-right: 0;
    margin: inherit;
    width: 20px;
}

.link-icons-menu.show {
    min-width: unset;
    padding: 0;
}

.link-icons-menu .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#links:not(.edit-mode) #add-link-form, #links:not(.edit-mode) .link-options {
    display: none;
}

#link-list {
    padding-left: 0;
    margin-bottom: 0;
}

#link-list li {
    display: flex;
    justify-content: space-between;
}

#link-list li:not(:last-child) {
    margin-bottom: 0.5rem;
}

#link-list a {
    font-weight: bold;
    text-decoration: revert;
    text-transform: capitalize;
}

.link-info {
    color: var(--bs-primary);
}

.link-options a {
    color: var(--bs-secondary);
}

.fc-day-top .fc-day-number {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    cursor: default;
}

.fc-day-top.fc-today .fc-day-number {
    display: block;
    position: relative;
    color: white;
    z-index: 1;
}

.fc-day-top.fc-today .fc-day-number:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    z-index: -1;
}

.fc-day.fc-today {
    background-color: #FAFAFA !important;
}

.fc-head {
    display: none;
}

.fc-day {
    position: relative;
}

.fc-event-passed {
    opacity: 0.6;
}

.fc-day:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 2px;
    opacity: 0.6;
}

.fc-day.fc-sun:before {
    content: "SUN";
}

.fc-day.fc-mon:before {
    content: "MON";
}

.fc-day.fc-tue:before {
    content: "TUE";
}

.fc-day.fc-wed:before {
    content: "WED";
}

.fc-day.fc-thu:before {
    content: "THU";
}

.fc-day.fc-fri:before {
    content: "FRI";
}

.fc-day.fc-sat:before {
    content: "SAT";
}

.fc-day-number {
    opacity: 0.6;
}

.fc-other-month.fc-day:before {
    opacity: 0.3;
}

.fc-day-header {
    text-transform: uppercase;
    color: #6c757d !important;
    font-weight: 400;
}

.fc-view-container {
    background-color: white;
}

.fc-header-toolbar h2 {
    color: black;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: white;
}

.fc-header-toolbar .btn-primary {
    color: black;
    background-color: white;
    border: 1px solid #dee2e6;
}

.fc-header-toolbar .fa-chevron-left, .fc-header-toolbar .fa-chevron-right {
    color: #88a0c6;
}

.fc-event-title-container {
    padding: 2px 5px;
}

.fc-event-main {
    cursor: pointer;
}

.fc-content:hover {
    background-color: #efefef;
}

.fc .fc-col-header-cell {
    height: 100%;
}

.fc .fc-col-header-cell .fc-scrollgrid-sync-inner {
    height: 100%;
}

.fc .fc-col-header-cell .fc-col-header-cell-cushion {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-info {
    position: absolute;
    z-index: 10;
    width: 300px;
}

.event-info .close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 100;
}

.event-info li {
    margin-bottom: 15px;
}

.fc-more-cell {
    text-align: left;
    color: #6c757d!important;
    font-size: smaller;
}

.fc-more-cell > div {
    padding-left: 10px;
    padding-top: 20px;
}

#show-month {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

#calendar-header {
    border: 2px solid #E9E9E9;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    margin-right: 0;
    margin-left: 0;
}

.fc-row.fc-week .fc-day::before {
    display: none;
}

.fc-row.fc-week:first-child .fc-day::before {
    display: block;
}

.btn {
    font-size: 14px;
}

.btn.btn-lg {
    font-size: 18px;
}

.expand-button {
    color: var(--bs-secondary);
}

.expand-button:hover:before {
    font-weight: bold;
}

.expand-button:before {
    content: "\f331";
}

.collapsed .expand-button:before {
    content: "\f32d";
}

.account-icon, .assigned-to-icon {
    object-fit: cover;
    object-position: center;
}

.assigned-to-icon, .small-circle-icon {
    position: relative;
    display: flex;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #ffa70f;
    color: black;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem;
    overflow: hidden;
}

.small-circle-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    object-fit: cover;
}

/* style this to fit your needs */
/* and remove [alt] to apply to all images*/
img.assigned-to-icon[alt]:after {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffa70f;
    color: black;
    align-items: center;
    justify-content: center;
    content: attr(alt);
}

[contenteditable] {
    margin-bottom: 0;
}

.bootstrap-select .status {
    font-size: 80%;
    color: #8998aa;
    padding: .25rem 1.5rem;
}

.add-menu-item {
    font-size: 0.9rem;
    font-weight: 500;
}

.order-items tr td {
    vertical-align: middle;
}

#payment-progress {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bs-info);
    z-index: 9;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    color: white;
    transition: clip-path 0.5s;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

#payment-progress button {
    position: absolute;
    right: 0;
    font-size: 80%;
    top: 0;
    bottom: 0;
}

.success #payment-progress button, .failed #payment-progress button {
    display: none;
}

.success #payment-progress {
    background-color: var(--bs-success);
}

.failed #payment-progress {
    background-color: var(--bs-danger);
}

.payment-in-progress #payment-progress {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

.payment-in-progress button {
    box-shadow: none !important;
}

#billing .fa-edit {
    color: var(--bs-secondary);
}

#billing.edit-mode .fa-edit {
    color: var(--bs-primary);
}

#billing:not(.edit-mode) #add-billing-form {
    display: none;
}

#billing.edit-mode #no-billing-message {
    display: none;
}

#tokenform iframe {
    height: 10.5rem;
}

#tokenform {
    position: relative;
}

#tokenform.border-success:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bs-success);
    opacity: 0.2;
}

.template {
    display: none;
}

.fc-event.to-do .fc-event-title-container {
    display: flex;
    align-items: center;
}

.fc-event.to-do .fc-event-title-container:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.25rem;
    border-radius: 50%;
    border: 2px solid #8998AA;
    flex-shrink: 0;
}

.fc-event.to-do.complete .fc-event-title-container:before {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.fc-event.to-do.complete .fc-event-title-container:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 8px;
    font-size: 60%;
    color: white;
}

.fc-event.to-do.complete .fc-event-title-container {
    color: #6c757d;
    text-decoration: line-through;
}

#todos-sidebar .form-check input:checked + .form-check-label {
    color: #6c757d;
    text-decoration: line-through;
}

.calendar-event-type .form-check:not(:last-child) {
    margin-bottom: 1rem;
}

.calendar-event-type .form-check {
    padding-left: 0;
}

.calendar-event-type .styled-checkbox + label:before {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    border-width: 2px;
    border-radius: 50%;
}

.calendar-event-type .styled-checkbox + label:after {
    font-size: 0.9rem;
    left: 5px;
    top: 50%;
}

.calendar-event-type .styled-checkbox + label {
    font-weight: bold;
    color: var(--bs-dark);
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.fc-event.goal-monthly {
    opacity: 1;
}

.fc-event-title:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.fc-event.goal-monthly .fc-event-title:before {
    content: '\f456';
    margin-right: 5px;
}

.fc-event.event .fc-event-title:before {
    content: '\f133';
    margin-right: 5px;
    font-weight: 400;
}

.fc-event-time {
    order: 1;
    padding: 2px 5px;
}

.company-title {
    position: sticky;
    white-space: nowrap;
    left: 54px;
    /*background: #fefefe;*/
    z-index: 10;
    /*box-shadow: inset -2px 0px 0 0 #dee2e6;*/
}
.company-title > div {
    position: relative;
    z-index: 1;
}
.company-title:before {
    content: '';
    background-color: #fefefe;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.sticky-checkbox {
    position: sticky;
    white-space: nowrap;
    left: 0;
    background: #fefefe;
    z-index: 10;
}

#activity-log-form,
#add-notes-form {
    margin-bottom: 1rem;
}

#activity-log-form input, #activity-log-form button,
#attendance-log-form input, #attendance-log-form button,
#add-notes-form input, #add-notes-form button,
#vacation-form input, #vacation-form button {
    height: 3rem;
}

#projects-services tr.hovering {
    background-color: var(--bs-light);
}

.sort-asc:after {
    font-weight: 900;
    font-size: 80%;
    content: "▲";
}

.sort-desc:after {
    font-weight: 900;
    font-size: 80%;
    content: "▼";
}

.daily-items-list .btn-daily-item {
    margin-bottom: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.btn-add-item {
    position: relative;
    color: var(--bs-secondary);
}

.btn-add-item:before {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.btn-daily-item {
    position: relative;
    color: var(--bs-secondary);
    padding-left: 1.5rem;
    width: 100%;
}
.btn-daily-item.checked {
    text-decoration: line-through;
}

.btn-daily-item:before {
    position: absolute;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn-daily-item.checked:before {
    content: "\f058";
    font-weight: 600;
    color: var(--bs-primary);
}

.sort-header[onclick] {
    cursor: pointer;
}

.modal-side {
    width: 60vw;
    float: right;
}
.modal-side .modal-content {
    padding-right: 10vw;
}

.search-input {
    position: relative;
}
.search-input input {
    padding-left: 2.25rem;
}
.search-input:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-45%);
    transform-origin: center center;
}

#user-link .nav-link {
    background-color: #0d2c3b;
}

.modal.fade .modal-side {
    transform: translate(10%, 0px);
}

.modal.show .modal-side {
    transform: none;
}

.dashboard-card {
    background-color: #1e536e;
    color: #dbf3ff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[disabled] ~ label {
    color: #9aa8b3;
}

.text-green {
    color: #9ecb6a !important;
}

.larger {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
}

.table-max-height:not(.expanded) {
    max-height: 400px;
    overflow: hidden;
    padding-bottom: 3rem;
}

.table-max-height {
    position: relative;
}

.table-max-height .show-all-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid var(--bs-border-color);
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.table-max-height.expanded .show-all-button {
    display: none;
}

.fade-in {
    position: relative;
}
.fade-in:after {
    position: absolute;
    content: '';
    background-color: white;
    z-index: 9;
    pointer-events: none;
    animation-name: report-fade-in;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

@keyframes report-fade-in {
    from { opacity: 1 }
    to { opacity: 0 }
}

.report-link {
    text-decoration: none;
}
.report-link:hover > div {
    background-color: var(--bs-primary);
    color: white !important;
}
.report-link:hover i {
    filter: brightness(0) invert(1);
}

.failed_zip {
    font-weight: bold;
    color: var(--bs-danger);
}

.clickable-headers thead th {
    cursor: pointer;
}

.loading-overlay {
    position: relative;
}
.loading-overlay:after {
    background-color: white;
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.service-activity-log {
    max-height: 300px;
    overflow-y: scroll;
}

@media all and (max-width: 992px) {
    #dashboard-sidebar:not(.sidebar-shown) {
        max-height: 10vh;
        overflow-y: hidden;
    }

    #dashboard-sidebar:not(.sidebar-shown) ~ #dash-content {
        margin-left: 0;
        margin-top: 5.5rem;
    }

    #dashboard-sidebar:not(.sidebar-shown) .nav li:not(:first-child) {
        display: none;
    }

    #dash-page-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #dashboard-sidebar {
        width: 100vw;
        z-index: 99;
    }

    .company-title {
        white-space: unset;
        width: 10rem;
    }

    .logo-container img {
        height: 3rem;
        width: auto;
    }
}

@media screen and (max-device-width: 100em) {
    table td, table th {
        font-size: 0.8rem !important;
    }
}
