.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

    .overlay .spinner-border {
        top: 50%;
        position: absolute;
        margin-left: -28px;
    }

button .spinner-border {
    margin-top: -3px;
}

.btn-lg .spinner-border {
    margin-top: -10px;
}

.tooltip.show {
    opacity: 1;
    z-index: 100000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: var(--mid-blue);
    border-radius: .25rem;
}
.tooltip-md .tooltip-inner {
    padding: 15px;
    max-width: 300px;
}

.tooltip-lg .tooltip-inner {
    padding: 15px;
    max-width: 400px;
}

.tooltip-text-left .tooltip-inner {
    text-align: left;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--mid-blue);
}

.key-value h4 {
    font-weight: 900;
}

h5 img {
    margin-top: -3px;
}

.border-right-1 {
    border-right: 1px solid var(--light-grey-3);
}

.icon {
    margin-top: -4px;
}

h4.page-title {
    color: var(--slate);
    font-size: 20px;
    font-weight: bold;
}

.start-at-grid-start {
    grid-column: 1;
}

.dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
}

.bg-blue {
    background-color: blue;
}

.bg-red {
    background-color: red;
}

.bg-purple {
    background-color: purple;
}

.bg-gray {
    background-color: gray;
}

.red {
    color: var(--dark-red);
}

.dot-label {
    font-family: 'Nunito Sans', "Helvetica Neue", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #273043;
}

.dot-label-wrapper {
    display: flex;
}

hr {
    -ms-opacity: 1;
    opacity: 1;
    height: 1px !important;
    border: none;
    background-color: var(--light-grey-3);
}

hr.hr-dashed {
    border-top: 1px dashed var(--mid-grey-2);
    background: none;
}

.red-asterisk {
    color: var(--dark-red);
    margin-left: 1px;
}

.table {
    margin-bottom: 0;
}

hr.dashed-line {
    background: none;
    border-top: 2px dashed var(--light-grey-1);
}

.center-td-content {
    text-align: center;
    vertical-align: middle;
}

.align-td-top {
    vertical-align: top !important;
}

.center-element-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
}

.clickable-icon {
    filter: invert(27%) sepia(93%) saturate(1422%) hue-rotate(175deg) brightness(94%) contrast(104%);
}

/* Make this a type of button for the ButtonComponent */
.btn-close {
    padding: 0.1rem 0.1rem !important;
    height: 40px !important;
    width: 40px !important;
    font-size: 22px !important;
}

input[type="search"] {
    margin: 0;
    padding-left: 40px;
    color: inherit;
    background: transparent url("../img/icon-search-solid.svg") no-repeat 13px center;
}

.mb-15 {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 576px) {
    .visible-xs {
        display: none;
    }
}

.no-wrap {
    white-space: nowrap;
}
