chargen div#chargenWrapper {
  width: 100%;
  margin-right: 5%;
}
chargen div#chargenMenu {
  width: 30%;
}
div#chargenWrapper {
    display: flex;
}
.chargenNames {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 30px;
    /* gap: 30px; */
}
.chargenInner p {
    margin: 0px;
    /* display: flex; */
}
.chargenInner {
    display: flex;
    flex-direction: column;
}
p.chargenGenName {
    font-weight: 500;
    font-size: 24px;
}
.chargenMenuWrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.chargenMenuWrap p {
    margin: 0p;
}
chargen p {
    margin: 0px;
}
.chargenRangeLegend {
    display: flex;
    justify-content: space-between;
}
input#volume {}
.chargenMenuRange input {
    width: 100%;
}
.chargenMenuItem {
    margin-bottom: 25px;
}
div#chargenMenu > div {
    /* background: black; */
    padding: 10px;
    /* display: flex; */
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    box-shadow: 0 0 5px #0003;
    border-radius: 5px;
    background: white;
}
.chargenNames {
    display: flex;
    padding: 25px;
    align-items: center;
    box-shadow: 0 0 5px #0003;
    /* justify-content: space-between; */
    gap: 25px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}
div#chargenItems {
    width: 70%;
    margin-right: 5%;
}
.chargenMenuItem > p {
    color: #0B1D3D;
    font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
}
.chargenMenuItem > p {
    margin-bottom: 10px !important;
}
.chargenMenuItem.chargenSubmit p {
    margin-bottom: 0px !important;
}
.chargenMenuWrap label {
    font-size: 18px;
    /* margin-left: 10px; */
}
.chargenMenuItem.chargenSubmit {
    margin: 0px;
    text-align: center;
    background: linear-gradient(90deg,rgb(255,82,66) 0%,rgb(252,108,58) 50%);
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    display: table;
    margin: 0;
    border: 2px solid #ff5242;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    box-shadow: none;
    outline: none;
    color: white;
}
.chargenMenuItem.chargenSubmit p {
    margin: 0px;
    color: white;
}
.chargenMenuWrap {
  /* display: inline-block; */
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}
.chargenMenuWrap input[type='radio'] {
  display: none;
}
.chargenMenuWrap label {
  color: #666;
  font-weight: normal;
}
.chargenMenuWrap label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid black;
  background-color: transparent;
}
.chargenMenuWrap input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: black;
}
.chargenMenuRange input {
  border-radius: 5px;
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 10px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}
.chargenMenuRange input:hover {
  opacity: 1; /* Fully shown on mouse-over */
}
.chargenMenuRange input::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  border-radius: 100%;
  background:white;
  box-shadow: 0px 0px 5px 0px #979797;
  cursor: pointer; /* Cursor on hover */
}
.chargenMenuRange input::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 10px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.chargenMenuItem .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}
.chargenMenuItem .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.chargenMenuItem .chargenSlider {
  position: absolute !important;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.chargenSlider:before {
  position: absolute !important;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 0px 5px 0px #979797;
}
input:checked + .chargenSlider {
  background-color: #2196F3;
}
input:focus + .chargenSlider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .chargenSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(34px);
}
.chargenSlider.round {
  border-radius: 34px;
}
.chargenSlider.round:before {
  border-radius: 50%;
}
.chargenRangeLegend * {
    color: #d3d3d3;
}
label.disabled {
    color: #d2d2d2 !important;
}
p.chargenSubName {
    font-size: 18px;
    font-weight: 400;
}
.avatarPlaceholder.hasAvatars {
    width: 100px;
    height: 100px;
}
.jet-mega-menu-item__dropdown svg {
    height: 20px !important;
}
.avatarPlaceholder.hasAvatars img {
    min-height: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
    width: auto !important;
    max-width: 100px !important;
}
@media only screen and (max-width: 700px){div#chargenWrapper {
      width: 100% !important;
      flex-direction: column-reverse;
  }
div#chargenItems {
      width: 100% !important;
  }
div#chargenMenu {
      width: 100% !important;
      margin-bottom: 30px;
  }}
.mailerlite-form {

}
.mailerlite-form .mailerlite-form-description {
    margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field {
    margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field label {
    display: block;
}
.mailerlite-form .mailerlite-subscribe-button-container {
    text-align: center;
}
.mailerlite-form input.error {
    color: #ff0000;
    border-color: #ff0000;
}
.mailerlite-form label.error {
    color: #ff0000;
}
.mailerlite-form-response {
    margin-top: 20px;
    display: none;
    text-align: center;
    color: #00a154;
}
.mailerlite-form-loader {
    display: none;
    text-align: center;
    font-weight: bold;
    margin: 0 20px;
}
.mailerlite-form-error {
    display: block;
    color: #ff0000;
}