.postex-form input, .postex-form select {
    border-radius: 10px;
    padding: 0 20px;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    color: #585858;
}
.text-center{
    text-align: center;
}
fieldset p {
    margin: 0;
}
.postex-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.postex-form .flex-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
fieldset.products-list{
    margin-bottom: 10px;
}
.postex-form select {
    min-width: 100%;
}
.postex-form fieldset {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
#fetch_shipping_prices , #submit-parcel{
    background: #2899d4;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
    width: 100%;
    font-size: 14px;
    height: 30px;
}
#fetch_shipping_prices:hover , #submit-parcel:hover{
    background: #f5951d;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.postex-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.postex-methods .postex-method span img {
    width: 35px;
    margin: 0 !important;
}
.postex-methods .postex-method span {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 12px;
    min-width: 160px;
}
.postex-methods .postex-method p:last-child {
    border-left: 0;
    padding-left: 0;
}
.postex-methods .postex-method {
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 0 4px 0 #80808038;
    background: white;
    flex: 1 0 40%;
}
#dimensions {
    display: none;
    width: 100%;
}
.order-info {
    display: flex;
    flex-direction: column;
    border: 3px dashed #f5951d;
    border-radius: 10px;
    padding: 11px;
    margin-top: 20px;
    margin-bottom: 23px;
}
.customer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.order-info-title {
    font-size: 15px;
    border-bottom: 2px solid #f5951d;
    padding-bottom: 15px;
}
.label-input {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.label-input {
    flex: 1;
    min-width: 0;
}
.label-input label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
.label-input input {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}
.label-checkbox {
    display: flex;
    align-items: center;
    border: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 12px;
    border-radius: 10px;
}
.postex-form input[type=checkbox] {
    border-radius: 0;
    margin-top: 2px;
}
.postex-form h4 {
    margin: 0;
}
.product-list .label-checkbox {
    border: 0;
}
.product-list {
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}
.added_services .added_service p {
    margin: 0;
}
.added_services .added_service {
    display: flex;
    gap: 10px;
    border-left: 2px solid #2899d4;
    padding-left: 10px;
}
.added_services .added_service:last-child {
    border-left: 0;
}
.added_services {
    display: flex;
    background: #efefef;
    border-radius: 10px;
    padding: 10px 20px;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.modal-body {
    background: white;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #959595;
}
.modal-body .postex-meta-box-section{
    padding: 0;
    border: 0;
}
.postex-section-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
}
.modal-body label {
    cursor: pointer;
}
.modal-body .label-checkbox {
    background: white;
}
#postexModal{
    display: none;
}
#postexModal.active{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    backdrop-filter: blur(4px);
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#postexModal .postex-section-title img{
    filter: brightness(0);
    width: 12px;
    cursor: pointer;
}
#postexModal .postex-section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
#postexModal .modal-body{
    width: 800px;
}
#shipping_result {
    display: none;
}
#shipping_result.active {
    display: block;
}
.postex-methods {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}
.postex-methods .postex-method span img {
    width: 35px;
    margin: 0 !important;
}
.postex-methods .postex-method span {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 12px;
    min-width: 160px;
}
.postex-methods .postex-method p:last-child {
    border-left: 0;
    padding-left: 0;
}
.postex-methods .postex-method {
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    box-shadow: 0 0 4px 0 #80808038;
    background: white;
}
.courier-icon {
    width: 35px;
    margin: 0 !important;
    border-radius: 50px;
}
#shipping_result .postex-method label {
    display: flex;
    align-items: center;
    gap: 25px;
}
.postex-loading-icon {
    display: block;
    margin: auto;
    width: 25px;
}
.added_services p {
    margin: 0;
}
#shipping_result  {
    margin-top: 10px;
}
#shipping_result .error {
    border-right: 4px solid red;
    padding-right: 8px;
    margin: 0;
}
.postex-see-details{
    width: 100%;
    border: 0;
    padding: 5px 0;
    border-radius: 10px;
    background: #2899d4;
    color: white;
    cursor: pointer;
}
.order-items p {
    margin: 0;
    font-size: 12px;
}

#postex-bulk-result-table thead tr{
    background: #2899d4;
    color: white;
}
.request-label span{
    cursor: pointer;
    background: #f19301;
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: center;
    color: white;
    border-radius: 5px;
}
