﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../Content/Fonts/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../Content/Fonts/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Glacial Indifference', Arial, sans-serif;
    overflow: hidden;
}

.registration-container {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.registration-left {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    height: 100vh;
}

.page-title {
    color: #024CAB;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Baloo 2', cursive;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.2;
}

.page-subtitle {
    color: #A2A4A8;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.profile-upload-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.profile-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed #A2A4A8;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    cursor: pointer;
    overflow: visible;
    z-index: 1;
}

.profile-icon {
    font-size: 100px;
    color: #1B2254;
    margin-top: 20px;
}

.add-photo-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #024CAB;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 40;
}

    .add-photo-btn:hover {
        background: #023A82;
        transform: scale(1.1);
    }

.profile-upload-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.upload-title {
    color: #000;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.upload-subtitle {
    color: #A2A4A8;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 12px;
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    color: #000;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

    .form-label .required {
        color: #FF0000;
    }

.form-control-custom {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    font-size: 15px;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    transition: all 0.3s ease;
}

    .form-control-custom:focus {
        outline: none;
        border: 2px solid #F6B211;
        box-shadow: none;
    }

    .form-control-custom::placeholder {
        color: #B0B0B0;
    }

    .form-control-custom.error {
        border: 2px solid #dc3545 !important;
    }

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6C6C70;
    font-size: 18px;
    background: none;
    border: none;
    padding: 0;
}

    .password-toggle:hover {
        color: #000;
    }

.validation-helper {
    display: block;
    color: #A2A4A8;
    font-size: 11px;
    margin-top: 4px;
    font-family: 'Glacial Indifference', Arial, sans-serif;
}

.validation-error {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    min-height: 18px;
}

.checkbox-group {
    margin-bottom: 12px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.checkbox-input {
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 2px;
}

.checkbox-text {
    color: #000;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.terms-link {
    color: #024CAB;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    text-decoration: underline;
    font-weight: 700;
}

    .terms-link:hover {
        opacity: 0.8;
    }

.btn-create-account {
    width: 100%;
    padding: 14px;
    background: #024CAB;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.31);
    color: #FFF;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 18px;
}

    .btn-create-account:hover {
        background: #023A82;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
        transform: translateY(-2px);
    }

    .btn-create-account:active {
        transform: translateY(0);
    }

.signin-link {
    text-align: center;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 14px;
    color: #747577;
    margin-top: 16px;
    margin-bottom: 20px;
}

    .signin-link a {
        color: #024CAB;
        text-decoration: none;
        font-weight: 700;
        transition: opacity 0.3s ease;
    }

        .signin-link a:hover {
            opacity: 0.8;
            text-decoration: underline;
        }

.registration-right {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.welcome-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../Content/Images/Background 2.png') center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.header-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.header-image {
    max-width: 90%;
    height: auto;
}

.mascot-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mascot-image {
    max-width: 450px;
    width: 80%;
    height: auto;
}

.welcome-message {
    border-radius: 51px;
    background: #1B2254;
    padding: 20px 60px;
    margin-bottom: 20px;
    margin-top: 300px;
    position: relative;
    z-index: 10;
}

.welcome-text {
    color: #FFF;
    text-align: center;
    font-family: 'Baloo 2', cursive;
    font-size: 49px;
    font-weight: 700;
}

.best-text {
    color: #FDED75;
    font-family: 'Baloo 2', cursive;
    font-size: 49px;
    font-weight: 700;
}

.social-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 20px;
}

.social-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-icon img {
        width: 39px;
        height: 39px;
        object-fit: contain;
    }

.social-text {
    color: #FFF;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0 4px;
}

.legal-modal-content {
    border-radius: 20px;
    border: 2px solid #1B2254;
}

.legal-modal-header {
    background-color: #1B2254;
    color: #FDED75;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.legal-modal-title {
    font-family: 'Baloo 2', cursive;
    margin: 0;
}

.legal-modal-body {
    max-height: 60vh;
    overflow-y: auto;
    text-align: justify;
    color: #333;
    font-family: 'Glacial Indifference', sans-serif;
}

    
    .legal-modal-body::-webkit-scrollbar {
        width: 8px;
    }

    .legal-modal-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .legal-modal-body::-webkit-scrollbar-thumb {
        background: #1B2254;
        border-radius: 10px;
    }

        .legal-modal-body::-webkit-scrollbar-thumb:hover {
            background: #FDED75;
        }

    .legal-modal-body h2,
    .legal-modal-body h5 {
        color: #1B2254;
    }

.legal-modal-divider {
    border-top: 2px dashed #ccc;
}

.legal-modal-quote {
    background-color: #f8f9fa;
    border-left: 4px solid #FDED75;
    font-style: italic;
}

.legal-modal-highlight {
    background-color: #1B2254;
    color: white;
    border-radius: 8px;
}

.legal-modal-footer {
    background-color: #f8f9fa;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    justify-content: space-between;
}

#scrollReminder {
    font-size: 0.9rem;
    font-style: italic;
    color: #6c757d;
}

#btnAcceptLegal {
    background-color: #1B2254;
    color: #FDED75;
    font-weight: bold;
    transition: 0.3s;
}

    #btnAcceptLegal:disabled {
        background-color: #cccccc !important;
        color: #666666 !important;
        cursor: not-allowed;
        border: none;
    }

    #btnAcceptLegal:not(:disabled):hover {
        background-color: #FDED75 !important;
        color: #1B2254 !important;
        transform: scale(1.05);
    }
