﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Poppins', sans-serif ;
}

.wpwl {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif ;
}
[dir="rtl"] .wpwl-form input.wpwl-control-expiry{
    /* text direction arabic */
    direction: rtl !important;
}

.wpwl-form-card {
    box-shadow: none;
    background: none;
    border: none;
    position: relative;
    padding-top: 134px;
    /* margin-top: -71px; */
}

.wpwl-form {
    max-width: 100%;
}

.wpwl-control-cardNumber {
    background: white url("https://raw.githubusercontent.com/ettouzany/myphotos/main/t/credit-card.svg") no-repeat 14px center !important;
    ;
}

.wpwl-control-expiry {
    background: white url("https://raw.githubusercontent.com/ettouzany/myphotos/main/t/calendar.svg") no-repeat 15px center !important;
    ;
}

.wpwl-control-cardHolder {
    background: white url("https://raw.githubusercontent.com/ettouzany/myphotos/main/t/user.svg") no-repeat 16px center !important;
    ;
}

.wpwl-control-cvv {
    background: white url("https://raw.githubusercontent.com/ettouzany/myphotos/main/t/cvv.svg") no-repeat 16px center !important;
    background-size: 20px !important;
}

.wpwl-group-cardNumber,
.wpwl-group-cardHolder {
    width: 100%;
    padding: 0;
}

.wpwl-control-cardNumber,
.wpwl-control-expiry,
.wpwl-control-cardHolder,
.wpwl-control-cvv,
.wpwl-control-brand {
    padding: 16px 16px 16px 50px;
    background-color: white;
    height: 57px;
    /* border: none; */
    border-radius: 12px;
    outline: none;
    direction: ltr;
    /* font-family: 'Poppins'; */
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 180%;
}

.wpwl-control-cardNumber:focus,
.wpwl-control-expiry:focus,
.wpwl-control-cardHolder:focus,
.wpwl-control-cvv:focus {
    border: 1px solid #3EB6AE;
}

.wpwl-button-pay {
    width: 100%;
    height: 57px;
    background: #3EB6AE;
    border-radius: 4px;
    border: none;
    outline: none;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    /* cursor: pointer; */
}

.wpwl-button-pay:hover,
.wpwl-button-pay:focus {
    background: #3EB6AE;
    opacity: 0.8;
    outline: 0!important;
    border: none;
}

.wpwl-label {
    width: 100%;
    font-family: 'Poppins', sans-serif ;
    line-height: 40px;
}

 .wpwl-label-cvv::after {
    content: "!";
    color: white;
    background: #3EB6AE;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wpwl-control-brand {
    padding: 16px 16px 16px 16px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.wpwl-wrapper-brand {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.wpwl-group-brand {
    height: 67px;
}
/* 480 screen */

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

.wpwl-group-expiry {
    padding-right: 20px;
}

.wpwl-group-cardHolder {
    position: absolute;
    top: 20px;
}
.wpwl-group-cardHolder {
    /* width: calc(100% - 24px); */
}


.wpwl-group.wpwl-group-brand {
    position: absolute;
    top: 184px;
    right: 20px;
    z-index: 1;
    opacity: 0.7;
    width: 100px;
    pointer-events: none;
}
.wpwl-label-brand,.wpwl-wrapper-brand
{
  display: none !important;
}
/* rtl */
/* [dir="rtl"] .wpwl-group.wpwl-group-brand {
    right: auto;
    left: 8px;
} */
.wpwl-wrapper{
    width: 100% !important;
}

.total
{
    padding: 16px;
    border-radius: 8px;
    display: none;
    justify-content: space-between;
    background: white;
}

.total-price
{
    font-size: 16px;
    font-weight: 600;
    color: #3EB6AE;
}

.btn-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 12px;
    gap: 10px;
    border-radius: 4px;
    flex: none;
    order: 6;
    align-self: stretch;
    flex-grow: 0;
    width: 100%;
    border: 0;
    /* background: #FFFFFF; */
    height: 50px;
}

.credit_btn {
    background: #3EB6AE;
    color: white;
    cursor: pointer;
}


@media (max-width: 991px) {
    .total
    {
        
        display: flex !important;
    }
}

/* show only on safari */





.apple-pay-button {
    display: block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
    height: 50px;
    width: 100%;
}
.apple-pay-button-black {
    -apple-pay-button-style: black;
}
.apple-pay-button-white {
    -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
}


.desktop-view .wpwl-group-expiry {
    padding-right: 40px;
}
.desktop-view .wpwl-control {
    margin-bottom: 24px;
    line-height: 180%;
    height: 72px !important;
}

.desktop-view .wpwl-form-card {
    padding-top: 168px !important;
}

.desktop-view 
.wpwl-label {
    font-weight: 600;
    line-height: 40px;
    font-size: 14px;
}

.desktop-view .btn-block {
    height: 58px;
    min-width: 144px;
    padding: 0 28px;
    border-radius: 8px;
}

.desktop-view .wpwl-group.wpwl-group-brand {
    top: 228px;
}

/* .wpwl-group-submit
{
    z-index: -1;
} */

.wpwl-apple-pay-button{
    -webkit-appearance: -apple-pay-button !important;
    -apple-pay-button-style: black;
    -apple-pay-button-type: plain;
    height: 60px;
    width: 100%;
    border-radius: 8px;
}


.collapse__button, .collapse__button[disabled] {
    align-items: center;
    background: inherit;
    border: inherit;
    color: inherit;
    font: inherit;
    cursor: default;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: inherit;
    width: 100%; }
  .collapse__label {
    pointer-events: none; }
  .collapse__icon {
    display: none;
    flex: 0 0;
    pointer-events: none;
    transition: transform 0.5s ease; }
  .collapse__panel {
    position: relative;
    padding: 0 0; }
  .collapse__all-open, .collapse__all-close, .collapse__controls {
    display: none; }
  
  .collapse--activated .collapse__button {
    cursor: pointer; }
    .collapse--activated .collapse__button[aria-expanded='true'] .collapse__icon {
      transform: rotate(180deg); }
  .collapse--activated .collapse__icon {
    display: block; }
    @media print {
      .collapse--activated .collapse__icon {
        display: none; } }
  .collapse--activated .collapse__panel {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease; }
    @media print {
      .collapse--activated .collapse__panel {
        height: auto; } }
  .collapse--activated .collapse__all-open,
  .collapse--activated .collapse__all-close,
  .collapse--activated .collapse__controls {
    display: block; }
    @media print {
      .collapse--activated .collapse__all-open,
      .collapse--activated .collapse__all-close,
      .collapse--activated .collapse__controls {
        display: none; } }
        .collapse
        {
            padding: 16px;
            padding-top: 0;
        }
.card-coll {
    display: flex;
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    margin-bottom: 16px;
}
.card-coll .collapse__heading
{
    width: 100%;
}

.collapse--activated .collapse__panel
{
    width: 100%;
}
.card-coll .collapse__heading button {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: SF Pro, sans-serif;
    /* font-size: 23px; */
    justify-content: space-between;
    height: 36px;
}

.big-text{
    font-size: 23px;
    /* font-weight: 600; */
    /* color: #3EB6AE; */
}


.icon {
	display: inline-block;
	fill: currentColor;
	height: 1.4em;
	stroke-width: 2px;
	stroke: currentColor;
	width: 1.4em;
    color: transparent;
}
/* first  child */
.collapse__panel > :first-child {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E8e8e8;
} 

.collapse__panel
a {
    color: #3EB6AE;
    text-decoration: none;
}

.collapse__panel
a:hover {
    color: #3EB6AE;
}

#applePay  {
    min-height: 224px;
}