@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*
colour palette
#a4855f
#43403c
#e9e2d9
#71695e
#b8a895
#beb6b4
#daba9c
#bda484
#6c5444
#646c64
*/

* {
    font-family: "Manrope", "Noto Sans HK", "sans-serif";
}
html {
    font-size: 15px;
}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url("images/content-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
body {
    overflow-y: scroll;
}
#root {
    height: 100%;
}
p, a {
    color: var(--text-color);
}
body[data-page="home"] {
    background-image: url('images/signin-bg3.jpg');
    background-color: #43403c;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
img {
    display: block;
}
.object-fit-cover {
    object-fit: cover;
}
input,
button {
    border-radius: 0;
}
.p-password-input {
    width: 100%;
}
.p-dialog-default .p-dialog-header,
.p-dialog-default .p-dialog-footer {
    /* border-radius: 0; */
}
.p-dropdown {
    border-radius: 0;
}
.p-dropdown-panel {
    border-radius: 0;
}
.p-inputtext {
    padding: 0.35rem 0.75rem;
}
.p-calendar .p-button {
    padding: 0.35rem 0;
}
.hklf-signin-card {

}
.hklf-form {
    margin-top: 1.5rem;
    border: 3px solid #6c5444 !important;
}
.hklf-form-header {
    padding: 0.5rem 0.5rem;
    background-color: #6c5444;
    font-weight: bold;
}
.hklf-form-content {
    background-color: rgba(0, 0, 0, 0.1);
}
.hklf-banner-desktop {
    display: block;
}
.hklf-banner-mobile {
    display: none;
}
.hklf-content {
    width: 100%;
    max-width: 1000px;
    color: var(--text-color);
}
.hklf-country-selector {
    height: 34px;
}
.hklf-areacode-selector-container .p-dropdown-label {
    font-size: 0.9rem;
}
.hklf-areacode-selector-container .p-dropdown,
.hklf-areacode-selector-container .p-inputtext {
    height: 34px;
}
.hklf-areacode-selector-container .p-dropdown .p-dropdown-trigger {
    width: 1.4rem;
}
.hklf-save-button {
    width: 440px;
    max-width: 100%;
}
.hklf-spinner .p-progress-spinner-circle {
    stroke: #6c5444 !important;
}
.hklf-flag-icon {
    width: 20px;
    border: 1px solid #eee;
}
.hklf-option-question {
    background-color: #6c5444;
}
.hklf-option-answers {
    background-color: #eeeeee;
    color: #6c5444;
}
.hklf-material-requirement-modal {
    width: 100%;
    max-width: 1000px;
}
.hklf-vip-form-banner-container .introduction,
.hklf-stage2-introduction {
    background-color: #eeeeee;
    color: #333;
}
.hklf-labvisit-list {
    position: relative;
    align-self: flex-start;
    max-width: 800px;
    background-color: #f2ebe6;
    border-radius: 5px;
    border: 1px solid #6c5444;
}
.hklf-labvisit-list:before {
    content: " ";
    position: absolute;
    top: -6px;
    left: 40px;
    width: 10px;
    height: 10px;
    background-color: #f2ebe6;
    border-top: 1px solid #6c5444;
    border-left: 1px solid #6c5444;
    transform: rotate(45deg);
}
.hklf-labvisit-list.mandatory,
.hklf-labvisit-list.mandatory:before {
    border-color: #f00;
}
.applicant-table .p-datatable-wrapper {
    height: calc(100vh - 170px);
}
.applicant-table table {
    width: auto;
    white-space: nowrap;
}
.applicant-table.p-datatable .p-datatable-thead tr th,
.applicant-table.p-datatable .p-datatable-tbody tr td {
    padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
}
.applicant-table .session-list {
    display: flex;
    flex-direction: row;
}
.applicant-table .session-list .session-item {
    margin-right: 5px;
    text-transform: capitalize;
}
.applicant-table a {
    color: #00f;
}
.admin-usertype-selector .p-button {
    padding: 5px 20px;
    font-size: 0.8rem;
}
.p-dialog-content a {
    color: rgb(75, 85, 99);
}


@media screen and (max-width: 991px) {
    body[data-page="home"] {
        background-image: url("images/signin-bg-mobile2.jpg");
    }
    .hklf-signin-card {

    }
    .hklf-banner-desktop {
        display: none;
    }
    .hklf-banner-mobile {
        display: block;
    }    
    .hklf-save-button {
        width: 240px;
        max-width: 100%;
    }
    .hklf-form {
        border: 0px solid #6c5444 !important;
    }
    .hklf-form-header {
        /* padding-top: 0;
        padding-bottom: 0;
        text-decoration: underline;
        background-color: transparent; */
    }
    .hklf-form-content {
        /* background-color: rgba(0, 0, 0, 0); */
    }    
}
