.Checkout {
  display: grid;
  background-color: #000;
  min-height: 100vh;
}
.checkout-wrapper {
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 700px;
  z-index: 0;
  border-top: 114px solid #030f62;
}
.checkout-wrapper .left-section {
  /* width: calc(100% - 430px); */
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 100px;
  padding-top: 50px;
}
.checkout-wrapper .left-section .main-content {
  width: 80%;
  max-width: 770px;
}
.checkout-wrapper .left-section .ant-picker {
  border-radius: unset;
  height: 40px;
  width: 100%;
}
.checkout-wrapper h2 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 32px;
  color: #e7e7e7;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.checkout-wrapper .left-section.checkout-section .btn-primary {
  width: fit-content;
  background: #5e2eba;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  height: 38px;
}
.checkout-wrapper .left-section.checkout-section .btn-primary:hover {
  box-shadow: 0 0 0 0.2rem rgb(0 178 255 / 60%) !important;
  opacity: 0.8;
}
.checkout-wrapper .left-section.checkout-section .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-wrapper .left-section.checkout-section .btn-secondary {
  width: fit-content;
}
.checkout-wrapper
  .left-section.checkout-section
  .user-type-box.affiliate
  .btn-primary {
  background: transparent;
  border: 2px solid #5e2eba;
  color: #5e2eba;
  font-size: 14px;
  font-weight: 600;
  margin-top: 50px;
}
.checkout-wrapper
  .left-section.checkout-section
  .user-type-box.customer
  .btn-primary {
  background: transparent;
  border: 2px solid #3c4356;
  color: #3c4356;
  font-size: 14px;
  font-weight: 600;
  margin-top: 50px;
}
.checkout-wrapper
  .left-section.checkout-section
  .user-type-box.customer
  .btn-primary:hover {
  box-shadow: 0 0 0 0.2rem rgb(60 67 86 / 60%) !important;
}
.checkout-wrapper .left-section.checkout-section ul {
  list-style: disc;
}
.checkout-wrapper .left-section.checkout-section .checkout-form {
  margin-bottom: 30px;
}
.authed-layout .checkout-wrapper .left-section.checkout-section .checkout-form {
  background-color: #000;
  position: relative;
}
.authed-layout .checkout-wrapper .billing-info-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.checkout-wrapper .left-section.checkout-section .checkout-form .edit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
}
.checkout-wrapper .left-section.checkout-section .checkout-title {
  font-size: 24px;
  color: #5e2eba;
}
.checkout-wrapper .left-section.checkout-section label {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #e7e7e7;
}
.checkout-wrapper .left-section.checkout-section .order-title-remove label {
  margin: 0;
}
.checkout-wrapper .left-section.checkout-section .ant-input {
  width: 100%;
  border-radius: unset;
  height: 40px;
  color: #e7e7e7;
  background-color: transparent;
  border: 1px solid #e7e7e7;
}
.checkout-wrapper .left-section.checkout-section .ant-input-affix-wrapper {
  padding: 0 11px;
  border-radius: unset;
}
.checkout-wrapper
  .left-section.checkout-section
  .ant-input-affix-wrapper
  input {
  height: 38px;
}
.checkout-wrapper .left-section.checkout-section .ant-select {
  width: 100%;
}
.ant-select-arrow {
  color: #e7e7e7 !important;
}
.checkout-wrapper
  .left-section.checkout-section
  .ant-select
  .ant-select-selector {
  border-radius: unset;
  background: transparent;
  color: #e7e7e7;
  border: 1px solid #e7e7e7;
}
.checkout-wrapper .left-section.checkout-section .input-error {
  color: #ff4d4f;
  margin-top: 5px;
}
/*************** Choose Type Section **************/
.choose-type-wrapper {
  margin-bottom: 30px;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.choose-type-wrapper .confirm-change-usertype {
  margin-top: 20px;
  text-align: center;
}
.choose-type-wrapper .confirm-change-usertype button {
  width: 100px;
  margin-left: 30px;
}
.choose-type-wrapper .checkout-title {
  margin-bottom: 20px;
}
.choose-type-wrapper .type-title {
  color: #6c757d;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.choose-type-wrapper .btn-primary {
  margin-top: 24px;
}
.choose-type-wrapper .user-type-box {
  width: 47%;
  max-width: 470px;
  padding: 50px 40px;
  border-radius: 6px;
  margin: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.choose-type-wrapper .user-type-box img {
  width: 60px;
  height: 60px;
}
.choose-type-wrapper .user-type-box.affiliate {
  background: #e6f8ff;
}
.choose-type-wrapper .user-type-box.only-affiliate {
  width: 80%;
}
.choose-type-wrapper .user-type-box.customer {
  background: #e5e5e5;
}
.choose-type-wrapper .user-type-box h6 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #232838;
}
.choose-type-wrapper .user-type-box ul {
  font-size: 14px;
  color: #3c4356;
  text-align: left;
  padding-left: 30px;
}

/**************** User Information Section **************/
.checkout-wrapper .left-section.checkout-section .password-visibility {
  cursor: pointer;
}
.checkout-form .action-row {
  margin-top: 24px;
}

/***************** Billing Form Section ***************/
.checkout-form .bitcoin-description {
  margin-top: 12px;
}
.checkout-form .btn-checkout {
  width: 160px;
  margin-left: 12px;
}
.checkout-form .btn-checktax {
  width: 200px;
}
.checkout-form .agreement {
  margin-top: 12px;
}
.checkout-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 5px;
}
.checkout-form .action-row {
  flex-direction: row !important;
  margin-top: 24px;
}
.checkout-form .billing-same-shipping-checkbox {
  margin-top: 12px;
  margin-bottom: 12px;
}
.checkout-wrapper
  .left-section.checkout-section
  .checkout-form
  .billing-checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
.checkout-wrapper
  .left-section.checkout-section
  .checkout-form
  .billing-checkbox
  label {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
.checkout-form .policy-hyperlink {
  color: #5e2eba;
}
.checkout-form .ant-spin-dot {
  font-size: 20px;
}

/****************** Side Cart *****************/
.checkout-wrapper .side-cart {
  background-color: #000;
  position: relative;
  width: 400px;
  height: 100%;
  /* box-shadow: 1px 0px 5px 0px rgb(224 224 224 / 50%); */
  height: auto;
  /* padding-top: 50px; */
  padding-top: 200px;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .checkout-wrapper .side-cart {
    padding-top: 30px;
  }
}
.checkout-wrapper .side-cart .order-details {
  width: 100%;
  height: auto;
  border: unset;
  padding: 20px 20px 10px;
}
.checkout-wrapper .side-cart .order-summary {
  width: 100%;
  height: auto;
  padding: 20px 20px 10px;
}
.checkout-wrapper .side-cart .order-frequency {
  align-items: flex-start;
}
.checkout-wrapper .side-cart .order-frequency strong {
  text-align: right;
}

/****************** Step Bar Section ****************/
.checkout-wrapper .step-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  font-family: "Bebas Neue", sans-serif;
}
.checkout-wrapper .step-point {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e7e7e7;
  position: relative;
}
.checkout-wrapper .step-label {
  position: absolute;
  top: 24px;
  left: 0;
  margin-left: -45px;
  width: 120px;
  text-align: center;
  color: #e7e7e7;
}
.checkout-wrapper .step-point:last-child .step-label {
  text-align: left;
}
.checkout-wrapper .step-point.active {
  background-color: #5e2eba;
}
.checkout-wrapper .step-line {
  width: 100px;
  height: 4px;
  background-color: #e7e7e7;
}
.checkout-wrapper .step-line.active {
  background-color: #5e2eba;
}

/***************** Confirmation ****************/

.payment-incomplete {
  font-size: 25px;
  color: #e7e7e7;
  text-align: center;
}
.wrapper.order-completion {
  width: 700px;
  margin: 120px auto 30px auto;
}
.wrapper.order-completion h2 {
  font-size: 24px;
  margin-top: 12px;
}
.wrapper.order-completion h4 {
  font-size: 20px;
  margin-top: 24px;
}
.wrapper.order-completion .confirmed-img {
  width: 60px;
  height: 60px;
}
.wrapper.order-completion .btn-checkout {
  margin: 0 8px;
}
.wrapper.order-completion .order-complete-label {
  text-align: center;
  color: #e7e7e7;
}
.wrapper.order-completion .confirm-box {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
  margin: 20px 0;
  color: #e7e7e7;
}
.wrapper.order-completion .total-price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.wrapper.order-completion .btn-checkout {
  width: 180px;
}
.wrapper.order-completion .btn-back {
  margin-right: 12px;
}
.wrapper.order-completion .checkout-confirm__warning {
  max-width: 68%;
}
.checkout-wrapper .confirmed-icon {
  font-size: 40px;
  color: #52c41a;
}
.checkout-wrapper .confirmed-icon.bitcoin {
  color: #faad14;
}
.checkout-wrapper .confirmed-icon.flagged {
  color: #ff4d4f;
}
.checkout-wrapper .btn-back {
  margin-right: 12px;
  background: #d9d9d9;
}

.checkout-wrapper .order-completion .go-cbo {
  min-width: 168px;
}

.wrapper.order-completion .alert-text {
  color: #ff4d4f;
}

/***************** Fraud Section ****************/
.checkout-wrapper .fraud-section {
  width: 100%;
  padding: 70px 20px;
}
.checkout-wrapper .fraud-section .fraud-result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-wrapper .fraud-section .fraud-result-icon img {
  width: 70px;
}
.checkout-wrapper .fraud-section .fraud-result-message {
  margin-top: 20px;
}
.checkout-wrapper .fraud-section .fraud-result-message h5 {
  text-align: center;
  font-weight: 600;
  color: #555;
}
.checkout-wrapper .fraud-section .fraud-result-message p {
  text-align: center;
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 16px;
}
.checkout-wrapper .fraud-section .fraud-verify-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.checkout-wrapper .fraud-section .fraud-verify-upload {
  width: 50%;
  max-width: 400px;
  height: 370px;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.checkout-wrapper .fraud-section .fraud-verify-upload h5 {
  font-weight: 600;
  color: #555;
}
.checkout-wrapper .fraud-section .fraud-verify-permitted-icon {
  color: #52c41a;
}
.checkout-wrapper .fraud-section .fraud-verify-upload label {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 250px;
  margin-top: 30px;
}
.checkout-wrapper .fraud-section .fraud-verify-upload ul {
  font-size: 16px;
  text-align: left;
  width: 250px;
  min-height: 120px;
  margin-top: 20px;
}
.checkout-wrapper .fraud-section .fraud-verify-upload ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.checkout-wrapper
  .fraud-section
  .fraud-verify-upload
  ul
  li
  .fraud-verify-permitted-icon {
  margin-right: 10px;
  margin-top: 5px;
}
.checkout-wrapper .fraud-section .fraud-verify-upload .fraud-verify-upload-btn {
  width: 250px;
}
.checkout-wrapper .fraud-section .fraud-verify-upload .fraud-verify-image {
  width: 250px;
  border: 1px solid #d9d9d9;
  padding: 5px;
  margin-bottom: 20px;
}
.checkout-wrapper .fraud-section .fraud-verify-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.checkout-wrapper .fraud-section .fraud-verify-submit button {
  height: 37px;
  font-size: 16px;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .choose-type-wrapper .choose-type-wrapper > div {
    flex-direction: row;
  }
}
@media (max-width: 1220px) {
  .checkout-wrapper .left-section .main-content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .choose-type-wrapper .choose-type-wrapper > div {
    align-items: center;
  }
  .checkout-wrapper .user-type-box {
    width: 100%;
  }
  .choose-type-wrapper {
    height: auto;
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .checkout-wrapper .side-cart {
    width: 300px;
    margin-left: 0px;
  }
  .checkout-wrapper .left-section {
    width: calc(100% - 330px);
  }
}
@media (max-width: 874px) {
  .checkout-wrapper {
    flex-direction: column;
  }
  .checkout-wrapper .side-cart {
    width: 100%;
  }
  .checkout-wrapper .left-section {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
  }
  .checkout-wrapper .side-cart .order-info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapper.order-completion .confirm-box-2 .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .wrapper.order-completion {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .wrapper.order-completion .confirm-box .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .checkout-wrapper .left-section.checkout-section .checkout-form .edit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: 12px;
  }
}
@media (max-width: 550px) {
  .checkout-wrapper .step-label {
    width: 102px;
    font-size: 10px;
  }
  .checkout-wrapper .step-point {
    width: 14px;
    height: 14px;
  }
  .checkout-wrapper .step-point:last-child .step-label {
    text-align: center;
  }
  .checkout-wrapper .left-section.checkout-section .checkout-form .edit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .choose-type-wrapper .confirm-change-usertype button {
    margin-left: 0;
    margin-top: 15px;
  }
  .checkout-form .btn-checkout {
    margin-left: 0;
    margin-top: 10px;
  }
  .checkout-wrapper .step-line {
    width: 80px;
  }
}
@media screen and (max-width: 350px) {
  .checkout-wrapper .step-label {
    width: 95px;
    font-size: 8px;
  }
}

.checkout-wrapper .prod-list-card {
  background-color: rgba(237, 237, 237, 0.3);
  margin-bottom: 48px;
  padding: 16px;
}
.checkout-wrapper .prod-list-card.addon-list-card {
  background-color: transparent;
}
.checkout-wrapper .prod-list-card h3 {
  font-size: 30px;
  color: #323434;
}
.checkout-wrapper .prod-list {
  display: flex;
  flex-wrap: wrap;
}
.checkout-wrapper .prod-card {
  display: flex;
  align-items: center;
  border: 1px solid #5e2eba;
  padding: 16px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  width: 300px;
}
@media (max-width: 768px) {
  .checkout-wrapper .prod-card {
    margin-bottom: 12px;
  }
}
.checkout-wrapper .prod-card .check-wrap {
  font-size: 24px;
  cursor: pointer;
}
.checkout-wrapper .prod-card .img-wrap {
  margin: 0 12px 0 6px;
}
.checkout-wrapper .prod-card .img-wrap img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
}
.checkout-wrapper .prod-card .desc-wrap {
  width: calc(100% - 112px);
}
.checkout-wrapper .prod-card .desc-wrap p {
  margin: 0;
}
.checkout-wrapper .prod-card .desc-wrap p.title-span {
  font-weight: bold;
}
.checkout-wrapper .prod-card .desc-wrap p .price-span {
  font-weight: bold;
}
.checkout-wrapper .prod-card .more-span {
  text-decoration: underline;
  cursor: pointer;
}
.checkout-wrapper .prod2-card {
  display: flex;
  align-items: center;
  margin-right: 24px;
  width: 300px;
  color: #fff;
  background-size: contain;
  padding: 16px 24px;
}
.checkout-wrapper .prod2-card .check-wrap {
  font-size: 24px;
  color: #5e2eba;
  cursor: pointer;
}
.checkout-wrapper .prod-card .check-wrap .disabled {
  color: #a9a9a9;
}
.checkout-wrapper .prod2-card .check-wrap .disabled {
  color: #888;
}
.checkout-wrapper .prod2-card .desc-wrap {
  margin-top: 60px;
  margin-left: 30px;
}
.checkout-wrapper .prod2-card p {
  margin: 0;
}
.checkout-wrapper .prod2-card .title-span {
  color: #5e2eba;
}
.checkout-wrapper .prod2-card .price-span {
  font-weight: bold;
}
.checkout-wrapper .prod2-card .more-span {
  text-decoration: underline;
  cursor: pointer;
}
.checkout-wrapper .ibo-fee-card {
  background: url("../images/ibo-fee.png") no-repeat 50% 50%;
  background-size: contain;
}
.checkout-wrapper .ibo-pro-fee-card {
  background: url("../images/ibo-fee-pro.png") no-repeat 50% 50%;
  background-size: contain;
}
.checkout-wrapper .founder-card {
  background: url("../images/founder.png") no-repeat 50% 50%;
  background-size: contain;
}
.checkout-wrapper .elite-card {
  background: url("../images/elite.png") no-repeat 50% 50%;
  background-size: contain;
}
.checkout-wrapper .founder-card .desc-wrap,
.checkout-wrapper .elite-card .desc-wrap {
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.pack-modal h2 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.pack-modal h4 {
  font-size: 18px;
  text-align: center;
}
.pack-modal li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pack-modal li svg {
  width: 24px;
}
.pack-modal li p {
  width: calc(100% - 32px);
  margin: 0;
}
.pack-modal ul svg {
  color: #5e2eba;
}
.pack-modal .action-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pack-modal .action-group button {
  background-color: #5e2eba;
  border: 0 none;
  padding: 6px 12px;
  border-radius: 4px;
}
.ant-table table {
  background: #000;
  color: #e7e7e7;
}
.ant-table-thead > tr > th {
  background: #000 !important;
  color: #e7e7e7 !important;
}
.ant-table-tbody > tr > td:hover {
  background-color: #000;
}
.new-edit-btn,
.purchase-btn {
  width: 100% !important;
  height: 42px !important;
}
.edit-purchase-btn,
.purchase-spin-btn,
.ant-spin-nested-loading {
  width: 100% !important;
}

/* new checkout design  css  */
.brain-musik-log0 {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.new-checkout-section {
  position: relative;
  margin-top: 50px;
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-brain-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.checkout-brain-logo img {
  width: 95px;
  height: 95px;
}
.payment-type-header {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
}
.new-payment-type-select {
  color: #fff !important;
  font-size: 15px !important;
  width: 500px;
  font-family: "Roboto", sans-serif;
}
.new-payment-type-select .ant-select-selector {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  padding: 3px 16px !important;
  border-radius: 8px !important;
  height: 48px !important;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.visa-card-section {
  margin-top: 83px;
  margin-bottom: 40px;
  border: 1px solid #fff;
  padding: 16px;
  border-radius: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  font-family: "Roboto", sans-serif;
}
.edit-section {
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.visa-img-details-section {
  display: flex;
  gap: 10px;
}
.visa-card-details-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.white-15 {
  color: #fff;
  font-size: 15px;
  font-family: "Bebas Neue", sans-serif;
}
.grey-13 {
  color: #ffffff99;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.dots {
  letter-spacing: 1px;
}
.pay-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #5e2eba !important;
  border: 1px solid #fff !important;
  width: 500px !important;
  height: 48px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  border-radius: 48px !important;
  font-family: "Roboto", sans-serif;
}
.cancel-btn {
  margin-top: 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  width: 500px !important;
  height: 48px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  border-radius: 48px !important;
  font-family: "Roboto", sans-serif !important;
}
.input-credit-form-section {
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.new-checkout-input {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  height: 48px !important;
  width: 500px !important;
  padding: 7px 16px !important;
  font-size: 15px !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
}
.new-checkout-input::placeholder {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
}
.spinner-conatiner {
  height: 100%;
  justify-content: center;
}

@media (max-width: 600px) {
  .credit-input-section > div {
    width: 100%;
  }
  .new-payment-type-select,
  .visa-card-section,
  .new-checkout-input,
  .pay-btn,
  .cancel-btn,
  .mobile-100,
  .ant-alert-info {
    width: 100% !important;
  }
  .new-checkout-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.margin-40 {
  margin-top: 40px;
}
.credit-card-input {
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.credit-card-input::placeholder {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
}
.new-checkout-spinner {
  margin-bottom: 20px;
}
.ant-alert-info {
  width: 500px;
  font-family: "Roboto", sans-serif;
}
/* new checkout design  css  */
