.cl-modalBackdrop {
  background-color: rgba(0, 0, 0, 0.62) !important;
}
.cl-actionCard,
.cl-cardBox,
.cl-navbarButton,
.cl-profileSectionPrimaryButton,
.cl-menuList .cl-userButtonPopoverCard,
.cl-userButtonPopoverMain,
.cl-userButtonPopoverCard,
.cl-menuList {
  border-radius: 20px !important;
  border: none !important;
}

.cl-scrollBox {
  border-radius: 0px 20px 20px 0px !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09) !important;
  color: var(--text-color) !important;
}

.cl-actionCard {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09) !important;
}

.cl-userButtonPopoverActionButton:hover {
  background-color: #f5f5f7 !important;
  border-radius: 12px !important;
}

.cl-userButtonPopoverCard {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.cl-userButtonPopoverFooter {
  background: #fff !important;
}

.cl-rootBox {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    Arial, "Avenir", "Montserrat", "Corbel", "URW Gothic", "Source Sans Pro",
    sans-serif !important;
}

.cl-userButtonPopoverMain {
  box-shadow: none !important;
}

.cl-navbar,
.cl-userButtonPopoverMain .cl-userPreview {
  background: #f8fafc !important;
  border: none !important;
}

.cl-userButtonPopoverActionButton,
.cl-userButtonPopoverActions {
  border-top: none !important;
  border-top-width: 0px !important;
}

.cl-userButtonPopoverActionButton {
  padding: 10px !important;
}

.cl-userButtonPopoverActions {
  padding: 10px !important;
}

.cl-modalContent input,
.cl-input {
  border-radius: 40px !important;
  border: 2px solid var(--light-grey) !important;
  box-shadow: none !important;
}

.cl-modalContent input:focus,
.cl-modalContent input:active,
.cl-input:focus,
.cl-input:active {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid var(--primary-color) !important;
}

.cl-modalContent button {
  border-radius: 40px !important;
  box-shadow: none !important;
}

.cl-badge {
  border-radius: 40px !important;
  border: none !important;
  box-shadow: none !important;
}

.cl-tabButton {
  border-radius: 20px !important;
  padding: 5px 15px !important;
  margin-bottom: 5px !important;
}

.cl-tabButton[aria-selected="true"] {
  background-color: #e7e8ea !important;
  border-bottom: none !important;
}

@media (max-width: 770px) {
  .cl-scrollBox {
    border-radius: 0px !important;
    box-shadow: none !important;
  }

  .cl-navbar {
    border-radius: 20px !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09) !important;
  }

  .cl-cardBox {
    height: 80vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

.cl-pricingTableCardPeriodToggle {
  display: none !important;
}

.cl-subscriptionDetailsCardBadge,
.cl-badge.cl-internal-112uo7b {
  background-color: rgb(213, 255, 202) !important;
  color: var(--text-color) !important;
}

.cl-drawerContent,
.cl-subscriptionDetailsCard,
.cl-table,
.cl-statementRoot,
.cl-paymentAttemptRoot {
  border-radius: 20px !important;
  box-shadow: none !important;
  border: none !important;
  background-color: #f8fafc !important;
}

.cl-table,
.cl-pricingTableCard {
  border-radius: 20px !important;
  background-color: #f8fafc !important;
  box-shadow: none !important;
}

.cl-drawerClose {
  display: none !important;
}

.cl-formButtonPrimary {
  border-radius: 40px !important;
  box-shadow: none !important;
}

.cl-button {
  border-radius: 40px !important;
  box-shadow: none !important;
}

.cl-cardBox {
  background-color: #fff;
}

.cl-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cl-lastAuthenticationStrategyBadge {
  border: none !important;
  background-color: #f8f7f7 !important;
}