#ampz_sidebar,
#ampz_inline_mobile,
.ampz_show_sidebar {
    box-sizing: border-box;
}

#ampz_sidebar *,
#ampz_inline_mobile *,
.ampz_show_sidebar * {
    box-sizing: border-box;
}

#ampz_sidebar {
    left: 0;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    z-index: 1041;
}

#ampz_sidebar .ampz_container {
    backface-visibility: hidden;
    transform: translateY(-50%);
}

#ampz_sidebar ul,
#ampz_inline_mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ampz_sidebar li {
    display: flex;
    margin: 0 !important;
}

.template_breda {
    background: #fff !important;
    border: 0 solid #a8a8a8;
    color: #606060 !important;
    margin-bottom: 4px;
    overflow: hidden;
}

#ampz_sidebar .ampz_btn {
    align-items: center;
    background: #fff !important;
    border-radius: 0 !important;
    color: #606060 !important;
    display: flex;
    height: 44px;
    justify-content: center;
    line-height: 100%;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: transform .3s ease;
    width: 44px;
}

#ampz_sidebar .ampz_btn:hover,
#ampz_sidebar .ampz_btn:focus-visible {
    background: #fff !important;
    color: #606060 !important;
    outline: none;
}

#ampz_sidebar li.hvr-grow .ampz_btn:hover,
#ampz_sidebar li.hvr-grow .ampz_btn:focus-visible {
    transform: scale(1.08);
}

.ampz-icoon {
    color: #606060 !important;
    align-items: center;
    display: flex !important;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    overflow: visible;
    text-align: center;
    width: 24px;
}

.ampz-icoon svg {
    display: block;
    fill: currentColor;
    height: 24px;
    overflow: visible;
    shape-rendering: geometricPrecision;
    width: 24px;
}

#ampz_sidebar .ampz_network_label {
    display: none;
}

.ampz_hide_sidebar,
.ampz_show_sidebar {
    align-items: center;
    background: rgba(0, 0, 0, .1);
    border: 0;
    color: #606060;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.ampz_hide_sidebar {
    border-bottom-right-radius: 5px;
    opacity: 0;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden;
}

#ampz_sidebar:hover .ampz_hide_sidebar,
#ampz_sidebar:focus-within .ampz_hide_sidebar {
    opacity: 1;
    visibility: visible;
}

.ampz_show_sidebar {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden;
    z-index: 1041;
}

.ampz_hide_sidebar svg,
.ampz_show_sidebar svg {
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.d24-share-closed #ampz_sidebar {
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden;
}

.d24-share-closed .ampz_show_sidebar {
    opacity: 1;
    visibility: visible;
}

#ampz_inline_mobile {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 5px 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1041;
}

#ampz_inline_mobile ul {
    display: flex;
    width: 100%;
}

#ampz_inline_mobile li {
    flex: 1 1 0;
    margin: 0 !important;
    padding: 0 1% !important;
}

#ampz_inline_mobile .ampz_btn {
    align-items: center;
    background: #fff !important;
    color: #606060 !important;
    display: flex;
    height: 32px !important;
    justify-content: center;
    line-height: 28px !important;
    text-decoration: none;
    width: 100%;
}

#ampz_inline_mobile .ampz-icoon {
    display: flex !important;
    float: none !important;
    margin: 0;
    text-align: center;
    width: 100% !important;
}

#ampz_inline_mobile .ampz-icoon svg {
    height: 22px;
    margin: 0 auto;
    width: 22px;
}

#ampz_inline_mobile .ampz_network_label {
    display: none !important;
}
