@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  margin: 0;
  /* font-family: Lato, Muli, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
  font-family: "Lato", sans-serif;
  color: #515978;
  -webkit-font-smoothing: antialiased;
  background-color: #efefef;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  line-height: 1.7em;
}
.theme-desktop.light::before {
  background-image: url(https://cdn.razorpay.com/static/assets/paymentpages/light_desktop.svg);
}
.theme-desktop::before {
  content: "";
  top: 0;
  position: absolute;
  right: 0;
  width: 30%;
  height: 100%;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: inherit;
}
#paymentpage-container {
  position: relative;
  /* font-family: "Muli", "Lato", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: "Lato", sans-serif;
}
#desktop-container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#desktop-container .content-container {
  min-width: 760px;
  display: table;
}
.content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#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;
}
#paymentpage-container #desktop-container .content-container .content::before {
  border-color: #0097b2;
}
#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: #dffaff;
}
#desktop-container #header-details {
  padding: 24px 0;
  color: #0d2366;
  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;
  height: 64px;
  line-height: 62px;
  display: inline-block;
  vertical-align: middle;
}
#desktop-container #header-details > div {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
}
#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: 5px;
  display: inline-block;
}
#header-details #header-logo img {
  width: 100%;
  display: block;
}
#paymentpage-container img,
#wysiwyg-root img {
  font-size: 12px;
  color: #515978;
  line-height: 20px;
  border-radius: 10px;
}
#paymentpage-container #desktop-container #header-details #merchant-name,
#paymentpage-container #desktop-container #main-view .title,
#paymentpage-container #details-section #description-details .title,
#paymentpage-container #details-section label,
#paymentpage-container #details-section .Input .Input-el,
#paymentpage-container #details-section .title--big .Input-el,
#paymentpage-container #support-details .sub-detail .Input-el,
#paymentpage-container #details-view #support-details a div,
#paymentpage-container .ql-editor h2,
#paymentpage-container .ql-editor h3,
#paymentpage-container .ql-editor p {
  color: #221e1e;
}
#desktop-container #header-details #merchant-name {
  font-weight: 400;
  line-height: 28px;
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
}
#desktop-container #header-details > div:nth-of-type(n + 2) {
  padding-left: 10px;
}
#desktop-container #header-details > div {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
}
#desktop-container #main-view {
  padding: 30px 32px;
  width: 480px;
  float: right;
  top: -22px;
}
#main-view {
  position: relative;
  border-radius: 15px;
  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: 18px;
  line-height: 24px;
}
#paymentpage-container a,
#wysiwyg-root a {
  text-decoration: none;
  color: #528ff0;
  display: inline-block;
}
#paymentpage-container .title-underline {
  border-color: rgb(6, 0, 97);
}
#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 0px;
  transition: 0.12s;
}
.UI-form.UI-form .Field-label {
  position: relative;
  float: left;
  width: 140px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #221e1e;
  word-break: break-word;
}
.UI-form.UI-form .Field-content {
  margin-left: 164px;
}
.UI-form.UI-form .Field-wrapper {
  position: relative;
  height: 36px;
  min-width: 160px;
  max-width: 360px;
  color: #0d2366;
}
.UI-form.UI-form .Field-addon {
  position: absolute;
  top: 0;
  display: table;
  height: 100%;
}
.UI-form.UI-form .Field-el {
  line-height: 16px;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #0097b2;
  border-radius: 2px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 16px;
  outline: none;
  color: #221e1e;
  font-weight: 400;
  border-radius: 10px;
}
.UI-form.UI-form .Field-addon {
  position: absolute;
  top: 0;
  display: table;
  height: 100%;
}
.UI-form.UI-form .Field::after {
  content: "";
  display: table;
  clear: both;
}
.UI-form.UI-form .Field-wrapper {
  position: relative;
  height: 36px;
  min-width: 160px;
  max-width: 360px;
  color: #0d2366;
}
.UI-form.UI-form .Field-addon--before {
  left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.UI-form.UI-form .Field-addon {
  position: absolute;
  top: 0;
  display: table;
  height: 100%;
}
.UI-form.UI-form .Field-addon > * {
  display: table-cell;
  vertical-align: middle;
}
#paymentpage-container b,
#wysiwyg-root b {
  font-weight: bold;
}
.UI-form.UI-form .Field-addon > span > * {
  display: inline-block;
  vertical-align: middle;
}
.UI-form.UI-form .currency-symbol {
  margin-top: 2px;
}
.UI-form.UI-form .Field--currency-1 .Field-addon--before + .Field-el {
  /*padding-left: 20px;*/
}
.UI-form.UI-form .Field-label .text-optional {
  font-size: 12px;
  opacity: 0.7;
}
.UI-form.UI-form .Field--amount--selected div.Field-el,
.UI-form.UI-form .Field--amount--selected input.Field-el {
  background: #fcfdff;
  border: 1px solid #dae7fc;
}
.UI-form.UI-form .Field-wrapper .Field-el label {
  line-height: 36px;
  margin-left: 20px;
}
#paymentpage-container b,
#wysiwyg-root b {
  font-weight: bold;
}
#desktop-container #form-section #form-footer {
  margin: 48px -32px -30px -32px;
}
#form-section #form-footer {
  position: relative;
}
#desktop-container #form-section #form-footer .form-footer-payment {
  min-height: 56px;
  padding-left: 32px;
  overflow: auto;
}
#form-section .form-footer-payment {
  position: relative;
  background: #dffaff;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#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: 12px;
  color: #515978;
  line-height: 20px;
}
#desktop-container #form-section #form-footer .btn {
  position: relative;
  width: 180px;
  min-height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  float: right;
  border-radius: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#paymentpage-container .btn-container .btn,
#paymentpage-container #form-footer .btn {
  background-color: #0097b2;
  color: #fff !important;
}
#form-section .form-footer-payment .btn {
  white-space: initial;
}
#paymentpage-container .btn--gradient,
#wysiwyg-root .btn--gradient {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
#paymentpage-container .btn,
#wysiwyg-root .btn {
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 2px;
  transition: all 0.3s;
  text-align: center;
  margin: 0;
}
#form-section .form-footer-payment .btn span {
  display: inline-block;
}
#desktop-container #details-view,
#desktop-container #header-details {
  width: 42%;
}
#details-view {
  position: relative;
  bottom: 0;
  white-space: nowrap;
}
#desktop-container #details-view #details-section {
  display: inline-block;
  width: 100%;
}
#desktop-container #details-view #description-details {
  white-space: normal;
  min-height: 200px;
}
#details-view #details-section > div {
  position: relative;
}
#details-view #description-details {
  position: relative;
  color: #515978;
}
#paymentpage-container .title,
#wysiwyg-root .title {
  position: relative;
  color: #0d2366;
  overflow-wrap: break-word;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
#paymentpage-container .title--big,
#wysiwyg-root .title--big {
  font-size: 24px;
  line-height: 32px;
}
#paymentpage-container .title-underline {
  border-color: rgb(6, 0, 97);
}
#paymentpage-container .title-underline,
#wysiwyg-root .title-underline {
  display: block;
  width: 28px;
  border-bottom: 5px solid;
  margin-top: 20px;
  border-color: #221e1e;
}
#details-view #description-details #description {
  word-break: break-word;
}
#details-view .details-value {
  margin-top: 4px;
  color: #515978;
  font-size: 14px;
  line-height: 22px;
}
#paymentpage-container .text-line,
#wysiwyg-root .text-line {
  white-space: pre-line;
  word-wrap: break-word;
}
#paymentpage-container #description-quill.ql-disabled {
  border: none;
}
#paymentpage-container #description-quill.ql-disabled .ql-editor {
  padding: 0;
}
#paymentpage-container .ql-editor {
  /* font-family: "Muli", "Lato", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: "Lato", sans-serif;
  color: #221e1e;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
#paymentpage-container .ql-editor p {
  line-height: 20px;
  color: #0d2366;
}
#paymentpage-container p,
#wysiwyg-root p {
  white-space: pre-wrap;
  word-wrap: break-word;
}
#paymentpage-container ol,
#wysiwyg-root ol,
#paymentpage-container p,
#wysiwyg-root p {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
#details-view label {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #0d2366;
  margin-bottom: 8px;
}
#details-view #details-section > div .sub-detail {
  line-height: 28px;
}
#details-view #support-details svg,
#details-view #support-details div {
  vertical-align: middle;
}
#paymentpage-container a,
#wysiwyg-root a {
  text-decoration: none;
  color: #528ff0;
  display: inline-block;
}
#details-view #support-details svg {
  fill: #0d2366;
  width: 16px;
  margin-right: 8px;
}
#details-view #support-details svg,
#details-view #support-details div {
  vertical-align: middle;
}
#details-view #details-section > div {
  position: relative;
}
#details-view label {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #0d2366;
  margin-bottom: 8px;
}
#details-view .details-value {
  margin-top: 4px;
  color: #515978;
  font-size: 14px;
  line-height: 22px;
}
#paymentpage-container .text-wrap,
#wysiwyg-root .text-wrap {
  white-space: initial;
  word-wrap: break-word;
}
.details-footer {
  font-size: 12px;
  line-height: 18px;
  box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.18);
  padding: 16px 0;
  width: 100%;
  color: rgba(22, 47, 86, 0.74);
  white-space: normal;
}
.details-footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.details-footer #rzp-logo {
  width: 98px;
  margin-bottom: 4px;
}
#paymentpage-container img,
#wysiwyg-root img {
  font-size: 12px;
  color: #515978;
  line-height: 20px;
}
#paymentpage-container a,
#wysiwyg-root a {
  text-decoration: none;
  color: #528ff0;
  display: inline-block;
}
.details-footer-bottom-actions {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#paymentpage-container a,
#wysiwyg-root a {
  text-decoration: none;
  color: #528ff0;
  display: inline-block;
}
.details-footer a.report-message {
  display: flex;
  align-items: center;
}
.details-footer a.black-link-text {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #536582;
}
.details-footer a.report-message svg {
  margin-right: 5px;
}
#details-view #support-details a div {
  color: #0d2366;
  font-size: 14px;
  display: inline-block;
}
.details-value p {
  margin: 0;
}
.mobile-btn-back svg {
  display: none;
}

.mobile-next-btn {
  display: none !important;
}
.errormsg {
  font-size: 11px;
}

/*Media-Query-Start*/
@media (max-width: 991px) {
  #desktop-container .content::before {
    left: calc(0vw + 0%);
  }
}
@media (max-width: 767px) {
  .theme-desktop::before {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
  }
  #desktop-container .content-container {
    min-width: 100%;
    display: block;
  }
  #desktop-container .content {
    width: calc(100% + 480px);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0 auto;
    background-color: #ffffff;
  }
  #desktop-container #main-view {
    padding: 0px 0px;
    width: 90%;
    float: none;
    top: auto;
    order: 2;
    display: none;
    border: 1px solid #000;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 120px;
    box-shadow: none;
  }
  .UI-form.UI-form .Field {
    position: relative;
    display: block;
    margin: 19px 0 0px;
    transition: 0.12s;
  }
  .errormsg {
    font-size: 9px;
}
  .UI-form.UI-form .Field-label {
    position: relative;
    float: inherit;
    width: auto;
    font-size: 12px;
    line-height: 14px;
    color: #221e1e ;
    word-break: break-word;
  }
  .UI-form.UI-form .Field-content {
    margin-left: auto;
  }
  .UI-form.UI-form .Field-wrapper {
    position: relative;
    height: 36px;
    min-width: 100%;
    max-width: 100%;
    color: #0d2366;
  }
  .UI-form.UI-form .Field-el {
    height: 40px;
    padding: 10px 16px;
    margin-top: 4px;
    border-bottom:  1px solid #1794b6;
    border-left: 1px solid #1794b6;
    border-right: 1px solid #1794b6;
    border-top: 1px solid #1794b6;
  }
  .custom-apply-botton{
    margin-top: 6px;
    padding: 10px 9px !important;
  }
  #desktop-container #form-section #form-footer .form-footer-payment {
    min-height: 65px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    position: fixed;
    left: 0;
    bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #form-section .form-footer-payment #fin-logo {
    width: 100%;
    float: inherit;
  }
  #desktop-container #form-section #form-footer .btn {
    position: relative;
    width: 90%;
    margin: auto;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    float: inherit;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #desktop-container #details-view,
  #desktop-container #header-details {
    width: 100%;
  }
  #paymentpage-container
    #desktop-container
    .content-container
    .content::before {
    border-color: rgb(6, 0, 97);
    display: none;
  }
  #desktop-container #details-view #details-section > div {
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 15px;
  }
  #desktop-container #form-section #form-footer {
    margin: 0;
  }
  #desktop-container #header-details #header-logo {
    width: 64px;
    height: 64px;
    line-height: 62px;
    display: block;
    vertical-align: middle;
    margin: 0 7px 0px 15px;
  }
  #desktop-container #header-details #merchant-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    max-width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    padding-left: 0;
    color: #000000 !important;
  }
  .form-field-mobile-hide {
    display: block;
  }
  #desktop-container #form-section #form-footer #fin-logo {
    margin-top: 0px;
    padding: 15px 45px;
    background-color: #fff;
    /* background-color: transparent; */
  }
  .slider-view .title {
    display: block;
  }
  .title + #form-section {
    margin-top: 0px;
  }
  #paymentpage-container .text-line,
  #wysiwyg-root .text-line {
    white-space: initial;
    word-wrap: break-word;
  }
  .payment-for {
    margin-bottom: 20px;
  }
  .payment-for p {
  }
  .payment-for strong {
  }
  .payble-amount {
    margin-bottom: 20px;
  }
  .payble-amount p {
  }
  .payble-amount strong {
    font-size: 20px;
    position: relative;
  }
  .payble-amount strong:after {
    content: "";
    height: 2px;
    width: 35px;
    left: 0;
    bottom: -5px;
    background-color: #00efff;
    position: absolute;
  }
  .expire-by {
    margin-bottom: 20px;
  }
  .expire-by p {
  }
  .expire-by strong {
  }
  #paymentpage-container .title--big,
  #wysiwyg-root .title--big {
    font-size: 20px;
    line-height: 24px;
  }
  #desktop-container #details-view #details-section {
    display: inline-block;
    width: 100%;
    padding: 0 15px 10px;
  }
  #paymentpage-container .title-underline,
  #wysiwyg-root .title-underline {
    width: 28px;
    border-bottom: 5px solid;
    margin-top: 10px;
    border-color: #221e1e;
    display: block;
  }
  #details-view .details-value {
    margin-top: 10px;
    /*    font-size: 16px;*/
    line-height: 24px;
    /*text-transform: uppercase;*/
  }
  #paymentpage-container .ql-editor p {
    line-height: 24px;
    color: #717171;
    font-weight: 500;
  }
  #details-view #description-details {
    position: relative;
    color: #515978;
    padding: 20px 15px;
    background-color: #fff;
  }
  #support-details {
    background-color: #dffaff;
    padding: 10px 15px;
    margin-bottom: 20px !important;
    margin-top: -15px !important;
    border: 1px solid #000000;
    border-radius: 15px;
  }
  #details-view #details-section > div .sub-detail {
    line-height: 24px;
  }
  #details-view #support-details svg {
    fill: #0d2366;
    width: 16px;
    margin-right: 3px;
  }
  #merchant-name {
    color: #221e1e !important;
  }
  #desktop-container #header-details {
    padding: 10px 0;
    /* color: #0d2366; */
    display: flex;
    align-items: center;
    min-height: 80px;
    /* background-color: #0097b2; */
    background-color: #dffaff;
    border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
  }
  .theme-desktop.light::before {
    background: #efefef;
  }
  #form-section .form-footer-payment .btn {
    white-space: initial;
  }
  .termscondtion-cus span {
    text-transform: capitalize;
  }
  .mobile-next-btn {
    background-color: #0097b2;
    color: #fff !important;
    /* position: fixed;
    left: 0;
    bottom: 0px; */
    width: 90%;
    margin: auto !important;
    min-height: 56px;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 20px;
    /* float: right; */
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    /* margin: 0; */
    padding: 10px 16px;
    border: 0;
    outline: none;
    cursor: pointer;
    display: block !important;
    border-radius: 15px !important;
  }
  .mobile-btn-back {
    position: relative;
  }
  .mobile-btn-back svg {
    position: absolute;
    left: -30px;
    top: -18px;
    display: block;
  }
  .payment-details-title {
    margin-top: 20px;
    margin-left: 40px;
  }
  .form-field-padding-cus {
    padding: 0 15px 30px;
  }
  .form-field-final-padding-cus {
    padding: 0 15px 50px;
  }
  #details-view label {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #0d2366;
    margin-bottom: 8px;
  }
  #details-view #description-details #description {
    word-break: break-word;
    padding-bottom: 15px;
  }
  .terms-details-cus {
    margin-top: -15px !important;
  }
  .terms-details-cus .details-value {
    margin-top: 0 !important;
  }
  #details-view {
    background-color: #ffffff;
  }
  .despction-box {
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 30px !important;
  }
  .despction-box .details-value {
    padding-bottom: 0px !important;
  }
  #form-section .form-footer-payment{
    background-color: #ffffff;
  }
}
.custom-apply-botton {
  background: #0097b2;
  border: 0;
  border-radius: 0px 10px 10px 0;
  color: white;
  padding: 8px 9px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}
