body {
    margin: 0;
    background: #FFFFFF;
}

* {
    box-sizing: border-box;
}

.pto-mb-5 {
    margin-bottom: 5px;
}

.pto-mb-7 {
    margin-bottom: 7px;
}

.pto-button:hover,
.pto-print-button:hover {
    background: #ff7144;
    border-color: #ff7144;
    color: #000;
}

.pto-print-button:hover {
    background: #ff7144;
    border-color: #ff7144;
    color: #000;
}

    .pto-print-button:hover .pto-print-icon path {
        fill: black;
    }

.pto-close-icon {
    width: 24px;
    height: 24px;
    stroke: black;
    transition: stroke 0.2s ease;
}

.orange-icon {
    /* opacity: 1; */
    display: none;
}

.pto-popup-close-container:hover .orange-icon {
    opacity: 1;
    display: block;
}

.black-icon {
    display: block;
}

.pto-popup-close-container:hover .black-icon {
    display: none;
}


.link {
    color: #000 !important;
}

.pto-popup-close-container:hover .orange-color {
    color: #ff7144 !important;
}

.info-label:hover,
.link:hover,
.switch-weight-label:hover,
.switch-length-label:hover {
    color: #ff7144 !important;
    text-decoration-color: #ff7144 !important;
}

.pto-reset-inputs:hover {
    color: #ff7144 !important;
    border-bottom-color: #ff7144 !important;
}

.pto-input-label:hover {
    color: #ff7144 !important;
}


.pto-mb-8 {
    margin-bottom: 8px;
}

.pto-my-8 {
    margin-bottom: 8px;
    margin-top: 8px;
}


.pto-mb-9 {
    margin-bottom: 9px;
}

.pto-mb-10 {
    margin-bottom: 10px;
}


.pto-mb-11 {
    margin-bottom: 11px;
}

.pto-mb-14 {
    margin-bottom: 14px;
}


.pto-mb-15 {
    margin-bottom: 15px;
}

.pto-mb-16 {
    margin-bottom: 16px;
}

.pto-mb-17 {
    margin-bottom: 17px;
}

.pto-mb-19 {
    margin-bottom: 19px;
}


.pto-mb-20 {
    margin-bottom: 20px;
}

.pto-mb-21 {
    margin-bottom: 21px;
}


.pto-mb-22 {
    margin-bottom: 22px;
}


.pto-mb-24 {
    margin-bottom: 24px;
}

.pto-mb-25 {
    margin-bottom: 25px;
}

.pto-mb-27 {
    margin-bottom: 27px;
}


.pto-mb-29 {
    margin-bottom: 29px;
}

.pto-mb-30 {
    margin-bottom: 30px;
}

.pto-mb-33 {
    margin-bottom: 33px;
}

.pto-mb-36 {
    margin-bottom: 36px;
}

.pto-mb-39 {
    margin-bottom: 39px;
}

.pto-mb-44 {
    margin-bottom: 44px;
}

.pto-mb-50 {
    margin-bottom: 50px;
}


.pto-mb-54 {
    margin-bottom: 54px;
}

.pto-mb-58 {
    margin-bottom: 58px;
}

.pto-mb-60 {
    margin-bottom: 60px;
}

.pto-pxy-13-10 {
    padding: 10px 13px;
}

.pto-pxy-13-23 {
    padding: 23px 13px;
}

.pto-pxy-25-37 {
    padding: 37px 25px;
}

.pto-header {
    width: 100%;
    height: 76px;
    padding: 20px 5%;
    background-color: black;
}

    .pto-header .logo {
        width: 391px;
        height: auto;
        margin: 0;
    }

@media screen and (max-width: 600px) {
    .pto-header {
        width: 100%;
        height: 66px;
        padding: 20px 5%;
        background-color: black;
        margin-bottom: 40px;
    }

        .pto-header .logo {
            width: 252px;
            height: auto;
            margin: 0;
        }
}

.pto-main-container {
    width: 80%;
    height: auto;
    margin: 0 10%;
}

    .pto-main-container .page-title {
        width: 100%;
        height: auto;
        margin: 60px 0 20px 0;
        color: #000;
        font-family: INTLHeadline;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.pto__button--calculate {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #272623;
    color: #FFF;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    display: none;
}

    .pto__button--calculate:hover {
         background: #ff7144;
        border-color: #ff7144;
        color: #000;       
    }

@media screen and (max-width: 600px) {
    .pto-main-container .page-title {
        margin: 0 0 20px 0;
        font-size: 30px;
    }
}

.pto-main-container .page-description {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pto-main-container .select-measurement-system {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pto-main-container .buttons-row {
    width: 100%;
    height: auto;
}

.pto-button {
    width: 176px;
    max-width: 50%;
    height: 44px;
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    text-align: center;
    font-family: INTLText;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#us-standard {
    border-radius: 5px 0px 0px 5px;
}

#metric {
    border-radius: 0 5px 5px 0;
}

.active {
    background-color: #272623;
    color: #fff;
    font-weight: 700;
}

.pto-main-container .pto-section {
    width: 100%;
    height: auto;
    padding: 40px;
    position: relative;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 820px) {
    .pto-main-container .pto-section {
        padding: 10px 20px 100px 20px;
    }
}

.pto-main-container .pto-section .section-title {
    color: #000;
    font-family: INTLHeadline;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 500px) {
    .pto-main-container .pto-section .section-title {
        font-size: 20px;
    }
}

.pto-main-container .pto-section .section-description {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pto-row-fit {
    width: fit-content;
    height: auto;
}

.pto-row {
    width: 100%;
    height: auto;
}

.pto-row-fit .info-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
}

.pto-row-fit .info-label {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #000;
    text-decoration-thickness: 5.5%;
    /* 0.99px */
    text-underline-offset: 25%;
    /* 4.5px */
    text-underline-position: from-font;
    vertical-align: middle;
    cursor: pointer;
}

.pto-flex-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 0;
}

.pto-flex-row-2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.pto-col-3 {
    width: 33%;
    height: auto;
    padding: 0 10px;
}

    .pto-col-3:nth-child(2) {
        padding: 0 40px;
        border-left: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
    }

    .pto-col-3:nth-child(3) {
        padding-left: 40px;
    }

@media screen and (max-width:820px) {
    .pto-flex-row {
        flex-direction: column;
        gap: 20px;
    }

    .pto-col-3 {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #E5E5E5;
        padding: 20px 0;
        margin: 0;
    }

        .pto-col-3:nth-child(2) {
            border-left: none;
            border-right: none;
            padding: 20px 0;
        }

        .pto-col-3:nth-child(3) {
            padding: 20px 0;
        }
}

.pto-section-sub-heading {
    color: #000;
    font-family: INTLText;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pto-disabled-sub-heading {
    color: #DAD9D8;
}

.pto-section-question {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pto-input-label {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pto-select-label {
    color: #000;
    font-family: INTLText;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}




.pto-input-label {
    cursor: pointer;
}


.pto-radio-input {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: -2px;
    accent-color: #000;
}

    .pto-radio-input:hover {
        border-color: #ff7144 !important;
        /* Orange */
    }



#pto-transmission-section .pto-gear-ratio-inputs-container,
#pto-transmission-section .pto-pump-speed-inputs-container,
#pto-transmission-section .pto-engine-speed-inputs-container {
    display: none;
}

#pto-rear-engine-section .pto-gear-ratio-inputs-container,
#pto-rear-engine-section .pto-pump-speed-inputs-container,
#pto-rear-engine-section .pto-engine-speed-inputs-container {
    display: none;
}

.single-arrow-select-container {
    width: 100%;
    height: auto;
    padding: 7px;
    padding-bottom: 4px;
    border-radius: 5px;
    border: 1px solid #DAD9D8;
    background: #DAD9D8;
}

.single-arrow-select {
    width: calc(100% - 10px);
    border: none;
    vertical-align: middle;
    background: #DAD9D8;
    padding: 5px;
    outline: none;
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dual-arrow-select-container {
    width: 100%;
    height: auto;
    padding: 7px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    border: 1px solid #DAD9D8;
    background: #DAD9D8;
    user-select: none;
}

.select-column {
    width: calc(100% - 30px);
    height: auto;
}

.arrow-colum {
    width: 30px;
    height: auto
}

.dual-arrow-select,
.restricted-number-input,
.positive-number-input {
    width: 100%;
    height: 33px;
    padding: 5px;
    appearance: none;
    outline: none;
    border: none;
    background: #DAD9D8;
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pto-input-rule {
    color: #000;
    font-family: INTLText;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pto-reset-inputs {
    width: auto;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #000;
    text-align: center;
    font-family: INTLText;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
    display: none;
    user-select: none;
}

@media screen and (max-width:820px) {
    .pto-reset-inputs {
        width: 110px;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 40px;
        margin: 0 auto;
        text-align: center;
    }
}

.pto-gear-ratio-results-container {
    width: 100%;
    height: auto;
    display: none;
}

.pto-result-container {
    width: 100%;
    max-width: 250px;
    height: auto;
    padding: 20px 0;
    border-radius: 5px;
    border: 0.5px solid #000;
    background: #FFF;
    text-align: center;
}

.pto-result {
    color: #000;
    font-family: INTLHeadline;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pto-pump-speed-results-container {
    width: 100%;
    height: auto;
    display: none;
}

.pto-result-label {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.pto-col-2 {
    width: 50%;
    height: auto;
}

.pto-col-4 {
    /* max-width: 40%; */
    min-width: 200px;
    height: auto;
    width: min-content;
}



.pto-result-container-2 {
    /* min-width: 100%;  */
    height: auto;
    padding: 20px 10px;
    border-radius: 5px;
    border: 0.5px solid #000;
    background: #FFF;
    text-align: center;
}

.pto-result {
    vertical-align: baseline;
    margin-right: 2px
}


.pto-rpm {
    color: #82817D;
    text-align: center;
    font-family: INTLText;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pto-gray-notice-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-radius: 10px;
    background: #D9D9D9;
}

.pto-col-image {
    width: 24px;
    height: auto;
}

.pto-col-notice {
    width: calc(100% - 24px);
    height: auto;
    color: #000;
    font-family: INTLText;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pto-engine-speed-results-container {
    width: 100%;
    height: auto;
    display: none;
}

.pto-fixed-input {
    width: 100%;
    height: auto;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #BAB9B5;
    background: #BAB9B5;
    color: #41413E;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*-----------------------------------------------------Popup Style---------------------------------*/

.pto-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: none;
}

.pto-popup-container {
    width: 80%;
    max-width: 855px;
    /*height: 80%;*/
    height:20%;
    overflow-y: auto;
    position: fixed;
    /*top: 15%;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
    z-index: 100;
    display: none;
}

.pto-popup-close-container {
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.pto-popup-close {
    display: inline-block;
    color: #000;
    font-family: INTLText;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: top;
    /* padding-top: 6px; */
}

.pto-popup-close-icon {
    width: 34px;
    height: 34px;
    vertical-align: middle;
}

.pto-popup-title {
    color: #000;
    font-family: INTLHeadline;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width:786px) {
    .pto-popup-title {
        margin-top: 40px;
    }
}

.pto-popup-flex-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.pto-col-60 {
    width: 60%;
    height: auto;
}

.pto-col-40 {
    width: 40%;
    height: auto;
}

@media screen and (max-width: 820px) {
    .pto-popup-flex-row {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .pto-col-60 {
        width: 100%;
        height: auto;
    }

    .pto-col-40 {
        width: 100%;
        height: auto;
    }
}

.pto-popup-heading {
    color: #000;
    font-family: INTLText;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.no-wrap {
    white-space: nowrap;
}

.pto-popup-text {
    color: #000;
    font-family: INTLText;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#pto-transmission-popup .pto-main-image {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    /*background-image: url("../images/transmission-popup-main-image.jpg");*/
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#pto-rear-engine-popup .pto-main-image {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    /*background-image: url("../images/rear-engine-popup-main-image.jpg");*/
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}



.pto-popup-hr-line {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}


.pto-gray-box {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #DAD9D8;
}

.pto-popup-list-item {
    margin-top: 20px;
}

.pto-popup-notice {
    color: #000;
    font-family: INTLText;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #000;
    text-decoration-thickness: 5.5%;
    /* 0.77px */
    text-underline-offset: 25%;
    /* 3.5px */
    text-underline-position: from-font;
    text-transform: uppercase;
}

.pto-yes-no-selection-container {
    width: 100%;
    height: auto;
    display: none;
}

.bm-input-container,
.pf-input-container {
    width: 100%;
    height: 52px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 7px;
    padding-bottom: 4px;
    border-radius: 5px;
    border: 1px solid #DAD9D8;
    background: #DAD9D8;
    user-select: none;
}

    .bm-input-container .bm-input-column {
        width: calc(100% - 60px);
        height: auto;
    }

    .pf-input-container .pf-input-column {
        width: calc(100% - 110px);
        height: auto;
    }


        .bm-input-container .bm-input-column .bm-input,
        .pf-input-container .pf-input-column .pf-input {
            width: 100%;
            height: auto;
            height: 33px;
            padding: 3px;
            appearance: none;
            outline: none;
            border: none;
            background: #DAD9D8;
            color: #000;
            font-family: INTLText;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .bm-input-container .bm-measurement-column {
        width: 30px;
        height: auto;
        color: #000;
        text-align: right;
        font-family: INTLText;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px 0;
    }

    .pf-input-container .pf-measurement-column {
        width: 80px;
        height: auto;
        color: #000;
        text-align: right;
        font-family: INTLText;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px 0;
    }

.pump-flow-inputs-container .positive-number-input,
.pump-speed-inputs-container .positive-number-input {
    height: 49px;
    padding: 10px;
    border-radius: 5px;
}

.bm-input-container .bm-arrows-column {
    width: 30px;
    height: auto;
    color: #000;
    text-align: right;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bm-switch {
    width: 100%;
    height: auto;
    text-align: right;
}

    .bm-switch .switch-icon {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .bm-switch .switch-weight-label,
    .bm-switch .switch-length-label {
        color: #000;
        font-family: INTLText;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-color: #000;
        text-decoration-thickness: 5.5%;
        /* 0.77px */
        text-underline-offset: 25%;
        /* 3.5px */
        text-underline-position: from-font;
        vertical-align: middle;
        cursor: pointer;
    }

.bm-yes-length-inputs-container,
.bm-no-length-inputs-container,
.bm-yes-cg-inputs-container,
.bm-no-cg-inputs-container {
    width: 100%;
    height: auto;
    display: none;
}

.bm-results-flex-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 37px;
}

@media screen and (max-width: 600px) {
    .bm-results-flex-row {
        gap: 10px;
    }
}

.bm-results-container {
    width: 100%;
    height: auto;
    display: none;
}

.pto-footer {
    width: 100%;
    height: auto;
    background-color: #000;
}

.footer-logo {
    width: 48px;
    height: 42px;
    margin: 31px 0 0 39px;
}

.pto-social-media-list {
    list-style: none;
    padding-right: 120px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-end;
}

@media screen and (max-width: 600px) {
    .pto-social-media-list {
        padding-right: 40px;
    }
}

.pto-social-media-list .list-item a .social-icon {
    width: 24px;
    height: 24px;
}

.pto-footer-menu-row {
    display: flex;
    flex-direction: row;
    margin: 39px;
    margin-bottom: 0;
    padding: 40px 0;
    border-top: 1px solid gray;
}

@media screen and (max-width: 490px) {
    .pto-col-2 {
        width: 100%;
    }

    .pto-footer-menu-row {
        gap: 10px;
        flex-direction: column;
    }
}

.pto-footer-menu {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .pto-footer-menu .list-item {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid gray;
        vertical-align: middle;
    }

        .pto-footer-menu .list-item:first-child {
            padding-left: 0;
        }

        .pto-footer-menu .list-item:last-child {
            padding-right: 0;
            border-right: none;
        }

        .pto-footer-menu .list-item a,
        .pto-copyright {
            text-transform: uppercase;
            text-decoration: none;
            color: gray;
            font-family: INTLText;
            font-size: 14px;
            font-weight: 300;
        }

.pto-print-row {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    border-radius: 10px;
    background: #DAD9D8;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.pto-print-text-col {
    width: calc(100% - 175px);
    height: auto;
}

.pto-print-heading {
    color: #000;
    font-family: INTLHeadline;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.pto-print-description {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pto-print-button-column {
    width: 175px;
    height: auto;
}

@media screen and (max-width: 768px) {

    .pto-print-row {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .pto-print-text-col {
        width: 100%;
        height: auto;
    }

    .pto-print-button-column {
        width: 100%;
        height: auto;
    }
}

.pto-print-button {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #272623;
    color: #FFF;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.pto-print-icon {
    vertical-align: middle;
    margin-right: 8px;
}

#pto-pump-flow-section .pump-flow-inputs-container,
#pto-pump-flow-section .pump-speed-inputs-container,
#pto-pump-flow-section .pump-flow-results-container,
#pto-pump-flow-section .pump-speed-results-container {
    display: none;
}

#pto-pump-flow-popup .pto-main-image {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background-image: url("../images/pump-flow-popup-main-image.jpg");
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bm-indicator-flex-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
}

.bm-right-wrong-icon-container {
    width: 26px;
    height: 26px;
    background: #E9453A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-w-20 {
    max-width: 180px;
}

.bm-indicator-container {
    width: calc(100% - 80px);
    height: 26px;
    position: relative;
}

.bm-pump-weight-fill-indicator {
    width: 60%;
    height: 26px;
    border-radius: 5px 0px 0px 5px;
    border: 0.5px solid #FF7144;
    background: #FF7144;
}

.bm-pump-weight-container {
    width: 105px;
    height: auto;
    position: absolute;
    left: 60%;
    top: -30px;
    margin-left: -56px;
}

.bm-bending-moment-container {
    width: 135px;
    height: auto;
    position: absolute;
    left: 100%;
    top: 43px;
    margin-left: -65px;
}

.bm-pump-weight,
.bm-bending-moment {
    color: #000;
    font-family: INTLText;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bm-pump-weight-icon {
    position: absolute;
    left: 40%;
    top: 10px;
}

.bm-bending-moment-icon {
    position: absolute;
    left: 40%;
    top: -20px;
}

.bm-pump-weight-indicator {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 0.5px solid #000;
    background: #FFF;
}


.pto-yes-CG-results-container .bm-pump-weight-fill-indicator,
.pto-no-CG-results-container .bm-pump-weight-fill-indicator {
    width: 100%;
    height: 26px;
    border-radius: 5px 0px 0px 5px;
    border: 0.5px solid #FF7144;
    background: #FF7144;
}

.pto-yes-CG-results-container .bm-pump-weight-container,
.pto-no-CG-results-container .bm-pump-weight-container {
    width: 105px;
    height: auto;
    position: absolute;
    left: 100%;
    top: -30px;
    margin-left: -56px;
}

.pto-yes-CG-results-container .bm-bending-moment-container,
.pto-no-CG-results-container .bm-bending-moment-container {
    width: 135px;
    height: auto;
    position: absolute;
    left: 80%;
    top: 43px;
    margin-left: -65px;
}
