.lw-paypage-public-view .lw-validation-message {
  color: red;
  width: 100%;
}
.lw-paypage-public-view .lw-show-till-loading {
  display: none;
}

.lw-paypage-public-view .lw-show-till-loading img {
    margin: 50vh 50%;
  }
.lw-paypage-public-view .lw-page-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.lw-paypage-public-view .lw-page-loader .spinner-border {
  position: absolute;
  left: 50%;
  top: 50%;
}
.lw-paypage-public-view div.lw-fieldset {
  border: 2px solid #e1e1e1;
  border-radius: 4px;
    position: relative;
    background: #f2f4f7;
    border: 2px solid #e8ebed;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.lw-paypage-public-view .lw-payment-box div.lw-fieldset {
    text-align: center;
}

.lw-paypage-public-view .form-check-inline .form-check-input {
    display: none;
  }
.lw-paypage-public-view .form-check-inline {
  width: 46%;
}
.lw-paypage-public-view .form-check-label {
  width: 100%;
}
.lw-paypage-public-view .lw-fieldset-legend-font {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 10px;
  border-bottom: none;
  width: auto;
  border: 0;
  padding: 0 10px;
}
.lw-paypage-public-view .lw-payment-gateway-icon {
    max-width: 100%;
    height: 30px;
    object-fit: contain;
    margin: 6px 0;
}
.lw-paypage-public-view .lw-payment-gateway-icon,
.lw-paypage-public-view .lw-payment-gateway-icon-small {
  max-width: 100%;
  max-height: 35px;
  object-fit: contain;
}
.lw-paypage-public-view .lw-payment-gateway-icon {
    max-height: 20px;
    margin-top: 8px;
}
.lw-paypage-public-view .lw-logo-container {
  text-align: center;
  margin-bottom: 20px;
}
.lw-paypage-public-view .lw-logo {
  max-width: 100%;
}
.lw-paypage-public-view .lw-logo-section {
  margin-top: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lw-paypage-public-view .form-check-inline {
    width: 100%;
  }
  .lw-paypage-public-view .lw-logo-section {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.lw-paypage-public-view .mb-3,
.lw-paypage-public-view .my-3 {
  margin-bottom: 1rem !important;
}
.lw-paypage-public-view .text-danger {
  color: #dc3545 !important;
}

.lw-paypage-public-view strong {
    font-weight: 400;
}

.lw-paypage-public-view .form-control {
  display: block;
  width: 100%;
}
.lw-paypage-public-view .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* .lw-paypage-public-view .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
} */
.lw-paypage-public-view .btn-group-lg > .btn,
.lw-paypage-public-view .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.lw-paypage-public-view .btn-block {
  display: block;
  width: 100%;
}
.lw-paypage-public-view [type="button"]:not(:disabled),
.lw-paypage-public-view [type="reset"]:not(:disabled),
.lw-paypage-public-view [type="submit"]:not(:disabled),
.lw-paypage-public-view button:not(:disabled) {
  cursor: pointer;
}

.lw-paypage-public-view .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.lw-paypage-public-view .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.lw-paypage-public-view .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#backToChoosePaymentMethod {
    margin-bottom: 40px;
}
.lw-paypage-public-view #lwPaymentForm {
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0px 24px 60px -1px rgba(37,44,54,0.14);
}

/* ---------- */
.lw-paypage-public-view {
	/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
}
 .lw-paypage-public-view .row {
	 display: -ms-flexbox;
	/* IE10 */
	 display: flex;
	 -ms-flex-wrap: wrap;
	/* IE10 */
	 flex-wrap: wrap;
	 margin: 0 -16px;
}
 .lw-paypage-public-view .col-25 {
	 -ms-flex: 25%;
	/* IE10 */
	 flex: 25%;
}
 .lw-paypage-public-view .col-50 {
	 -ms-flex: 50%;
	/* IE10 */
	 flex: 50%;
}
 .lw-paypage-public-view .col-75 {
	 -ms-flex: 75%;
	/* IE10 */
	 flex: 75%;
}

.lw-paypage-public-view .row.lw-inline-form-row .col-25 {
    /* padding: 0 8px 0 16px; */
}

.lw-paypage-public-view .row.lw-inline-form-row .col-75 {
    /* padding: 0 16px 0 8px; */
}

.lw-paypage-public-view .col, .lw-paypage-public-view .col-25, .lw-paypage-public-view .col-50, .lw-paypage-public-view .col-75 {
	padding: 0 16px;
}
 .lw-paypage-public-view .container {
	padding: 20px;
}

.lw-paypage-public-view input:focus,
.lw-paypage-public-view input {
	 width: 100%;
	 margin-bottom: 20px;
	 padding: 12px;
	 border: 1px solid #ccc;
	 border-radius: 3px;
     outline-color: initial;
}

.lw-paypage-public-view .lw-payment-box .form-check-input,
.lw-paypage-public-view .lw-payment-box input[type=radio].form-check-input,
.lw-paypage-public-view .lw-payment-box .si-input-supported input[type=radio] {
        display: none !important;
    }

 .lw-paypage-public-view label {
	 margin-bottom: 10px;
     margin-top: 12px;
	 display: block;
}
 .lw-paypage-public-view .icon-container {
	 margin-bottom: 20px;
	 padding: 7px 0;
	 font-size: 24px;
}

.lw-paypage-public-view .btn {
    background-color: #4c4c4c;
    color: white;
    padding: 6px 28px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    text-transform: none;
}
.lw-paypage-public-view .btn:hover {
    background-color: #000000;
}

 .lw-paypage-public-view .btn.btn-success {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    font-size: 24px;
}
 .lw-paypage-public-view .btn.btn-success:hover {
	 background-color: #45a049;
}
.lw-paypage-public-view .alert {
    background-color: cornsilk;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid yellow;
}

 .lw-paypage-public-view a {
	 color: #2196f3;
}
 .lw-paypage-public-view hr {
	border: 1px solid lightgrey;
    background-color: transparent;
    height: 0;
}
 .lw-paypage-public-view .price {
	 /* float: right; */
	 color: #000000;
    display: block;
    /* background-color: #f8f8f8; */
    text-align: center;
    padding: 18px;
    border-radius: 8px;
}
.lw-paypage-public-view .price small {
    font-size: 14px;
}
 @media (max-width: 800px) {
	 .lw-paypage-public-view .row {
		 /* flex-direction: column-reverse; */
         flex-direction: column;
	}
	 .lw-paypage-public-view .col-25 {
		 margin-bottom: 20px;
	}
}
 