/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.absolute-footer {
    display: none;
}

.service-form {
    padding: 24px;
    background-color: white;
}

.service-form h1 {
    text-align: center;
}

.service-form__service-list {
    display: flex;
    gap: 16px;
}

.service-form__service-list>* {
    flex: 1;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 6px 6px 20px #d9d9d9, -6px -6px 60px #ffffff;
    margin: 0;
    padding: 12px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
}

.service-form__service-list label:has(input:checked) {
    background: var(--primary-color);
}

.service-form__service-list input {
    display: none;
}

.service-form__service-list p {
    margin: 0;
}

.service-form__authorized-code {
    margin-top: 12px;
}

.section__app .row-2.row-small {
    max-width: 700px;
}

#row-dich-vu label:has(input:checked) {
    border-radius: 18px;
    overflow: hidden;
}

#row-dich-vu label input {
    display: none;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}