﻿/* PIP Consent 23 AUT 2024*/

.consent.btn {
    margin-bottom: 2rem;
    display: block;
}

.consent.btn.enable {
    display: inline-block;
    text-decoration: none;
    background-color: #8fbd1f; /* Green background */
    border: 1px solid #8fbd1f; /* Matching border color */
    color: #fff; /* White text color */
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif; /* Font family with fallback */
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 0.75rem; /* Padding for button */
    font-size: 1rem; /* Font size */
}

.consent.btn.disabled {
    text-decoration: none;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Source Sans Pro';
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #e7e7e7;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

.privacy-information {
    color: #189068;
    font-weight: 700;
    line-height: 1;
    font-size: 24px; 
}
.card-body {
    padding: 1rem;
}



.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.form-check {
    display: flex;
    

}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.btn-link {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.collapse:not(.show) {
    display: none;
}

.ezy-pipl-d-flex {
    display: flex !important;
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.login.btn-primary {
    background-color: #8fbd1f;
    border-color: #8fbd1f;
    font-weight: 600;
}

.ezy-piplconsent-modal {
    font-family: 'Source Sans Pro', sans-serif !important;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ezy-modal.show {
    display: block;
    opacity: 1;
}

.ezy-modal.noshow {
    display: none;
}

.ezy-modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 500px;
    pointer-events: none;
}

.ezy-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    pointer-events: auto;
    outline: 0;
    padding: 1rem;
}


.ezy-piplconsent-modal.show {
    display: block;
    opacity: 1;
}

.ezy-piplconsent-modal.noshow {
    display: none;
}

.ezy-piplconsent-modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 900px;
    pointer-events: none;
}

.ezy-piplconsent-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    pointer-events: auto;
    outline: 0;
    padding: 1rem;
}

.form-check {
    padding-left: 0;
}

.PiplConsentDialog__titleContent {
    padding: 20px;
    height: auto;
}

.card-body-wrapper {
    padding: 0;
    border: 0;
    margin-left: 2em;
    max-height: 300px;
}

.color-checkbox .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 0;
    margin: 0;
}

    .color-checkbox .form-check-input:checked {
        background-color: #00A3C5;
        border-color: #00A3C5;
    }

.color-checkbox .ezy-pipl-form-check-label {
    margin-left: 1em;
}

.separator {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-link i {
    color: gray;
}

.ezy-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Source Sans Pro';
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ezy-btn {
    border-radius: 0rem;
    width: auto;
}



.ezy-pipl-form-check-label {
    font-weight: 400;
    color: #0F172A;
    font-size: 14px;
    white-space: normal;
    width: 95%;
}

.form-check-label-optional {
    font-weight: 500;
    color: #556565;
    font-size: 16px;
    white-space: nowrap;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
/* PIP Consent 23 AUT 2024*/
.card-body {
    padding: 1rem;
}



.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.form-check {
    display: flex;
    align-items: center;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.btn-link {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

    .collapse:not(.show) {
        display: none;
    }

.ezy-pipl-d-flex {
    display: flex !important;
    align-items: flex-start;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.login.btn-primary {
    background-color: #8fbd1f;
    border-color: #8fbd1f;
    font-weight: 600;
}

.ezy-piplconsent-modal {
    font-family: 'Source Sans Pro', sans-serif !important;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.ezy-modal.show {
    display: block;
    opacity: 1;
}

.ezy-modal.noshow {
    display: none;
}

.ezy-modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 500px;
    pointer-events: none;
}

.ezy-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    pointer-events: auto;
    outline: 0;
    padding: 1rem;
}


.ezy-piplconsent-modal.show {
    display: block;
    opacity: 1;f
}

.ezy-piplconsent-modal.noshow {
    display: none;
}

.ezy-piplconsent-modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 900px;
    pointer-events: none;
}

.ezy-piplconsent-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    pointer-events: auto;
    outline: 0;
    padding: 1rem;
}

.form-check {
    padding-left: 0;
}

.PiplConsentDialog__titleContent {
    padding: 20px;
    height: auto;
}

.card-body-wrapper {
    padding: 0;
    border: 0;
    margin-left: 2em;
    max-height: 300px;
}

.color-checkbox .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 0;
    margin: 0;
}

    .color-checkbox .form-check-input:checked {
        background-color: #00A3C5;
        border-color: #00A3C5;
    }

.color-checkbox .ezy-pipl-form-check-label {
    margin-left: 0.5em;
}

.separator {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-link i {
    color: gray;
}

.ezy-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Source Sans Pro';
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ezy-btn {
    border-radius: 0rem;
    width: auto;
}



.form-check-label-optional {
    font-weight: 500;
    color: #556565;
    font-size: 16px;
    white-space: nowrap;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
