/* CODSHIPX_AI_CRM_R111_R3_B2_R5_PREMIUM_BILLING_CENTER */

.r111-billing{
  --r111-ink:#10243d;
  --r111-muted:#76869a;
  --r111-line:#dce6ef;
  --r111-lime:#8edb13;
  --r111-blue:#4d7df3;
  --r111-violet:#795ee8
}

.r111-billing .module-head{
  align-items:center
}

.r111-billing .module-head h1{
  letter-spacing:-.045em
}

.r111-company-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 13px;
  border:1px solid #c7e7a6;
  border-radius:999px;
  background:linear-gradient(135deg,#fbfff6,#eef9e5);
  color:#507b1e;
  font-size:10px;
  font-weight:900
}

.r111-company-chip i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#8edb13;
  box-shadow:0 0 0 5px rgba(142,219,19,.14)
}

.r111-billing .r72-billing-grid{
  gap:18px
}

.r111-billing .r72-plan-live,
.r111-billing .r72-usage,
.r111-billing .r72-payment-history,
.r111-credit-history{
  border:1px solid #dce6ef!important;
  border-radius:22px!important;
  box-shadow:0 14px 38px rgba(25,48,77,.055)
}

.r111-billing .r72-plan-live{
  position:relative;
  overflow:hidden
}

.r111-billing .r72-plan-live:before{
  content:"";
  position:absolute;
  width:270px;
  height:270px;
  top:-150px;
  right:-120px;
  pointer-events:none;
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      rgba(142,219,19,.18),
      rgba(142,219,19,0) 70%
    )
}

.r111-grant-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin:14px 0 4px
}

.r111-grant-facts span{
  padding:12px;
  border:1px solid #dfe9d1;
  border-radius:13px;
  background:#f8fcef
}

.r111-grant-facts small{
  display:block;
  color:#789257;
  font-size:9px;
  font-weight:800
}

.r111-grant-facts strong{
  display:block;
  margin-top:3px;
  color:#466d17;
  font-size:12px
}

.r111-credit-balance-mini{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:10px 0 14px;
  padding:12px 14px;
  border:1px solid #cae7a9;
  border-radius:14px;
  background:linear-gradient(135deg,#fbfff6,#f1f9e8)
}

.r111-credit-balance-mini span{
  color:#748b59;
  font-size:10px;
  font-weight:800
}

.r111-credit-balance-mini strong{
  color:#507f15;
  font-size:18px
}

.r111-plan-section,
.r111-credit-section{
  padding:23px;
  border:1px solid #dce6ef;
  border-radius:23px;
  background:#fff;
  box-shadow:0 14px 38px rgba(25,48,77,.055)
}

.r111-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:19px
}

.r111-section-head h2{
  margin:4px 0 5px;
  font-size:22px;
  letter-spacing:-.035em
}

.r111-section-head p{
  margin:0;
  color:#78879a;
  font-size:11px
}

.r111-plan-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px
}

.r111-plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:445px;
  padding:19px;
  overflow:hidden;
  border:1px solid #dce5ef;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#fafcfe);
  opacity:0;
  transform:translateY(9px);
  animation:r111BillingIn .42s forwards cubic-bezier(.2,.8,.25,1);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease
}

.r111-plan-card:nth-child(2){
  animation-delay:.04s
}

.r111-plan-card:nth-child(3){
  animation-delay:.08s
}

.r111-plan-card:nth-child(4){
  animation-delay:.12s
}

.r111-plan-card:before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  top:-70px;
  right:-65px;
  border-radius:50%;
  background:#4d7df3;
  opacity:.12
}

.r111-plan-card.tone-growth:before{
  background:#8edb13;
  opacity:.18
}

.r111-plan-card.tone-business:before{
  background:#795ee8
}

.r111-plan-card.tone-pro{
  border-color:#254461;
  background:linear-gradient(155deg,#10243d,#183552);
  color:#fff
}

.r111-plan-card.tone-pro:before{
  background:#8edb13;
  opacity:.23
}

.r111-plan-card.current{
  border-color:#98d94a;
  box-shadow:0 0 0 1px rgba(142,219,19,.15)
}

.r111-plan-card.popular{
  border-color:#acd875
}

.r111-popular-badge,
.r111-current-plan-chip{
  position:absolute;
  top:12px;
  right:12px;
  padding:6px 8px;
  border-radius:999px;
  font-size:8px;
  font-weight:950
}

.r111-popular-badge{
  background:#8edb13;
  color:#284d0a
}

.r111-current-plan-chip{
  background:#eef8e2;
  color:#5a861f
}

.r111-plan-name{
  margin-top:6px
}

.r111-plan-name small{
  display:block;
  color:#96a2b2;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em
}

.r111-plan-name h3{
  margin:3px 0 0;
  font-size:19px
}

.r111-card-price{
  min-height:76px;
  margin:20px 0 8px
}

.r111-card-price del{
  display:block;
  margin-bottom:5px;
  color:#9ba7b5;
  font-size:10px
}

.r111-card-price strong{
  font-size:24px;
  letter-spacing:-.045em
}

.r111-card-price small{
  margin-left:5px;
  color:#8795a6;
  font-size:9px
}

.tone-pro .r111-card-price strong,
.tone-pro .r111-plan-name h3{
  color:#fff
}

.r111-save-chip{
  display:inline-flex;
  margin-top:7px;
  padding:5px 7px;
  border-radius:8px;
  background:#edf8df;
  color:#5e8a26;
  font-size:8px;
  font-style:normal;
  font-weight:900
}

.tone-pro .r111-save-chip{
  background:rgba(142,219,19,.13);
  color:#c9fa78
}

.r111-plan-copy{
  min-height:48px;
  color:#7b899a;
  font-size:10px;
  line-height:1.55
}

.tone-pro .r111-plan-copy{
  color:#adbdcc
}

.r111-benefits{
  display:grid;
  gap:8px;
  margin:10px 0 16px;
  padding:0;
  list-style:none
}

.r111-benefits li{
  display:flex;
  gap:7px;
  align-items:center;
  color:#647489;
  font-size:9.5px
}

.r111-benefits i{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
  border-radius:50%;
  background:#edf8df;
  color:#5d901c;
  font-style:normal;
  font-weight:950
}

.tone-pro .r111-benefits li{
  color:#b7c5d2
}

.tone-pro .r111-benefits i{
  background:rgba(142,219,19,.14);
  color:#c1f66c
}

.r111-plan-spacer{
  flex:1
}

.r111-plan-note{
  display:block;
  margin-bottom:9px;
  color:#8794a5;
  font-size:8.5px;
  line-height:1.45
}

.r111-plan-button{
  width:100%;
  min-height:42px;
  border:0;
  border-radius:11px;
  background:#10243d;
  color:#fff;
  cursor:pointer;
  font-size:9.5px;
  font-weight:900
}

.tone-growth .r111-plan-button:not(:disabled){
  background:#8edb13;
  color:#254b08
}

.tone-business .r111-plan-button:not(:disabled){
  background:#795ee8
}

.tone-pro .r111-plan-button:not(:disabled){
  background:#9de31f;
  color:#203d07
}

.r111-plan-button:disabled{
  cursor:default;
  background:#edf1f5;
  color:#8190a1;
  opacity:.72
}

.tone-pro .r111-plan-button:disabled{
  background:rgba(255,255,255,.1);
  color:#b8c5d1
}

.r111-credit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}

.r111-credit-card{
  position:relative;
  padding:18px;
  border:1px solid #dce6ef;
  border-radius:18px;
  background:linear-gradient(155deg,#fff,#f7fafc);
  transition:
    transform .22s ease,
    box-shadow .22s ease
}

.r111-credit-card.best{
  border-color:#badd91;
  background:linear-gradient(155deg,#fbfff7,#eff8e6)
}

.r111-credit-card .icon{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  margin-bottom:13px;
  border-radius:11px;
  background:#10243d;
  color:#bdf365
}

.r111-credit-card h3{
  margin:5px 0;
  color:#10243d;
  font-size:21px
}

.r111-credit-card p{
  min-height:43px;
  color:#7b899a;
  font-size:9.5px;
  line-height:1.5
}

.r111-credit-price{
  margin:14px 0 11px
}

.r111-credit-price strong{
  color:#10243d;
  font-size:19px
}

.r111-credit-price small{
  margin-left:4px;
  color:#8896a7;
  font-size:8px
}

.r111-credit-card button{
  width:100%;
  min-height:40px;
  border:0;
  border-radius:10px;
  background:#8edb13;
  color:#254b08;
  font-size:9.5px;
  font-weight:900;
  cursor:pointer
}

.r111-credit-card button:disabled{
  background:#edf1f5;
  color:#8c9aab;
  cursor:default
}

.r111-credit-history{
  padding:20px
}

.r111-credit-history-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding-bottom:12px;
  border-bottom:1px solid #edf1f5
}

.r111-credit-history-head h2{
  margin:3px 0 0;
  font-size:17px
}

.r111-credit-history-list{
  display:grid
}

.r111-credit-history-row{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) auto auto;
  gap:10px;
  align-items:center;
  min-height:56px;
  border-bottom:1px solid #edf1f5;
  font-size:9px
}

.r111-credit-history-row:last-child{
  border-bottom:0
}

.r111-credit-history-row strong,
.r111-credit-history-row small{
  display:block
}

.r111-credit-history-row small{
  margin-top:2px;
  color:#8997a7
}

.r111-credit-modal{
  width:min(680px,calc(100vw - 28px))!important
}

.r111-credit-modal-summary{
  margin:15px 22px 0;
  padding:12px 14px;
  border:1px solid #cce8ad;
  border-radius:13px;
  background:#f5fce9;
  color:#4f7a1d
}

@media (hover:hover) and (pointer:fine){
  .r111-plan-card:not(.current):hover,
  .r111-credit-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(25,48,77,.12)
  }
}

@keyframes r111BillingIn{
  to{
    opacity:1;
    transform:translateY(0)
  }
}

@media (max-width:1280px){
  .r111-plan-grid,
  .r111-credit-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media (max-width:720px){
  .r111-section-head{
    flex-direction:column
  }

  .r111-plan-grid,
  .r111-credit-grid,
  .r111-grant-facts{
    grid-template-columns:1fr
  }

  .r111-plan-section,
  .r111-credit-section{
    padding:16px
  }

  .r111-credit-history-row{
    grid-template-columns:1fr auto
  }
}

@media (prefers-reduced-motion:reduce){
  .r111-plan-card,
  .r111-credit-card{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
    transition:none!important
  }
}
