/*
 *  Copyright (C) GPayments Pty Ltd - All Rights Reserved
 *  Copying of this file, via any medium, is subject to the
 *  ActiveServer End User License Agreement (EULA)
 *
 *  Proprietary code for use in conjunction with GPayments products only
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *
 *  Written by GPayments <techsupport@gpayments.com>, 2020
 *
 *
 */

.main-section {
  background-color: #F8F8F8;
  margin-top: 50px;
}

.btn {
  border: 0px;
  margin: 10px 0px;
  box-shadow: none !important;
}

.display-1 {
  color: #007bff;
}

.row .col-sm-4 .required {
  color: red;
}

.total-header-section {
  border-bottom: 1px solid #d2d2d2;
}

.total-section p {
  margin-bottom: 20px;
}

.cart-detail {
  padding: 15px 0px;
}

.cart-detail-img img {
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.cart-detail-product p {
  margin: 0px;
  color: #000;
  font-weight: 500;
}

.cart-detail .price {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
}

.cart-detail .count {
  color: #C2C2DC;
}

.checkout {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
}

.checkout-button {
  font-size: 20px;
}

.checkout .btn-primary {
  border-radius: 50px;
  height: 50px;
}

.checkout-button {
  font-size: 20px;
}

.card-row {
  padding: 1.5rem;
}

.cards-container {
  width: 1000px;
}

.alert {
  margin-top: 20px;
}

.challengeContainer {
  overflow: hidden;
  height: 680px;
}

.spinnerContainer {
  overflow: hidden;
  height: 680px;
}

.checkoutCard {
  padding-top: 24px;
  position: relative;
  height: 1000px;
}

.iframeContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 785px;
  height: 678px;
  box-sizing: content-box;
}

.spinnerContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 785px;
  height: 678px;
}

#cover {
  margin: 0;
  padding: 1.5rem;
}

#additional-info-div .row .col-sm-4 {
  margin-top: 5px;
}

#additional-info-div .row .col-sm-8 {
  margin-top: 5px;
}

#customizeCollapse {
  margin-bottom: 10px;
}

#customizeCollapse .card-body {
  padding: 10px;
}

#customizeCollapse .card-body dd {
  margin: 0;
}

#customizeCollapse .row {
  margin-bottom: 0;
}

#providerSelect {
  margin: 10px 0;
}

#scenarioSelect {
  margin: 10px 0;
}

.cartlink {
  display: none
}

.highlight {
  background-color: #f7f7f9;
  padding: 1.5rem 0.75rem;;
}

.spinner .decoupled-info-tag {
  margin: 20px 80px;
}

.noScriptContainer {
  border: 1px #e8e8e8 solid;
  background: #ffffff;
  margin: 20px auto;
  padding: 14px;
  max-width: 600px;
  max-height: 600px;
}

.noScriptContainer p {
  margin-top: 10px;
}

.noScriptContainer label {
  padding-left: 20px;
  margin: 3px 0;
}

.noScriptContainer input {
  margin: 3px 0;
}

.noScriptContainer button {
  margin: 15px 0 0 0;
  width: 70px;
}


.noScriptContainer button:focus {
  background: grey;
  color: #fff;
}

.noscriptIframeContainer {
  height: 800px;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}