* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: Karla, sans-serif;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: var(--background-color);
}
button {
  background-color: #343a40;
}
::selection {
  color: #fff;
  background: #343a40;
}
.container {
  width: 330px;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 10px 35px;
  margin: 36px 0;
}
.container.Cat-Theme,
.container.Cat-Theme-noicons,
.progress-bar.Cat-Theme,
.progress-bar.Cat-Theme-noicons {
  background: #c11818e8;
}
.Cat-Theme,
.Cat-Theme-noicons {
  background: #968e299e !important;
}
.container.Mandel-Theme,
.container.Mandel-Theme-noicons,
.container.Vibe-Theme,
.container.Vibe-Theme-noicons {
  background: #0000009e;
}
.container.Wires-Theme,
.container.Wires-Theme-noicons {
  background: #a096969e;
}
.container.Divine-Theme,
.container.Divine-Theme-noicons {
  background: #125590b8;
}
.form-outer form .page .title.Cat-Theme {
  background: #fff;
}
.container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.container .form-outer {
  width: 100%;
  overflow: hidden;
}
.container .form-outer form {
  display: flex;
  width: 400%;
}
.form-outer form .page {
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title {
  text-align: center !important;
  font-size: 18px;
  font-weight: 500;
  color: var(--second-color);
}
.title {
  color: var(--second-color);
}
.form-outer form .page .field {
  width: 330px;
  height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;
}
textarea {
  height: 72px !important;
  margin-bottom: 24px;
}
.form-outer form .page .field2 {
  margin: 18px 0;
  display: block;
  position: relative;
}
form .page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
  color: var(--second-color);
}
form .page .field .form-style {
  height: 100%;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
}
form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}
form .page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #343a40;
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
form .page .field button:hover {
  background: #343a40;
}
form .page .btns button {
  margin-top: -20px !important;
  background-color: #343a40;
}
form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next {
  margin-left: 3px;
}
.container .progress-bar {
  display: flex;
  margin: 40px 0;
  user-select: none;
}
.container .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}
.container .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: var(--second-color);
  margin-bottom: 8px;
}
.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid var(--second-color);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.active {
  border-color: #343a40;
  background: #343a40;
}
.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span {
  display: none;
}
.progress-bar .step .bullet:after,
.progress-bar .step .bullet:before {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -75px;
  height: 3px;
  width: 65px;
  background: var(--second-color);
}
.progress-bar .step .bullet.active:after {
  background: var(--second-color);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:after,
.progress-bar .step:last-child .bullet:before {
  display: none;
}
.progress-bar .step p.active {
  color: var(--second-color);
  transition: 0.2s linear;
}
.progress-bar .step p {
  color: var(--second-color);
  transition: 0.2s linear;
}
.progress-bar .step .check {
  color: var(--second-color);
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active {
  display: block;
  color: #fff;
}
.profile-wrapper {
  letter-spacing: 0.075em;
  text-align: center; /*background-color:#fff;padding:16px 8px;*/
  border-radius: 5px;
}
.booking-artist-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.step {
  color: var(--second-color);
}
.booking-artist {
  font-size: 20px;
  color: #343a40;
  font-weight: 600;
  margin-bottom: 4px;
}
.booking-record-label {
  margin-bottom: 16px;
  font-size: 14px;
}
.boooking-socials {
  display: flex;
  align-items: flex-start;
}
.social-link {
  text-decoration: none;
}
.fab {
  margin: 0 6px;
  font-size: 22px;
}
.fa-facebook {
  color: #1873eb;
}
.fa-twitter {
  color: #1c9cea;
}
.fa-instagram {
  color: #cf2872;
}
.fa-twitch {
  color: #8c45f7;
}
.fa-spotify {
  color: #1dd05e;
}
.fa-link {
  color: #343a40;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
label {
  height: 50px;
  width: 320px;
  border: 1.5px solid var(--second-color);
  position: relative;
  margin: auto;
  border-radius: 5px;
  color: var(--second-color);
  display: block;
  transition: 00.3s;
  margin: 12px 0;
}
label > span {
  font-size: 18px;
  position: relative;
  top: 25%;
}
.logo-text:active,
.logo-text:hover,
.logo-text:visited,
input[type="radio"]:checked > label {
  background-color: var(--second-color);
  color: var(--first-color);
  border: 1px solid var(--first-color);
}
.wdjp-logo {
  width: 124px;
  position: relative;
  top: 8px;
  left: 4px;
}
.offer-type {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--second-color);
}
#get-started {
  font-size: 16px;
  /* margin-bottom: 36px; */
  margin-bottom: 16px;
  color: var(--second-color);
}
.finalize-info {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  width: 50%;
}
.finalize-info2 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
.bigger {
  font-size: 22px !important;
}
.border {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 6px;
}
#error-msg {
  color: red;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: left !important;
  margin-left: 24px;
}
.error {
  display: none;
  margin: 14px 0;
}
#agent-name a {
  font-weight: 600;
  text-decoration: none;
  color: var(--second-color);
}
.branding {
  color: var(--second-color);
  width: 401px !important;
  height: 40px !important;
  position: relative;
  right: 10.5%;
  bottom: 50%;
}
.div-6 {
  display: flex;
  align-items: flex-start;
}
.logo-text {
  margin: 10px auto;
}
.mb-2 {
  margin-bottom: 12px;
}
.extra-info {
  color: var(--second-color);
}
.extra-info a {
  color: var(--second-color) !important;
}
.submit-info {
  color: var(--second-color) !important;
}
.wraplines {
  word-wrap: break-word;
  padding: 0px;
}
.liconartists_mod_0.active {
  background: #343a40;
  color: white;
}
.liconartists_mod_0.White-noicons.active,
.liconartists_mod_0.White.active {
  background: #343a40;
  color: white;
}

div.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
a.content-link {
    word-break: break-word!important;
}
a.content-link p {
    max-width: 309px;
    overflow-wrap: anywhere;
}