body>.container {
    /* min-height: 700px; */
}

body.pym-view-active {
    overflow: hidden;
}

.pym-view-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    overflow: auto;
    padding: 30px;
}

body.pym-view-active .pym-view-container {
    display: block;
}

.pym-view-container.is-active {
    position: static;
    display: block;
    background: none;
}

body.is-show:before {
    content: none;
}

.ew-row {
    display: none;
}

.alert-success {
    display: none;
}

.pym-view {
    border-radius: 7px;
    background: #FBFCFF;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pym-view-container.is-active .pym-view {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: #FFF;
}

.pym-view {
    width: 100%;
    /* max-width: 635px; */
    max-width: 1150px;
}

.pym-view[data-pym-stage="1"] {
    max-width: 635px;
}

/* .pym-view[data-pym-stage="2"],
.pym-view[data-pym-stage="3"] {
    max-width: 1150px;
} */

.pym-view[data-pym-stage="1"] .pym-stage-1 {
    display: block;
}

.pym-view[data-pym-stage="1"] .pym-stage-2 {
    display: none
}

.pym-view[data-pym-stage="1"] .pym-stage-3 {
    display: none
}

.pym-view[data-pym-stage="1"] .pym-stage-4 {
    display: none
}

.pym-view[data-pym-stage="1"] .pym-stage-5 {
    display: none
}

.pym-view[data-pym-stage="1"] .pym-stage-6 {
    display: none
}

.pym-view[data-pym-stage="2"] .pym-stage-1 {
    display: none;
}

.pym-view[data-pym-stage="2"] .pym-stage-2 {
    display: block
}

.pym-view[data-pym-stage="2"] .pym-stage-3 {
    display: none
}

.pym-view[data-pym-stage="2"] .pym-stage-4 {
    display: none;
}

.pym-view[data-pym-stage="2"] .pym-stage-5 {
    display: none;
}

.pym-view[data-pym-stage="2"] .pym-stage-6 {
    display: none;
}

.pym-view[data-pym-stage="3"] .pym-stage-1 {
    display: none;
}

.pym-view[data-pym-stage="3"] .pym-stage-2 {
    display: none;
}

.pym-view[data-pym-stage="3"] .pym-stage-3 {
    display: block;
}

.pym-view[data-pym-stage="3"] .pym-stage-4 {
    display: none;
}

.pym-view[data-pym-stage="3"] .pym-stage-5 {
    display: none;
}

.pym-view[data-pym-stage="3"] .pym-stage-6 {
    display: none;
}

.pym-view[data-pym-stage="4"] .pym-stage-1 {
    display: none;
}

.pym-view[data-pym-stage="4"] .pym-stage-2 {
    display: none;
}

.pym-view[data-pym-stage="4"] .pym-stage-3 {
    display: none;
}

.pym-view[data-pym-stage="4"] .pym-stage-4 {
    display: block;
}

.pym-view[data-pym-stage="4"] .pym-stage-5 {
    display: none;
}

.pym-view[data-pym-stage="4"] .pym-stage-6 {
    display: none;
}

.pym-view[data-pym-stage="5"] .pym-stage-1 {
    display: none;
}

.pym-view[data-pym-stage="5"] .pym-stage-2 {
    display: none;
}

.pym-view[data-pym-stage="5"] .pym-stage-3 {
    display: none;
}

.pym-view[data-pym-stage="5"] .pym-stage-4 {
    display: none;
}

.pym-view[data-pym-stage="5"] .pym-stage-5 {
    display: block;
}

.pym-view[data-pym-stage="5"] .pym-stage-6 {
    display: none;
}

.pym-view[data-pym-stage="6"] .pym-stage-1 {
    display: none;
}

.pym-view[data-pym-stage="6"] .pym-stage-2 {
    display: none;
}

.pym-view[data-pym-stage="6"] .pym-stage-3 {
    display: none;
}

.pym-view[data-pym-stage="6"] .pym-stage-4 {
    display: none;
}

.pym-view[data-pym-stage="6"] .pym-stage-5 {
    display: none;
}

.pym-view[data-pym-stage="6"] .pym-stage-6 {
    display: block;
}

.pym-stage-1 {
    position: relative;
    padding: 35px 0;
    text-align: center;
}

.pym-stage-2 {
    position: relative;
}

.pym-stage-3 {
    position: relative;
    padding: 60px;
    padding-bottom: 75px;
    text-align: left;
    box-shadow: 0px 0 4px rgb(0 0 0 / 20%);
}

.pym-stage-3 .pym-box-heading {
    text-align: center;
    margin-bottom: 40px;
}

.pym-stage-3-pps, .pym-stage-3-fps {
    display: none;
}

.pym-stage-result {
    position: relative;
    padding: 60px;
    text-align: center;
    box-shadow: 0px 0 4px rgb(0 0 0 / 20%);
}

.pym-back {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    background: #1174B5;
    border-radius: 3px;
    width: 120px;
    height: 46px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.pym-stage-2 .pym-back,
.pym-stage-3 .pym-back,
.pym-stage-result .pym-back {
    display: flex;
}

.pym-stage-result .pym-back {
    position: static;
    margin: 0 auto;
}

.pym-view h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1174B5;
    margin: 0;
    margin-bottom: 30px;
}

.pym-view .pym-stage-2 h2 {
    margin-bottom: 2px;
}

.pym-view h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #1174B5;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pym-view p {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
}

.pym-view h2+p {
    margin-top: 10px;
}

.pym-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-item: center;
}

.pym-col {
    flex: 1;
    position: relative;
}

.pym-col:first-child:before {
    content: '';
    position: absolute;
    height: 155px;
    width: 1px;
    border: 1px solid #1174B5;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.pym-btn, .pym-btn:active, .pym-btn:hover, .pym-btn:focus {
    width: 140px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0 4px rgb(0 0 0 / 20%);
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #1174B5;
    padding: 0;
    cursor: pointer;
}

[data-pym-online] {
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

[data-pym-online] img {
    max-width: 100%;
    height: auto;
}

/* pym-stage-2 */
.pym-detail-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
}

.pym-detail-col-left {
    flex: 1;
}

.pym-detail-col-right {
    width: 350px;
}

.pym-detail-col-right .pym-detail-box {
    height: 100%;
}

.pym-detail-box {
    background: #FFFFFF;
    box-shadow: 0px 0 4px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.pym-detail-box:last-child {
    margin-bottom: 0;
}

.pym-detail-input-readonly {
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: -7px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
}

.pym-detail-input-readonly:last-child {
    margin-bottom: 0;
}

.pym-detail-input-copiable {
    background: #F8F8F8;
}

.pym-detail-input-copiable .copy-btn {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}

.pym-table {
    width: 100%;
}

.pym-table>tbody>tr>td,
.pym-table>tbody>tr>th,
.pym-table>tfoot>tr>td,
.pym-table>tfoot>tr>th,
.pym-table>thead>tr>td,
.pym-table>thead>tr>th {
    border: none;
    color: #000;
    padding-top: 5px;
    padding-left: 0;
}

.pym-table tr.pyr-table-spacing td {
    height: 50px;
}

.pym-table tr:last-child td {
    border-top: 1px solid #117485;
}

.pym-choose-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
}

.pym-choose {
    flex: 1;
    height: 69px;
    background: #FFFFFF;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 7px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1174B5;
    font-weight: bold;
}

.pym-choose img {
    max-width: 100%;
    height: 100%;
}

.pym-choose.is-active {
    /* background: rgba(17, 116, 181, 0.1); */
    border: 1px solid #1174B5;
}

.pym-total-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 17px;
}

.pym-total-container>div {
    flex: 1;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1174B5;
}

.pym-total-container>div.pym-total-right {
    text-align: right;
}

.pym-final-btn, .pym-final-btn:active, .pym-final-btn:hover, .pym-final-btn:focus {
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background: #1174B5;
    border-radius: 3px;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0;
    cursor: pointer;
}

.pym-stage-result .pym-btn, .pym-stage-result .pym-btn:active, .pym-stage-result .pym-btn:hover, .pym-stage-result .pym-btn:focus {
    width: auto;
    height: 45px;
    padding: 0 45px;
    margin: 0 12.5px;
}

.lds-ring-container {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.lds-ring-container.is-active {
    display: block;
    background: rgba(255, 255, 255, 0.5);
}

.lds-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #1174B5;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1174B5 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.x-lds-ring-container {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.x-lds-ring-container.is-active {
    display: block;
}

.x-lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.x-lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: x-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.x-lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.x-lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.x-lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes x-lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pym-box-heading {
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    align-items: center;
}

.pym-box-heading.with-image img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.pym-box-heading div {
    font-size: 18px;
    color: #1174B5;
    font-weight: bold;
}

.pym-box-heading-small {
    
}

.pym-box-heading-small div {
    color: #1174B5;
}

.pym-stage-result .pym-box-heading div {
    font-size: 24px;
}

.pym-box-heading.color-failed div {
    color: #B51B11;
}

[data-pym-test-success] {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

[data-pym-test-failed] {
    position: absolute;
    bottom: 25px;
    left: 115px;
}

.pym-stage-result .pym-detail-row {
    gap: 60px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 35px;
}

.pym-stage-result .pym-detail-col-right {
    width: auto;
}

.pym-doc-row {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.pym-doc-row > div:first-child {
    flex: 1;
    font-size: 14px;
}

.pym-back-style {
    display: flex;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    background: #1174B5;
    border-radius: 3px;
    width: 110px;
    height: 46px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pym-back-style,
.pym-back-style:active,
.pym-back-style:hover,
.pym-back-style:focus {
    color: #FFF;
}

.pym-stage-result .pym-back-style {
    margin-top: 40px;
}

.pym-doc-row .pym-back-style {
    margin-top: 0;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    width: 88px;
    height: 40px;
}

[data-open-pym] {
    display: none;
    margin-top: 50px;
}

[data-open-pym].is-shown {
    display: flex;
}

@media print {
    .no-print {
        display: none !important;
    }
}

#pps-form {
    display: none;
}

@media (max-width: 1024px) {
    .pym-detail-row {
        display: block;
    }
    .pym-detail-col-right {
        width: 100%;
        margin-top: 30px;
    }
    .pym-stage-3-fps > .flex {
        display: block;
    }
}

@media (max-width: 767px) {
    .pym-view-container {
        padding: 10px;
    }
    .pym-stage-result {
        padding: 30px;
    }
}