div#contacts_form_meta_box.postbox {
    width: 60%;
}

div.form1bc,
div.form2bc,
div.form3bc {
    display: flex;
}

div.form1bc input,
div.form1bc select,
div.form1bc textarea {
    width: 730px;
    margin-right: 0;
}

div.form2bc input,
div.form2bc select,
div.form2bc textarea {
    width: 350px;
    margin-right: 30px;
}

div.form3bc input,
div.form3bc select,
div.form3bc textarea {
    width: 230px;
    margin-right: 20px;
}

div.form2bc input.form1-3,
div.form2bc select.form1-3,
div.form2bc textarea.form1-3,
div.form3bc input.form1-3,
div.form3bc select.form1-3,
div.form3bc textarea.form1-3 {
    width: 230px;
    margin-right: 30px;
}

div.form2bc input.form1-6,
div.form2bc select.form1-6,
div.form2bc textarea.form1-6,
div.form3bc input.form1-6,
div.form3bc select.form1-6,
div.form3bc textarea.form1-6 {
    width: 115px;
    margin-right: 30px;
}

div.form2bc input.form2-3,
div.form2bc select.form2-3,
div.form2bc textarea.form2-3,
div.form3bc input.form2-3,
div.form3bc select.form2-3,
div.form3bc textarea.form2-3 {
    width: 460px;
    margin-right: 30px;
}

input.money,
input.rate {
    text-align: right;
}

div.form1bc input[type="checkbox"],
div.form2bc input[type="checkbox"],
div.form3bc input[type="checkbox"] {
    width: auto;
    margin: 0;
}

#addressbc {
    width: 730px;
}

#notesbc {
    width: 730px;
}

.lb-salary-calculator {
    display: flex;
    margin: 0;
    font-family: "Verdana", sans-serif;
}

.lb-salary-calculator .blur {
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
}

.lb-salary-calculator .content-wrapper {
    margin: 20px auto;
    width: 295px;
    padding: 50px 20px;
    border: 1px solid #c3c4c7;
    background-color: #ffffff;
    box-sizing: content-box;
}
/* Tablet */
@media (min-width: 768px) {
    .lb-salary-calculator .content-wrapper {
        margin: 80px auto;
        width: 400px;
        padding: 50px 105px;
    }
}
/* Desktop */
@media (min-width: 1024px) {
    .lb-salary-calculator .content-wrapper {
        margin: 160px auto;
        width: 400px;
        padding: 80px 120px;
    }
}

.lb-salary-calculator h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #E4002B;
}

.lb-salary-calculator h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #353535;
    margin-top: 60px;
    margin-bottom: 40px;
}

.lb-salary-calculator .part {
    height: 0;
    opacity: 0;
    /*overflow: hidden;*/
    transition: all 200ms ease-in-out;
}

.lb-salary-calculator .part h2 {
    margin: 0;
}

.lb-salary-calculator .part.display-part {
    height: auto;
    opacity: 1;
}

.lb-salary-calculator .part.display-part h2 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.lb-salary-calculator p,
.lb-salary-calculator label,
.lb-salary-calculator .label {
    font-size: 14px;
    color: #353535;
}

.lb-salary-calculator select {
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    border: 2px solid #353535;
    font-weight: bold;
    color: #E4002B;
    margin-bottom: 15px;
    outline: none;
    padding: 0 24px 0 8px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6cmdiYSgwLDAsMCwwKTt9LmNscy0ye2ZpbGw6I0U0MDAyQjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS40MSA0LjY3IDIuNDggMy4xOCAzLjU0IDQuNjcgMS40MSA0LjY3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.lb-salary-calculator button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: none;
    font-weight: bold;
    background-color: #E4002B;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lb-salary-calculator button:not(:disabled) {
    color: #ffffff;
    cursor: pointer;
}

.lb-salary-calculator button:not(:disabled):hover {
    background-color: #9a001d;
}

.lb-salary-calculator .radio-container {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
}

.lb-salary-calculator .radio-container:last-child {
    margin-bottom: 0;
}

.lb-salary-calculator input[type="radio"] {
    box-sizing: border-box;
    font-family: inherit;
    font-weight: inherit;
    font-size: 14px;
    min-width: 1rem;
    -webkit-appearance: none;
    transition: .05s border-color ease-in-out;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    margin: -.25rem .25rem 0 0;
    background: #fff;
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    line-height: .71428571;
    position: absolute;
    right: 0;
    top: 4px;
    height: 40px;
    width: 40px;
    border: 2px solid #353535;
    outline: none;
    box-shadow: none;
}

.lb-salary-calculator input[type="radio"]:before {
    border-radius: 50%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 16px;
    width: 16px;
    background-color: #E4002B;
    border: 2px solid #E4002B;
    margin: 8px;
    box-sizing: content-box;
}

.lb-salary-calculator input[type=radio]:checked::before {
    content: "";
}

.lb-salary-calculator select:hover,
.lb-salary-calculator input[type="radio"]:hover {
    background-color: #f0f0f1;
}

.lb-salary-calculator table {
    width: 100%;
}

.lb-salary-calculator table td.right {
    text-align: right;
}

.lb-salary-calculator .step-1,
.lb-salary-calculator .step-2 {
    transition: opacity 200ms ease-in-out;
    position: relative;
}

.lb-salary-calculator #new_calculation {
    position: absolute;
    bottom: 0;
    margin-top: 120px;
    line-height: 36px;
    background-color: #ffffff;
    color: #E4002B;
    border: 2px solid #E4002B;
}

.info-sign {
    z-index: 1;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(1);
    color: #E4002B;
}

.info-sign::after,
.info-sign::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    color: #353535;
}

.info-sign {
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 34px;
    margin-bottom: 4px;
    margin-left: 0;
}

/*table .info-sign {*/
/*    margin-left: 5px;*/
/*}*/

.info-sign::after,
.info-sign::before {
    border-radius: 3px;
    width: 2px;
    background: currentColor;
    left: 5px;
}

.info-sign::after {
    bottom: 2px;
    height: 5px
}

.info-sign::before {
    height: 2px;
    top: 2px
}

.label .info-sign {
    transform: scale(0.8);
}

.lb-salary-calculator .info-sign .info-box {
    display: none;
    position: absolute;
    max-width: 300px;
    right: 0;
    top: 20px;
    transform: translateX(40%);
    width: max-content;
    /*white-space: nowrap;*/
    height: auto;
    font-size: 12px;
    line-height: 1rem;
    border: 1px solid #c3c4c7;
    border-radius: 5px;
    font-weight: normal;
    color: #353535;
    background-color: white;
    padding: 5px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.lb-salary-calculator .info-sign:hover .info-box {
    display: block;
}

.lb-salary-calculator .label .info-sign:hover .info-box {
    transform: translateX(40%) scale(1.2);
}

.lb-salary-calculator .disclaimer {
    margin-top: 10px;
    font-style: italic;
    color: #BBBCBC;
}