/*_____________ Search Shipment Page Design _____________*/
.container .main-row{
    margin-top: 3rem;
}
.saeepay-new-design .saeepay .title{
    font-weight: 700;
}
#search_waybill_sub_title{
    font-size: 20px;
    font-weight: 500;
}
/*_____________ Checkout Payment Form Design _____________*/

.main-heading {
    color: #A2AE39;
    font-weight: 700;
    font-family: inherit;
    font-size: 42px;
    text-transform: uppercase;
}

#info_box .box .heading{
    font-size: 20px;
    color: #2C3840;
    font-weight: 500;
    font-family: inherit;
    line-height: 26px;
    letter-spacing: 0em;
}

#info_box .box table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

#info_box .box table tbody tr th {
    font-size: 16px;
    color: #2C3840;
    font-weight: 500;
    font-family: inherit;
    line-height: 21.02px;
}

#info_box .box table tbody tr td {
    font-size: 14px;
    color: #2C3840;
    font-weight: 400;
    font-family: inherit;
    line-height: 21.02px;
    padding-top: 1.5rem;
}

.wpwl-wrapper > .wpwl-icon {
    background: whitesmoke;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    right: 5.563px;
    top: 12.563px;
}
div.wpwl-wrapper, div.wpwl-label, div.wpwl-sup-wrapper {
    width: 100%
}

div.wpwl-group-expiry {
    width: 50%;
    float: left;
}

div.wpwl-group-cvv {
    width: 48%;
    float: left;
    margin-left: 2%;
}

div.wpwl-group-cardHolder, div.wpwl-sup-wrapper-street1, div.wpwl-group-expiry {
    clear: both
}

div.wpwl-sup-wrapper-street1 {
    padding-top: 1px
}

div.wpwl-wrapper-brand {
    width: auto
}

div.wpwl-sup-wrapper-state, div.wpwl-sup-wrapper-city {
    width: 32%;
    float: left;
    margin-right: 2%
}

div.wpwl-sup-wrapper-postcode {
    width: 32%;
    float: left
}

div.wpwl-sup-wrapper-country {
    width: 66%
}

div.wpwl-wrapper-brand, div.wpwl-label-brand, div.wpwl-brand {
    display: none !important;
}

div.wpwl-group-cardNumber {
    width: 100%;
    float: left;
}

div.wpwl-group-brand {
    width: 75%;
    float: left;
    margin-top: 0;
}

div.wpwl-brand-card {
    width: 65px
}

div.wpwl-brand-custom {
    margin: 0px 5px;
    background-image: url("https://oppwa.com/v1/paymentWidgets/img/brand.png")
}

.wpwl-control.wpwl-control-cardHolder {
    text-align: center;
}
.wpwl-control, .wpwl-control-cardNumber, .wpwl-control-expiry, .wpwl-control-cvv, .wpwl-control-cardHolder  {
    background: none;
    border-radius: 50px;
    height: 46px;
    color: whitesmoke;
}

.wpwl-control:hover,.wpwl-control:focus,.wpwl-input:focus {
    border-color: orange;
}

.wpwl-button-pay, .wpwl-button-pay:hover{
    border-radius: 50px;
}

.wpwl-apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline !important;
}
.wpwl-label , .wpwl-label-cvv{
    display: none !important;
}

.wpwl-apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button !important;
    cursor: pointer;
}
#payment_card_info{
    border-radius: 10px;
    background-color: #A2AE39;
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.selected-payment-option {
    background-color: #a2ae39;
    position: relative;
}

.wpwl-icon{
    background: whitesmoke;
    border-radius: 50px;
    width: 20px;
    height: 20px;
}
.wpwl-popover[dir="ltr"]{
    text-align: left;
}
.wpwl-popover[dir="rtl"]{
    text-align: right;
}
.ui-icon {
    width: 17px;
    height: 15px;
    bottom: 0;
}
.wpwl-hint {
    font-size: 10px;
    color: whitesmoke !important;
    font-family: var(--bs-font-sans-serif);
    margin-left: 10px;
}

.wpwl-popover {
    font-size: 14px;
    text-align: left;
}

#payment_card_info{
    direction: ltr !important;
    font-family: 'URWRegular' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/*_____________ Mobile Responsive Design _____________*/

@media (max-width: 992px) {
    .search_container .tracking-details table tbody {
        display: grid;
    }
    .saeepay-new-design .shipment-detail th, .saeepay-new-design .consignee-detail th{
        margin-top: -0.5rem;
    }
    .saeepay-new-design .shipment-detail td, .saeepay-new-design .consignee-detail td{
        margin-top: -1rem;
    }
    .saeepay-new-design .shipment-detail h6, .saeepay-new-design .consignee-detail h6{
        margin-bottom: 1.5rem;
    }
    .saeepay-new-design .payment-status .btn{
        width: 160px;
        margin-top: 1.5rem !important;
    }
}
@media (max-width: 767px) {
    body{
        padding: 0 1rem 0 1rem;
    }
    .search_container .tracking-details table tbody {
        display: grid;
    }
    .saeepay-new-design .saeepay .title {
        font-size: 16px;
    }
    #search_waybill_sub_title{
        font-size: 14px;
    }
    .main-heading {
        font-size: 22px;
    }
    .saeepay-new-design .shipment-detail th, .saeepay-new-design .consignee-detail th{
        margin-top: -15px !important;
    }
    .saeepay-new-design .shipment-detail td, .saeepay-new-design .consignee-detail td{
        margin-top: -1rem;
    }
    .saeepay-new-design .shipment-detail h6, .saeepay-new-design .consignee-detail .h6{
        margin-bottom: 1.5rem;
    }
    .saeepay-new-design .payment-status .btn{
        width: 160px;
        margin-top: 1.5rem !important;
    }
    a.navbar-brand img {
        margin-top: 16px !important;
        max-width: 80% !important;
    }
    .saeepay-new-design .btn-lang{
        margin-top: 17px !important;
        padding: 3px 20px !important;
        font-size: 14px;
        font-weight: 400;
    }
    table.shipment-info tbody, table.consignee-info tbody{
        border-top: 2px solid #928f8f6e;
        border-bottom: 2px solid #928f8f6e;
        padding: 0.5rem 0 0.5rem 0;
        margin: -1.5rem 0 -0.5rem 0;
    }
    .separator, .separator_down {
        visibility: hidden;
    }

    .saeepay-new-design .copyright-content {
        font-size: 13px !important;
    }
}
