/* 
Theme Name: Verallia Design Awards
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème pour le site Verallia Design Awards
Author: Armstrong
Author https://armstrong.space/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

p {
    margin-bottom: 0;
}

.elementor-widget-theme-post-content p,
html:lang(en-US) .elementor-widget-text-editor p,
.elementor-widget-ucaddon_contact_form_7 p,
.elementor-widget-theme-post-content ul,
html:lang(en-US) .elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ol,
html:lang(en-US) .elementor-widget-text-editor ol {
    margin-bottom: 20px;
}

.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
}

.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus {
    background-color: var(--e-global-color-primary);
}

button:focus {
    outline: none !important;
}

.menu-item-18951:after,
.menu-item-18953:after {
    display: none;
}

#faq-choix .elementor-widget-button.on a {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
}


.elementor-widget-ucaddon_ue_scroll_to_top {
    position: absolute;
}

.docs-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.docs-content .doc-item {
    width: 33%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .docs-content .doc-item {
        width: 100%;
    }
}

.docs-content .doc-item .doc-title {
    color: var(--e-global-color-text);
    font-size: 16px;
    line-height: 26px;
    transition: all 0.2s ease-in-out;
}

.docs-content .doc-item:hover .doc-title {
    color: var(--e-global-color-secondary);
}

.docs-content .doc-item img {
    margin-right: 20px;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}

.docs-content .doc-item:hover img {
    transform: scale(1);
}

/* Timeline */

/*@media (max-width: 768px)
{
    .agenda-timeline .curseur-timeline
    {
        display: none;
    }
}*/
#timeline {
    transition: all 0.5s ease-in-out;
}

.annee {
    position: relative;
    top: 0;

    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.annee.last-2 {
    opacity: 0.8;
}

.annee.last-1 {
    opacity: 0.5;
}

.annee.last {
    opacity: 0.2;
}

.annee.on div {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: var(--e-global-color-secondary) !important;
}

.passed {
    border-color: var(--e-global-color-24f359b) !important;
}

.passed p {
    color: #DFDEDE !important;
}

/* Animation des flaques autour des images */

.anim-1 {}

.flaque {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transition: all 0.5s ease-in-out;
}

.flaque-1 {
    width: 118px;
    height: 119px;
    left: calc(100% - 120px);
    top: 50px;

    background-image: url(img/flaque-1.png);
}

.flaque-2 {
    width: 153px;
    height: 133px;
    left: calc(0% - 90px);
    top: calc(62%);

    background-image: url(img/flaque-2.png);
}

.flaque-3 {
    width: 87px;
    height: 75px;
    left: calc(0% - 50px);
    top: calc(60%);

    background-image: url(img/flaque-2.png);
}

.anim-1:hover .flaque-1 {
    /*left: calc(100% - 60px);*/
    top: calc(82% - 50px);
    transform: rotate(60deg);
}

.anim-2:hover .flaque-2 {
    left: calc(8% - 90px);
    top: calc(6%);
    transform: rotate(60deg);
}

.anim-3:hover .flaque-3 {
    left: calc(56% - 50px);
    top: calc(90%);
    transform: rotate(-40deg);
}

[data-elementor-device-mode="mobile"] .flaque {
    display: none;
}

/* Lauréats */

.laureats .owl-stage-outer {
    overflow: visible !important;
}

.laureats a {
    width: 33px;
    height: 33px;
    display: inline-flex;
    margin-right: 5px;
    color: var(--e-global-color-text);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 1px solid var(--e-global-color-text);
}

@media (min-width: 1100px) {
    .laureats {
        width: 1100px;
        margin: auto;
        overflow: visible;
    }

    .laureats .elementor-widget-container {
        width: 200%;
    }

    .laureats .owl-item {
        width: auto !important;
    }
}


#laureats a {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 10px;

    font-size: 15px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 32px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.slider-cursor {
    display: block;

    width: 119px;
    height: 119px;
    position: absolute;
    z-index: 10;

    background-image: url(img/slider-cursor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);

    transition: transform 0.2s ease-in-out;
}

.slider-cursor.drag {
    transform: scale(0.2);
}

/*.uc-carousel .owl-stage
{
    padding-top: 20px;
}
.ue-carousel-item
{
    overflow: visible !important;
}
.uc_classic_carousel_placeholder:hover
{
    transform: scale(1.1);
    transform-origin: bottom;
}*/

.card_carousel_text a {
    text-decoration: none !important;
}

.wpcf7-form .inline {
    display: flex !important;
}

.wpcf7-form .inline .wpcf7-radio {
    width: 100%;
    justify-content: space-evenly;
}


/* 
----------------------------------------
Boite à outils 
----------------------------------------
*/

.bao-next-page a {
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px !important;
}

.bao-next-page a span {
    margin: 0;
}

.bao-next-page a:after {
    content: "Continuer";
    display: block;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
}
html:lang(en-US) .bao-next-page a:after {
    content: "Next";
}

.bao-scroller {
    overflow-x: scroll;
    cursor: grab;
    user-select: none;
}

.bao-scroller img {
    pointer-events: none;
}

.bao-scroller::-webkit-scrollbar {
    height: 3px;
    padding: 20px;
    margin: 20px;
}

.bao-scroller::-webkit-scrollbar-track {
    background-color: #E7E7E7;
    margin: 50px;
}

.bao-scroller::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--e-global-color-primary);
    ;
}

@media (max-width: 768px) {
    /*.bao-scroller {
        overflow-x: hidden;
    }*/

    /*.bao-scroller .scrolltainer {
        width: 100% !important;
    }*/
    
    .bao-scroller .scrolltainer {
        flex-wrap: nowrap;
    }
    

    /*.bao-scroller .scrolltainer .scrollbox {
        min-width: auto !important;
    }*/

    .bao-scroller .scrolltainer .scrollbox {
        width: auto !important;
    }

    .bao-scroller::-webkit-scrollbar-track {
        margin: 20px;
    }
}


/* --------- Quiz --------- */
.question_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}

.question_container .question_illu,
.question_container .img_placeholder {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: center center;
}

.question_container .question {
    width: calc(100% - 150px);
    position: relative;
}

.question_container .question .question_title_inputs {
    width: 60%;
}

.question_container .question h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--e-global-color-text);
    /* font */
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
}

.question_container .question_inputs {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 25px;
}

.question_container .question_inputs div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.question_container .question_inputs input {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_container .question_inputs input::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
}

.question_container .question_inputs input:checked::before {
    background-color: var(--e-global-color-primary);
}


.question_container .question_inputs label {
    color: var(--e-global-color-text);
    /* font */
    font-size: 12px;
    font-family: Montserrat;
    line-height: 20px;
}

.question_container .question_responses {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    background-color: var(--e-global-color-accent);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    color: var(--e-global-color-secondary);
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    line-height: 20px;
}

@media (max-width: 768px) {
    .question_container {
        flex-direction: column;
    }
    .question_container .question {
        width: 100%;
    }
    .question_container .question .question_title_inputs {
        width: 100%;
    }
    .question_container .img_placeholder {
        display: none;
    }
    .quiz_buttons {
        flex-direction: column !important;
    }
    .question_container .question_responses {
        position: relative;
        width: 100%;
        top: 10px;
    }

}

/* Quiz - Buttons */
.quiz_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 50px;
    min-height: 60px;
}

.quiz_buttons .quiz_button {
    padding: 8px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.quiz_buttons .quiz_button#quiz_download::after {
    content: '';
    width: 13px;
    height: 17px;
    background-image: url('img/icons/arrow_down_blue.svg');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.quiz_buttons .quiz_button#quiz_download:hover {
    background-color: var(--e-global-color-secondary);
}

.quiz_buttons .quiz_button#quiz_download:hover::after {
    background-image: url('img/icons/arrow_down_white.svg');
}

.quiz_buttons .quiz_button.loading#quiz_download::after,
.quiz_buttons .quiz_button.loading#quiz_download:hover::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('img/icons/spinner.svg');
    animation: spinnerRotation 2s infinite linear;
}

.quiz_buttons .quiz_button#quiz_submit {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
}

.quiz_buttons .quiz_button#quiz_submit:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
}

.quiz_buttons .quiz_button.loading#quiz_submit::after {
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('img/icons/spinner.svg');
    animation: spinnerRotation 2s infinite linear;
}

.quiz_buttons #quiz_responses_saved {
    padding: 20px;
    margin: 0;
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
    color: var(--e-global-color-primary);
    border-radius: 20px;
    display: none;
    /* font */
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    line-height: 20px;
}


/* -- Input Spinner Animation -- */

@keyframes spinnerRotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* ULTIMATE MEMBER */

/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #3ba1da !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #44b0ec !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover {
    background: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--e-global-color-primary);
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover {
    background: var(--e-global-color-primary) !important;
    color: var(--e-global-color-accent);
}

/* Button alt colors */
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important;
}

.um-um_password_id.um {
    max-width: 500px !important;
}


.um a.um-button {
    color: var(--e-global-color-primary) !important;
    box-shadow: none;
}

.um a.um-button:hover {
    color: var(--e-global-color-accent) !important;
}

.um .um-field-area {
    text-align: left !important;
}

.um .um-row {
    margin: 0 !important;
}

.um .um-field {
    padding: 15px 0 !important;
}

.um .um-field-half {
    width: auto !important;
}

.um-page-register .um .um-field-block {
    height: 200px;
    overflow-y: scroll;
    padding: 0 !important;
    margin: 30px 0 !important;
    font-size: 14px;
}

.um-page-register .um .um-field-block:before {
    content: "Règlement du concours *";
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: var(--e-global-color-text);
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
}
html:lang(en-US) .um-page-register .um .um-field-block:before {
    content: "The rules *";
}
.um-page-register .um .um-field-block a {
    color: var(--e-global-color-primary) !important;
}


.um .um-single-image-preview {
    position: absolute;
    right: 0;
    top: -22px;
}
@media (max-width: 768px) {
    .um .um-single-image-preview {
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        margin-top: 20px;
    }
    .um-single-image-preview a.cancel {
        text-align: center;
        left: 65px;
    }
}

.um .um-single-image-preview>img {
    max-height: 80px !important
}

#um_upload_single .um-modal-header {
    background-color: var(--e-global-color-primary) !important;
    margin-bottom: 20px;
}

#um_upload_single .upload,
#um_upload_single .um-modal-btn {
    color: var(--e-global-color-primary) !important;
}

.um p.success {
    margin-top: 20px;
    font-weight: bold;
    color: var(--e-global-color-primary);
}

.um p.error {
    margin-top: 20px;
    font-weight: bold;
    color: #C74A4A;
}

/* Recaptcha */

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

/* 
----------------------------------------
Depot de projet
----------------------------------------
*/

.project_submit .project_container {
    margin-bottom: 80px;
}

.project_submit .flex_container {
    gap: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.project_submit .flex_container>div {
    width: calc(50% - 15px);
}

@media (max-width: 1024px) {
    .project_submit .flex_container {
        flex-direction: column;
        gap: 80px;
    }

    .project_submit .flex_container>div {
        width: calc(100%);
    }
}

.project_submit .project_container.is_publish_container {
    display: none;
    margin-bottom: 50px;
}

.project_submit .project_container.is_finish_container {
    margin-bottom: 0px;
}

.project_submit .is_publish_container h1,
.project_submit .is_finish_container h1 {
    text-align: center;
    background-color: var(--e-global-color-primary);
    color: white;
    padding: 25px 45px;
    border-radius: 20px;
    margin: 0;
    /* font */
    font-size: 34px;
    font-family: Montserrat;
    font-weight: 700;
}

.project_submit h3 {
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
    /* font */
    font-size: 34px;
    font-family: Montserrat;
    font-weight: 700;
}

.project_submit p {
    color: var(--e-global-color-text);
    margin-bottom: 30px;
    /* font */
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 26px;
}

.project_submit .input_container.mb {
    margin-bottom: 30px;
}

.project_submit .input_container.mb_lg {
    margin-bottom: 60px;
}

.project_submit .input_container.mb_small {
    margin-bottom: 15px;
}

.project_submit label,
.project_submit .img_label {
    color: var(--e-global-color-text);
    margin-bottom: 15px;
    /* font */
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
}

.project_submit label.green {
    color: var(--e-global-color-primary);
}

.project_submit input,
.project_submit select {
    padding: 11px 17px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background-color: white;
    color: #6f6f6f;
    display: block;
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    line-height: 20px;
}

.project_submit select {
    cursor: pointer;
}

.project_submit input:disabled,
.project_submit select:disabled {
    cursor: default;
    background-color: var(--e-global-color-24f359b);
}

.project_submit input.w-60,
.project_submit select.w-60 {
    width: 60%;
}

.project_submit input.w-50,
.project_submit select.w-50 {
    width: 50%;
}

.project_submit input.w-30,
.project_submit select.w-30 {
    width: 30%;
}

@media (max-width: 1024px) {

    .project_submit input.w-60,
    .project_submit select.w-60 {
        width: 100%;
    }

    .project_submit input.w-50,
    .project_submit select.w-50 {
        width: 100%;
    }

    .project_submit input.w-30,
    .project_submit select.w-30 {
        width: 75%;
    }
}

.project_submit textarea {
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    color: #6f6f6f;
    display: block;
    min-height: 185px;
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    line-height: 20px;
}

/* -- Categories -- */

.project_submit .input_container.sub_theme_container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.project_submit .input_container.sub_theme_container .add_sub_theme {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: var(--e-global-color-1ca7aa0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.project_submit .input_container.sub_theme_container .add_sub_theme.disabled {
    background-color: var(--e-global-color-f21c317);
    cursor: default;
    pointer-events: none;
}

.project_submit .input_container.sub_theme_container .add_sub_theme::after {
    content: '';
    width: 21px;
    height: 21px;
    color: white;
    background-image: url('img/icons/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.project_submit .input_container.sub_theme_container .add_sub_theme.loading::after {
    content: '';
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('img/icons/spinner.svg');
    animation: spinnerRotation 2s infinite linear;
}

.project_submit .selected_sub_themes {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.project_submit .selected_sub_themes .selected_sub_theme {
    color: var(--e-global-color-secondary);
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 20px;
}

.project_submit .selected_sub_themes .selected_sub_theme .remove_sub_theme {
    font-weight: 400;
    cursor: pointer;
}

/* -- Image/Doc Input -- */

.project_submit .custom_file_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 5px;
}

.project_submit .custom_file_container.xl {
    gap: 69px;
}

.project_submit .custom_file_container .custom_file_label {
    color: var(--e-global-color-secondary);
    padding: 2px 50px;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-secondary);
    margin: 0;
    cursor: pointer;
    transition: all .3s;
    /* font */
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 28px;
}

.project_submit .custom_file_container .custom_file_label:hover {
    background-color: var(--e-global-color-secondary);
    color: white;
}

.project_submit .custom_file_container .doc_preview_container,
.project_submit .custom_file_container .img_preview_container {
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}

.project_submit .custom_file_container .img_preview_container img {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    object-fit: cover;
    object-position: center;
}

.project_submit .custom_file_container .doc_preview_container .doc_name,
.project_submit .custom_file_container .img_preview_container .img_name {
    color: var(--e-global-color-primary);
    margin: 0;
    word-break: break-all;
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 20px;
}

.project_submit .custom_file_container .doc_preview_container .doc_name .doc_name_text,
.project_submit .custom_file_container .img_preview_container .img_name .img_name_text {
    font-weight: 700;
}

.project_submit .custom_file_container .doc_preview_container .doc_name .remove_doc,
.project_submit .custom_file_container .img_preview_container .img_name .remove_image {
    cursor: pointer;
}

/* -- Teams -- */

.project_submit .flex_container.teams_container {
    flex-wrap: wrap;
}

.project_submit .teams_title_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}


@media (max-width: 768px) {
    .project_submit .teams_title_container {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .project_submit .teams_title_container h3 {
        width: 100%;
    }
}

.project_submit .teams_title_container .remove_member,
.project_submit .teams_title_container .add_member {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: var(--e-global-color-1ca7aa0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.project_submit .teams_title_container .remove_member.disabled,
.project_submit .teams_title_container .add_member.disabled {
    pointer-events: none;
    background-color: var(--e-global-color-f21c317);
    cursor: default;
}

.project_submit .teams_title_container .add_member::after {
    content: '';
    width: 21px;
    height: 21px;
    color: white;
    background-image: url('img/icons/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.project_submit .teams_title_container .remove_member::after {
    content: '';
    width: 21px;
    height: 5px;
    color: white;
    background-image: url('img/icons/minus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.project_submit .team_member {
    display: none;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 43px 30px 22px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.project_submit .team_member .input_container {
    width: calc(50% - 5px);
}

/* -- Videos -- */
.videos_input_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.videos_input_container input {
    max-width: 500px;
}

.project_submit .videos_url {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.project_submit .videos_url .video_url {
    color: var(--e-global-color-primary);
    word-break: break-all;
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 20px;
}

.project_submit .videos_url .video_url .remove_video_url {
    font-weight: 400;
    cursor: pointer;
}

/* -- Error -- */
.project_submit .error {
    display: none;
    color: #cd3838;
    margin: 0;
    word-break: break-all;
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 20px;
}

/* -- Buttons -- */
.project_buttons_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.project_submit .button,
.project_buttons_container .button {
    padding: 8px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.project_submit .button:disabled,
.project_buttons_container .button:disabled {
    cursor: default;
    background-color: var(--e-global-color-24f359b) !important;
    color: #b6b6b6 !important;
    border-color: #b6b6b6 !important;
    ;
}

.project_submit .button.loading::after,
.project_submit .button.loading:hover::after,
.project_buttons_container .button.loading::after,
.project_buttons_container .button.loading:hover::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('img/icons/spinner.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    animation: spinnerRotation 2s infinite linear;
}

.project_submit .button:focus,
.project_buttons_container .button:focus {
    background-color: white;
    color: var(--e-global-color-secondary);
}

.project_submit .button:hover,
.project_buttons_container .button:hover {
    background-color: var(--e-global-color-secondary);
    color: white;
}

.project_buttons_container .button#publish_project,
.project_buttons_container .button#publish_project:focus {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
    padding: 8px 60px;
}

.project_buttons_container .button#publish_project:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
}

.project_buttons_container .is_saved {
    width: 340px;
    display: none;
    transform: translate(50%, 0%);
    position: absolute;
    top: 35px;
    left: 44%;
    color: var(--e-global-color-text);
    padding: 20px 26px;
    border-radius: 20px;
    background-color: var(--e-global-color-accent);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
    /* font */
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.project_buttons_container .is_saved::before,
.project_buttons_container .is_publish::before,
.project_buttons_container .is_publish_error::before {
    content: '';
    width: 23px;
    height: 26px;
    background-image: url('img/icons/triangle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0%;
    left: 20px;
    transform: translate(0%, -65%);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
}

.project_buttons_container .is_publish,
.project_buttons_container .is_publish_error {
    width: 340px;
    display: none;
    transform: translate(50%, 100%);
    position: absolute;
    bottom: 8px;
    left: 44%;
    color: var(--e-global-color-text);
    padding: 20px 26px;
    border-radius: 20px;
    background-color: var(--e-global-color-accent);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
    /* font */
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}


@media (max-width: 1024px) {

    .project_buttons_container .is_saved,
    .project_buttons_container .is_publish,
    .project_buttons_container .is_publish_error {
        position: initial;
        transform: initial;
    }

    .project_buttons_container .is_saved::before,
    .project_buttons_container .is_publish::before,
    .project_buttons_container .is_publish_error::before {
        content: initial;
    }
}

@media (max-width: 768px) {

    .project_buttons_container .is_saved,
    .project_buttons_container .is_publish,
    .project_buttons_container .is_publish_error {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* -- Modal -- */
.publish_project_modal {
    display: none;
}

.publish_project_modal .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.publish_project_modal .modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .publish_project_modal .modal .modal-dialog {
        max-width: 500px;
        margin: 5rem auto;
    }
}

.publish_project_modal .modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 30px;
    pointer-events: auto;
    background-color: var(--e-global-color-accent);
    background-clip: padding-box;
    border-radius: 5px;
    outline: 0;
}

.publish_project_modal .modal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.publish_project_modal .modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--e-global-color-secondary);
    /* font */
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: normal;
}

.publish_project_modal .modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--e-global-color-text);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.publish_project_modal .modal .btn-close:hover,
.publish_project_modal .modal .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.publish_project_modal .modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem 0;
}

.publish_project_modal .modal .modal-body p {
    margin: 0;
}

.publish_project_modal .modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 0;
}

.publish_project_modal .modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--e-global-color-text);
}

.publish_project_modal .modal-backdrop.show {
    display: block;
    opacity: .5;
}

.publish_project_modal .modal .modal-footer button {
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.publish_project_modal .modal .modal-footer button:disabled {
    cursor: default;
    background-color: var(--e-global-color-24f359b) !important;
    color: #b6b6b6 !important;
    border-color: #b6b6b6 !important;
    ;
}

.publish_project_modal .modal .modal-footer button.loading::after,
.publish_project_modal .modal .modal-footer button.loading:hover::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('img/icons/spinner.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    animation: spinnerRotation 2s infinite linear;
}

.publish_project_modal .modal .modal-footer button:focus {
    background-color: white;
    color: var(--e-global-color-secondary);
}

.publish_project_modal .modal .modal-footer button:hover {
    background-color: var(--e-global-color-secondary);
    color: white;
}

.publish_project_modal .modal .modal-footer button#confirm_publish_project,
.publish_project_modal .modal .modal-footer button#confirm_publish_project:focus {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
    padding: 8px 40px;
}

.publish_project_modal .modal .modal-footer button#confirm_publish_project:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
}

/* 
----------------------------------------
Votes project
----------------------------------------
*/

/* -- Vote close -- */
.vote_close_container {
    margin: 0px !important;
    text-align: center;
    background-color: var(--e-global-color-primary);
    color: white !important;
    padding: 25px 45px;
    border-radius: 20px;
    margin: 0;
    /* font */
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
}

.vote_close_container a {
    color: #ffffff;
    text-decoration: underline;
}
.vote_close_container a:hover {
    color: var(--e-global-color-f21c317 );
}

/* -- Header (Filters - Infos) -- */
.project_vote_header {
    margin: 0 35px 0 140px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.project_vote_header .project_vote_filters {
    max-width: 740px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project_vote_header .project_vote_filters .filters_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.project_vote_header .project_vote_filters .filters_title h3 {
    margin: 0;
    color: var(--e-global-color-primary);
    /* font */
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

.project_vote_header .project_vote_filters .filters_title p {
    margin: 0;
    color: var(--e-global-color-text);
    /* font */
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.project_vote_header .project_vote_filters .filters {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 120px;
}

.project_vote_header .project_vote_filters .filters .filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
}

.project_vote_header .project_vote_filters .filters .filter label {
    margin: 0;
    color: var(--e-global-color-text);
    /* font */
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.project_vote_header .project_vote_filters .filters .filter select {
    width: 312px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background-color: white;
    padding: 11px 17px;
    color: #6f6f6f;
    /* font */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.project_vote_header .project_vote_filters .selected_themes {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.project_vote_header .project_vote_filters .selected_themes .selected_theme {
    color: var(--e-global-color-secondary);
    /* font */
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 20px;
}

.project_vote_header .project_vote_filters .selected_themes .selected_theme .remove_theme {
    font-weight: 400;
    cursor: pointer;
}

.project_vote_header .project_vote_infos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 40px;
    position: relative;
}

.project_vote_header .project_vote_infos button {
    padding: 8px 45px;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
}

.project_vote_header .project_vote_infos button:hover,
.project_vote_header .project_vote_infos button:focus {
    background-color: var(--e-global-color-secondary);
    color: white;
}

.project_vote_header .project_vote_infos .how_vote_explain {
    display: none;
    width: 340px;
    position: absolute;
    top: 45px;
    right: 0;
    padding: 26px;
    border-radius: 20px;
    background-color: var(--e-global-color-accent);
    filter: drop-shadow(0px 0px 65px rgba(0, 0, 0, 0.12));
    color: var(--e-global-color-text);
    z-index: 10;
    /* font */
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.project_vote_header .project_vote_infos .how_vote_explain::before {
    content: '';
    width: 23px;
    height: 26px;
    background-image: url('img/icons/triangle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0%;
    right: 20px;
    transform: translate(0%, -65%);
    filter: drop-shadow(0px 0px 65px rgba(0, 0, 0, 0.12));
}

.project_vote_header .project_vote_infos .tips {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.project_vote_header .project_vote_infos .tips::before {
    content: '';
    width: 40px;
    height: 42.5px;
    background-image: url('img/icons/idea.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.project_vote_header .project_vote_infos .tips {
    color: var(--e-global-color-text);
    /* font */
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.project_vote_header .project_vote_infos .tips strong {
    font-weight: 700;
}

.project_vote_header .project_vote_infos .tips h5 {
    color: var(--e-global-color-secondary);
    margin: 0;
    /* font */
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1024px) {
    .project_vote_header {
        margin: 50px 0 0 0;
        flex-wrap: wrap;
        gap: 50px;
    }

    .project_vote_header .project_vote_filters,
    .project_vote_header .project_vote_infos {
        max-width: 100%;
        width: 100%;
    }

    .project_vote_header .project_vote_infos {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }


    .project_vote_header .project_vote_infos .how_vote_explain {
        left: 0;
        right: initial;
    }

    .project_vote_header .project_vote_infos .how_vote_explain::before {
        left: 20px;
        right: initial;
    }
}

@media (max-width: 768px) {
    .project_vote_header .project_vote_filters .filters {
        flex-direction: column;
        gap: 40px;
    }

    .project_vote_header .project_vote_filters .filters .filter,
    .project_vote_header .project_vote_filters .filters .filter select {
        width: 100%;
    }

    .project_vote_header .project_vote_infos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .project_vote_header .project_vote_infos .how_vote_explain {
        top: 55px;
        width: 100%;
    }

    .project_vote_header .project_vote_infos .how_vote_explain::before {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }
}

/* -- Projects counter -- */
.project_vote_content .project_vote_counts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 60px;
    margin: 65px auto 40px;
    flex-wrap: wrap;
}

.project_vote_content .project_vote_count {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 300px;
    max-width: 100%;
}

.project_vote_content .project_vote_count .project_vote_count_text {
    text-align: center;
}

.project_vote_content .project_vote_count .project_vote_count_text div {
    display: inline-block;
    color: var(--e-global-color-f21c317);
    /* font */
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.project_vote_content .project_vote_count .project_vote_count_text div.strong {
    color: var(--e-global-color-secondary);
}

.project_vote_content .project_vote_count .project_vote_count_bar,
.project_vote_content .project_vote_count .project_preselect_count_bar,
.project_vote_content .project_vote_count .project_nominate_count_bar,
.project_vote_content .project_vote_count .project_laureat_count_bar {
    width: 100%;
    height: 6px;
    background-color: var(--e-global-color-f21c317);
    position: relative;
}

.project_vote_content .project_vote_count .project_vote_count_bar_fill,
.project_vote_content .project_vote_count .project_preselect_count_bar_fill,
.project_vote_content .project_vote_count .project_nominate_count_bar_fill,
.project_vote_content .project_vote_count .project_laureat_count_bar_fill {
    height: 100%;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    left: 0;
    max-width: 100%;
    transition: all .5s ease-in-out;
}

@media (max-width: 768px) {
    .project_vote_content .project_vote_count {
        width: 250px;
    }
}

/* -- Projects list -- */
.project_vote_content .project_list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 80px 30px;
}

.project_vote_content .project_list .project {
    width: calc(33% - 15.5px);
    padding: 30px;
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .project_vote_content .project_list .project {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .project_vote_content .project_list .project {
        width: 100%;
    }
}

.project_vote_content .project_list .project img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.project_vote_content .project_list .project img.secondary_image {
    display: none;
}

.project_vote_content .project_list .project h3 {
    margin: 30px 0 0;
    color: var(--e-global-color-secondary);
    /* font */
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.project_vote_content .project_list .project .authors {
    margin-bottom: 15px;
    color: var(--e-global-color-text);
    /* font */
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
}

.project_vote_content .project_list .project .description {
    color: var(--e-global-color-text);
    margin-top: 0;
    margin-bottom: 10px;
    /* font */
    font-size: 12.5px;
    font-weight: 400;
    line-height: 20px;
}

.project_vote_content .project_list .project .pdf {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--e-global-color-primary);
    margin-top: 0;
    margin-bottom: 20px;
    cursor: pointer;
    width: fit-content;
    /* font */
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.project_vote_content .project_list .project .pdf::after {
    content: '';
    width: 25px;
    height: 26px;
    background-image: url('img/icons/chevron_down.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.project_vote_content .project_list .project .stars_vote {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.project_vote_content .project_list .project .stars_vote .star input {
    display: none;
}

.project_vote_content .project_list .project .stars_vote .star input+label {
    height: 30px;
    width: 30px;
    transition: all .25s ease-in-out;
    background-image: url('img/icons/star_empty.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.project_vote_content .project_list .project .stars_vote .star input:checked+label,
.project_vote_content .project_list .project .stars_vote .star input.hover:checked+label {
    background-image: url('img/icons/star_full.png');
}

.project_vote_content .project_list .project .stars_vote .star input.hover+label {
    background-image: url('img/icons/star_hover.png');
}

.project_vote_content .project_list .project .stars_vote .star input.disabled+label {
    pointer-events: none;
    cursor: default;
}

.project_vote_content .project_list .project .stars_vote .vote_validate {
    margin-left: 35px;
    border-radius: 50%;
    border: 0.5px solid var(--e-global-color-secondary);
    width: 41px;
    height: 41px;
    box-shadow: 0px 0px 100px var(--e-global-color-secondary);
    display: none;
    align-items: center;
    justify-content: center;
}

.project_vote_content .project_list .project .save_admin_notes .vote_validate {
    margin-left: 0;
    border-radius: 50%;
    border: 0.5px solid var(--e-global-color-secondary);
    width: 41px;
    height: 41px;
    box-shadow: 0px 0px 100px var(--e-global-color-secondary);
    display: none;
    align-items: center;
    justify-content: center;
}

.project_vote_content .project_list .project .stars_vote .vote_validate.validate::after,
.project_vote_content .project_list .project .save_admin_notes .vote_validate.validate::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('img/icons/validate.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.project_vote_content .project_list .project .stars_vote .vote_validate.loading::after,
.project_vote_content .project_list .project .save_admin_notes .vote_validate.loading::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('img/icons/spinner.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    animation: spinnerRotation 2s infinite linear;
}

/* -- Admin Projects list -- */

.project_vote_content .project_list_admin .project h4 {
    margin: 20px 0 16px 0;
    color: var(--e-global-color-primary);
    /* font */
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.project_vote_content .project_list_admin .project .avg_notes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 40px;
    flex-wrap: wrap;
}

.project_vote_content .project_list_admin .project .avg_notes .avg_note {
    color: var(--e-global-color-text);
    /* font */
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.project_vote_content .project_list_admin .project .project_status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.project_vote_content .project_list_admin .project .project_comments {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
}

.project_vote_content .project_list_admin .project .input_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.project_vote_content .project_list_admin .project .project_comments .input_container {
    align-items: flex-start;
}

.project_vote_content .project_list_admin .project .input_container input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.project_vote_content .project_list_admin .project .input_container input[type="radio"] {
    background-image: url('img/icons/radio_empty.svg');
}

.project_vote_content .project_list_admin .project .input_container input[type="radio"]:checked {
    background-image: url('img/icons/radio.svg');
}

.project_vote_content .project_list_admin .project .input_container input[type="checkbox"] {
    background-image: url('img/icons/checkbox_empty.svg');
}

.project_vote_content .project_list_admin .project .input_container input[type="checkbox"]:checked {
    background-image: url('img/icons/checkbox.svg');
}

.project_vote_content .project_list_admin .project .input_container label {
    color: var(--e-global-color-text);
    cursor: pointer;
    width: calc(100% - 28px);
    /* font */
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.project_vote_content .project_list_admin .project .save_notes_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0 0;
}

.project_vote_content .project_list_admin .project .save_notes {
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 20px;
    padding: 2px 30px;
    /* font */
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.project_vote_content .project_list_admin .project .save_notes:hover,
.project_vote_content .project_list_admin .project .save_notes:focus {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
}

/* -- projects load more -- */
.project_vote_content .load_more {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_vote_content .load_more button {
    display: none;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-secondary);
    padding: 8px 75px;
    color: var(--e-global-color-secondary);
    /* font */
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.project_vote_content .load_more button:hover,
.project_vote_content .load_more button:focus {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
}

/* -- project images popup -- */
.project_images_popup {
    width: 80%;
    max-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10010;

    display: none;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.project_images_popup .close_popup {
    margin-left: auto;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    color: var(--e-global-color-text);
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font */
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
}

.project_images_popup .carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 80px;
}

.project_images_popup .carousel .carousel-item {
    width: auto;
    height: 100vh;
    max-width: 100%;
    max-height: 70vh;
    display: none;
}

.project_images_popup .carousel .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_images_popup .carousel .carousel-item img {
    max-width: 100%;
    max-height: 100%;
}

.project_images_popup .carousel .carousel-control-prev .carousel-control-prev-icon,
.project_images_popup .carousel .carousel-control-next .carousel-control-next-icon {
    display: block;
    cursor: pointer;
    background-image: url('img/icons/carousel_arrow.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 60px;
}

.project_images_popup .carousel .carousel-control-prev .carousel-control-prev-icon {
    transform: rotate(180deg);
}

.project_images_popup .project_images_popup_bar {
    margin-top: 10px;
    max-width: 100%;
    width: 510px;
    height: 2px;
    background-color: #E7E7E7;
    position: relative;
}

.project_images_popup .project_images_popup_bar_fill {
    height: 4px;
    background-color: var(--e-global-color-text);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    transition: all .5s ease-in-out;
}

@media (max-width: 1024px) {

    .project_images_popup .carousel .carousel-control-prev .carousel-control-prev-icon,
    .project_images_popup .carousel .carousel-control-next .carousel-control-next-icon {
        width: 25px;
        height: 50px;
    }

    .project_images_popup .carousel .carousel-item {
        max-height: 50vh;
    }
}

@media (max-width: 768px) {
    .project_images_popup {
        width: 90%;
    }

    .project_images_popup .close_popup {
        width: 25px;
        height: 25px;
        /* font */
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
    }

    .project_images_popup .carousel {
        gap: 20px;
    }

    .project_images_popup .carousel .carousel-item {
        max-height: 40vh;
    }

    .project_images_popup .carousel .carousel-control-prev .carousel-control-prev-icon,
    .project_images_popup .carousel .carousel-control-next .carousel-control-next-icon {
        width: 15px;
        height: 30px;
    }

    .project_images_popup .project_images_popup_bar {
        max-width: 70%;
    }
}

/* -- project pdf popup -- */
.project_pdf_popup {

    position: fixed;
    /*height: 82%;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);*/
    z-index: 10010;

    display: none;
    gap: 20px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;

    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.project_pdf_popup .close_popup {
    width: 41px;
    height: 41px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    color: var(--e-global-color-text);
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font */
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;

    position: absolute;
    right: 50px;
    top: 50px;
}

.project_pdf_popup object {
    /*width: 100%;
    aspect-ratio: 1 / 1.414;*/

    width: 80%;
    left: 10%;
    position: absolute;
    height: 80%;
    top: 10%;
}

.project_pdf_popup object p {
    background-color: white;
    padding: 20px;
}

/*@media (max-width: 1024px) {
    .project_pdf_popup {
        width: 80%;
        max-height: 80%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .project_pdf_popup {
        top: 65px;
        width: 80%;
        max-height: 80%;
        height: auto;
    }
}*/

/* -- Popup Blur -- */
.project_popup_blur {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8.5px);
    z-index: 10000;
}


/* -- Projects No Results -- */
.project_vote_content .no_result {
    margin-top: 80px;
    text-align: center;
}

/* -- Loader -- */
.loading_container {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}

.loading_container #loader {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('img/icons/spinner.svg');
    animation: spinnerRotation 2s infinite linear;
}

.loading_container #loader_text {
    color: var(--e-global-color-secondary);
    /* font */
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

/* -- Spinner Animation -- */
@keyframes spinnerRotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}