
/* HEADER */

.page-template-wizard-page-tpl .footer-buttons-mobile-cont, .page-template-payment-edit .footer-buttons-mobile-cont, .page-template-payment-create .footer-buttons-mobile-cont {
    display: none !important;
}

/* SIDEBAR */

.order-sidebar-details-cont {
    padding: 30px 50px;
    background-color: #eee;
    display: flex;
    
}

@media (min-height: 549px) and (min-width: 768px) {
    
    .normal-order-wrapper .order-sidebar-details-cont {
        
        position: sticky;
        position: -webkit-sticky;
        top: 170px;
    }
    
}

@media (min-height: 789px) and (min-width: 768px) {
    
    .offer-order-wrapper .order-sidebar-details-cont {
        
        position: sticky;
        position: -webkit-sticky;
        top: 130px;
    }
    
}

@media (max-height: 800px) and (min-width: 768px) and (max-width: 991px) {
    
    .order-sidebar-details-cont {
        
        position: relative;
        position: relative;
        top: 0px;
    }
    
}


.order-sidebar-details-col {
    width: 47.5%;
}

.order-sidebar-details-col-1 {
    margin-right: 5%;
}

@media (max-width: 991px) {
    
    .order-sidebar-details-cont {
        flex-wrap: wrap;
    }
    
    .order-sidebar-details-col {
        width: 100%;
    }

    .order-sidebar-details-col-1 {
        margin-right: 0;
        margin-bottom: 20px;
    }

}

.order-sidebar-col-title, .order-sidebar-section-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.order-sidebar-section-multi-details-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.order-sidebar-details-row-divider {
    font-size: 10px;
}

.order-sidebar-section-delivery {
    display: none;
    margin-top: 20px;
}

.paypal-delivery-office-selected-google-url {
    margin-top: 20px;
    display: none;
}

.paypal-delivery-address-selected {
    margin-top: 20px;
    display: none;
}

.order-sidebar-field-value {
    font-weight: bold;
    color: #1bb5b7;
}

.order-sidebar-field-sign {
    color: #1bb5b7;
    margin-right: -3px;
}

.order-sidebar-section-price .order-sidebar-details-row {
    margin-top: 5px;
    display: none;
}

.order-sidebar-section-price .order-sidebar-details-row-vat {
    display: block;
}

.order-sidebar-section-price .order-sidebar-details-row-sub-total {
    display: block;
}

.order-sidebar-field-number {
    font-weight: bold;
}

.order-sidebar-field-percent, .order-sidebar-field-percent-sign {

    font-weight: bold;
}

.order-sidebar-field-percent-sign {

    margin-left: -3px;
} 

.order-sidebar-section-price {
    margin-top: 20px;
    max-height: 320px;
    overflow: auto;
}

@media (min-width: 600px) and (max-width: 767px) {
    
    .order-sidebar-section-price {
        max-height: none;
        overflow: unset;
    }

}

.order-sidebar-section-price .order-sidebar-details-row-translation {
    display: block;
}

.order-sidebar-section-price .order-sidebar-details-row-certification, .order-sidebar-section-price .order-sidebar-details-row-digital-copy {
    display: block;
}

.order-sidebar-section-price .order-sidebar-details-row-total {
    font-weight: bold;
    display: block;
}

.order-sidebar-price-value-outer {
    white-space: nowrap;
    font-weight: bold;
    color: #1bb5b7;
}

.order-sidebar-details-row-delivery-office, .order-sidebar-details-row-delivery-google-url {
    margin-top: 10px;
    display: none;
}

.order-sidebar-details-row-end-date {
    margin-top: 10px;
}

.order-sidebar-details-row-speed {
    margin-top: 10px;
}

.order-sidebar-details-row-ship-date {
    display: none;
}

.order-sidebar-details-row-mailing-date {
    display: none;
}

.order-sidebar-details-row-apostille-part {
    display: none;
}

.order-sidebar-details-row-notary-date {
    display: none;
}

.order-delivery-google-url {
    word-break: break-word;
}

.order-sidebar-section-multi-details{
    height: 185px;
    overflow: auto;
}

@media (min-width: 600px) and (max-width: 767px) {
    
    .order-sidebar-section-multi-details{
        height: auto;
        overflow: unset;
    }

}

.order-sidebar-details-row-company {
    display: none;
}    

.wizard-sidebar-apostille-time-details {
    display: none;
}

.wizard-sidebar-apostille-time-details .wizard-sidebar-details-row {
    margin-top: 10px;
    font-weight: bold;
}

/* MAIN */

.play-btn {
    display: none;
}

.order-access-error {
    color: red;
    text-align: center;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
}

.wizard-rect-col-inactive {
    opacity: 0.2;
    pointer-events: none;
}

html, body > #Wrapper {
    overflow: unset;
}

.order-wrapper {
    display: flex;
    margin-bottom: 50px;
    overflow: unset;
}

.page-template-payment-admin-edit .order-wrapper {

    margin-top: 20px;
}

@media (max-width: 1249px) {
    
    .order-wrapper {
        padding: 20px;
    }

}

.order-col {
    width: 47.5%;
    position: relative;
}

.order-col-1 {
    margin-right: 5%;
}

@media (max-width: 599px) {
    
    .order-col {
        width: 100%;
    }
    
    .order-col-1 {
        margin-right: 0;
    }
    
    .order-col-2 {
        display: none;
    }

}

.simple-forms-cont {
    display: none;
}

.paypal-field-langs {
    margin-top: 10px;
}

.paypal-field-terms-and-pages {
    display: flex;
}

.edit-order-fields-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.page-template-payment-create .order-field-client-name {
    margin-bottom: 10px;
}

.page-template-payment-create .order-field-client-company {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-template-payment-create .order-field-client-email {
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-field-country {
    margin-top: 20px;
}

.order-field-country select {
    width: 100%;
    color: #000;
}

.order-field-purpose label {
    display: inline-block;
}

.order-field-purpose-title {

    font-weight: bold;
}

.order-field-purpose textarea {
    margin-top: 10px;
    width: 100%;
}

.order-field-sp-names label {
    display: inline-block;
}

.order-field-sp-names textarea {
    margin-top: 20px;
    width: 100%;
}

.page-template-payment-create .order-field-client-phone {
    margin-top: 10px;
}

.page-template-payment-create #client_name, .page-template-payment-create #client_email, .page-template-payment-create #alt_client_email, .page-template-payment-create .w_phone {
    margin-bottom: 0px;
    width: 100%;
}

.page-template-payment-create .text_company {
    margin-bottom: 0px;
    width: 100%;
    
    display: none;
}

.page-template-payment-create .select_company {
    margin-bottom: 0px;
    width: 100%;
    color: #000;
}

.order-field-check-box-cont {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.order-field-check-box-cont label {
    margin: 0px 0px 0px 5px;
}

.order-field-custom-turnaround-text {
    margin-top: 20px;
    display: none;
}

.order-multi-cont-inner {
    margin-top: 20px;
}

.order-multi-main-row {
    padding: 20px;
    border: 1px dashed;
    margin-bottom: 20px;
    position: relative;
}

.order-multi-main-row-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.order-more-files-cont {
    background-color: #777;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.order-field-speed {
    margin-top: 50px;
    margin-bottom: 20px;
}

.order-field-special-request-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-field-special-request-text {
    display: none;
}

.order-field-special-request-text input {
    width: 100%;
}

.order-field-special-request-box label {

    margin: 0px 0px 0px 5px;

}

.documents-popup-row-remove {
    color: #d61212;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
}

.order-multi-main-row[data-doc_row="1"] .documents-popup-row-remove {
    display: none;
}

.paypal-speed-button-express {
    background-color: #1bb5b7;
}

.paypal-speed-button-super-express {
    background-color: #fac43e;
}

.paypal-speed-button-same-day {
    background-color: #f66282;
}

.paypal-terminology-button.active, .paypal-speed-button.active, .paypal-delivery-button.active {
    background-color: #f66282;
}

.paypal-speed-button:hover, .paypal-speed-button.active {
    background-color: #5a5a5a;
}

.order-submit {
    color: #fff;
    background-color: #f66282;
    border-bottom: none;
    font-size: 14px;
    font-weight: 700;
    font-family: "Oxygen",Arial,Tahoma,sans-serif;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    height: 100%;
    align-items: center;
    justify-content: center;
    
    padding: 20px;
    margin: 20px auto;
}

input.error, select.error {

    color: #FF0000;
    font-weight: bold;
}

label.error {

    margin-bottom: 10px;
}

.custom-error {
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

.custom-error.visible {
    display: block;
}

#turnaround-error {
    margin-top: 20px;
}

.guid-url-outer-cont {
    display: none;
}

.guid-url {
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
    line-height: 20px;
}

.order-signature-info {
    position: relative;
}

.order-signature-info .fa-info {
    padding: 12px 15px;
    background-color: #f36384;
    color: #FFF;
}

.order-signature-info .fa-info:hover {
    background-color: #1bb5b7;
    color: #fff;
}

.order-collection-location {
    font-size: 16px;
    font-weight: bold;
}

.order-end-date {
    font-size: 16px;
    font-weight: bold;
}

.order-field-apostille-part {
    display: none;
}

.order-ship-date {
    display: none;
}

.order-notary-date {
    display: none;
}

.order-mailing-date {
    display: none;
    margin-top: 10px;
}

.order-field-val {
    color: #1bb5b7;
}

.order-collection-location {
    margin-top: 20px;
    display: none;
}

.page-template-payment-create .paypal-field-delivery {
    margin: 30px 0px;
}

.custom_place_order_email_segment {
    width: 100%;
}

/* ORDER COPIES */

.paypal-doc-copies-section {
    margin-top: 40px;
    text-align: left;
}

.page-template-payment-edit .paypal-doc-copies-section {
    display: none;
}

.copies-input-cont {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 20px auto;
}

.copies-input-cont input {

    margin: auto 10px;
    width: 100px;
}

.copies-current-price {
    font-size: 24px;
    margin-bottom: 20px;
}

.paypal-doc-copies-section-title {
    font-size: 16px;
}

.paypal-doc-copies-section-desc {
    font-size: 12px;
}

.copies-rect {
    padding: 7px;
    border-radius: 3px;
    background-color: #777;
    color: #FFF;
    cursor: pointer;
}

.paypal-doc-copies-section input::-webkit-outer-spin-button,
.paypal-doc-copies-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.paypal-doc-copies-section input[type=number] {
  -moz-appearance: textfield;
}

/* ORDER APOSTILLE COPIES */

.paypal-doc-aposcopies-section {
    margin-top: 40px;
    text-align: left;
    display: none;
}

.paypal-doc-aposcopies-section-title {
    font-size: 16px;
}

.page-template-payment-edit .paypal-doc-aposcopies-section {
    display: none;
}

.aposcopies-input-cont {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 20px auto;
}

.aposcopies-input-cont input {

    margin: auto 10px;
    width: 100px;
}

.aposcopies-current-price {
    font-size: 24px;
    margin-bottom: 20px;
}

.paypal-doc-aposcopies-section-title {
    font-size: 16px;
}

.aposcopies-rect {
    padding: 7px;
    border-radius: 3px;
    background-color: #777;
    color: #FFF;
    cursor: pointer;
}

.paypal-doc-aposcopies-section input::-webkit-outer-spin-button,
.paypal-doc-aposcopies-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.paypal-doc-aposcopies-section input[type=number] {
  -moz-appearance: textfield;
}

/* PROGRESS BAR */

.page-template-payment-create .payment-loading-overlay {
    flex-flow: column;
}

.popup-upload-progress-cont {
    margin: 20px;
    display: none;
    width: 400px;
}

.progress-bar {
    color: #fff;
    background-color: #4CAF50;
    padding: 8px 16px;
    width: 0%;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 767px) {
    
    .popup-upload-progress-cont {

        width: 250px;
    }
}

/* CLIENT PART */

.order-field-handwritten-check-box-cont {
    margin-top: 20px;
    display: flex;
}

.page-template-wizard-page-tpl .order-field-handwritten-check-box-cont {
    display: none;
}

.page-template-wizard-page-tpl .order-field-handwritten.error {

    animation: blinkredborder .5s step-end infinite alternate;
    padding: 5px;
}

@keyframes blinkredborder { 
   50% { border: 2px solid red; } 
}

.order-field-handwritten-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.order-field-handwritten-buttons-cont {
    display: flex;
}

.order-field-handwritten-button {
    padding: 7px;
    border-radius: 3px;
    background-color: #777;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 24px;
}

.order-field-handwritten-button-yes {
    margin-right: 10px;
}

.order-field-handwritten-button:hover {
    background-color: #f66282;
}

.order-field-handwritten-button.active {
    background-color: #f66282;
}

.order-field-client input {
    width: 100%;
    color: #000;
}

.order-field-client input.error, .order-field textarea.error {
    border: 1px solid red;
}

.client-delivery-col {
    width: 47.5%;
}

.client-delivery-col-1 {
    margin-right: 5%;
}

.paypal-field-delivery-admin .client-delivery-col {
    width: 33%;
}

.paypal-field-delivery-admin .client-delivery-col-1, .paypal-field-delivery-admin .client-delivery-col-2, .paypal-field-delivery-admin .client-delivery-col-3 {
    margin-right: 1.5%;
}

.paypal-delivery-button {
    flex-flow: column;
}

.client-delivery-col .client-delivery-info {
    font-style: italic;
    font-size: 12px;
}

#delivery-error {
    margin-top: 20px;
}

.paypal-copies-price-cont {
    margin-top: 20px;
    color: #1bb5b7;
    font-weight: bold;
    font-size: 16px;
    
    display: none;
}

.paypal-handwritten-price-cont {
    margin-top: 20px;
    color: #1bb5b7;
    font-weight: bold;
    font-size: 16px;
    
    display: none;
}

.paypal-delivery-price-cont {

    margin-top: 20px;
    color: #1bb5b7;
    font-weight: bold;
    font-size: 16px;
    
    display: none;
}

.paypal-physical-copy-price-cont {
    margin-top: 20px;
    color: #1bb5b7;
    font-weight: bold;
    font-size: 16px;
    
    display: none;
}

.paypal-notarization-price-cont {
    margin-top: 20px;
    color: #1bb5b7;
    font-weight: bold;
    font-size: 16px;
    
    display: none;
}

.paypal-tip-price-cont {
    margin-top: 20px;
    color: #1bb5b7;
    font-weight: bold;
    font-size: 16px;
    
    display: none;
}

.main-price-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 2px dashed #000;
}

.main-price-section .order-sidebar-details-row {
    margin-top: 5px;
    display: none;
}

.main-price-section .order-sidebar-details-row-translation {
    display: block;
}

.main-price-section .order-sidebar-details-row-certification, .main-price-section .order-sidebar-details-row-digital-copy {
    display: block;
}

.main-price-section .order-sidebar-details-row-vat {
    display: block;
}

.main-price-section .order-sidebar-details-row-sub-total {
    display: block;
}

.main-price-section .order-sidebar-details-row-total {
    font-weight: bold;
    display: block;
}

.paypal-price-cont {
    display: block;
    color: #1bb5b7;
}

.paypal-included-cont {
    margin-bottom: 40px;
}

.paypal-included-title {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.paypal-included-inner {
    display: flex;
    margin-top: 20px;
}

.paypal-included-col {
    margin-right: 10px;
}

.paypal-included-col:last-child {
    margin-right: 0px;
}

.paypal-included-col-title {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f66282;
    font-weight: bold;
}

.paypal-included-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.paypal-included-row-icon {
    margin-right: 10px;
    display: flex;
}

.paypal-included-row-icon img {
    width: 20px;
}

.paypal-included-row-text {
    line-height: 17px;
}

@media ( max-width: 399px) {

    .paypal-included-inner {

        flex-wrap: wrap;
    }

    .paypal-included-col {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .paypal-included-col:last-child {
        margin-bottom: 0px;
    }

}


.client-row-title, .paypal-info-cont {
    margin-bottom: 10px;
    font-weight: bold;
}

.client-order-wrapper .order-sidebar-section-delivery {
    display: block;
}

.wizard-signature-cont .client-row-title {
    margin: 30px 0px 20px 0px;
    text-align: left;
}

.paypal-field-delivery .paypal-row {
    align-items: center;
}

.paypal-delivery-button {
    height: 95px;
    font-size: 13px;
    line-height: 20px;
    font-size: 12px;
}

@media (max-width: 991px) {

    .paypal-delivery-button {
        height: auto;
        min-height: 130px;
    }

}

.paypal-field-delivery-address-cont {
    margin-top: 40px;
    display: none;
}

.paypal-field-delivery-address-cont.active {
    display: block;
}

.paypal-field-delivery-address-additional {
    display: none;
}

.paypal-field-delivery-address-cont input {
    width: 100%;
}

.order-field-recipient-check-box-cont {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.order-field-recipient-check-box-cont input {
    width: auto;
}

.order-field-recipient-check-box-cont label {
    margin-bottom: 0px;
}

.paypal-field-delivery-address-cont-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.send-to-user-showoff {
    font-weight: bold;
}

.send-to-user-showoff-row {
    display: flex;
    margin-bottom: 10px;
}

.send-to-user-showoff-label {
    margin-right: 5px;
    font-weight: normal;
}

.invalid-error {
    color: red;
    display: none;
}

.wizard-signature-inner-cont {
    position: relative;
}

.wizard-signature-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    pointer-events: none;
}

canvas {
    width: 100%;
    height: 150px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.signature-error canvas {
    background-color: #fbe2e2;
    border: 5px solid red;
}

#signature-error {
    display: none;
    color: #f04124;
    font-weight: bold;

}

.wizard-signature-terms {
    margin-top: 20px;
}

/* TIPS */

.tip-cont {
    margin: 20px auto;
}

.tip-buttons-cont {
    display: flex;
    align-items: center;
}

.tip-button {
    padding: 15px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    cursor: pointer;
    width: 20%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.section_wrapper[data-weblang="sp"] .tip-button {
    font-size: 13px;
}

.tip-button:hover {
    background-color: #1bb5b7;
    color: #FFF;
    border-color: #FFF;
}

.tip-button.active {
    background-color: #1bb5b7;
    color: #FFF;
    border-color: #FFF;
}

.tip-button:last-child {
    margin-right: 0;
}

.tip-custom-cont {
    margin-top: 20px;
    display: none;
}

.tip-custom-cont .tip-custom {
    width: 100%;
}

@media (max-width: 1199px) {

    .tip-buttons-cont {
        flex-wrap: wrap;
    }

    .tip-button {
        width: 48%;
        margin-right: 2%;
        margin-top: 10px;
    }

}

/* UPLOAD */

.paypal-upload-section {
    margin-bottom: 20px;
    display: flex;
}

.paypal-upload-section .paypal-field-upload {
    margin-bottom: 0px;
    width: 47.5%;
}

.paypal-field-upload-org {
    margin-right: 2.5%;
    border-right: 2px dashed;
}

.paypal-field-upload-supp {
    margin-left: 2.5%;
}

.popup-upload-new-file-row {
    margin-top: 20px;
    padding: 7px 10 7px 10px;
}

.popup-upload-new-file-row-single {
    margin-top: 20px;
    padding: 7px 10 7px 10px;
}

.popup-upload-new-file-cont {
    width: 220px;
    position: relative;
}

.popup-upload-new-file-button {
    padding: 7px 10px;
    min-width: 120px;
    background-color: #454545;
    display: flex;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    color: #FFF;
    justify-content: center;
    align-items: center;
}

.popup-upload-new-file-button-name {
    margin-left: 10px;
}

.popup-upload-new-file-cont input {
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}

.popup-upload-new-file-previews {
    padding: 10px;
    border: 1px dashed #e95d5e;
    margin-bottom: 10px;
    margin-right: 10px;
    
    display: none;
}

.popup-upload-preview-file-row {
    margin-top: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.popup-upload-preview-file-name-cont, .popup-preview-file-download {
    margin-right: 20px;
}

.popup-preview-file-remove {
    padding: 5px 5px;
    background-color: #454545;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
}

.paypal-upload-cont img {
    width: 18px;
}

/* UPLOAD CLIENT REVIEW */

.order-confirm-uploads {
    margin-top: 50px;
}

.order-confirm-uploads-title {
    font-weight: bold;
}

.popup-upload-doc-cont {
    border: 1px dashed;
    margin-top: 20px;
    padding: 20px;
}

.popup-upload-doc-title {
    font-weight: bold;
}

.popup-upload-doc-subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-field-text {
    display: flex;
}

.order-field-text-value {
    font-weight: bold;
    margin-left: 5px;
}

.order-field-lang-pair {
    margin-top: 10px;
}

.popup-upload-doc-cont img {
    width: 18px;
}

.popup-upload-existing-file-row {
    margin-top: 20px;
    padding: 7px 10px 7px 10px;
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    border: 1px dashed;
}

.popup-upload-existing-file-name-cont, .popup-existing-file-download {
    margin-right: 20px;
}

.popup-upload-existing-file-name-cont {
    width: 100%;
}

.popup-existing-file-download, .popup-existing-file-remove {
    padding: 7px 20px;
    background-color: #454545;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    width: 400px;
    height: 30px;
    font-weight: bold;
    color: #FFF;
}

@media (max-width: 499px) {
    
    .popup-upload-existing-file-row {
        flex-wrap: wrap;
    }
    
    .popup-existing-file-download {
        margin-top: 20px;
    }

}

/* FILE NOTARIZATION */

.order-field-nota {

    margin-top: 20px;
}

.order-field-nota-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.order-field-nota-buttons-cont {
    display: flex;
}

.order-field-nota.nota-hidden .order-field-nota-title {
    display: none;
}

.order-field-nota.nota-hidden .order-field-nota-buttons-cont {
    display: none;
}

.order-field-nota-doc-info-cont {
    margin-top: 20px;
    font-weight: bold;
}

.order-field-nota-change-options-cont {
    display: none;
    margin-top: 20px;
}

.order-field-nota-change-options-button {
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #777;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    width: auto;
    text-align: center;
    font-size: 14px;
}

.order-field-nota-change-options-button:hover {
    background-color: #f66282;
}

.order-field-nota-button {
    padding: 7px;
    border-radius: 3px;
    background-color: #777;
    color: #FFF;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-size: 24px;
}

.order-field-nota-button-yes {
    margin-right: 10px;
}

.order-field-nota-button:hover {
    background-color: #f66282;
}

.order-field-nota-button.active {
    background-color: #f66282;
}


/* VALIDATION FAIL POPUP */


.validation-fail-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#validation-fail-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #validation-fail-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #validation-fail-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}



.validation-fail-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.validation-fail-title-cont {
    font-size: 32px;
}

.validation-fail-title-sum {
    font-weight: bold;
}


.validation-fail-text-cont {
    margin: 30px 0px;
}

.validation-fail-num {
    font-weight: bold;
}

.validation-fail-button-cont {
    display: flex;
    justify-content: center;
}

.validation-fail-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: 284064;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.validation-fail-button-cont .btn:hover {
    opacity: 0.8;
}


.validation-fail-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.validation-fail-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.validation-fail-file-cont {
    display: none;
}

/* EX SERVIES POPUP */

.ex-services-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#ex-services-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 720px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #ex-services-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #ex-services-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

.ex-services-cancel {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #626262;
    font-size: 25px;
    color: #FFF;
    padding: 5px 0px;
    border-radius: 40px;
    background: #000;
    border: 2px solid #FFF;
}

.ex-services-cancel-label {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.ex-services-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.ex-services-title-cont {
    font-size: 32px;
}

.ex-services-button-cont {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.ex-services-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: 284064;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.ex-services-button-cont .btn:hover {
    opacity: 0.8;
}

.ex-services-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.ex-services-row {
    display: flex;
}

.ex-services-row .step_fields_rect {

    background-color: #FFF;
}

.ex-services-row .step_fields_rect.active {
    color: #000;
}


/* HARD DELIVERY POPUP */


.hard-delivery-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

#hard-delivery-PopUp {
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #hard-delivery-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 699px) {

    #hard-delivery-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-sizing: border-box;
        padding: 20px 10px;
    }
}

.hard-delivery-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.hard-delivery-title-cont {
    font-size: 32px;
}

.hard-delivery-title-sum {
    font-weight: bold;
}


.hard-delivery-text-cont {
    margin: 30px 0px;
}

.hard-delivery-num {
    font-weight: bold;
}

.hard-delivery-button-cont {
    display: flex;
    justify-content: center;
}

.hard-delivery-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: red;
    background-color: #ffffff;
    width: 250px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    min-height: 100px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.btn-hard-delivery-priority-time {
    display: none;
}

.hard-delivery-main-buttons-cont .btn {
    color: #FFF;
    background-color: #1989d3;
}

.hard-delivery-button-cont img {
    margin-bottom: 20px;
    width: 200px;
}

.hard-delivery-button-cont .btn:hover {
    opacity: 0.8;
}


.hard-delivery-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.hard-delivery-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.hard-delivery-cancel {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #626262;
    font-size: 25px;
    color: #FFF;
    padding: 5px 0px;
    border-radius: 40px;
    background: #000;
    border: 2px solid #FFF;
}

.hard-delivery-cancel-label {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.hard-delivery-back {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 85px;
    margin: auto;
    color: #626262;
    font-size: 25px;
    color: #FFF;
    padding: 5px 0px;
    border-radius: 40px;
    background: #000;
    border: 2px solid #FFF;

    display: none;
    
}

.hard-delivery-back-label {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.hard-delivery-back img {
    width: 15px;
    margin-right: 10px;
}


@media(max-width: 699px) {

    .hard-delivery-title-cont {
        font-size: 24px;
        line-height: 38px;
    }

    .hard-delivery-button-cont img {
        width: 100px;
    }
}

@media(max-width: 399px) {

    .hard-delivery-button-cont img {
        width: 75px;
    }
}

/* REST ASSURED POPUP */


.rest-assured-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#rest-assured-PopUp {
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    left: 0px;
    right: 0px;
    top: 70px;
    margin: auto;

    display: none;

}

@media (min-width: 600px) and (max-width: 991px) {

    #rest-assured-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 699px) {

    #rest-assured-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-sizing: border-box;
        padding: 20px 10px;
    }
}



.rest-assured-inner-cont {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.rest-assured-title-cont {
    font-size: 32px;
    color: #000;
}

@media (max-width: 399px) {

    .rest-assured-title-cont {
        font-size: 24px;
    }
}

.rest-assured-title-sum {
    font-weight: bold;
}


.rest-assured-text-cont {
    margin: 30px 0px;
    color: #000;
    height: 490px;
    overflow: auto;
    padding: 0px 10px;
}

@media (max-height: 780px) {

    .rest-assured-text-cont {
        height: 50vh;
    }
}

@media (max-height: 499px) {

    #rest-assured-PopUp {
        top: 20px;
    }

    .rest-assured-text-cont {
        margin: 20px 0px;
        height: 40vh;
    }
}

.rest-assured-text-cont-row {
    margin-top: 20px;
}

.rest-assured-text-cont-row .fa {
    color: #1bb5b7;
}

.rest-assured-text-cont-row .fa.fa-times {
    color: red;
}

.rest-assured-num {
    font-weight: bold;
}

.rest-assured-button-cont {
    display: flex;
    justify-content: center;
}

.rest-assured-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: 284064;
    width: 250px;
    font-size: 20px;
    cursor: pointer;
}

.rest-assured-button-cont .btn:hover {
    opacity: 0.8;
}


.rest-assured-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.rest-assured-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* ADD APOSTILLE RECTS */

.step_fields_rect_apos_order_num {
    width: 190px;
}

.step_fields_rect_row-3 .step_fields_rect-1 {
    width: 45%;
    box-sizing: border-box;
}

@media (max-width: 1099px) {

    .step_fields_rect_row-3 .step_fields_rect-1 {
        width: 85%;
    }
    
}

/* NOTARIZATION INFO */

.page-template-payment-edit .order-field-notarization-info {
    margin: 50px 0px 20px 0px;
}

.order-field-notarization-info-title-cont .step_fields_rect_icon_cont {
    position: absolute;
    right: -30px;
    bottom: 0px;
}

.step_fields_rect_icon_cont .fa-question:hover {
    background-color: #1bb5b7;
    color: #FFF;
}
.step_fields_rect_icon_cont .fa-question {
    position: relative;
    padding: 4px 9px;
    background-color: #f36384;
    border-radius: 0px;
    color: #FFF;
}

.order-field-notarization-info-title-cont .step_fields_rect_text {
    border: 1px solid #CCC;
    background-color: gray;
    padding: 10px;
    position: absolute;
    width: 500px;
    top: -160px;
    right: -500px;
    display: none;
    z-index: 100;
    color: #FFF;
}

.page-template-wizard-page-tpl .paypal-main-notarization-section {

    display: none !important;
}

.page-template-payment-edit .paypal-main-notarization-section {

    display: none !important;
}

.page-template-wizard-page-tpl .order-field-notarization-info {

    margin-top: 50px;
}

.order-field-notarization-info-title-cont {

    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.order-field-notarization-info-title {
    font-size: 18px;
    
    font-weight: bold;
}

.notarization-radio-full {
    display: none;
}

.order-field-notarization-info-row.selected .notarization-radio-full {
    display: block;
}

.order-field-notarization-info-row.selected .notarization-radio-empty {
    display: none;
}

.order-field-notarization-info-row {
    display: flex;
    cursor: pointer;
    margin-bottom: 6px;
}

.order-field-notarization-info-col {
    display: flex;
    align-items: center;
}

.order-field-notarization-info-col-2 {
    font-weight: bold;
    margin-left: 10px;
}

.order-field-notarization-info-row img {
    max-width: none !important;
}

/* NOTARIZATIONS COUNT */

.paypal-doc-notarizations-section {
    margin-top: 30px;
    text-align: left;

    display: none;
}

.notarizations-input-cont {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 20px auto;
}

.notarizations-input-cont input {

    margin: auto 10px;
    width: 100px;
}

.notarizations-current-price {
    font-size: 24px;
    margin-bottom: 20px;
}

.paypal-doc-notarizations-section-title {
    font-size: 16px;
}

.notarizations-rect {
    padding: 7px;
    border-radius: 3px;
    background-color: #777;
    color: #FFF;
    cursor: pointer;
}

.paypal-doc-notarizations-section input::-webkit-outer-spin-button,
.paypal-doc-notarizations-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.paypal-doc-notarizations-section input[type=number] {
  -moz-appearance: textfield;
}

/* APOSTIL INFO */

.order-field-apostil-info {
    display: none;
    margin-top: 40px;
}

.order-field-apostil-info-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.apostil-radio-full {
    display: none;
}

.order-field-apostil-info-row.selected .apostil-radio-full {
    display: block;
}

.order-field-apostil-info-row.selected .apostil-radio-empty {
    display: none;
}

.order-field-apostil-info-row {
    display: flex;
    cursor: pointer;
    margin-bottom: 6px;
}

.order-field-apostil-info-col {
    display: flex;
    align-items: center;
}

.order-field-apostil-info-col-2 {
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
}

.order-field-apostil-info-row img {
    max-width: none !important;
}

.order-field-apostil-buttons-cont {
    display: flex;
}

.order-field-apos-doc-info-cont {
    margin-top: 20px;
    font-weight: bold;
}

.order-field-apos-country-cont {
    display: none;
    margin-top: 20px;
}

.apos_country {
    width: 100%;
}

.paypal-row-speed-apostille {
    display: none;
}

.inactive {
    pointer-events: none;
    opacity: .1;
}

/* APOSTIL REDIRECT POPUP */

.apostil-redirect-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#apostil-redirect-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #apostil-redirect-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #apostil-redirect-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-sizing: border-box;
    }
}



.apostil-redirect-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

.apostil-redirect-title-cont {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 50px;
}

.apostil-redirect-title-sum {
    font-weight: bold;
}


.apostil-redirect-text-cont {
    margin: 30px 0px;
    font-size: 18px;
    text-align: left;
}

.apostil-redirect-num {
    font-weight: bold;
}

.apostil-redirect-button-cont {
    display: flex;
    justify-content: center;
}

.apostil-redirect-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #f36384;
    color: #fff;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    box-sizing: border-box;
}

.apostil-redirect-button-cont .btn:hover {
    opacity: 0.8;
}


.apostil-redirect-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.apostil-redirect-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

#apostil-redirect-PopUp .popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* NOTA POPUP */

.nota-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

.nota-popup {
    left: 50%;
    top: 20px;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    box-sizing: border-box;
    height: auto;
    margin-top: auto;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 20px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    .nota-popup {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    .nota-popup {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

.nota-popup-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

@media (max-height: 649px) {
    .nota-popup-question-cont-outer {
        overflow: auto;
        max-height: 50vh;
        padding-right: 10px;
    }
}

.nota-popup-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nota-popup-title-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.nota-popup-title-filename {
    font-weight: bold;
    margin-left: 10px;
}

.nota-popup-question-cont {
    margin-top: 20px;
    text-align: left;
}

.nota-popup-question-cont-2, .nota-popup-question-cont-3 {
    display: none;
}

.nota-popup-question-cont.active {
    display: block;
}

.nota-popup-question-title {
    margin-bottom: 20px;
}

.nota-popup-question-cont select {

    width: 100%;
}

.apostil-radio-full {
    display: none;
}

.nota-popup-answer.selected .apostil-radio-full {
    display: block;
}

.nota-popup-answer.selected .apostil-radio-empty {
    display: none;
}

.nota-popup-answer {
    display: flex;
    cursor: pointer;
    margin-bottom: 6px;
}

.nota-popup-answer-2 {
    margin-top: 20px;
}

.order-field-apostil-info-col {
    display: flex;
    align-items: center;
}

.order-field-apostil-info-col-2 {
    font-weight: bold;
    margin-left: 10px;
}

.nota-popup-answer img {
    max-width: none !important;
}

.nota-popup-button-cont {
    margin-top: 50px;
}

.nota-popup .btn-payment-confirm {
    width: 100px;
}

.nota-popup .popup-close {
    display: inline-block;
    position: absolute;
    top: -16px;
    right: -12px;
    border-radius: 50px;
    background-color: #FFF;
    border: 2px solid #000;
    padding: 5px 7px;
    color: red;
    font-size: 24px;
    cursor: pointer;
}

/* APOS POPUP */

.apos-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

.apos-popup {
    left: 50%;
    top: 20px;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: auto;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    box-sizing: border-box;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    .apos-popup {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    .apos-popup {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding: 10px;
    }
}

.apos-popup-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

@media (max-height: 649px) {
    .apos-popup-question-cont-outer {
        overflow: auto;
        max-height: 50vh;
        padding-right: 10px;
    }
}


.apos-popup-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.apos-popup-title-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.apos-popup-title-filename {
    font-weight: bold;
    margin-left: 10px;
}

.apos-popup-question-cont {
    margin-top: 20px;
    text-align: left;
}

.apos-popup-question-cont-2, .apos-popup-question-cont-3 {
    display: none;
}

.apos-popup-question-cont.active {
    display: block;
}

.apos-popup-question-title {
    margin-bottom: 20px;
}

.apos-popup-question-cont select {

    width: 100%;
}

.apostil-radio-full {
    display: none;
}

.apos-popup-answer.selected .apostil-radio-full {
    display: block;
}

.apos-popup-answer.selected .apostil-radio-empty {
    display: none;
}

.apos-popup-answer {
    display: flex;
    cursor: pointer;
    margin-bottom: 6px;
}

.apos-popup-answer-2 {
    margin-top: 20px;
}

.order-field-apostil-info-col {
    display: flex;
    align-items: center;
}

.order-field-apostil-info-col-2 {
    font-weight: bold;
    margin-left: 10px;
}

.apos-popup-answer img {
    max-width: none !important;
}

.apos-popup-button-cont {
    margin-top: 50px;
}

.apos-popup .btn-payment-confirm {
    width: 100px;
}

.apos-popup .popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* APOSTIL FAIL POPUP */

.apostil-fail-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#apostil-fail-PopUp {
    left: 50%;
    top: 20px;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: 0;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #apostil-fail-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #apostil-fail-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 98%;
        box-sizing: border-box;
    }
}

.apostil-fail-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

.apostil-fail-title-cont {
    font-size: 26px;
    line-height: 35px;
}

@media (max-width: 767px) {

    .apostil-fail-title-cont {
        font-size: 24px;
        line-height: 24px;
    }
}

.apostil-fail-title-sum {
    font-weight: bold;
}


.apostil-fail-text-cont {
    margin: 30px 0px;
    font-size: 18px;
    text-align: left;
}

.apostil-fail-text-subcont {
    margin-top: 20px;
}

.apostil-fail-num {
    font-weight: bold;
}

.apostil-fail-button-cont {
    display: flex;
    justify-content: center;
}

.apostil-fail-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: 284064;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.apostil-fail-button-cont .btn:hover {
    opacity: 0.8;
}


.apostil-fail-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.apostil-fail-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

#apostil-fail-PopUp .popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* NO HARD COPY WARNING POPUP */

.no-hard-warning-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#no-hard-warning-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #no-hard-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #no-hard-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-sizing: border-box;
        top: 20px;
        margin-top: 0;
    }
}



.no-hard-warning-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

.no-hard-warning-title-cont {
    font-size: 26px;
    line-height: 35px;
}

.no-hard-warning-title-sum {
    font-weight: bold;
}


.no-hard-warning-text-cont {
    margin: 30px 0px;
    font-size: 18px;
    text-align: left;
}

.no-hard-warning-num {
    font-weight: bold;
}

.no-hard-warning-button-cont {
    display: flex;
    justify-content: center;
}

.no-hard-warning-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: 284064;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.no-hard-warning-button-cont .btn:hover {
    opacity: 0.8;
}


.no-hard-warning-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.no-hard-warning-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

#no-hard-warning-PopUp .popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* MAILING WARNING POPUP */

.mailing-warning-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#mailing-warning-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    border: 1px solid #000;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #mailing-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #mailing-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}



.mailing-warning-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.mailing-warning-title-cont {
    font-size: 30px;
    line-height: 35px;
}

.mailing-warning-title-row-1 {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66786;
    font-size: 50px;
}

.mailing-warning-title-sum {
    font-weight: bold;
}


.mailing-warning-text-cont {
    margin: 30px 0px;
    font-size: 21px;
    color: #000;
    line-height: 30px;
}

.mailing-warning-num {
    font-weight: bold;
}

.mailing-warning-button-cont {
    display: flex;
    justify-content: center;
}

.mailing-warning-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.mailing-warning-button-cont .btn:hover {
    opacity: 0.8;
}


.mailing-warning-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.mailing-warning-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* NOTARIZATION WARNING POPUP */

.notarization-warning-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

#notarization-warning-PopUp {
    left: 50%;
    top: 20px;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: 0px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    border: 1px solid #000;
    box-sizing: border-box;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #notarization-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
}

@media (max-width: 599px) {

    #notarization-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding: 10px;
    }
}

.notarization-warning-cont-upper {
    position: absolute;
    right: auto;
    left: -10px;
    top: -10px;
    width: 85px;
    margin: auto;
    color: #626262;
    font-size: 22px;
    color: #FFF;
    padding: 5px 5px;
    border-radius: 40px;
    background: #000;
    border: 2px solid #FFF;
    cursor: pointer;
    display: none;
}

.notarization-warning-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.notarization-warning-speed-title {
    font-size: 20px;
}

.notarization-warning-speed-cont {
    margin: 30px 0px;
    display: flex;
    justify-content: center;
}

.notarization-warning-speed {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #1989d3;
    width: 220px;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .notarization-warning-speed-cont {
        margin: 10px 0px;
    }

    .notarization-warning-speed {
        padding: 10px 20px;
        width: 50%;
        font-size: 14px;
    }
}

.notarization-warning-speed-nextday {

    background-color: #f66282
}

.notarization-warning-speed.active {
    background-color: #5a5a5a;
    border: 2px dashed;
}

.notarization-warning-speed:hover {
    opacity: 0.8;
}

.notarization-warning-notary-outer-cont {
    margin-bottom: 20px;
}

.notarization-warning-notary-title {
    font-size: 20px;
}

.notarization-warning-notary-buttons-cont {
    margin: 30px 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.notarization-warning-notary {
    border: 1px solid #CCC;
    padding: 5px 10px;
    color: #FFF;
    background-color: #1989d3;
    width: 220px;
    font-size: 16px;
    cursor: pointer;
}

.nota-button-text-main {
    font-size: 16px;
    line-height: 17px;
}

.nota-button-text-info {
    font-size: 15px;
    margin-top: 5px;
}

@media (max-width: 767px) {

    .notarization-warning-notary-buttons-cont {
        margin: 10px 0px;
    }

    .notarization-warning-notary {
        padding: 5px 10px;
        width: 50%;
        font-size: 14px;
    }
}

@media (max-width: 599px) {

    .nota-button-text-info {
        font-size: 12px;
    }
}

.notarization-warning-notary-email-cont {
    display: none;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.notarization-warning-notary-email-cont input {
    margin-top: 20px;
    width: 100%;
}

.notarization-warning-notary.active {
    background-color: #5a5a5a;
    border: 2px dashed;
}

.notarization-warning-notary:hover {
    opacity: 0.8;
}

.notarization-warning-notary-buttons-bottom-cont {
    display: flex;
    justify-content: center;
}

.notarization-warning-notary-buttons-bottom-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .notarization-warning-notary-buttons-bottom-cont .btn {
        padding: 5px 10px;
        width: 50%;
        font-size: 16px;
        cursor: pointer;
    }
}

.notarization-warning-notary-buttons-bottom-cont .btn-payment-cancel {

    background-color: red;
}

.notarization-warning-notary-buttons-bottom-cont .btn:hover {
    opacity: 0.8;
}

.notarization-warning-title-cont {
    font-size: 30px;
    line-height: 35px;

    display: none;
}

.notarization-warning-text-cont {
    display: none;
}

.notarization-warning-title-row-1 {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66786;
    font-size: 50px;
}

.notarization-warning-title-sum {
    font-weight: bold;
}


.notarization-warning-text-cont {
    margin: 30px 0px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

@media (max-width: 767px) {

    .notarization-warning-text-cont {
        margin: 30px 0px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        max-height: 28vh;
        overflow: auto;
    }

    .notarization-warning-title-row-1 {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

@media (max-height: 599px) {

    .notarization-warning-text-cont {
        margin: 30px 0px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        max-height: 35vh;
        overflow: auto;
    }

    .notarization-warning-title-row-1 {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

.notarization-warning-num {
    font-weight: bold;
}

.notarization-warning-button-cont {
    display: flex;
    justify-content: center;
}

.notarization-warning-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .notarization-warning-button-cont .btn {
        padding: 5px 10px;
        width: 50%;
        font-size: 16px;
        cursor: pointer;
    }
}

.notarization-warning-button-cont .btn-payment-cancel {

    background-color: red;
}

.notarization-warning-button-cont .btn:hover {
    opacity: 0.8;
}


.notarization-warning-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.notarization-warning-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* NOTARIZATION ADDITION POPUP */

.notarization-addition-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

#notarization-addition-PopUp {
    left: 50%;
    top: 20px;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: 0px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    border: 1px solid #000;
    box-sizing: border-box;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #notarization-addition-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
}

@media (max-width: 599px) {

    #notarization-addition-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding: 10px;
    }
}

.notarization-addition-cancel {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #626262;
    font-size: 25px;
    color: #FFF;
    padding: 5px 0px;
    border-radius: 40px;
    background: #000;
    border: 2px solid #FFF;
}

.notarization-addition-cancel-label {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: -2px;
}


.notarization-addition-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.notarization-addition-title-cont {
    font-size: 30px;
    line-height: 35px;
}

.notarization-addition-title-row-1 {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66786;
    font-size: 50px;
}

.notarization-addition-title-sum {
    font-weight: bold;
}


.notarization-addition-text-cont {
    margin: 30px 0px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

@media (max-width: 767px) {

    .notarization-addition-text-cont {
        margin: 30px 0px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
    }

    .notarization-addition-title-row-1 {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

@media (max-height: 599px) {

    .notarization-addition-text-cont {
        margin: 30px 0px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
    }

    .notarization-addition-title-row-1 {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

.notarization-addition-num {
    font-weight: bold;
}

.notarization-addition-button-cont {
    display: flex;
    justify-content: center;
}

.notarization-addition-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.notarization-addition-button-cont .btn-payment-cancel {

    background-color: red;
}

.notarization-addition-button-cont .btn:hover {
    opacity: 0.8;
}


.notarization-addition-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.notarization-addition-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* APOSTILLE */

.order-field-apos-buttons-cont {
    display: none;
}

/* APOSTILLE WARNING POPUP */

.apostille-warning-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

#apostille-warning-PopUp {
    left: 50%;
    top: 20px;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: 0px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    border: 1px solid #000;
    box-sizing: border-box;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #apostille-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
}

@media (max-width: 599px) {

    #apostille-warning-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding: 10px;
    }
}



.apostille-warning-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.apostille-warning-speed-title {
    font-size: 20px;
}

@media (max-width: 599px) {

    .apostille-warning-speed-subtitle {
        font-size: 12px;
        line-height: 14px;
    }
}

.apostille-warning-speed-cont {
    margin: 30px 0px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {

    .apostille-warning-speed-cont {
        margin: 10px 0px 0px 0px;
    }
}

.apostille-warning-speed {
    border: 1px solid #CCC;
    padding: 10px 10px;
    color: #FFF;
    background-color: #1989d3;
    width: 220px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 599px) {

    .apostille-warning-speed {
        font-size: 12px;
    }
}

.apostille-warning-speed-nextday {

    background-color: #f66282
}

.apostille-warning-speed-express {
    background-color: #1bb5b7;
}

.apostille-warning-speed-express-2 {
    background-color: #fac43e;
}

.apostille-warning-speed-express-3 {
    background-color: #f66282;
}

.apostille-warning-speed.active {
    background-color: #5a5a5a;
}

.apostille-warning-speed:hover {
    opacity: 0.8;
}

.apostille-warning-title-cont {
    font-size: 30px;
    line-height: 35px;

    display: none;
}

.apostille-warning-text-cont-outer {
    max-height: 35vh;
    overflow: auto;
    margin-bottom: 10px;
}

.apostille-warning-text-cont-info-row {
    font-weight: bold;
}

.apostille-warning-text-cont-info {
    display: block;
}

.apostille-warning-text-refusal {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
}

.apostille-warning-text-cont-info-bullet {
    list-style: none;
    padding-left: 0;
}

.apostille-warning-text-cont-info-bullet-item {
    margin-top: 3px;
    font-size: 13px;
}

.apostille-warning-text-cont-info-bullet-item::before {
    content: "- ";
    color: #333;
    font-weight: bold;
    margin-right: 5px;
}

.apostille-warning-title-row-1 {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66786;
    font-size: 50px;
}

.apostille-warning-title-sum {
    font-weight: bold;
}

.apostille-warning-text-cont-relaxed, .apostille-warning-text-cont-nextday {
    margin: 0 !important;
}

.apostille-warning-text-cont {
    margin: 5px 0px 20px 0;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: left;
    display: none;
}

@media (max-width: 767px) {

    .apostille-warning-text-cont {
        margin: 10px 0px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
    }

    .apostille-warning-title-row-1 {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

@media (max-height: 599px) {

    .apostille-warning-text-cont {
        margin: 10px 0px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
    }

    .apostille-warning-title-row-1 {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

.apostille-warning-num {
    font-weight: bold;
}

.apostille-warning-button-cont {
    display: flex;
    justify-content: center;
}

.apostille-warning-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 220px;
    font-size: 18px;
    cursor: pointer;
}

.apostille-warning-button-cont .btn-payment-cancel {

    background-color: red;
}

.apostille-warning-button-cont .btn:hover {
    opacity: 0.8;
}


.apostille-warning-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.apostille-warning-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* SAME DAY LATE POPUP */

.same-day-late-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .95;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#same-day-late-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    border: 1px solid #000;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #same-day-late-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #same-day-late-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}



.same-day-late-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.same-day-late-title-cont {
    font-size: 30px;
    line-height: 35px;
}

.same-day-late-title-row-1 {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66786;
    font-size: 50px;
}

.same-day-late-title-sum {
    font-weight: bold;
}


.same-day-late-text-cont {
    margin: 30px 0px;
    font-size: 21px;
    font-weight: bold;
    color: red;
    line-height: 30px;
}

.same-day-late-num {
    font-weight: bold;
}

.same-day-late-button-cont {
    display: flex;
    justify-content: center;
}

.same-day-late-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.same-day-late-button-cont .btn:hover {
    opacity: 0.8;
}


.same-day-late-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.same-day-late-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* NOTARIZATION INFO POPUP */

.notarization-info-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#notarization-info-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    border: 1px solid #000;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #notarization-info-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #notarization-info-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}



.notarization-info-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
}

.notarization-info-title-cont {
    font-size: 30px;
    line-height: 35px;
}

.notarization-info-title-row-1 {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f66786;
    font-size: 50px;
}

.notarization-info-title-sum {
    font-weight: bold;
}


.notarization-info-text-cont {
    margin: 30px 0px;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    max-height: 250px;
    overflow: auto;
}

.notarization-info-num {
    font-weight: bold;
}

.notarization-info-button-cont {
    display: flex;
    justify-content: center;
}

.notarization-info-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: #0a76b4;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.notarization-info-button-cont .btn:hover {
    opacity: 0.8;
}


.notarization-info-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.notarization-info-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

/* PAYMENT ADMIN EDIT */

.page-template-payment-admin-edit .order-field-client-name {
    margin-bottom: 10px;
}

.page-template-payment-admin-edit .order-field-client-company {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-template-payment-admin-edit .order-field-client-email, .page-template-payment-admin-edit .order-field-alt-client-email {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-template-payment-admin-edit .order-field-client-phone {
    margin-top: 10px;
}

.page-template-payment-admin-edit #client_name, .page-template-payment-admin-edit #client_email, .page-template-payment-admin-edit #alt_client_email,
.page-template-payment-admin-edit .order-field-client-phone input {
    margin-bottom: 0px;
    width: 100%;
    color: #000;
}

.page-template-payment-admin-edit .text_company {
    margin-bottom: 0px;
    width: 100%;
    color: #000;
    
    display: none;
}

.page-template-payment-admin-edit .select_company {
    margin-bottom: 0px;
    width: 100%;
    color: #000;
}

.page-template-payment-admin-edit .paypal-field-delivery {
    margin: 30px 0px;
}

.page-template-payment-admin-edit .payment-loading-overlay {
    flex-flow: column;
}

.page-template-payment-admin-edit .popup-existing-file-download, .page-template-payment-admin-edit .popup-existing-file-remove {
    padding: 2px 10px;
    width: auto;
    height: 30px;

}

/* ADMIN EDIT DIFF POPUP */ 

.admin-edit-diff-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#admin-edit-diffPopUp {

    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 580px;
    height: auto;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 0px;
    background-color: transparent;
    display: none;
    left: 0px;
    right: 0px;
    top: 20px;
    margin: auto;
    box-shadow: -1px 2px 11px 10px #000;
}

@media (min-width: 600px) and (max-width: 991px) {

    #admin-edit-diffPopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #admin-edit-diffPopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

.popup-admin-edit-diff-title-cont {
    padding: 20px 40px 20px 20px;
    color: #FFF;
    font-size: 16px;
    background-color: #1989d3;
    border-radius: 5px 5px 0px 0px;
}

.popup-admin-edit-diff-inner-cont {
    padding: 0px 0px;
    background-color: #FFF;
}

.popup-admin-edit-diff-main-cont {
    font-size: 15px;
    background-color: #FFF;
    padding: 10px 0px;
    height: 540px;
    overflow: auto;
}

@media (max-height: 949px) {
   .popup-admin-edit-diff-main-cont {
        height: 50vh;
    }
}

@media (max-height: 499px) {
   .popup-admin-edit-diff-main-cont {
         height: 45vh;
    }
}

@media (max-height: 399px) {
   .popup-admin-edit-diff-main-cont {
         height: 120px;
    }
}

.popup-admin-edit-diff-bottom-cont {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0px;
}

.popup-admin-edit-diff-button {
    padding: 10px 20px;
    min-width: 120px;
    background-color: #454545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
}

.popup-admin-edit-diff-button-cancel .fa-times {
    color: #f44343;
    font-size: 24px;
}


.popup-admin-edit-diff-button-save .fa-save {
    color: #FFF;
    font-size: 24px;
}

.popup-admin-edit-diff-button-text {
    text-transform: uppercase;
    color: #FFF;
    margin-left: 10px;
}


.popup-admin-edit-diff-title-row {
    font-weight: bold;

}

.popup-admin-edit-diff-row {
    background-color: #FFF;
    padding: 10px 0px 10px 30px;
    border-bottom: 1px solid #EEE;
}

.popup-admin-edit-diff-val {
    font-weight: bold;
}

.popup-admin-edit-diff-separator {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #000;
}

.popup-admin-edit-diff-sub-cont {
    padding: 10px 20px;
}

#admin-edit-diffPopUp textarea {
    min-height: 150px;
}

#admin-edit-diffPopUp select {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.admin-edit-diff-cont {
    padding: 10px;
    border: 1px dashed;
    margin: 10px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

.admin-edit-diff-title {

    margin: auto auto 20px auto;
    font-weight: bold;
}

.admin-edit-diff-row {
    display: flex;
    margin-top: 20px;
}

.admin-edit-diff-col-label {
    margin-right: 10px;
}

.admin-edit-diff-col-value {
    font-weight: bold;
    color: #1bb5b7;
}

#admin-edit-diffPopUp .popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* MAP OFFICE PICKUP */

.map-info-box-cancel-label {
    margin-left: 10px;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.map-info-box-cancel {
    position: absolute;
    right: -40px;
    top: -20px;
    color: #626262;
    font-size: 25px;
    color: #FFF;
    padding: 2px 0px;
    border-radius: 40px;
    background: #000;
    border: 2px solid #FFF;

    display: none;
}

.map-info-box-cancel .icon-cancel {
    font-size: 20px;
}

.map-info-box-cancel img {
    width: 15px;
    margin-right: 10px;
}


@media (max-width: 991px) {

    button.gm-fullscreen-control {
        display: none;
    }

    .map-info-box-cancel {
        display: block;
    }

    .payment-offices-popup .wizard-offices-map-section {
        overflow: auto;
    }

   .wizard-offices-map-section .map-section {

        overflow: hidden !important;
    }

    .wizard-offices-map-section .map-big.ready {

        visibility: hidden !important;
        height: 1px !important;
    }

    .wizard-offices-map-section .map-big-offices {
        width: 100%;
        height: auto;
    }

    .wizard-offices-map-section .map-big-offices.ready {
        display: none !important;
    }

    .wizard-offices-map-section .map-section {
        height: 100%;
    }

    .payment-offices-popup .gm-style-iw[role="dialog"] button {
        display: none !important;
        pointer-events: none !important;
        opacity: 0 !important;
        position: relative !important;
        height: 1px !important;
    }

    .payment-offices-popup .gm-style-iw[role="dialog"] {
        overflow: visible;
        background-color: #FFF;
    }


}

/* REVOLUT */

.revolut-buttons {
    display: none;
}

.load-revolut-button-cont {
    max-height: 52px;
    margin-bottom: 20px;
    overflow: hidden;
}

#revolut-pay-button {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

#revolut-pay-button:hover {
    background-color: #333; /* Darker shade for hover effect */
}

/* LOAD REVOLUT POPUP */

.load-revolut-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 5555;
    display: none;
}

#load-revolut-PopUp {
    left: 50%;
    top: 50%;
    z-index: 90;
    overflow: hidden;
    position: fixed;
    width: 620px;
    height: auto;
    margin-top: -240px;
    margin-left: -310px;
    z-index: 999999;
    overflow: visible;
    border-radius: 5px;
    padding: 30px;
    background-color: #e1e1e1;
    display: none;
}

@media (min-width: 600px) and (max-width: 991px) {

    #load-revolut-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {

    #load-revolut-PopUp {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-sizing: border-box;
        top: 20px;
        margin-top: 0;
    }
}



.load-revolut-inner-cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

.load-revolut-title-cont {
    font-size: 26px;
    line-height: 35px;
}

.load-revolut-title-sum {
    font-weight: bold;
}


.load-revolut-text-cont {
    margin: 30px 0px;
    font-size: 18px;
    text-align: center;
}

.load-revolut-num {
    font-weight: bold;
}

.load-revolut-button-cont {
    display: flex;
    justify-content: center;
}

.load-revolut-button-cont .btn {
    border: 1px solid #CCC;
    padding: 10px 20px;
    color: #FFF;
    background-color: 284064;
    width: 250px;
    font-size: 24px;
    cursor: pointer;
}

.load-revolut-button-cont .btn:hover {
    opacity: 0.8;
}


.load-revolut-add-sum-cont {
    text-align: left;
    margin-bottom: 20px;
}

.load-revolut-title-row-info {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
}

#load-revolut-PopUp .popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* CHECKLIST */

.checklist-cont {
  display: flex;
  gap: 50px; /* space between the two columns */
}

.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.checklist-column {
    width: 50%;
}

.checklist li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0073b2;
  font-weight: bold;
}