#desktop-container .content {
    width: calc(50% + 480px);
    position: relative;
    display: table;
    height: 100%;
    /* min-height: 100vh;
    max-width: 1000px; */
    padding-left: 36px;
    /* padding-bottom: 48px; */
    margin: 0 auto;
}

#desktop-container .content::before {
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + (100vw - 100%) / 2 - 180px - 16px);
    left: calc(-50vw + 50%);
    border-left: 16px solid;
    border-color: #528ff0;
    background: #fcfcfc;
}

#paymentpage-container #desktop-container .content-container .content::before {
    border-color: #f4a01c;
}

#desktop-container #header-details {
    padding: 24px 0;
    color: #0d2366;
    margin: 20px 0;
    display: table;
    min-height: 112px;
}

#desktop-container #details-view, #desktop-container #header-details {
    width: 42%;
}

#header-details {
    position: relative;
}

#desktop-container #header-details #header-logo
 {
    /* width: 64px; */
    width: 140px;
    height: 55px;
    line-height: 62px;
    display: inline-block;
    vertical-align: middle;
}

#desktop-container #header-details > div {
    vertical-align: middle;
    display: inline-block;
    font-size: 30px;
}

#header-details #header-logo {
    text-align: center;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
    padding: 8px;
    display: inline-block;
}

#header-details #header-logo img {
    width: 100%;
    display: block;
}

#desktop-container #header-details #merchant-name {
    font-weight: bold;
    line-height: 28px;
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
}
#desktop-container #header-details > div:nth-of-type(n+2) {
    padding-left: 16px;
}

#desktop-container #header-details > div {
    vertical-align: middle;
    display: inline-block;
    font-size: 30px;
}

#desktop-container #main-view {
    padding: 30px 32px;
    width: 480px;
    float: right;
    top: -22px;
}

#main-view {
    position: relative;
    border-radius: 2px;
    box-shadow: 6px 11px 24px 0 rgba(23, 31, 37, 0.12);
    background: #fff;
}

.slider-view {
    background: #fff;
    position: relative;
    transition: 0.2s;
}

#paymentpage-container .title, #wysiwyg-root .title {
    position: relative;
    color: #0d2366;
    overflow-wrap: break-word;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
}
#paymentpage-container a, #wysiwyg-root a {
    text-decoration: none;
    color: #528ff0;
    display: inline-block;
}

#paymentpage-container .title-underline {
    border-color: #f4a01c;
}

#paymentpage-container .title-underline, #wysiwyg-root .title-underline {
    display: block;
    width: 28px;
    border-bottom: 5px solid;
    margin-top: 20px;
    border-color: #f4a01c;
}

#desktop-container #form-section {
    height: 100%;
}

.title + #form-section {
    margin-top: 36px;
}

#form-section {
    position: relative;
}

.UI-form.UI-form {
    position: relative;
    color: #515978;
}

.UI-form.UI-form .Field

 {
    position: relative;
    display: block;
    margin: 24px 0 -21px;
    transition: 0.12s;
}

@media (max-width: 1024px) {
    .UI-form.UI-form .Field {
        margin-top: 24px;
    }
}

.UI-form.UI-form .Field-label {
    position: relative;
    float: left;
    /* width: 140px; */
    font-size: 15px;
    line-height: 20px;
    color: #515978;
    word-break: break-word;
}

.Fi-label{
    position: relative;
    /* width: 140px; */
    font-size: 15px;
    line-height: 20px;
    color: #515978;
    word-break: break-word;
    margin-bottom: -3%;
  }

@media (max-width: 1024px) {
    .UI-form.UI-form .Field-label {
        width: 100%;
        margin-bottom: 4px;
        text-align: left;
        float: unset;
    }
}

#desktop-container #form-section #form-footer {
    margin: 48px -32px -30px -32px;
}
#form-section #form-footer {
    position: relative;
}

#form-section .form-footer-payment {
    position: relative;
    background: #f5f6f7;
    text-align: center;
}

#desktop-container #form-section #form-footer .form-footer-payment {
    min-height: 56px;
    padding-left: 32px;
    overflow: auto;
}

#desktop-container #form-section #form-footer #fin-logo

 {
    margin-top: 20px;
}

#form-section .form-footer-payment #fin-logo {
    width: 180px;
    float: left;
}

#paymentpage-container img, #wysiwyg-root img {
    font-size: 15px;
    color: #515978;
    line-height: 20px;
}

#desktop-container #form-section #form-footer .btn {
    position: relative;
    width: 180px;
    min-height: 56px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    float: right;
    border-radius: 0;
    text-align: center;
    color: #fff;
}

#paymentpage-container .btn-container .btn, #paymentpage-container #form-footer .btn {
    background-color: #f4a01c;
    color: #fff !important;
}

#paymentpage-container .btn, #wysiwyg-root .btn

 {
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    padding: 10px 16px;
    border-radius: 2px;
    transition: all 0.3s;
    text-align: center;
    margin: 0;
}

#details-view #description-details #description {
    margin-top: 24px;
    word-break: break-word;
}

#details-view .details-value {
    margin-top: 4px;
    color: #515978;
    font-size: 17px;
    line-height: 22px;
}

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    height: 100%;
    margin: 0px;
    position: relative;
}

#desktop-container #details-view #details-section > div
 {
    margin-bottom: 40px;
}

#details-view #details-section > div {
    position: relative;
}

#details-view label {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    color: #0d2366;
    margin-bottom: 8px;
}

#details-view #support-details svg {
    fill: #0d2366;
    width: 16px;
    margin-right: 8px;
}


#details-view #support-details a div {
    color: #0d2366;
    font-size: 17px;
    display: inline-block;
}


input {
  height: 40px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 50px;
  font-size: 17px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid gray;
}

select {
  height: 40px;
  padding: 0 25px 0 15px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 50px;
  font-size: 17px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid gray;
}


/* =========================
   MOBILE VIEW FIX ONLY
   ========================= */
@media (max-width: 768px) {

  /* RESET LAYOUT */
  #desktop-container .content {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  #desktop-container .content::before {
    display: none;
  }

  /* HEADER */
  #desktop-container #header-details {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    margin: 0;
    min-height: auto;
  }

  #desktop-container #header-details #header-logo {
    width: 48px;
    height: 48px;
    padding: 6px;
  }

  #desktop-container #header-details #merchant-name {
    font-size: 17px;
    max-width: 100%;
    line-height: 22px;
  }

  /* MAIN PAYMENT CARD */
  #desktop-container #main-view {
    width: 100%;
    float: none;
    top: 0;
    padding: 20px 16px;
    margin: 0;
    border-radius: 8px;
  }

  /* FORM */
  .UI-form.UI-form .Field {
    margin: 16px 0;
  }

  .UI-form.UI-form .Field-label {
    width: 100%;
    float: none;
    margin-bottom: 6px;
    font-size: 17px;
  }

  /* FOOTER PAYMENT */
  #desktop-container #form-section #form-footer {
    margin: 24px -16px -16px -16px;
  }

  #desktop-container #form-section #form-footer .form-footer-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }

  #form-section .form-footer-payment #fin-logo {
    float: none;
    margin: 0 0 12px 0;
    width: 140px;
  }

  #desktop-container #form-section #form-footer .btn {
    float: none;
    width: 100%;
    border-radius: 6px;
    min-height: 48px;
    font-size: 17px;
  }

  /* DETAILS SECTION */
  #desktop-container #details-view {
    width: 100%;
    margin-top: 20px;
  }

  #details-view #details-section > div {
    margin-bottom: 24px;
  }

  #details-view .details-value {
    font-size: 17px;
    line-height: 20px;
  }

  /* CONTACT */
  #details-view #support-details a {
    display: flex;
    align-items: center;
  }

  #details-view #support-details svg {
    width: 14px;
  }

  /* TITLE */
  #paymentpage-container .title {
    font-size: 17px;
    line-height: 22px;
  }

  #paymentpage-container .title-underline {
    margin-top: 12px;
  }
  #description-details,#support-details,#terms-details{
    padding: 5px;
    margin: 5px;
  }
  input {
  height: 40px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 50px;
  font-size: 17px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid gray;
}
}

/* =========================
   SMALL MOBILE (≤480px)
   ========================= */
@media (max-width: 480px) {

  #desktop-container #main-view {
    padding: 16px 12px;
  }

  .UI-form.UI-form .Field-label .Fi-label {
    font-size: 17px;
  }

  #paymentpage-container .btn {
    font-size: 17px;
    padding: 12px;
  }

  #details-view label {
    font-size: 17px;
  }
}

.switch {
  width: 120px;
  height: 40px;
  background: #ccc;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-weight: bold;
}


.switch.active .slider {
  left: 50%;
  background: #f44336;
}


.switch {
  width: 120px;
  height: 40px;
  background: transparent;   /* 👈 transparent */
  border: 2px solid #ccc;    /* 👈 visible outline */
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-weight: bold;
}

.slider {
  width: 50%;
  height: 100%;
  background: transparent;   /* 👈 transparent */
  border: 7px solid #4169E1;    /* 👈 visible outline */
  border-radius: 40px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.switch.active .slider {
  left: 50%;
  background: transparent;   /* 👈 transparent */
  border: 7px solid #4169E1;    /* 👈 visible outline */
}
