﻿/* Add by Ken Cheng Dec 2024 Load Google font locally*/
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
.ezy-cookie-chevron-down-icon {
    font-size: 12px; /* Change size here */
    position: static !important;
}

.cookiefooter {
    background-color: #189068;
    text-align: center;
    margin: 0;
    display: none;
}

.ezy-cookie-card-body {
    padding: 0;
    font-size:12px;
}

.d-flex {
    display: flex;
    align-items: flex-start;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.ezy-cookie-form-check {
    display: flex;
    align-items: center;
}

.ezy-cookie-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;
}
/* Cookies Setting 23 AUT 2024*/
.collapse:not(.show) {
    display: none;
}

.d-flex {
    display: flex !important;
}

.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-cookie-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: 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-cookie-modal.show {
    display: block;
    opacity: 1;
}

.ezy-cookie-modal.noshow {
    display: none;
}

.ezy-cookie-modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 900px;
    pointer-events: none;
}

.ezy-cookie-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;
}

.CookieSettingDialog__titleContent {
    padding: 20px;
    height: auto;
}

.ezy-cookie-card-body-wrapper {
    padding: 0;
    border: 0;
    margin-left: 2.6em;
    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-cookie-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;
}

.cookie-setting {
    font-weight: 700;
    color: #0F172A;
    font-size: 24px;
    white-space: nowrap;
}

.essential-cookies {
    font-weight: 600;
    color: #0F172A;
    font-size: 14px;
    white-space: nowrap;
}

.performace-cookes {
    font-weight: 600;
    color: #0F172A;
    font-size: 14px;
    white-space: nowrap;
}

.ezy-cookie-form-check-label {
    font-weight: 400;
    color: #0F172A;
    font-size: 14px;
    white-space: nowrap;
}

.ezy-cookie-form-check-label-optional {
    font-weight: 400;
    color: #556565;
    font-size: 14px;
    white-space: nowrap;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}