.w-25 {
    width: 25px !important;
}


/* .dropdown-menu-lg {
    max-width: 250px;
    min-width: 250px;
    padding: 0;
} */

.displayinline {
    display: inline-block;
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
    margin: 0;
    padding: 3px 7px 7px 15px !important;
}

#toastsContainerTopRight {
    min-width: 21% !important;
    margin-top: 10px;
    margin-right: 10px;
}

.select2-container {
    width: 100% !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.w250 {
    width: 250px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-50 {
    padding: 50px;
    ;
}


/* .card-header {
    background-color: #CC962A !important;
    border: #CC962A !important;
    color: #ffffff !important;
} */

.mt-10 {
    margin-top: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.card {
    box-shadow: 0 0 18px rgb(0 0 0 / 16%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

legend {
    font-size: 15px;
    font-weight: bold;
}

.product_list_order_edit ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product_list_order_edit ul li {
    padding-top: 20px;
    border-bottom: 1px solid #b5abab;
    padding-bottom: 20px;
}

.product_list_order_edit ul li:last-child {
    border-bottom: 0px solid #f1f1f1;
}

.form-group label {
    color: #ada0a0;
    font-size: 12px;
    font-weight: bold;
}

#order_log {
    height: 400px;
    overflow: auto;
}

.ip {
    background-color: #e6e3e3 !important;
    color: gray !important;
}

.timestamp {}

.text-big {
    font-size: 20px;
    text-transform: capitalize;
    box-shadow: 2px 2px 7px #807474;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border-color: #040009;
    background-color: #040009;
}

.form-control {
    border: 1px solid #b1b1b1
}

.modal-footer {
    border: 0px;
}

.brand-link {
    background: #040009;
    border-bottom: #040009 !important;
}

.sidebar {
    background: #040009;
}

.p-10 {
    padding: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-20 {
    margin-top: 20px;
}

#orderTable_filter {
    width: 90%;
    display: inline-block;
    text-align: left;
}

#orderTable_length {
    width: 10%;
    display: inline-block;
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.delivered {
    background: lightgreen;
}

.border-top-black {
    border-top: 1px solid #000 !important;
}

.border-bottom-black {
    border-bottom: 1px solid #000 !important;
}

.loaddriverData {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget .fa-clock-o {
    color: #000 !important;
}

.text-black {
    color: #000 !important;
}

.text-large {
    font-size: large !important;
    font-weight: 400 !important;
}

.request_order_p {
    padding-top: 20px;
    text-align: right;
    background: antiquewhite;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 10px;
}

.main-sidebar{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.nowtext{
    font-size: 16px;
}
.text-small{
    font-size: 12px;
}