html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    font-family: 'Poppins', serif;
}
h3, h4 {
    color: #002157 !important;
}
p.error {
    font-size: 13px;
    color: #f2545b;
    padding-bottom: 0;
    font-weight: normal;
    line-height: 1.3;
}
.wrapper {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 4fr;
    margin: 100px auto;
}
.number-of-submission.stick {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    -moz-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

.number-of-submission .item {
    padding: 15px 20px;
    border-radius: 6px;
    color: #888;
    margin-right: 5px;
    cursor: pointer;
    background-color: #DDD;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.number-of-submission .item.active {
    background-color: #0064a9;
    color: #FFF;
}
.number-of-submission .item i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 13px;
    top: 3px;
    position: relative;
}
.addBtn, .calculate-all, .clear-all {
    padding: 15px 20px;
    border-radius: 6px;
    color: #FFF;
    margin-right: 5px;
    cursor: pointer;
    background-color: #0064a9;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: capitalize;
}
.addBtn span{
    font-size: 20px;
}
.calculate-all {
    background: #000;
    margin-top: 50px;
}
.clear-all {
    background: #000;
}
[class*=param-form-] {
    display: none;
    background: #fff;
    padding: 30px 80px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 6px #0000001a;
}
[class*=param-form-].show {
    display: block;
}
.block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 20px;
    margin-bottom: 15px;
}
.item {
    position: relative;
}
.item label {
    font-size: 16px;
    color: #0063a9;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}
.item input[type=text],
.item select {
    line-height: 42px;
    height: 42px;
    background-color: #cccccc3b!important;
    border: none;
    color: #0064a9;
    border-radius: 7px;
    font-size: 14px;
    padding: 0 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', serif;
}
.item select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 1rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
    font-family: 'Poppins', serif;
}
.item i.fa-exclamation-circle:before {
    background-color: #FFF;
    border-radius: 50%;
}
.item.error-box input[type=text]:not([id*=operating_voltage_text]),
.item.error-box select,
.item.passed-box input[type=text],
.item.passed-box select {
    border: 2px solid #f2545b !important;
    padding-right: 2rem !important;
    position: relative;
    background: none;
}
.item input[type=text]:focus,
.item select:focus {
    border: 2px solid #0026ff !important;
    padding-right: 2rem !important;
}
.item.passed-box input[type=text],
.item.passed-box select {
    border: none !important;
}
.item label.radio {
    width: 100%;
}
.item label.radio input[type=radio] {
    position: relative;
    margin: 0;
}
.item i {
    position: absolute;
    right: 0.7rem;
    top: 45px;
    color: #0026ff;
}
.item i.fa-exclamation-circle {
    color: #f2545b;
}
[class*=param-form-] .block select:nth-of-type(2) {
    display: none;
}
.item input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0064a9;
    opacity: 1; /* Firefox */
}

.item input[type=text]::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0064a9;
}

.item input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #0064a9;
}

.item input[type=text]:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 0; /* Firefox */
}

.item input[type=text]:focus::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.item input[type=text]:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent;
}
.item textarea {
    border: 1px solid #002157 !important;
    background-color: transparent;
    resize: none;
    font-size: 12px;
}
.item input[type=submit] {
    border: 1px solid #002157;
    background-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
}
.item label[for=accept-term-condition],
.item label[for=subscriber] {
    display: grid;
    grid-template-columns: 25px auto;
    column-gap: 0;
    font-weight: normal;
}
.item label[for=accept-term-condition] input[type=checkbox],
.item label[for=subscriber] input[type=checkbox] {
    width: 15px;
    height: 15px;
}
.ajax-status {
    font-size: 12px;
    color: #0064a9;
}

.voltage-drop-result-wrapper .voltage-drop-result h2 {
    color: #444444;
}
.voltage-drop-result-wrapper .voltage-drop-result table {
    border-collapse: separate;
}
.voltage-drop-result-wrapper .voltage-drop-result table {
    border: none;
    background: #fcfcfc;
}
.voltage-drop-result-wrapper .voltage-drop-result table tr th {
    border: none !important;
}
.voltage-drop-result-wrapper .voltage-drop-result table tr td {
    border: solid 1px #095dff29;
    border-left: none;
    background: #fff;
    padding: 20px 15px;
    font-weight: bold;
    text-align: center;
    color: #095dffc2;
    font-size: 16px;
}
.voltage-drop-result-wrapper .voltage-drop-result table tr:nth-child(2n+1) {
    background: transparent;
}
.voltage-drop-result-wrapper .voltage-drop-result table tr td span {
    border-bottom: 1px solid #095dffc2;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.voltage-drop-result-wrapper .voltage-drop-result table tr td:first-child {
    border: solid 1px #095dff29;
}
.voltage-drop-result-wrapper .voltage-drop-result table tr th {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
}
.voltage-drop-result-wrapper .voltage-drop-result .send-result,
.voltage-drop-result-wrapper .voltage-drop-result .add-more-run {
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    background-color: #0064a9!important;
    padding: 12px 30px!important;
    font-size: 15px;
    font-weight: bold;
    border-radius: 9px!important;
}
.voltage-drop-result-wrapper .voltage-drop-result .add-more-run {
    background: transparent !important;
    color: #0064a9;
    border: 2px solid;
    margin-left: 15px;
    display: inline-block;
}
.voltage-drop-result-wrapper {
    display: none;
    margin-bottom: 50px !important;
}
.voltage-drop-result-wrapper .support-box {
    padding-top: 5px;
}
.voltage-drop-result-wrapper .support-box p {
    padding-bottom: 0;
    font-size: 14px;
    min-width: 220px;
}
.voltage-drop-result-wrapper .support-box p:first-child {
    color: #444;
}
.voltage-drop-result-wrapper .support-box p:nth-of-type(2) {
    color: #0064a9;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.voltage-drop-result-wrapper .support-box a {
    color: #444;
    text-decoration: underline;
}
.header-form{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 80px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
#voltage-drop-form .button-box{
    position: relative;
    top: 25px;
}
#voltage-drop-form .button-box .tooltip{
    margin-left: 10px;
}
#voltage-drop-form .submit-btn{
    padding: 12px 30px!important;
    font-size: 15px;
    font-weight: bold;
    border-radius: 9px!important;
    font-family: 'Poppins', serif;
}

.page-id-2606 .container-wrap{
    background: #f3f8ffb0;
}
.voltage-parameters h2 {
    color: #0063a9;
}
.voltage-parameters h2{
    margin-bottom: 30px;
    font-weight: 700;
}
.voltage-parameters h2 span{
    color: #f9c532;
}
.tooltip {
    position: relative;
    font-size: 11px;
    font-weight: bold;
    background: #c1c1c1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 355px;
    border: 0;
    border-top: 10px solid #f9c532;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}
.tooltip .tooltiptext p {
    color: rgb(51,51,51);
    padding-bottom: 8px;
}
.tooltip .tooltiptext .center-title{
    font-size: 11px;
}

.tooltip .tooltiptext .title{
    font-size: 17px;
    color: #0063a9 !important;
    margin-bottom: 0;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.dialog-content {
    display: grid;
    grid-template-columns: 340px 1fr;
    padding: 10px 20px 40px 20px;
    column-gap: 30px;
}
.view-step2 .dialog-content {
    align-items: center;
}
.dialog-content .left .step1 h3 {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 7px;
}
.dialog-content .left .step1 h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
}
.dialog-content .left .step1 h6 {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.dialog-content .left .step1 h6 a {
    color: #0064a9;
    text-decoration: underline;
}
.dialog-content .left .step2 {
    display: none;
}
.dialog-content .right {
    padding: 20px 20px 30px 20px;
    background: #fff;
    border-radius: 10px;
}
.dialog-content .right .navigation {
    margin: 0;
    display: flex;
    margin-bottom: 20px;
    padding-left: 0;
}
.dialog-content .right header {
    margin-bottom: 20px;
}
.dialog-content .right header h5 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.dialog-content .right header h5 span {
    color: #0064a9;
}

.dialog-content .right .navigation li {
    list-style: none;
    border-bottom: 2px solid #f9c53285;
    padding: 20px;
    position: relative;
    font-size: 14px
}

.dialog-content .right .navigation li.active {
    border-bottom:solid 2px #f9c532;
}
.dialog-content .right input[type="submit"]{
    padding: 12px 30px!important;
    font-size: 15px;
    font-weight: bold;
    border-radius: 9px!important;
    background-color: #0064a9!important;
    border: none;
    text-transform: none;
    margin-top: 10px;
    font-family: 'Poppins', serif;
}

.dialog-content .right .navigation li.active:before{
    display: block
}

.dialog-content .right .navigation li:after{
    content: "";
    border-radius: 100%;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #f9c532;
    bottom: -5px;
    left: calc(50% - 10px);
}
.dialog-content .right .navigation li:before{
    content: "";
    border-radius: 100%;
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    background: #f9c53230;
    bottom: -10px;
    left: calc(50% - 15px);
}

.dialog-content .right .step1 {
    display: block;
}
.dialog-content .right .step1 label span {
    color: #333 !important;
    font-size: 14px;
}
.dialog-content .right .step1 label span a {
    color: #0064a9;
}
.dialog-content .right .step2 {
    display: none;
}
.dialog-content .right .step2 .item {
    margin: 20px 0;
}
.dialog-content .right .back-btn,
.dialog-content .right .back-btn:hover {
    background: #f3f3f3!important;
    color: #484949;
    font-weight: bold;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 9px!important;
    margin-left: 20px;
}

.dialog-content .right .back-btn:hover{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    transform: translateY(-3px);
}

.dialog-content .right{
    font-size: 14px;
}

.dialog-content .right p{
    padding: 0;
    margin-bottom:10px;
}

body .ui-dialog {
    width: calc(100vw - 30px) !important;
    max-width: 950px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: #f7faff;
}

.dialog .block{
    column-gap: 10px;
    row-gap: 10px;
}

.ui-widget-header{
    border: none;
    background: transparent;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none;
    background: transparent;
}
#ajax-content-wrap > .container-wrap > .container > .row > div:nth-of-type(1) {
    z-index: 11;
}
#ajax-content-wrap > .container-wrap > .container > .row > div:nth-of-type(2) {
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .voltage-drop-result-wrapper .support-box p {
        min-width: 183px;
    }
}

@media only screen and (max-width: 991px) {
    .block {
        grid-template-columns: repeat(2, 1fr);
    }
    .dialog-content, .wrapper{
        grid-template-columns: 1fr;
        row-gap: 20px
    }
    .header-form{
        column-gap: 20px;
    }
    .number-of-submission .item,
    .number-of-submission .addBtn {
        padding: 10px 20px;
        font-size: 14px;
        display: inline-block;
    }
    .number-of-submission .clear-all,
    .number-of-submission .calculate-all,
    .number-of-submission a.change-email-address {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .tooltip .tooltiptext{
        left: -77px
    }
    .voltage-drop-result-wrapper .result {
        width: 330px;
        overflow: scroll;
    }
    .voltage-drop-result-wrapper .voltage-drop-result h3{
        margin-top: 30px;
    }
    .voltage-drop-result-wrapper .voltage-drop-result table{
        min-width: 1000px;
    }
    #voltage-drop-form .button-box{
        left: 0;
        top: 15px;
    }
    [class*=param-form-]{
        padding: 30px
    }
    .header-form{
        grid-template-columns: 1fr;
        column-gap: 20px
    }
    .wrapper, .block {
        grid-template-columns: 1fr;
    }
    .number-of-submission .item i {
        font-size: 14px;
        line-height: 16px;
        top: 0;
    }
}
@media (min-width: 992px) {
    #voltage-drop-form .calculate-all,
    #voltage-drop-form .clear-all,
    #voltage-drop-form a.change-email-address {
        display: none;
    }
}
