#sumasuma-register-form .form-control.is-invalid,
#profileAugmentationModal .form-control.is-invalid {
    border-color: #dc3545;
    background-color: #f8d7da;
}

#sumasuma-register-form .form-control.is-valid,
#profileAugmentationModal .form-control.is-valid {
    border-color: #28a745;
    background-color: #d4edda;
}

.invalid-feedback,
.valid-feedback {
    font-size: 14px;
}

.invalid-feedback {
    color: #dc3545;
}

.valid-feedback {
    color: #28a745;
}

.modal-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
}

h2,
.modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.account-type-btn,
#sumasuma-continue-btn,
.modal-footer .btn-primary {
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
    text-align: center;
    display: block;
    margin: 20px auto 0;
}

.account-type-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.account-type-btn {
    background-color: #F5F1E9;
    color: #000;
    width: 70%;
}

.account-type-btn:hover {
    background-color: #E0DBD2;
    transform: scale(1.05);
}

.account-type-btn.btn-primary {
    background-color: #E0DBD2 !important;
}

#sumasuma-continue-btn {
    background-color: #4AD9FF;
    color: #000;
    width: auto;
}

#sumasuma-continue-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#sumasuma-continue-btn:hover:not(:disabled),
.modal-footer .btn-primary:hover {
    transform: scale(1.05);
}

.profileModal .form-group label:not(.form-check-label) {
    color: #59E1FF;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0%;
}

#profileAugmentationModal textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
}

.volunteer-description-container {
    position: relative;
}

.custom-placeholder {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 14px;
    color: #aaa;
    pointer-events: none;
    transition: all 0.2s ease-out;
}

textarea:focus+.custom-placeholder,
textarea:not(:placeholder-shown)+.custom-placeholder {
    opacity: 0;
    visibility: hidden;
}

.volunteer-description-container:focus-within .custom-placeholder,
.donation-description-container:focus-within .custom-placeholder,
.activist-description-container:focus-within .custom-placeholder,
.artivist-description-container:focus-within .custom-placeholder,
.profession-description-container:focus-within .custom-placeholder {
    opacity: 0;
    visibility: hidden;
}

.upload-area {
    border: 2px dashed #59E1FF;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.upload-area p {
    font-size: 14px;
    color: #59E1FF;
}

.upload-area img {
    width: 40px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .modal-content {
        padding: 20px;
    }

    .form-group label {
        font-size: 14px;
    }

    .modal-footer .btn-primary {
        font-size: 14px;
        padding: 10px;
    }
}

.two-thirds-layout {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.two-thirds-layout .form-control {
    flex: 2;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}

.two-thirds-layout .upload-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .two-thirds-layout {
        flex-direction: column;
    }
}

.donation-section {
    margin-bottom: 20px;
}

.donation-interest {
    display: flex;
    align-items: center;
    gap: 10px;
}

.donation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.donation-description-container,
.activist-description-container,
.artivist-description-container,
.profession-description-container,
.donation-description-container {
    position: relative;
}

#donationPlaceholder {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 14px;
    color: #aaa;
    pointer-events: none;
    transition: all 0.2s ease-out;
}

textarea:focus+#donationPlaceholder,
textarea:not(:placeholder-shown)+#donationPlaceholder {
    opacity: 0;
    visibility: hidden;
}

.donation-description-container:focus-within #donationPlaceholder {
    opacity: 0;
    visibility: hidden;
}

.donation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
}

.donation-options .donation-option {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 30%;
}

.donation-options .donation-option input[type="checkbox"] {
    margin-top: 3px;
}

.donation-options .donation-option label {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.donation-options input[type="checkbox"] {
    margin-right: 5px;
}

.donation-options label {
    display: flex;
    align-items: center;
    gap: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.donation-options input[type="checkbox"] {
    margin-right: 5px;
}

.donation-options input[type="checkbox"] {
    margin-right: 5px;
    white-space: nowrap;
}

.donation-option label {
    font-weight: normal !important;
    color: #000 !important;
    font-size: 16px;
}

.donation-option input[type="checkbox"] {
    align-self: center;
    width: 18px;
    height: 18px;
}

.donation-options {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.donation-option {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-height: 100%;
}

.donation-option label {
    font-family: Montserrat !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
}

.donation-option input[type="checkbox"] {
    align-self: center;
    width: 18px;
    height: 18px;
}

.donation-options {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
}

.donation-option input[type="checkbox"] {
    align-self: center;
    width: 18px;
    height: 18px;
}

.donation-option label {
    display: flex;
    align-items: center;
    word-wrap: break-word;
    white-space: normal;
    flex: 1;
}

.donation-options {
    gap: 5px;
}

.donation-option {
    padding: 3px;
    margin: 0;
}

@media (max-width: 768px) {
    .donation-options {
        flex-direction: column;
    }

    .donation-option {
        width: 100%;
    }
}

#profileAugmentationLabel {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 42.67px;
    letter-spacing: 0%;
}

.profile-intro {
    margin-bottom: 20px;
    color: #333;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.63px;
    letter-spacing: 0%;
}

.profile-intro p {
    font-weight: normal;
    color: #555;
}

@media (max-width: 768px) {
    .profile-intro {
        font-size: 14px;
    }
}

#organizationProfileLabel {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 42.67px;
    letter-spacing: 0%;
}

.form-tyc {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.btn-skip {
    background-color: #5fd3ff;
    color: black;
    font-weight: bold;
    border-radius: 20px;
    padding: 8px 16px;
    border: none;
}

.btn-skip:hover {
    background-color: #3bb9e3;
}

.btn-extended-profile {
    background-color: #5fd3ff;
    color: black;
    font-weight: bold;
    border-radius: 20px;
    padding: 8px 16px;
    border: none;
}

.btn-extended-profile:hover {
    background-color: #3bb9e3;
}

#profileAugmentationForm textarea, #organizationProfileForm textarea {
    height: 160px;
}