#main-wrapper {
    background-color: #f0f8ff;
}


.breadcrumb {
    padding: 0.9375rem 1.25rem;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.select2-selection--single {
    border-radius: 0.25rem !important;
    padding-left: 0.375rem !important;
    color: #454545 !important;
}

/* .select2-selection--single:focus {
    border-color: var(--primary) !important;
} */

.select2-container input {
    border: 1px solid #eaeaea !important;
    border-radius: 0.25rem !important;
}
.select2-container input:focus {
    border-color: var(--primary) !important;
}

.select2-dropdown {
    width: 359.5px;
    border-radius: 0.25rem !important;
    border: 1px solid #eaeaea !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

    margin-top: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #454545 !important;
}

.merchantpayment .d-flex p{
    margin-bottom: 2px!important;
}

.parcelSearch
{
    margin-right: 10px!important;
}

.header-summery .widget-stat.card:hover{
    background-color: var(--primary)!important;
    cursor: pointer;
}
.header-summery .widget-stat.card:hover *{
    color: white!important;
}
.header-summery .widget-stat.card:hover i{
    color: #343a40!important;
}

.settings .courier-icon{
    position:absolute!important;
    width: 100px!important;
    height: 100px!important;
    top: -65px!important;
    left: 43%!important;
    background: white;

}

.widget-stat.card i{
    color: var(--primary);
}


.search-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    max-height: 310px;
    overflow: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
