/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.19
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import '../../plugins/react-plugin/node_modules/react-toastify/dist/ReactToastify.min.css';
@import '../../plugins/react-plugin/src/containers/userAvatarMenu/style.scss';

.elementor-lightbox .elementor-lightbox-image{
    background: #FFFAFA !important;
}
.page-template-react .page-content {
    background: #FFFAFA;
    min-height: calc(100vh - 222px) !important;
    color: black;
}

input[type="password"] {
    box-sizing: unset !important;
    margin: 0;
    height: 1.4375em;
}

#login-container, #register-container, #user-avatar-container {
    position: absolute;
    right: 24px;
    top: 66px;
    width: 450px !important;
    background: #fff;
    z-index: 999999;
    padding: 1em 1em;
    text-align: center;
    display: none;
    color: black;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.user-avatar-menu-item, .account-spacer-menu-item {
    display: none;
}

@media only screen and (max-width: 959px) {
    #login-container, #register-container, #user-avatar-container {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding: 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
    }

    .login-box, .register-box {
        background-color: #fefefe;
        margin: 20vh auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        border-radius: 5px;
    }
    .user-avatar-menu-item{
        margin: auto !important;
    }
}

li.administration-menu-item {
    display: none !important;
}

li.my-profiles-menu-item {
    display: none !important;
}

#login-container-close, #register-container-close, #user-avatar-container-close {
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: -0.01562em;
    text-align:center;
    font-family: "Poppins", serif;
}

#content-wrap {
    margin: 0;
}

.page-content {
    padding: 0;
}

.Toastify__toast-body {
    min-width: 280px !important;
    width: auto !important;
    max-width: 600px !important;
    z-index: 199999999 !important;
}

.Toastify__progress-bar {
    min-width: 280px !important;
    width: auto !important;
    max-width: 600px !important;
    z-index: 199999999 !important;
}

.Toastify__toast-container {
    min-width: 280px !important;
    width: auto !important;
    max-width: 600px !important;
    z-index: 199999999 !important;
}

.Toastify__toast {
    min-width: 280px !important;
    width: auto !important;
    max-width: 600px !important;
    z-index: 199999999 !important;
}
.MuiLink-custom {
    color: rgb(25, 118, 210) !important;
    text-decoration: underline rgba(25, 118, 210, 0.4) !important;
    font-size: 0.8125rem !important;
    line-height: 1.75 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-style: none !important;
    font-weight: 500 !important;
}

:not(.home) > header section {
    margin-bottom: 0 !important
}


@media (max-width: 575px) {
    .page-header .entry-title {
        padding: 0;
    }
}


body:not([class*=elementor-page-]) .site-main {
    max-width: 1236px !important;
}

.menu-item a {
    width: 100%;
}
.elementor-69 .elementor-element.elementor-element-82b347d {
    z-index: 10000 !important;
}

.menu-item a:after {
    display: block;
    content: '';
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    border: solid 1px white;
    bottom: 5px;
    width: inherit;
}

.menu-item a:hover:after {
    transform: scaleX(1);
}

.logo-me {
    color: #ffe37f;
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
    height: calc(100vh - 66px) !important;
    overflow-y: hidden !important;
}
.elementor-nav-menu {
    align-items: center;
}

/*.Toastify__close-button:hover {*/
/*    background-color: transparent !important;*/
/*}*/
.Toastify__close-button {
    background-color: #fff !important;
    color: #000 !important;
    padding: 5px !important;
}

.site-footer{
    display:none;
}
.dialog-type-lightbox{
    z-index: 10001 !important;
}
