.table-responsive {
    overflow-x: unset;
}

.place-order-btn {
    float: right;
}


.alert-custom {
    max-width: 49%;
}

.vendor-box {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.vendor-name {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #b60217 !important;
    border-color: #b60217 !important;
}

.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* number input arraw remove css */

/* font weight css */

.font-weight-bold-600 {
    font-weight: 600;
}

.preview {
    text-decoration: underline;
    cursor: pointer;
}


.custom-selectbox {
    padding: 1rem 16px !important;
}

.bg-orange {
    background-color: #FFA500;
}

/* 0000 */

.fooicon {
    font-size: 25px;
}

.text-custom-nowrap {
    text-wrap: nowrap;
}


.dataTables_wrapper .active {
    background: #b60217 !important;
    color: #ffffff !important;
}

.paginate_button:hover {
    background: #b60217 !important;
    color: #ffffff !important;
}

.paginate_button a:hover {
    color: #ffffff !important;
}

.filter-box-align-right {
    float: right;
}

.select-box {
    width: 200px;
}


.avtar-circle {
    width: 50px;
    height: 50px;
    background: #b60217;
    border-radius: 50%;
    text-align: center;
}

.avtar-circle span {
    text-align: center;
    color: white;
    font-size: 36px;
    line-height: 50px;
}