.gen-tool {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 32px;
    border-radius: 5px;
    box-shadow: 0 8px 16px 0 #00000016;
    background-color: #ffffff;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.gen-wrapper {
    padding-bottom: 48px;
}
.gen-wrapper .gen-header {
    padding: 96px 32px;
    border-radius: 5px 5px 0 0;
    background-color: #f9f9f9;
    text-align: center;
}
.gen-wrapper .gen-header h3 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
    opacity: 1;
}
.gen-wrapper .gen-body {
    padding: 48px 48px 24px;
    min-height: 300px;
}
.gen-wrapper .gen-body .gen-section {
    margin-bottom: 20px;
}
.gen-wrapper .gen-body .gen-section.genres {
    display: none;
}
.gen-wrapper .gen-body .gen-section label {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
}
.gen-wrapper .gen-body .gen-section .genre-group {
    display: none;
}
.gen-wrapper .gen-body h3 {
    font-size: 20px;
    margin-bottom: 16px;
    opacity: 1;
}
.gen-wrapper .gen-body p {
    margin-bottom: 8px;
    text-align: center;
}
.gen-wrapper .gen-body p.desc {
    margin: 0 auto;
    font-size: 12px;
}
.gen-wrapper .gen-body .check-button {
    position: relative;
    width: 100%;
    max-width: 240px;
    padding: 4px 0;
    margin: 0 auto 8px;
    border: 2px solid #75ba59;
    border-radius: 8px;
    background-color: rgba(142, 216, 178, 0);
    color: #75ba59;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.gen-wrapper .gen-body .check-button:hover {
    background-color: rgba(142, 216, 178, 0.2);
}
.gen-wrapper .gen-body .check-button:hover::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 16px;
    color: rgba(142, 216, 178, 0.6);
    position: absolute;
    top: 3px;
    left: 16px;
}
.gen-wrapper .gen-body .check-button.selected {
    border-color: #75ba59;
    background-color: #75ba59;
    color: #ffffff;
}
.gen-wrapper .gen-body .check-button.selected::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 16px;
}
.gen-wrapper .gen-body .field-wrapper {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 8px;
    border: 0;
    border-radius: 4px;
}
.gen-wrapper .gen-body .form-wrapper label {
    font-size: 14px;
}
.gen-wrapper .gen-body .field-wrapper>input, .gen-wrapper .gen-body .field-wrapper>select,
        .gen-wrapper .gen-body .form-wrapper input.hs-input, .gen-wrapper .gen-body .form-wrapper select.hs-input {
    width: 100%;
    height: 40px;
    padding: 8px 0;
    border: 2px solid #75ba59;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.gen-wrapper .gen-body .field-wrapper.rate::before {
    content: '%';
    font-size: 18px;
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 6px;
    left: 16px;
}
.gen-wrapper .gen-body .field-wrapper.price::before {
    content: '$';
    font-size: 18px;
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 6px;
    left: 16px;
}
.gen-wrapper .gen-body .field-wrapper.fname::before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 6px;
    left: 16px;
}
.gen-wrapper .gen-body .field-wrapper.lname::before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 6px;
    left: 16px;
}
.gen-wrapper .gen-body .field-wrapper.email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 6px;
    left: 16px;
}
.gen-wrapper .gen-body .field-wrapper.phone::before {
    content: '\f3cd';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 6px;
    left: 16px;
}
.gen-wrapper .gen-body .form-info {
    display: none;
}
.gen-wrapper .gen-body .form-info p {
    font-size: 12px;
    color: #ff6666;
}
.gen-wrapper .gen-footer {
    text-align: center;
}
.gen-wrapper .gen-footer .desc {
    font-size: 14px;
    margin-bottom: 8px;
}
.gen-wrapper .gen-footer .btn-gen, .gen-wrapper .gen-footer .btn-regen, .gen-wrapper .gen-footer .btn-submit,
        .gen-wrapper .gen-body .form-wrapper input[type=submit] {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 200px;
    padding: 12px 20px;
    border: solid 1px #75ba59;
    border-radius: 8px;
    background-color: #75ba59;
    color: #ffffff;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.gen-wrapper .gen-body .form-wrapper input[type=submit] {
    margin-top: 12px;
}
.gen-wrapper.step-2 {
    display: none;
}
.gen-wrapper .gen-body .gen-result {
    position: relative;
    width: 100%;
    padding: 16px 16px 8px;
    margin: 0 auto;
    line-height: 1.4em;
    border: 0;
    color: #75ba59;
    background-color: #efefef;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.gen-wrapper .gen-footer .btn-back, .gen-wrapper .gen-footer .btn-no {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 120px;
    padding: 4px 16px;
    border: 2px solid transparent;
    border-bottom: 2px solid #75ba59;
    border-radius: 2px;
    background-color: transparent;
    color: #75ba59;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.gen-wrapper .gen-footer .btn-back:hover, .gen-wrapper .gen-footer .btn-no:hover {
    background-color: #75ba59;
    border: 2px solid #75ba59;
}
.gen-wrapper .gen-footer .btn-back:hover::before, .gen-wrapper .gen-footer .btn-no:hover::before {
    content: '\f30a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #75ba59;
    position: absolute;
    top: 4px;
    left: 16px;
}
.gen-chart {
    width: 100%;
}
.gen-chart-left {
    position: relative;
    width: 10%;
    height: 380px;
    float: left;
}
.gen-chart-right {
    width: 90%;
    float: left;
}
.gen-chart-bar-wrapper {
    position: relative;
    width: 100%;
    border-left: 1px solid #75ba59;
    border-bottom: 1px solid #75ba59;
    background-image: url(/wp-content/uploads/2019/08/chart-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}
.gen-chart-bar-item {
    position: relative;
    width: 33.33%;
    height: 380px;
    float: left;
}
.gen-chart-bar-item>div.print, .gen-chart-bar-item>div.ebook {
    position: absolute;
    width: 40%;
    height: 0%;
    margin: 0;
    border: 1px solid #75ba59;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    background-color: #75ba59;
    opacity: 0.8;
    transition: height 0.5s;
    -o-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
}
.gen-chart-bar-item>div.print.selected, .gen-chart-bar-item>div.ebook.selected {
    background-color: #75ba59;
    color: #ffffff;
    opacity: 1;
}
.gen-chart-bar-item>div.print {
    margin-right: 4%;
    left: 8%;
}
.gen-chart-bar-item>div.ebook {
    right: 8%;
}
.gen-chart-bar-item>div>span {
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 2px;
    text-align: center;
}
.gen-chart-desc-item {
    width: 33.33%;
    font-size: 12px;
    text-align: center;
    float: left;
}
.gen-chart-num {
    width: 100%;
    height: 25%;
    text-align: right;
    font-size: 12px;
}
