@import url("consent.css");
/* When pages/MEnable/Client/Media/Modern/consent.source.css
 * is compiled to consent.css, that is copied here. This is
 * to support LandingPage consent fields becoming a slider.
 * See DRA-35298.
 */

/* New CSS*/
.container {
    padding: 0px;
}
.lp-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.lp-container ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.row [class^="col"] {
    float: left;
    margin: 0.5rem 0 0.5rem 0;
    min-height: 20px;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
}

.row [class^="col"] input[type="submit"] {
    white-space: normal;
    word-wrap: break-word;
}

.row [class^="col"] a {
    white-space: normal;
    word-wrap: break-word;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
    .col-10, .col-11, .col-12 {
    width: 100%;
}

@media screen and (min-width: 720px) {
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 87.66%;
    }
    .col-12 {
        width: 100%;
    }
    .video-container iframe {
        max-width: 100%;
    }
}

row-controls {
     display: none;
}

.data-alignment-left {
  text-align: left;
  float: left;
}

.data-alignment-right {
  text-align: right;
  float: right;
}

.data-alignment-center {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}

.no-float {
  float: none;
}

img {
 max-width: 100%;
 height: auto;
}

.image-wrapper {
    display: inline-block;
    max-width: 100%;
}

.qr-wrapper {
    display: inline-block;
    max-width: 100%;
    width: 80%;
    padding: 20px;
}

.qr-placeholder {
    display: none;
}

.qr-cc-holder {
    width:100%;
    display: block;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
}

svg {
    max-width: 100%;
    height: auto;
}

.video-wrapper {
    display: inline;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

.video-container {
	    position:relative;
	    padding-bottom:56.25%;
	    height:0;
	    overflow:hidden;
	}

.video-container iframe, .video-container object, .video-container embed {
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	}
}
video{
      max-width: 100%;
      height: auto;
}

@media only screen
  and (min-width: 320px)
  and (max-width: 480px){

.video-container {
        position:relative;
        padding-bottom:56.25%;
        height:0;
        overflow:hidden;
    }

.video-container iframe, .video-container object, .video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
}
video{
      max-width: 100%;
      height: auto;
}

.video-wrapper {
    display: inline;
}

.radio label, .checkbox label {
    margin: 10px auto 10px 10px;
    width: 100%;
    display: block;
    text-decoration: inherit;
    font-weight: inherit;
    word-wrap: break-word
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 6px;
}

.consent-label label {
    margin: 10px auto 10px 20px;
    display: inline-block;
    text-decoration: inherit;
    font-weight: inherit;
    word-wrap: break-word;
}

.consent-field label {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.consent-field input {
    margin-right: 5px;
}

.d-label label {
    text-decoration: inherit;
    font-weight: inherit;
    word-wrap: break-word
}

.d-form-group {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.cta-wrapper a {
    text-decoration: none;
}

/* Range input field */
.range {
    position: relative;
    padding-top: 10px;
    display: inline;
}

.range input {
  top: 2px;
  height: 0;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  width: 350px;
}

.range input[disabled] {
  top: 2px;
  height: 0;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  width: 350px;
}

.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #8CBF5C;
  cursor: pointer;
  z-index: 2000;
  border: 0 !important;
}

.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #8CBF5C;
  cursor: pointer;
  z-index: 2000;
  border: 0 !important;
}

.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #8CBF5C;
  cursor: pointer;
  z-index: 2000;
  border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #b3b3b3;
}

.range input::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #b3b3b3;
}

.range input::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #b3b3b3;
}

.range input:focus {
  background: none;
  outline: none;
}

.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 7px -56px 40px !important;
  padding: 0px !important;
  list-style: none;
  list-style-type: none !important;
}

.range-labels li {
  position: relative;
  float: left;
  width: 154px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  z-index: -1;
}

.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background: #b3b3b3;
  border-radius: 50%;
}

.range-labels .selected::before {
  background: #8CBF5C;
}

.range-labels .active.selected::before {
  display: none;
}


.carousel-inner>.item>img,.carousel-inner>.item>a>img{
	max-width:100%;
	height:auto;
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.carousel-inner>.item {
	display: none;
}

.carousel-inner>.item.active {
	display:flex;
}

.carousel-inner>.item>a {
	margin-left: auto;
    margin-right: auto;
}

.preview img{
   width: 100%;
 }

.remove-image {
  background-color:#CCC;
  color: #FFF;
  cursor: pointer;
  text-align: right;
  padding: 3px 10px;
  font-family: Verdana;
}

.custom-file-input {
 display:none;
}

.preview-container {
  width: 200px;
  display: none;
  border: 1px solid #CCC;
  text-align: left;
  border-radius: 4px;
}

.file-input {
    display:none;
}

.form-upload-button {
    width: 100%;
    padding: 5px;
    background-color:#CCC;
    border-radius:4px;
    text-align: center;
}

.upload {
    width: 100%;
}

.carousel-item {
    text-align: center;
}

.btn-processing {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Form quantity element */
.form-control-quantity {
    display: block;
    width: 9em;
  }
  
  .form-control-quantity-minus, .form-control-quantity-plus {
    width: 2em;
    height: 2em;
    padding: 0;
  }
  
  .form-control-quantity-number {
    border: none !important;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    width: 3em;
    height: 2em;
    text-align: center;
  }
  
  .form-control-quantity-number::-webkit-outer-spin-button,
  .form-control-quantity-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Form table element */
.form-table {
  width: 80%;
  margin: auto;
}
.form-table td {
  padding: 10px;
}
.form-table .form-control {
  min-width: 78px;
}
.form-table caption {
  display: none;
}

/*
 * Loading indicator (spinner)
 */
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  backdrop-filter: blur(6px);
}
.overlay-spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 10%, #103854 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #fff 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #fff 0);
  animation: spin 1s linear infinite;
  margin-bottom: 1.5rem;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.overlay-text {
  font-weight: bold;
  color: #103854;
  text-align: center;
  max-width: 280px;
  font-size: 12pt;
}

.d-form-group:has([data-dynamic-field]) {
    display: none;
}
.form-table[data-dynamic-field] {
    display: none;
}

.d-form-group > div:has(.btn.btn-responsive) {
    float: none;
    width: 100%;
}
.d-form-group .btn-responsive {
    width: 100%!important;
}