@charset "UTF-8";
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*modals*/
/* ---------------------------------------------
* Main Theme Colors
*-----------------------------------------------*/
/* ---------------------------------------------
* more
*-----------------------------------------------*/
.module_services_menu_main i {
  font-size: 24px !important;
  opacity: 0.9;
}

/*show error messages with a bigger noty message*/
#noty_bottomLeft_layout_container {
  width: 500px !important;
}

#noty_bottomLeft_layout_container li:nth-child(3),
#noty_bottomLeft_layout_container li:nth-child(2) {
  width: 100% !important;
}

#services-modules-form-table-action {
  width: 250px;
}

/** CHECKOUT ORIGINAL*/
.order-summary-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background: white;
  border-left: 1px solid #d9d9d9;
  z-index: 1000;
}

.main-content {
  margin-right: 300px;
}

.continue-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: white;
  border-top: 1px solid #d9d9d9;
}

.addon-section {
  background-color: #f1f5f7;
  border-radius: 0.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.addon-toggle {
  color: #6c757d;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
}

.addon-toggle:hover {
  color: #5a6268;
  text-decoration: none;
}

.addon-toggle::after {
  content: "+";
  float: right;
  font-weight: bold;
}

.addon-toggle.collapsed::after {
  content: "+";
}

.addon-toggle:not(.collapsed)::after {
  content: "−";
}

@media (max-width: 768px) {
  .order-summary-panel {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    border-left: none;
    border-top: 1px solid #dee2e6;
  }
  .main-content {
    margin-right: 0;
    margin-bottom: 200px;
  }
}
/** CHECKOUT ORIGINAL END*/
/*CHECKOUT FORMS*/
.order-summary-panel {
  top: 74px;
  width: 350px;
  z-index: 0;
}

.main-content {
  margin-right: 350px;
}

.continue-button-wrapper {
  bottom: 75px;
}

.modules-services-checkout-form .module-services-services-not-found {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

/**hide right panel*/
.modules-services-hide-right-panel #modules-services-order-summary-panel {
  display: none;
}
.modules-services-hide-right-panel .modules-services-left-panel {
  margin-right: 0px;
}

/*make cards more visible*/
.modules-services-checkout-container .card {
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}

/* checkout - right panel - summary*/
.modules-services-order-summary-panel .x-summary-options-list {
  background-color: #f1f5f7;
  padding: 8px;
}
.modules-services-order-summary-panel .x-service-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 15px;
  overflow-wrap: break-word;
  /* Helps with very long words */
}
.modules-services-order-summary-panel .x-service-amount {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* form builder*/
.form-builder .sticky-controls {
  padding-left: 20px;
}
.form-builder .stage-wrap .form-field {
  margin-bottom: 20px !important;
  border-radius: 0px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-size: 14px !important;
}
.form-builder .stage-wrap .form-field .field-label {
  font-size: 14px !important;
}
.form-builder .stage-wrap .form-field .prev-holder .form-control {
  font-size: 13px !important;
  min-height: 31px !important;
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.25rem 0.5rem !important;
  line-height: 1.5 !important;
}
.form-builder .stage-wrap .formbuilder-header h1 {
  font-size: 18px !important;
}
.form-builder .stage-wrap .frm-holder .form-elements .form-group label {
  font-weight: 500 !important;
}
.form-builder .required-wrap {
  padding: 10px 0;
}
.form-builder .required-wrap .input-wrap {
  display: block;
}
.form-builder .fld-required {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  left: auto;
  opacity: 1;
}
.form-builder .frmb li.form-field .field-label {
  display: inline-block;
}

/* checkout form */
.modules-services-left-panel-form {
  min-height: 80vh;
}

/*checkout - guest*/
.modules-services-checkout-container.guest {
  margin-top: -40px;
}
.modules-services-checkout-container.guest .x-logo {
  padding-bottom: 20px;
}
.modules-services-checkout-container.guest .x-logo img {
  max-width: 200px;
}
.modules-services-checkout-container.guest .modules-services-order-summary-panel {
  top: 0px;
}
.modules-services-checkout-container.guest .modules-services-order-summary-panel .continue-button-wrapper {
  bottom: 0px;
}
.modules-services-checkout-container.guest .modules-services-left-panel .x-section-title {
  padding-left: 5px;
}

/* checkout - signup and login forms */
.modules-services-checkout-account-form {
  width: 450px;
}

/* chedckout - pay now page*/
.modules-services-left-panel-form .form-group h1 {
  font-size: 18px !important;
}

/* order details*/
.modules-services-order-details table th,
.modules-services-order-details table td {
  background-color: #ffffff !important;
}

.modules-services-order-summary-panel .x-summary-setup-fee {
  background: transparent;
  border-top: solid 1px #d9d9d9;
  margin-top: 14px;
  padding-top: 4px;
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}

.module-services-checkout-each-service-container img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=module.css.map */