.border-shadow-1{
    box-shadow: 0px 0px 2px 0px #ccc;
}
.search-box{
    padding: 15px;
    margin-bottom: 20px;
}
nav .pagination{
    margin: 0px;
}
nav p{
    margin: 0px;
}
.select2-container .select2-selection--single{
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #a0adbb !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #dce7f1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #dce7f1 transparent transparent transparent;
}
.modal .modal-header .close{
    background: #888;
    color: #fff;
}
.courier-order-container .item-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 10px;
    align-items: center;
}
