/*!
Theme Name: ActiveAge
Theme URI: https://humanativaspa.it/
Author: HNDIGEE
Author URI: https://humanativaspa.it/
Description: ActivAge: supporting ageing adults to stay active
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: activeage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ActiveAge is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.dp-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 300px;
    font-family: "Roboto";
    font-size: 19px;
}

.dp-suggestion-item {
    color: #1355a2 !important;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    margin-bottom: 1px;
    font-weight: 600;
}

.dp-suggestion-item:hover {
    background-color: #e3e3e3;
}

.delete_avatar_text {
    background: none;
    color: #4b4f54;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-family: "Roboto";

}

.delete_avatar_node {
    display: block;
    margin-top: 6px;
    color: #cc0000;
    font-size: 9px;

}

.log_out_link {
    background-color: red;
    cursor: pointer;
    font-size: 17px;
    font-family: "Roboto";
    padding: 6px 10px;
    color: white;
    font-weight: 500;
    border-radius: 20px;
}

.log_out_link:hover {
    background-color: rgb(212, 16, 16);

    cursor: pointer;
    font-size: 17px;
    font-family: "Roboto";
    padding: 6px 10px;
    color: white;
    font-weight: 500;

}

#post-4322223333698 .account_deletion:hover {
    text-decoration: underline
}


#post-4322223333698 body,
#post-4322223333698 p,
#post-4322223333698 h1,
#post-4322223333698 h2,
#post-4322223333698 h3,
#post-4322223333698 h4,
#post-4322223333698 h5,
#post-4322223333698 h6,
#post-4322223333698 label {
    color: #1355A2 !important;
    font-family: "Nunito" !important;
}

/* log in form */
#post-4322223333698 #editForm input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 20px;
    max-width: 100%;
}

#post-4322223333698 #editForm .select2-container {
    display: flex;
    padding: 4px;
    box-shadow: 5px 5px 8px 4px #88888844;
    border-radius: 20px;
    max-width: 90%;
    min-width: 90% !important;
    max-height: 40px;
    margin-bottom: 25px;
}


#post-4322223333698 #editForm .select2-selection__choice {

    background-color: #1355A2;
    font-size: 12px;
    z-index: 10 !important;
    font-family: "Nunito" !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    border: 0px !important;
}


#post-4322223333698 #editForm .select2-container--default .select2-selection--multiple {

    background: none !important;
    border: 0px !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    color: white !important;
    position: relative;
}

#post-4322223333698 #editForm .select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-radius: 20px !important;
}

#post-4322223333698 #editForm input {
    display: flex;
    padding: 9px !important;
    box-shadow: 5px 5px 8px 4px #88888844;
    border-radius: 20px;
    max-width: 90% !important;
    min-width: 90%;
    max-height: 40px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border: 0px !important;
    font-family: "Nunito" !important;

}

#logForm input #editForm {
    min-width: 30%;
}


#post-4322223333698 #editForm .row div:nth-of-type(1)>p>label {
    font-weight: 700 !important;
}


#post-4322223333698 #editForm .account_deletion {

    margin-top: 20px;
    border: none;
    background-color: transparent;
    font-size: 13px;
}

/* #post-4322223333698 #editForm .save_button,
.login_button {
    width: 70px;
    background-color: #1355A2;
    color: white;
    border: none;
}*/
#post-4322223333698 #editForm .save_button {
    width: 150px;
}

#post-4322223333698 #logForm .login_button {
    width: auto !important;
}


#post-4322223333698 #editForm .save_button {
    height: 35px;
    width: 150px;
}

#post-4322223333698 #editForm textarea {
    resize: none;
    padding: 0 10px;
}

/* logout form */

#post-4322223333698 #logForm p:nth-of-type(3) {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.7rem;
}

#post-4322223333698 input[name="sid_remember"] {
    pointer-events: auto;
    min-width: 10% !important;
    margin-left: 10px !important;
}

#post-4322223333698 #logForm input {
    box-shadow: 5px 5px 8px 4px #88888844;
    border-radius: 20px;
    border: 0px;
    line-height: 40px;
    padding: 0 12px;
}

#post-4322223333698 #logForm .login_button {
    background-color: #1355A2;
    border: 0;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 8px 4px #88888844;

}

#post-4322223333698 #logForm .create_new_profile_link {
    padding: 0 4px;
    color: #1355a2;
    border-radius: 20px;
}
#post-4322223333698 #logForm .create_new_profile_link:hover {
    text-decoration: underline;
}
