.add-box-new {
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.add-box-new-header {
    padding: 0!important;
}
.add-box-new img {
    position: absolute;
    left: 10px;
    top: 35px;
    height: 110px;
}
.add-box-new-header {
    background: #fff;
    border-radius: 5px;
    color: black;
    font-size: 0.875rem;
    font-weight: bold;
}
.add-box-new-header-1 {
    padding-left: 80px;
    padding-right: 15px;
}
.add-box-new-header .form-check {
    min-height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.add-box-new-content-1 {
    padding-left: 0px !important;
}
#checkStatus2 {
    margin-right: 6px;
    margin-top: 3px !important;
    min-width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 2px;
    position: static;
}
#checkStatus2:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#checkStatus2:checked {
    background-color: #000;
    border-color: #000;
}
label.expship.ml-0.mb-0 {
    font-size: 16px;
    line-height: 19px;
}
.add-box-new.selectr-grpBox input {
    opacity: 1;
}
.form-check-input:checked {
    background-color: #6775fb;
    border-color: #6775fb;
}
.form-check-input:focus {
    border-color: #b3bafd;
    outline: 0;
    /* -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 117, 251, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(103, 117, 251, 0.25); */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bounce-arrow {
  -webkit-animation: bouncebounce 1s infinite;
          animation: bouncebounce 1s infinite;
}
@-webkit-keyframes bouncebounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bouncebounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bounce-arrow-r {
  -webkit-animation: bouncebounceR 1s infinite;
          animation: bouncebounceR 1s infinite;
}
@-webkit-keyframes bouncebounceR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bouncebounceR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media(max-width:767px) {
    .add-box-new-header .form-check{width: 100%;}
}

@-webkit-keyframes checkoutAutofillStart {
    from {}
    to {}
}

@keyframes checkoutAutofillStart {
    from {}
    to {}
}

#payment-form input:-webkit-autofill,
#payment-form select:-webkit-autofill {
    -webkit-animation-name: checkoutAutofillStart;
            animation-name: checkoutAutofillStart;
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
}

#payment-form input.has-error,
#payment-form select.has-error,
#payment-form .input-flds.has-error,
#payment-form .selcet-fld.has-error,
#payment-form input.has-error:focus,
#payment-form select.has-error:focus,
#payment-form .input-flds.has-error:focus,
#payment-form .selcet-fld.has-error:focus,
#payment-form input.has-error:-webkit-autofill,
#payment-form select.has-error:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    padding-right: 40px !important;
    border: 1px solid red !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#payment-form input.no-error,
#payment-form select.no-error,
#payment-form .input-flds.no-error,
#payment-form .selcet-fld.no-error,
#payment-form input.no-error:focus,
#payment-form select.no-error:focus,
#payment-form .input-flds.no-error:focus,
#payment-form .selcet-fld.no-error:focus,
#payment-form input.no-error:-webkit-autofill,
#payment-form select.no-error:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    padding-right: 40px !important;
    border: 1px solid green !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#payment-form .frm-flds.validation-has-error,
#payment-form .frm-flds.validation-no-error,
#payment-form .frm-flds:has(input.has-error),
#payment-form .frm-flds:has(select.has-error),
#payment-form .frm-flds:has(input.no-error),
#payment-form .frm-flds:has(select.no-error) {
    position: relative;
}

#payment-form .frm-flds.validation-has-error::after,
#payment-form .frm-flds.validation-no-error::after,
#payment-form .frm-flds:has(input.has-error)::after,
#payment-form .frm-flds:has(select.has-error)::after,
#payment-form .frm-flds:has(input.no-error)::after,
#payment-form .frm-flds:has(select.no-error)::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 16px;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 3;
}

#payment-form .frm-flds.validation-has-error::after,
#payment-form .frm-flds:has(input.has-error)::after,
#payment-form .frm-flds:has(select.has-error)::after {
    background-image: url(/assets/assets/error-input.webp);
}

#payment-form .frm-flds.validation-no-error::after,
#payment-form .frm-flds:has(input.no-error)::after,
#payment-form .frm-flds:has(select.no-error)::after {
    background-image: url(/assets/assets/tick-input.webp);
}

#payment-form .payment-flds-box.credit-card .frm-flds.validation-has-error::after,
#payment-form .payment-flds-box.credit-card .frm-flds.validation-no-error::after,
#payment-form .payment-flds-box.credit-card .frm-flds:has(input.has-error)::after,
#payment-form .payment-flds-box.credit-card .frm-flds:has(input.no-error)::after {
    right: 25px;
    top: calc(50% - 3px);
    transform: none;
}
