.login_logo {
    max-width: 14rem;
}

#nav {
    padding: 0rem 1rem;
}

.dropdown-menu {
    right: 0!important;
}

.text-right {
    text-align: right;
}

.order_summary_hr {
    border-top: 1px solid #b7b7b7;
}

.order_items {
    padding: 1rem;
}

hr {
    border-top: 1px solid #000;
}

.overflow_auto {
    overflow: auto;
    padding-bottom: 1rem;
}

.main_color {
    color: #00669E!important;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
}

.apexcharts-legend-text,
.apexcharts-tooltip-text {
    text-transform: capitalize!important;
}

button:hover,
.btn:hover {
    opacity: 0.8;
}

.btn_secondary {
    background-color: rgb(219 234 254)!important;
    color: #00669E!important;
    border: 0!important;
    box-shadow: none!important;
    font-weight: 600;
}

#deselect_all {
    color: red;
}

.modal-body-fixed-header {
    margin-bottom: 4rem;
}

.modal-fixed-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: white;
    height: 4rem;
}

.modal-fixed-footer-btn {
    right: 1rem;
    position: fixed;
    bottom: 10px;
}

.modal-fixed-close-btn {
    right: 1rem;
    position: fixed;
    top: 10px;
}

.drag-svg {
    cursor: move;
}

.modal-fixed-header {
    position: sticky;
    width: 100%;
    background: white;
    z-index: 999999;
    top: 0px;
}

.accent-custom {
    accent-color: #00669E;
}


/* Firefox */

.input_span {
    right: 2rem;
    margin-top: 7px;
}

#toggle_btn {
    position: absolute;
    border-radius: 50%!important;
    padding: 5px;
    top: 13px;
    z-index: 999;
    margin-left: -10px;
}

.active {
    color: #00669E!important;
    border: 0!important;
    box-shadow: none!important;
    font-weight: 600;
}

@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(51 65 85)!important;
    }
}

#merchant_insights {
    white-space: nowrap;
}

.header_a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.app {
    padding: 1rem 3rem;
}

.status-number {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000!important;
}

.integration_modal_card:hover {
    cursor: pointer;
}

.is_active {
    color: green;
}

.is__not_active {
    color: red;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    /* no underline */
}

a:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    /* no underline */
}

.integration_card_logo {
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
    margin-left: 1rem;
}

.order_card_logo {
    width: 2rem;
    height: 2rem;
    align-items: center;
}

.col.logo {
    max-width: 5rem;
}

.span {
    color: #00669E;
}

.focused,
.today-btn,
.range-start {
    background-color: #00669E!important;
    color: #fff!important;
}

.choose_merchant {
    text-decoration: none;
    color: #000;
    padding: 2rem;
    width: 100%;
}

.datepicker {
    z-index: 99999999!important;
}

.dots_dropdown {
    z-index: 999999;
}

.merchant_account:hover {
    background-color: #b7b7b7;
    width: 100%;
}

#product_img {
    width: 65px;
    aspect-ratio: auto 65 / 65;
    height: 60px;
    object-fit: cover;
}

[dragging] {
    position: relative;
    z-index: 1000;
    /* set a high z-index value */
}

.bi-three-dots {
    color: black;
    background-color: #6687b653;
    border-radius: 50%;
    padding: 5px;
}

.merchant_drop_down {
    text-align: center;
}

td {
    text-transform: capitalize;
}

.option_item {
    margin-left: 2rem;
}

.capital {
    text-transform: capitalize;
}

.btn-outline-primary {
    border-color: #00669E!important;
}

.export_btn {
    color: #fff!important;
    background-color: #00669E;
    padding: 10px;
    border-radius: 0.25rem;
}

.card {
    margin-bottom: 20px;
}

.left_align {
    text-align: left;
}

.dashboard_box {
    background: red;
    min-height: 100vh;
}

.email {
    text-transform: none;
}

.dashboard_menu {
    text-align: center;
}

.table.insights {
    table-layout: fixed;
}

.export {
    text-align: right;
}

.btn-outline-primary:hover {
    background-color: #00669E!important;
}

.card-text {
    white-space: nowrap;
}

.sidebar {
    margin-bottom: 2rem;
}

.error_messages {
    z-index: 999999;
}

th {
    white-space: nowrap;
}

td {
    white-space: nowrap;
}

.table_div {
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 15rem;
}

.order_table_div {
    min-height: 0rem!important;
}

.btn-check:checked+.btn-outline-primary {
    background-color: #00669E!important;
}

.btn-primary {
    background-color: #00669E!important;
    border: 0;
}

.breadcrumb {
    background-color: #fff!important;
    padding: 8px 0px !important;
}

.border-right {
    border-right: 1.5px solid #dadada;
}

.navbar {
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    #toggle {
        display: none;
    }
    #toggle_svg {
        transform: rotate(180deg);
    }
}

.is-invalid {
    border-color: #dc3545!important;
    color: #dc3545!important;
}