.app-blank {
    background-color: rgb(249, 249, 249);
}

.card {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 4px 0px;
}

.text-gray-500 {
    color: rgb(153, 161, 183) !important;
}

.text-gray-600 {
    color: rgb(120, 130, 157) !important;
}

.text-gray-700 {
    color: rgb(75, 86, 117) !important;
}

.btn.btn-text-gray-700 {
    color: rgb(75, 86, 117);
}

.btn.btn-primary {
    color: #fff;
}

.red {
    color: red;
}

.green {
    color: green;
}

.app-sidebar {
    background-color: rgb(32, 43, 70)  !important;
    border-right:0 !important;
}

table.table-hover tr:hover {
    cursor: pointer;
}

input.number-to-text::-webkit-outer-spin-button,
input.number-to-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number].number-to-text {
    -moz-appearance: textfield;
}

.hand-pointer {
    cursor: pointer;
}

.client-number-box p {
    margin-bottom: 0;
    height: 42px;
}

.flex-even {
    flex: 1;
}

/* start:Typeahead component styling */
.autocomplete {
    position: relative;
}

.autocomplete-results {
    padding: 0;
    margin: -4px 0 0 0;
    border: 1px solid #eeeeee;
    border-radius: 0px 0px 6px 6px;
    border-top: none;
    overflow: auto;
    max-height: 300px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 6px 10px;
    cursor: pointer;
}

.autocomplete-result.is-active,
.autocomplete-result:hover {
    background-color: rgb(249, 249, 249);
}
/* end:Typeahead component styling */

.metrics-box .metrics-box-title {
    height: 42px;
}

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 2.4rem;
}

.gray-background {
    background-color: rgb(249, 249, 249) !important;
}

/* start:TipTap editor styling */
.tiptap-button.is-active {
    background-color: #D2D7D3;
}
.tiptap-button:hover {
    background-color: #D2D7D3;
}
/* end:TipTap editor styling */