.gtranslate_wrapper {
    .gt_switcher-popup {
        color: #000;
    }

    .gt_white_content {
        background-color: #212121;
    }
}

header {
    div[data-transparent-row="yes"] {
        .gtranslate_wrapper {
            .gt_switcher-popup {
                color: #fff;
            }
        }
    }

    div[data-transparent-row="no"] {
        .gtranslate_wrapper {
            .gt_switcher-popup {
                color: #000;
            }
        }
    }
}

.alert-notice {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    border-left: 5px solid var(--theme-palette-color-1);

    p {
        margin: 0;
    }
}