/* Dynamic Content */
body.ss_ssa .ssa_hide,
body.ss_dm .dm_hide,
body.ss_ms .ms_hide,
body.ss_reseller .reseller_hide {
  display: none;
}

.btn-primary:disabled {
  background-color: #ccc !important;
  color: #aaa !important;
  border: none !important;
}

a.btn {
  text-decoration: none !important;
}

.justify-content-center {
  width: 100%;
}

.switch-text,
.switch-text a {
  font-size: 18px;
  text-decoration: none;
}

.justify-content-center button,
.btn-primary {
  min-width: 200px;
}

.modal-dialog {
  border-radius: 40px;
  overflow: hidden;
}

.modal-content.success {
  background-image: url(/wp-content/themes/CC2020/img/surestep/WESurestepSummit22bg.png);
  background-size: cover;
  background-position: center;
}

.modal-content.success .modal-body {
  padding: 20px 40px;
}

.modal-content.success .modal-body p {
  font-size: 22px;
}

.modal-content.success h2 {
  font-weight: bold;
}

.modal-content.success button.close {
  color: #fff;
}

.modal-footer {
  background-color: #fff;
}

input[name=company] {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.cc_confirm {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc_confirm button.close {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 40px;
  font-weight: 100;
  opacity: 1;
}

.ss-success {
  background-size: cover;
  background-position: bottom center;
  padding: 10%;
  min-height: 400px;
  max-height: 100vh;
  color: #fff;
}

.ss-success h2,
.ss-success p {
  color: #fff;
}

.ss-success p {
  font-size: 20px;
}

.ss-success h2 {
  font-weight: bold;
}

.ss-success .btn.btn-light {
  min-width: 180px;
  font-size: 20px;
  border-radius: 25px;
}

.cc_confirm_content {
  text-align: center;
  margin: 20px auto;
}

.cc_confirm_buttons button.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  margin: auto 10px;
  min-width: 80px;
}

/* Track Selection */
.styled-radio {
  margin-top: 15px;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}

td {
  width: 33%;
}

.invisible-radio {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible-radio + label {
  border: solid 5px transparent;
  filter: saturate(0.9);
  transition: 0.2s filter;
}

.invisible-radio + label:hover {
  filter: saturate(1.05) brightness(1.02);
}

.invisible-radio + label hr {
  background-color: #038c9b;
}

.invisible-radio:checked + label {
  border: solid 5px #038c9b;
  transform: scale(1, 1);
  /* animation: pulsate 1s alternate ease-in-out infinite; */
}

.invisible-radio:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 18px 50px;
  border-color: transparent transparent #038c9b transparent;
}

.invisible-radio:not(:checked) + label {
  cursor: pointer;
}

.invisible-radio:not(:checked) + label:hover .styled-radio {
  opacity: 0.7;
}

.first {
  background: #97E4EC;
}

.second {
  background: #79DFE9;
}

.third {
  background: #58D1DD;
}

@keyframes pulsate {
  from {
    transform: scale(1, 1);
    box-shadow: none;
  }
  to {
    transform: scale(1.02, 1.02);
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
  }
}
/* End Track Selection */
.gradient-border {
  --borderWidth: 4px;
  position: relative;
  border-radius: 0;
  padding: 0px;
  z-index: 9999;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  /* border-radius: calc(2 * var(--borderWidth));*/
  z-index: -1;
  animation: animatedgradient 2s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=surestep.css.map */