.book-royalties-calc-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;
}
.book-royalties-calc-tool .calc-title {
    width: 100%;
    text-align: center;
}
.book-royalties-calc-tool .calc-title .img-title {
    position: absolute;
    top: -128px;
    left: calc(50% - 240px);
    width: 480px;
    margin: 0 auto;
}
.book-royalties-calc-tool .calc-wrapper {
    position: relative;
    padding-bottom: 48px;
}
.book-royalties-calc-tool .calc-wrapper .calc-header {
    padding: 96px 32px;
    border-radius: 5px 5px 0 0;
    background-color: #f9f9f9;
    text-align: center;
}
.book-royalties-calc-tool .calc-wrapper .calc-header h3 {
    margin-bottom: 0;
    opacity: 1;
}
.book-royalties-calc-tool .calc-wrapper .calc-body {
    padding: 48px 48px 24px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .calc-section {
    margin-bottom: 20px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .calc-section label {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    font-size: 12px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body {
    text-align: center;
}
.book-royalties-calc-tool .calc-wrapper .calc-body h3 {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
    opacity: 1;
}
.book-royalties-calc-tool .calc-wrapper .calc-body p {
    margin-bottom: 8px;
    text-align: center;
}
.book-royalties-calc-tool .calc-wrapper .calc-body p.desc {
    max-width: 340px;
    margin: 0 auto;
    font-size: 12px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .btn-by {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 180px;
    padding: 12px 0;
    margin: 0 auto 8px;
    border: 0;
    border-radius: 4px;
    background-color: rgba(142, 216, 178, 0.4);
    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;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .btn-by:hover {
    background-color: #75ba59;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .btn-by.selected {
    background-color: #75ba59;
    color: #ffffff;
}

.book-royalties-calc-tool .calc-wrapper .calc-body .btn-be {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 180px;
    padding: 12px 0;
    margin: 0 auto 8px;
    border: 0;
    border-radius: 4px;
    background-color: rgba(142, 216, 178, 0.4);
    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;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .btn-be:hover {
    background-color: #75ba59;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .btn-be.selected {
    background-color: #75ba59;
    color: #ffffff;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 8px;
    border: 0;
    border-radius: 4px;
    background-color: #ffffff;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper>input, .book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper>select,
        .hbspt-form input, .hbspt-form select {
    width: 100%;
    height: 40px;
    padding: 8px 0;
    border: 2px solid #75ba59;
    border-radius: 4px;
    background-color: transparent;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper.rate::before {
    content: '%';
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 6px;
    left: 16px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper.price::before {
    content: '$';
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 6px;
    left: 16px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper.fname::before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 6px;
    left: 16px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper.email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 6px;
    left: 16px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper.lname::before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 6px;
    left: 16px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .field-wrapper.phone::before {
    content: '\f3cd';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    top: 6px;
    left: 16px;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .form-info {
    display: none;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .form-info p {
    font-size: 12px;
    color: #ff6666;
}
.book-royalties-calc-tool .calc-wrapper .calc-footer {
    position: absolute;
    bottom: -26px;
    left: calc(50% - 100px);
    text-align: center;
}
.book-royalties-calc-tool .calc-wrapper .calc-footer .btn-calc,
        .book-royalties-calc-tool .calc-wrapper .calc-footer .btn-submit,
        .book-royalties-calc-tool .calc-wrapper .calc-footer .btn-back,
        .hbspt-form input[type=submit] {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 200px;
    padding: 12px 20px;
    border: solid 1px #75ba59;;
    border-radius: 4px;
    background-color: #75ba59;;
    color: #ffffff;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.book-royalties-calc-tool .calc-wrapper.step-2 {
    display: none;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .calc-result {
    position: relative;
    width: 100%;
    padding: 8px 0 4px 32px;
    margin: 0 auto;
    border: 0;
    color: #75ba59;
    background-color: #efefef;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.book-royalties-calc-tool .calc-wrapper .calc-body .calc-result::before {
    content: '$';
    font-size: 16px;
    font-weight: 400;
    color: #75ba59;
    position: absolute;
    top: 14px;
    left: 16px;
}
.book-royalties-calc-tool .calc-chart {
    display: none;
    width: 100%;
}
.book-royalties-calc-tool .calc-chart-left {
    position: relative;
    width: 10%;
    height: 380px;
    float: left;
}
.book-royalties-calc-tool .calc-chart-right {
    width: 90%;
    float: left;
}
.book-royalties-calc-tool .calc-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;
}
.book-royalties-calc-tool .calc-chart-bar-item {
    position: relative;
    width: 33.33%;
    height: 380px;
    float: left;
}
.book-royalties-calc-tool .calc-chart-bar-item>div.print, .calc-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;
}
.book-royalties-calc-tool .calc-chart-bar-item>div.print.selected, .calc-chart-bar-item>div.ebook.selected {
    background-color: #75ba59;
    color: #ffffff;
    opacity: 1;
}
.book-royalties-calc-tool .calc-chart-bar-item>div.print {
    margin-right: 4%;
    left: 8%;
}
.book-royalties-calc-tool .calc-chart-bar-item>div.ebook {
    right: 8%;
}
.book-royalties-calc-tool .calc-chart-bar-item>div>span {
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 2px;
    text-align: center;
}
.book-royalties-calc-tool .calc-chart-desc-item {
    width: 33.33%;
    font-size: 12px;
    text-align: center;
    float: left;
}
.book-royalties-calc-tool .calc-chart-num {
    width: 100%;
    height: 25%;
    text-align: right;
    font-size: 12px;
}
.book-royalties-calc-tool .sold-num {
    text-decoration: underline;
}
.book-royalties-calc-tool .calc-table-header {
    text-align: center;
}
.book-royalties-calc-tool .calc-table-body {
    display: table;
    width: 100%;
    border: 1px solid #75ba59;
}
.book-royalties-calc-tool .calc-table-row {
    display: table-row;
}
.book-royalties-calc-tool .calc-table-row.col-row-slt {
    background-color: rgba(142, 216, 178, 0.4);
}
.book-royalties-calc-tool .calc-table-cell {
    display: table-cell;
    padding: 4px;
    font-size: 12px;
    border: 1px solid #75ba59;
    text-align: center;
}
.book-royalties-calc-tool .calc-table-cell.col-row-slt {
    background-color: rgba(142, 216, 178, 0.4);
}
.book-royalties-calc-tool .calc-table-cell.selected {
    background-color: #75ba59 !important;
    color: #ffffff;
}

@media screen and (max-width: 1050px) {
    .book-royalties-calc-tool .calc-title .img-title {
        position: absolute;
        top: -96px;
        left: calc(50% - 160px);
        width: 320px;
        margin: 0 auto;
    }
    .book-royalties-calc-tool .calc-wrapper .calc-body .btn-by {
        max-width: 360px;
    }
    .book-royalties-calc-tool .calc-wrapper .calc-body .btn-be {
        max-width: 360px;
    }
}
