#disclosure {
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 10000000000;
    width: 100%;
    display: none;
}

.no-scroll {
    overflow: hidden;
}

#disclosure .grey-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* #disclosure .grey-overlay.en {
display: block;
} */

#disclosure h1 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000018;
    f
}

#disclosure h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0;
    color: #2a323c;
}

#disclosure.active {
    display: block;
}

#disclosure .container-wrapper {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(53, 39, 39, 0.12);
    -border: solid 0.5px #e0e0e0;
}

#disclosure .container {
    padding: 10px;
    padding: 32px 80px;
    border-radius: 8px;
    overflow: hidden;
}

#disclosure hr {
    border: 0;
    border-top: 1px solid #d91d22;
    margin: 16px 0;
}

#disclosure p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0;
    color: #2a323c;
    padding-right: 64px;
    margin-bottom: 0;
}

body.translatepress-ar #disclosure p {
    padding-right: 0;
}

body.translatepress-ur #disclosure p {
    padding-right: 0;
}

body.translatepress-ug_CN #disclosure p {
    padding-right: 0;
}

body.translatepress-ar #disclosure h1 {
    text-align: right;
}

body.translatepress-ur #disclosure h1 {
    text-align: right;
}

body.translatepress-ug_CN #disclosure h1 {
    text-align: right;
}

#disclosure a {
    color: #d91d22;
    padding: 0 6px;
}

#disclosure a:hover,
#disclosure a:focus {
    text-decoration: underline;
}

#disclosure .content {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}

#disclosure button.close {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    background: #d91d22;
    padding: 6px 56px;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    white-space: nowrap;
    word-break: inherit;
    min-width: fit-content;
    height: fit-content;
    word-break: break-all;
    cursor: pointer;
    margin-top: 32px;
}

.translatepress-sc #disclosure h4,
.translatepress-sc #disclosure p,
.translatepress-sc #disclosure button.close {
    letter-spacing: 1.5px;
}

#disclosure button.close:hover {
    background: #ff4e53;
}

#disclosure button.close:focus {
    background: #b60e12;
}

.img1 {
    position: absolute;
    left: 0;
    top: 0;
}

.img2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    #disclosure .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #disclosure {
        bottom: 0;
    }

    #disclosure .web {
        display: none !important;
    }

    #disclosure .container {
        padding: 16px;
        box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.16);
    }

    #disclosure h4 {
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: var(--3-36383-b);
    }

    #disclosure hr {
        margin: 8px 0;
    }

    #disclosure .content {
        display: block;
    }

    #disclosure p {
        margin-bottom: 16px;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: var(--3-36383-b);
        padding-right: 0;
    }

    #disclosure button {
        max-width: 260px;
        width: 100%;
        margin: auto;
        display: block;
    }
}

#disclosure .ip-detection-disclosure {
    margin-bottom: inherit;
}

#disclosure .ip-detection-disclosure span {
    font-weight: bold;
}
 
 /**
     * light theme (default)
     */
            /* layout */
            #login-menu {
                /* background-color: var(--color-brand-Auxiliary); */
                z-index: 40;
            }

            #login-menu,
            #login-menu>.container {
                min-height: fit-content;
            }

            #login-menu .navbar-menu {
                margin-right: 0;
            }

            /* font */
            #login-menu a {
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 1.5px;
                color: #FFFFFF;
            }

            #login-menu a:focus,
            #login-menu a:hover {
                color: var(--color-brand-standard);
                background-color: inherit;
            }

            /* icon */
            #login-menu .navbar-item img {
                width: 20px;
                height: 20px;
                margin-right: 8px;
            }

            .rtl #login-menu .navbar-item img {
                margin-left: 8px;
                margin-right: inherit;
            }

            /* divider */
            #login-menu .navbar-end>.navbar-item:not(:last-child) {
                position: relative;
            }

            #login-menu .navbar-end>.navbar-item:not(:last-child)::after {
                content: "";
                width: 1px;
                height: 12px;
                background-color: var(--color-icon-01);
                margin: 0 0 0 24px;
            }

            .rtl #login-menu .navbar-end>.navbar-item:not(:last-child)::after {
                margin: 0 24px 0 0;
            }

            /* dropdown arrow */
            #login-menu .navbar-link::after {
                display: inline-block;
                position: static;
                width: 20px;
                height: 20px;
                border: 0;
                background: transparent url('/wp-content/themes/DP3-1104/style/images/common/icon-arrow-down.webp') scroll no-repeat center / contain;
                transform: none;
                margin-top: 0;
            }

            /* dropdown */
            #login-menu .navbar-item.has-dropdown.is-active .navbar-link,
            #login-menu .navbar-item.has-dropdown:focus .navbar-link,
            #login-menu .navbar-item.has-dropdown:hover .navbar-link {
                color: var(--color-brand-standard);
                background-color: var(--color-brand-Auxiliary);
            }

            #login-menu .navbar-dropdown {
                background-color: var(--color-brand-Auxiliary);
                padding: 4px 0;
                right: 0px;
                left: auto;
                min-width: 108px;

            }

            .rtl #login-menu .navbar-dropdown {
                right: inherit;
                left: 0;
            }

            #login-menu .navbar-dropdown .navbar-item {
                padding: 8px;
            }

            #login-menu .navbar-dropdown .navbar-item:focus,
            #login-menu .navbar-dropdown .navbar-item:hover {
                background-color: inherit;
            }

            /**
     * dark theme
     */
            .dark-theme #login-menu {
                /* background-color: #131721; */
            }

            .dark-theme #login-menu .navbar-end>.navbar-item:not(:last-child)::after {
                background-color: var(--color-brand-standard);
            }

            #login-menu .language {
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 1.5px;
                color: #FFFFFF;
                padding-right: 0px;
            }

            #login-menu .navbar-link {
                padding-right: 11px;
            }

            .rtl .navbar-end {
                margin-left: inherit;
                margin-right: auto;
            }