li{
    list-style: none;
}
.share-social .share-social-dropdown li a:hover.whatsapp i.fa-brands {
    background-color: #55eb4c;
}

.share-social .share-social-dropdown li a:hover.viber i.fa-brands {
    background-color: #8b628f;
}

.share-social .share:hover.top .share-social-dropdown li:nth-child(6) {
    opacity: 1;
    top: -306px;
    transition-delay: .476s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
}

.share-social .share:hover.top .share-social-dropdown li:nth-child(6) a svg {
    background-color: #fff;
}

.share-social .share:hover.top .share-social-dropdown li:nth-child(6) a:hover svg {
    background-color: #0084ff;
}

.footer-social ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    margin-right: 15px;
}

.footer-social ul li:last-child {
    margin: 0;
}

/** login modal custom css */
body.open {
    overflow: hidden;
}

.modal {
    display: flex !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 45%;
    border-radius: 0.5rem;
}

.modal.show-modal .modal-content {
    max-width: 50%;
    margin: 0 auto;
    /*top: 10%;*/
    top: 1%;
}

.public-post-warnings {
    background-color: #fff3cd;
    padding: 10px 15px;
    border: 1px solid #fce6a3;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 200;
}

@media screen and (max-width: 490px) {
    .modal.show-modal .modal-content {
        top: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .modal-content {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
    .modal-content {
        width: 90%;
    }

    .xoo-el-action-btn.xoo-el-login-btn.social-login-btn {
        margin-left: 60px !IMPORTANT;
    }

    .xoo-aff-group.xoo-el-login-btm-fields {
        flex-direction: column;
        align-items: flex-start;
    }

    .xoo-aff-group.xoo-el-login-btm-fields a {
        margin: 0;
    }
}

@media screen and (max-width: 375px) {
    .xoo-el-action-btn.xoo-el-login-btn.social-login-btn {
        margin-left: 30px !IMPORTANT;
    }
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    margin-left: 10px;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#st-2 {
    position: relative;
}

.st-total {
    order: 5;
    transform: translateY(100%);
    position: absolute;
    padding: 5px 8px;
    left: 37%;
}

#st-2 .st-total > span.st-label {
    font-size: 22.94px;
    font-weight: bolder;
    font-family: sans-serif;
}

.st-shares {
    font-size: 14.06px;
}

#st-2 + .read-info {
    padding-top: 45px;
}

#onesignal-bell-container {
    /*display: none;*/
}

span.st-text {
    display: block !important;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: lowercase;
}

#st-1.st-has-labels:not(.st-reacted) .st-btn:hover .st-count {
    display: block!important;
}

#st-1.st-hidden {
    opacity: 1!important;
    margin-bottom: 26px;
}

body .wpuf-update-profile-form ul li.wpuf-el .wpuf-fields.profile-email {
    display: flex;
}

.email-verified {
    border: none;
    border-radius: 4px;
    background: #2866c8;
    color: #fff;
    margin-left: 5px;
    opacity: 0.8;
    padding: 10px 20px;
}

.email-verified:hover {
    opacity: 1;
}

.profile-email .email-verified:disabled{
    opacity: 0.2;
}

.profile-email .email-verified:disabled:hover {
    opacity: 0.2;
}

.verify {
    display: flex;
    position: relative;
}

.verified-success {
    padding: 10px 20px;
    background-color: #cdfbd2;
    border-radius: 5px;
    margin-left: 5px;
    color: #545454;
}

.loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 3px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    right: -25px;
    top: 33%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.edit-link {
    display: none;
}

.text-justify {
    text-align: justify;
}

.text-justify-last {
    text-align: justify;
    text-align-last: justify;
}

.text-justify-last .btn-holder{
    float: right;
}

.single-page iframe,.single-page object {
    max-width: 100%;
}

.header-nav-section {
    min-height: auto;
}