﻿/* Note */
/* 
* Đã có bg-color xám cho các input ( Ctrl F + background xám cho các input )
*/

/* Pop-up-Recruit */
.recruitment {
    color: #272e4e;
    font-family: 'Noto Sans JP';
}

    .recruitment p {
        margin-bottom: 0;
    }

    .recruitment .container {
        max-width: 1230px;
        background-color: #efefee;
        border-radius: 16px;
        padding: 0;
    }

.pop-up-recruit-wrapper {
    padding: 0;
    max-width: 1110px;
}

.pop-up-recruit-title {
    padding-right: 80px;
}

#referralForm {
    padding-right: 80px;
}

.btn-close {
    top: 5px;
    right: 10px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.text-danger {
    color: red !important;
}

h1 {
}

h3 {
    color: #0c5eda;
}

h6 {
    margin: 40px 0;
}

.pop-up-recruit-form {
    /*max-width: 960px;*/
    padding-left: 10px;
}

.form-data {
    margin-bottom: 40px;
}

.jp-label {
    font-size: 18px;
}

.en-label {
    /*font-size: 14px;*/
}

.marker {
    color: #0c41be
}

.sample-policy {
    border: 1px solid #272e4e;
    border-radius: 6px;
    background: #fff;
    overflow-y: auto;
}

.form-check-label-policy {
    margin-left: 8px;
}

.input-form {
    height: 50px;
    border-radius: 16px;
    /* background xám cho các input */
    /* background-color: #efefee; */
}


.date-picker-icon {
    top: 13px;
    right: 24px;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    display: block;
    box-sizing: border-box;
    padding: 0;
}

input[type="checkbox"]:checked + label::before {
    content: none;
}

input[type="checkbox"] + label::before {
    content: none;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 26px;
}

.form-check-input {
    transform: scale(2);
}

.gender-item {
    margin-left: 8px;
}

.date-format {
    font-size: 15px;
    margin-top: 14px;
}

.upload {
    margin-bottom: 25px;
}

.limit-upload {
    font-size: 16px;
    margin-bottom: 25px !important;
}

.upload-file-section {
    background-color: #d9d9d9;
    border-radius: 16px;
    border-style: dashed;
    border-width: 1px;
}

    .upload-file-section label {
        cursor: pointer;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .upload-file-section #file-input {
        display: none;
    }

.text-upload {
    margin-top: 14px;
}

    .text-upload a {
        text-decoration: underline;
    }

.custom-file-upload {
    margin-top: 25px;
}

.file-item {
    padding: 16px 24px !important;
    border-radius: 16px;
    margin-bottom: 10px;
}

.file-size {
    color: #929292;
}

.sample-policy {
    height: 400px;
    border-radius: 16px;
    font-size: 15px;
    padding: 20px;
    resize: none;
}

    .sample-policy::-webkit-scrollbar-button {
        border-radius: 16px;
        padding-right: 10px;
    }

.form-data-policy {
    margin-bottom: 25px;
}

.policy {
    margin-bottom: 25px;
}

.accept-policy {
    width: fit-content;
    margin-bottom: 40px
}

.btn-submit {
    background-image: linear-gradient(90deg, rgba(2, 65, 184, 1) 0%, rgba(9, 163, 220, 1) 100%);
    font-size: 24px;
    padding: 17px 112px;
    border-radius: 16px;
    font-weight: 700;
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-validation-error {
    border: 2px solid red !important;
}

.d-flex.gap-20 {
    gap: 20px;
}

a.fake-link {
    color: #007bff;
    text-decoration: underline;
    cursor: default;
    pointer-events: none;
}

.upload-drop-zone.dragover {
    border: 2px dashed #007bff;
    background-color: #f0f8ff;
}

.select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .select-wrap select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 12px 2.5rem 12px 1rem;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Mũi tên custom */
    .select-wrap::after {
        content: "∟";
        font-size: 16px;
        font-weight: 700;
        color: #272e4e;
        position: absolute;
        right: 20px;
        top: 25%;
        transform: translateY(-50%);
        pointer-events: none;
        display: inline-block;
        transform: rotate(-45deg);
    }

@media (max-width: 767px) {
    .modal-body {
        padding: 40px 0 40px 20px !important;
    }

    .pop-up-recruit-title {
        padding-right: 50px;
    }

    #referralForm {
        padding-right: 50px;
    }

    .jp-label {
        font-size: 16px;
    }

    .pop-up-recruit-wrapper {
        /*padding: 100px 0;*/
    }

    .file-name {
        max-width: 200px;
        white-space: normal;
        word-break: break-all;
        overflow-wrap: break-word;
        display: inline-block;
        vertical-align: middle;
    }

    .form-data {
        display: block !important;
    }

        .form-data .w-25, .form-data .w-75 {
            width: 100% !important;
        }

            .form-data .w-75 .d-flex {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                margin-top: .5rem;
            }

        .form-data .form-check {
            width: 100%;
        }

    .select-place option[disabled][selected],
    .select-place option[hidden] {
        font-size: 14px !important;
    }
}
