.create-order-btn button {
    padding: 8px 16px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.search-box {
    margin-top: 3px;
}

.search-box .form-control {
    padding-left: 40px;
    height: 100%;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.search-box .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.search-box {
    height: 46px;
    position: relative;
}

.order-select-list .form-label {
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.15px;
}

.order-select-list .select2-container--default .select2-selection--multiple,
.order-select-list .select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.order-select-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    color: #202223 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1 !important;
}

.order-select-list .select2-container .select2-selection--single {
    height: 22px !important;
}

 .nav-tab-content .nav {
    flex-wrap: initial !important;
    background: #E0E0E0 !important;
    color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.nav-tab-content .nav-link {
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 22px;
}

.nav-tab-content .nav-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.nav-link:focus, .nav-link:hover {
    color: rgba(0, 0, 0, 0.3) !important;
}

.nav-link:focus, .nav-link.active, .nav-pills .show>.nav-link:hover {
    color: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #FD6672 !important;
}

