.sifency-share-button,
.sifency-share-trigger {
    cursor: pointer;
    font-weight: 600;
    transition: .3s
}

.sifency-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.sifency-icon-list-items.elementor-inline-items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 25px
}

.sifency-icon-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: .3s;
    position: relative
}

.sifency-icon-list-item a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a1a1a;
}

.sifency-icon-list-item:hover .sifency-content-style,
.sifency-icon-list-item:hover a {
    color: var(--e-global-color-primary)
}

.sifency-icon-style {
    transition: .3s
}

.sifency-icon-list-item:hover .sifency-icon-style {
    background-color: var(--e-global-color-primary);
    color: var(--sifency-addons-whitecolor)
}

.sifency-content-style {
    transition: color .3s;
    word-break: break-word
}

.sifency-icon-list-items.elementor-inline-items .sifency-icon-list-item {
    gap: 8px
}

.sifency-icon-list-items:not(.elementor-inline-items) .sifency-icon-list-item {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.sifency-icon-list-items:not(.elementor-inline-items) .sifency-icon-list-item:last-child {
    border-bottom: none
}

@media (max-width:767px) {
    .sifency-icon-list-items.elementor-inline-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}

.sifency-social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.sifency-social-icons .sifency-social-icon-inner {
    color: #fff
}

.sifency-social-icon {
    display: inline-flex;
    background-color: var(--e-global-color-primary);
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    overflow: hidden;
    padding: 10px 20px
}

.sifency-social-layout-icon .sifency-social-icon {
    width: 48px;
    height: 48px;
    padding: 0
}

.elementor-shape-circle .sifency-social-icon {
    border-radius: 50%
}

.elementor-shape-rounded .sifency-social-icon {
    border-radius: 5px
}

.elementor-shape-square .sifency-social-icon,
.sifency-share-shape-square .sifency-share-button {
    border-radius: 0
}

.sifency-social-layout-icon_text .sifency-social-icon {
    flex-direction: row;
    gap: 10px;
    width: auto
}

.sifency-social-icon i {
    line-height: 1
}

.sifency-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%
}

.sifency-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box
}

.sifency-share-icon {
    display: inline-flex;
    margin-right: 8px
}

.sifency-share-icon i,
.sifency-share-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.sifency-share-view-icon .sifency-share-button {
    padding: 0;
    width: 45px;
    height: 45px
}

.sifency-share-view-icon .sifency-share-icon {
    margin-right: 0
}

.sifency-share-view-text .sifency-share-icon {
    display: none
}

.sifency-share-shape-rounded .sifency-share-button {
    border-radius: 6px
}

.sifency-share-shape-circle .sifency-share-button {
    border-radius: 50px
}

.sifency-share-network-facebook {
    --sif-brand: #1877F2
}

.sifency-share-network-twitter {
    --sif-brand: #000000
}

.sifency-share-network-linkedin {
    --sif-brand: #0077B5
}

.sifency-share-network-pinterest {
    --sif-brand: #BD081C
}

.sifency-share-network-whatsapp {
    --sif-brand: #25D366
}

.sifency-share-network-reddit {
    --sif-brand: #FF4500
}

.sifency-share-network-telegram {
    --sif-brand: #0088CC
}

.sifency-share-network-email {
    --sif-brand: #EA4335
}

.sifency-share-color-official.sifency-share-skin-flat .sifency-share-button {
    background-color: var(--sif-brand);
    color: var(--sifency-addons-whitecolor);
    border-color: var(--sif-brand)
}

.sifency-share-color-official.sifency-share-skin-flat .sifency-share-button:hover {
    filter: brightness(.9)
}

.sifency-share-color-official.sifency-share-skin-gradient .sifency-share-button {
    background-image: linear-gradient(135deg, var(--sif-brand) 0, rgba(255, 255, 255, .2) 100%);
    background-color: var(--sif-brand);
    color: var(--sifency-addons-whitecolor);
    background-blend-mode: overlay
}

.sifency-share-color-official.sifency-share-skin-framed .sifency-share-button {
    background-color: transparent;
    color: var(--sif-brand);
    border-color: var(--sif-brand)
}

.sifency-share-color-official.sifency-share-skin-framed .sifency-share-button:hover {
    background-color: var(--sif-brand);
    color: var(--sifency-addons-whitecolor)
}

.sifency-share-color-official.sifency-share-skin-minimal .sifency-share-button {
    background-color: transparent;
    color: var(--sif-brand);
    padding-left: 0;
    padding-right: 15px;
    justify-content: flex-start
}

.sifency-share-color-official.sifency-share-skin-minimal .sifency-share-button:hover {
    opacity: .8
}

.sifency-share-color-official.sifency-share-skin-boxed .sifency-share-button {
    flex-direction: column;
    padding: 20px 10px;
    background-color: var(--sif-brand);
    color: var(--sifency-addons-whitecolor)
}

.sifency-share-skin-boxed .sifency-share-icon {
    margin-right: 0;
    margin-bottom: 5px;
}

.sifency-share-cols-1 .sifency-share-button {
    width: 100%
}

.sifency-share-cols-2 .sifency-share-button {
    width: calc(50% - 10px)
}

.sifency-share-cols-3 .sifency-share-button {
    width: calc(33.33% - 10px)
}

.sifency-share-cols-4 .sifency-share-button {
    width: calc(25% - 10px)
}

.sifency-share-cols-6 .sifency-share-button {
    width: calc(16.66% - 10px)
}

.sifency-share-wrapper {
    position: relative;
    display: inline-block
}

.sifency-share-trigger {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #101010;
    color: var(--sifency-addons-whitecolor);
    border-radius: 30px;
    position: relative;
    z-index: 2
}

.sifency-share-trigger svg {
    color: var(--sifency-addons-whitecolor);
    fill: var(--sifency-addons-whitecolor)
}

.sifency-share-view-hover-reveal .sifency-share-trigger {
    display: inline-flex
}

.sifency-share-view-hover-reveal .sifency-share-buttons {
    position: absolute;
    flex-direction: column;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    z-index: 29;
    padding: 10px;
    border-radius: 8px;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 10px;
    flex-direction: row;
    transform: translateX(-10px)
}

.sifency-share-view-hover-reveal:hover .sifency-share-buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: translateX(0)
}

.sifency-share-hover-grow .sifency-share-button:hover {
    transform: scale(1.05)
}

.sifency-share-hover-slide .sifency-share-button:hover {
    transform: translateY(-3px)
}

.sifency-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.sifency-icon-list-item {
    display: flex
}

.sifency-icon-list-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: color .3s
}

.sifency-icon-list-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center
}

.sifency-icon-list-text {
    transition: color .3s
}

.sifency-progress-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sifency-progress-item {
    position: relative;
    width: 100%
}

.sifency-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.sifency-progress-percent,
.sifency-progress-title {
    color: #333
}

.sifency-progress-bar {
    width: 100%;
    background-color: #eee;
    border-radius: 4px;
    height: 10px;
    overflow: visible;
    position: relative
}

.sifency-progress-bar__fill {
    height: 100%;
    width: 0;
    background-color: var(--e-global-color-primary);
    border-radius: inherit;
    transition: width 1.5s ease-out;
    position: relative;
    display: flex;
    align-items: center
}

.sifency-progress-skin-striped .sifency-progress-bar__fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    animation: 2s linear infinite sifencyProgressStripe
}

@keyframes sifencyProgressStripe {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.sifency-progress-skin-thin .sifency-progress-bar {
    height: 4px !important;
    border-radius: 2px
}

.sifency-progress-skin-thin .sifency-progress-header {
    margin-bottom: 5px
}

.sifency-progress-skin-internal .sifency-progress-bar {
    height: 24px;
    background-color: #e9ecef
}

.sifency-progress-skin-internal .sifency-progress-percent.internal {
    color: var(--sifency-addons-whitecolor);
    padding-right: 10px;
    margin-left: auto;
    line-height: 1
}

.sifency-progress-skin-bubble .sifency-progress-bar {
    overflow: visible;
    margin-top: 25px
}

.sifency-progress-percent.bubble {
    position: absolute;
    top: -35px;
    right: -15px;
    background-color: #333;
    color: var(--sifency-addons-whitecolor);
    padding: 4px 8px;
    border-radius: 4px;
    transform: translateX(50%);
    width: fit-content
}

.sifency-progress-percent.bubble:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333
}

.sifency-fun-facts {
    display: grid
}

.sifency-fun-fact-item {
    text-align: center
}