html {
  font-size: 14px;
}

.input-validation-error {
    border-color: var(--color-red-600);
}

/* DataTables.net */
.ellipsis {
    min-height: 37px;
}

.dt-length {
    float: left;
}

    .dt-length select {
        padding-right: calc(var(--spacing) * 7);
    }

.dt-paging {
    float: left;
    margin-right: calc(var(--spacing) * 7);
    margin-left: calc(var(--spacing) * 1);
    max-width: 430px;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
    border: inherit;
    background-color: inherit;
    background: inherit;
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
    border-radius: 2px;
    background-color: inherit !important;
    background: inherit !important;
}

/* Google Maps */
.map-address {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

    .map-address::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #4285F4;
    }

/*@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;
}

.sidebar-note {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* truncate to 4 lines */
    -webkit-line-clamp: 4;
}

.client-body {
    height: calc(100vh - 23rem);
}

.update-box {
    height: calc(100vh - 29rem);
}

.note-read-more {
}

.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s 5s, opacity 2s 5s ease-out;
}

html {
  position: relative;
  min-height: 100%;
}

input[aria-invalid="true"] {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}

.sidenav-open {
    padding-left: 280px;
}

.crosshatch {
    background-image: linear-gradient(-45deg, green 25%, transparent 25%, transparent 50%, green 50%, green 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}

.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}

.scrollbar-thin {
    scrollbar-width: thin;
}

button,
[role="button"] {
    cursor: pointer;
}

button[disabled],
[role="button"][disabled] {
    cursor: text;
}

.form-group {
    margin-top: 2px
}

    .form-group > label {
        margin-left: 10px;
        position: absolute;
        margin-top: -8px;
        background: #fff;
        padding: 0 5px;
        z-index: 2;
    }

.field-validation-error {
    color: #E02424;
    font-size: 0.875rem;
    font-weight: 500;
}

.gap-1px {
    gap: 1px;
}

.text-strikethrough {
    text-decoration: line-through;
}

.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media (min-width: 640px) {
    .clip-md {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
}

.text-xxs {
    font-size: .67rem;
    line-height: .75rem
}


.arrow_box {
    position: relative;
    height: 40px;
}

.arrow_box {
    position: relative;
    height: 40px;
}

    .arrow_box:after,
    .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:not(:last-child):after {
        border-width: 10px;
        margin-top: -10px;
    }

    .arrow_box:not(:last-child):before {
        border-left-color: #ffffff;
        border-width: 13px;
        margin-top: -13px;
    }

    .arrow_box.bg-gray-400:not(:last-child):after {
        border-left-color: rgb(156 163 175/var(--tw-bg-opacity));
    }

    .arrow_box.bg-green-600:not(:last-child):after {
        border-left-color: rgb(5 122 85/var(--tw-text-opacity));
    }

    .arrow_box.bg-red-700:not(:last-child):after {
        border-left-color: rgb(200 30 30/var(--tw-bg-opacity));
    }