﻿.suggestions-wrapper .suggestions-addon {
    display: none !important;
}

#passportData {
    background-color: #F5F5F5 !important;
}

    #passportData::placeholder {
        color: #616161 !important;
    }

#passportData {
    background-color: #F5F5F5 !important;
}

    #passportData::placeholder {
        color: #616161 !important;
    }

.z-5 {
    z-index: 5;
}

.z-4 {
    z-index: 4;
}

#topic {
    background-color: #F1F1F1;
}

    #topic:required:invalid {
        color: #616161;
    }

option[disabled] {
    display: none;
}

option {
    color: #222222;
}

#category {
    background-color: #F1F1F1;
}

    #category:required:invalid {
        color: #616161;
    }

.pt-10px {
    padding-top: 10px !important;
}

.checkbox-group {
    display: flex;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

    .checkbox-label input {
        display: none;
        opacity: 0;
    }

.checkbox-custom {
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    transition: all 0.2s ease;
}

.checkbox-label input:checked + .checkbox-custom {
    background: #F5F5F5;
    border-color: #9B9B9B;
}

    .checkbox-label input:checked + .checkbox-custom::before {
        content: "✔";
        color: white !important;
    }

textarea::placeholder {
    color: #616161 !important;
}
