/**Style Passport Guest Passport Guideline */
.forms-group {
}

.guide-append {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.form-group:focus-within .form-guidelines {
    display: block;
}

.form-guidelines {
    position: relative;
    /* display: none; */
}

.guideline.givenname,
.guideline.lastname {
    position: absolute;
    max-height: 400px;
    width: 100%;
    max-width: 100%;
    overflow: scroll;
    z-index: 9999;
}

.passport-header {
    padding: 0px 1.25rem;
}

.passport-body {
    padding-top: 0px !important;
}

.card-passport {
    background-color: #f0f3fe !important;
    max-width: 100% !important;
}

.blue-passport {
    background: #007aff;
}

.text-blue-passport {
    color: #007aff;
}

.dashed-box {
    border: 2px dashed #007bff;
    padding: 10px;
    border-radius: 8px;
}

.given-name-group {
    position: relative;
}

.given-arrow {
    position: absolute;
    right: -20px;
    top: 30px;
}

.title-header {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity as needed */
    z-index: 1;
    /* Adjust the z-index to make sure the overlay is above the background image */
}

.cc_container {
    width: 100%;
    height: max-content;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.cc_card {
    width: 50%;
    height: max-content;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: -1px 10px 13px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 10px 13px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 10px 13px -8px rgba(0, 0, 0, 0.1);
}

table th,
table td {
    padding: 5px;
    border: 1px solid #000;
}

.txt-pstl-red {
    color: #ff6060;
}

.box-explain-container {
    width: 100%;
    height: max-content;
    background-color: #f0f3fe;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box-explain {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.box-explain-img {
    width: 5em !important;
    height: max-content !important;
}

.box-explain-imgp {
    width: 5em !important;
    height: auto !important;
    margin: 0 auto;
}

/* .box-explain-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: max-content;
}

.box-explain-img img {
    width: 600px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
} */

.box-explain-name-container {
    width: calc(100% - 250px);
    height: max-content;
}

.box-explain-name-boxdash {
    width: 100%;
    height: max-content;
    border: 1px dashed #007aff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    color: #000;
}

.box-explain-name-boxdash label {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

.box-explain-name-nodash {
    width: 100%;
    height: max-content;
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: #8f99ab;
    font-size: 14px;
}

.arrow-blue {
    width: auto;
    height: 63px;
    margin-left: 10px;
}

.txt-desc {
    font-size: 14px;
}

.close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    right: 4px;
    background: #000;
    border: none;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .cc_card {
        width: 90%;
    }

    .box-explain {
        padding: 10px;
    }

    .box-explain-img {
        width: 100px;
        height: max-content;
    }

    .box-explain-imgp {
        width: 100px;
        height: auto;
        margin: 0 auto;
    }

    .box-explain-name-container {
        width: calc(100% - 120px);
        height: max-content;
    }

    .box-explain-name-boxdash {
        padding: 5px;
    }

    .box-explain-name-boxdash label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .box-explain-name-nodash {
        padding: 5px;
        font-size: 12px;
    }

    .arrow-blue {
        height: 33px;
    }

    .close-button {
        width: 20px !important;
        height: 20px;
        max-width: 20px !important;
    }

    .passport-header {
        padding-top: 0.5rem;
        top: 0.2rem;
        right: 0.2rem;
    }
}

/** For Input Help */
.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-field {
    width: 100%;
    padding-right: 35px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    white-space: nowrap;
    overflow-x: auto;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
    cursor: pointer;
}

.input-icon:hover {
    color: #555;
}

.input-field::-webkit-scrollbar {
    height: 5px;
}

.input-field::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}
