body {
    font-family: "Abel", serif !important;
    font-style: normal;
    font-size: large;
}
.dropdown-menu .card .list-group.list-group-flush.list-group-hoverable.order_items {
    overflow: scroll;
}

.dropdown-menu.dropdown-menu-end.dropdown-menu-card.show .card {
    max-height: 420px;
}

aside.navbar.navbar-vertical.navbar-expand-lg.navbar-dark {
    background-color: #06123C !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover  {
    background-color: #06123C !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover > .page-link {
    color: white !important;
}

.pricing_table table.table.table-vcenter.card-table {
    font-weight: 600;
}

.pricing_table table.table.table-vcenter.card-table th{
    color: #23a5d1 !important;
}

.pricing_table table.table.table-vcenter.card-table td{
    color: #23a5d1 !important;
}

table tbody tr.active td:nth-child(3){
     color: #237f52;
    /*color: #39FF14;*/
    font-weight: bold;
}

table tbody tr.inactive td:nth-child(3){
     color: #913228;
    /*color: #FF3131;*/
    font-weight: bold;
}

.convo-dropdown{
    min-width: 13rem !important;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    position: relative;
    flex: 1;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15px; /* middle of the circle (30px height / 2) */
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background-color: white;
    z-index: 1; /* ensure it's above the line */
}

.circle.completed {
    background-color: #28a745;
    color: white;
    border: none;
}

.circle.failed {
    background-color: #dc3545;
    color: white;
    border: none;
}
