body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin: 0;
    box-sizing: border-box;
}

.bg-maritime {
    min-height: 100vh;
    padding: 1rem;
    background-image: url("/sites/all/modules/custom/images/bgLogin.jpg");
    background-size: cover;
    background-position: center;
}

.container {
    max-width: 64rem;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.form-header {
    background-color: rgb(240, 253, 244);
    padding: 1.5rem 2rem;

}

.form-header h1 {
    color: rgb(16, 185, 129);
    font-size: 18px;
    font-weight: 600px;
    padding-left: 8px;
    margin-bottom: 8px;
}

.form-header p {
    color: rgb(37, 99, 235);
    font-size: 16px;
    margin: 0;
}

.header-content {
    display: flex;
    column-gap: 16px;
    align-items: center;
    height: 3rem;
}

.SEN-logo {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

#isea-contact-customer-form,
#isea-contact-tt-form {
    padding: 2rem;
    display: flex !important;
    flex-direction: column;
    gap: 1.5rem !important;
}

#isea-contact-customer-form>div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#isea-contact-tt-form>div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#isea-contact-customer-form label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgb(55, 65, 81) !important;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: inline-block;
}

#isea-contact-tt-form .form-item label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgb(55, 65, 81) !important;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.delimiter {
    color: rgb(1, 1, 1);
    align-items: center;
}

span {
    color: #ef4444;
}

.text-blue {
    color: #374151;
}

.hint {
    color: #9ca3af;
}

.group-info-row-4 {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: end;
}

.group-info-row-5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: start;
}

.group-info-row-6 {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: end;
}

.group-info-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    align-items: end;
}

.group-info-row .form-item {
    margin-bottom: 0;
}

.group-info-row input,
.group-info-row select {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .group-info-row {
        grid-template-columns: 1fr;
    }
}

.form-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.form-type-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-item .form-type-checkbox .option {
    margin-bottom: 0 !important;
}

.form-type-checkbox input[type="checkbox"] {
    width: 13px;
    height: 13px;
    accent-color: #0056b3;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}

.form-type-checkbox label {
    margin: 0;
}

input[type="checkbox"]:focus {
    outline: 2px solid rgba(0, 86, 179, 0.2);
    outline-offset: 1px;
    border-radius: 2px;
}

.form-item .form-type-radio {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-item .form-type-radio .option {
    margin-bottom: 0 !important;
}

.form-item input[type="radio"] {
    width: 13px;
    height: 13px;
    accent-color: #0056b3;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}

.form-radios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.group-info-row-1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.group-info-row-7 {
    display: grid;
    gap: 1rem;
}

.group-info-row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.group-info-row-2 .form-item {
    margin-bottom: 0;
}

.group-info-row-2 input,
.group-info-row-2 select {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .group-info-row-2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .group-info-row-1 {
        grid-template-columns: 1fr;
    }
}

.group-info-row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.group-info-row-3 .form-item {
    margin-bottom: 0;
}

.group-info-row-3 input,
.group-info-row-3 select {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .group-info-row-3 {
        grid-template-columns: 1fr;
    }
}

.form-item input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="password"] {
    width: 100%;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s;
    margin: 0;
    padding: 8px 12px;
    height: 35px;
    font-weight: 400;
}

.form-item select {
    width: 100%;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s;
    margin: 0;
    padding: 8px 12px;
    height: 35px;
    font-weight: 400;
}

.btn-trigger-date {
    width: 100%;
    background-color: #059669;
    box-sizing: border-box;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s;
    margin-top: 85px;
    align-items: center;
    height: 35px;
    border: none;
    font-weight: 400;
}

.form-item input:focus {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
    transition: all 0.2s ease-in-out;
}

.form-item select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s;
    margin: 0;
    padding: 8px 10px;
    height: 35px;
    color: #000;
    font-weight: 400;
}

.form-item select:focus,
.form-item select:focus-visible {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
    transition: all 0.2s ease-in-out;
}

.form-item input[type="email"] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 400;
    transition: all 0.2s;
    margin: 0;
    padding: 8px 12px;
    height: 35px;
}

.form-item .salary-range {
    display: flex;
    gap: 0.5 rem;
    align-items: center;
    width: 100%;
}

.form-item .salary-range input {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.form-item .salary-range span {
    margin: 0 0.5rem;
    flex-shrink: 0;
}


.hotline-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d1d5db;
    text-align: center;
    color: #374151
}

.hotline-container p {
    margin: 0;
}

.hotline-contacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 1000px;
}

@media (min-width: 800px) {
    .hotline-contacts {
        grid-template-columns: repeat(3, 1fr);
        /* Chia 3 cột đều nhau */
    }
}


.hotline-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0 1rem;
    color: #2563eb;
}

.hotline-contact a {
    font-weight: bold;
    color: #2563eb;
}

.form-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.form-actions .btn-back {
    text-decoration: underline !important;
    padding: 1rem 1.5rem;
    color: #ef4444;
    font-weight: 500;
}

.form-actions .btn-back:hover {
    color: #dc2626;
}

.form-actions .btn-gui-ho-so {
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 13px;
    background-color: #10b981;
    margin-bottom: 0;
    border: none;
}

.form-actions .btn-gui-ho-so:hover {
    background-color: #059669;
}

.no-arrow-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    padding-right: 10px !important;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    border: 1px #ccc;
    border-radius: 4px;
    padding: 5px;
    background-color: #fff;
}

.no-arrow-select::-ms-expand {
    display: none;
}

.form-managed-file input[type="submit"][value="Upload"],
.form-managed-file input[type="submit"][value="Tải lên"] {
    display: none !important;
}

.form-managed-file::after {
    content: attr(data-text);
    color: inherit;
    font-size: 16px;
    pointer-events: none;
    display: block;
    padding: 16px;
    border: 2px dashed #ccc;
    text-align: center;
}

.form-managed-file {
    color: #888;
}

.form-managed-file input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

/* Nhắm trực tiếp vào class cha customer-drop */
.customer-drop::after {
    content: none !important;
    display: none !important;
}

/* Hoặc nhắm vào div chứa phần kéo thả */
.dropzone-desc::after {
    content: none !important;
    display: none !important;
}

/* css trang thông tin */
.welcome-card {
    max-width: 32rem;
    margin: 4rem auto;
    background: rgba(255, 255, 255, 0.95);
}

.welcome-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 340px;
}

.welcome-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid #d1d5db;
    border-top: 1px solid #d1d5db;
    padding: 1.5rem 2rem;
    background-color: rgb(240, 253, 244);
}

.welcome-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.submit-info {
    background-color: #ef4444;
    color: white;
}

.recruitment {
    background-color: #10b981;
    color: white;
}

.form-footer {
    padding: 1rem;
    background-color: #f9fafb;
}

.status-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.logo-container {
    text-align: center;
}

.welcome-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 0.5rem;
    border-radius: 50%;
}

.brand-tagline {
    color: #e11d48;
    font-size: 1.125rem;
    font-weight: 500;
}

.form-header-1 {
    background-color: rgb(240, 253, 244);
    padding: 0.5rem 1rem;

}

.form-header-1 h1 {
    color: rgb(55, 65, 81);
    text-align: center;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 8px;
}
