@font-face {
    font-family: me;
    src: url(Klarheit\ Grotesk\ Regular.ttf);
}

body::-webkit-scrollbar,
.wkpg-scroll-target::-webkit-scrollbar {
    /* display: none; */
}

:root {
    --a-hover: #1A73E8;
    --main: #000;
    --contain: #EFF3F6;
    --white: #fff;
    --black: #000;
    --border: #E2E5E8;
    --faint-p: #000;
    --loader: #ccc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: me;
}

.wkpg-contain {
    /* border: 1px solid green; */
    width: 100%;
    min-height: 100vh;
    background: var(--contain);

}

.wkpg-advert {
    background: var(--white);
}

.wkpg-classic {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

.wkpg-thrust {
    margin-top: 24px;
}

.wkpg-one {
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}

.wkpg-two {
    height: auto;
    display: flex;
    /* position: relative; */
    /* border: 1px solid green; */
}

.wkpg-bomb {
    width: 1440px;
    /* display: flex; */
    /* border: 1px solid green; */

}

.wkpg-beforesection {
    width: 70%;
    /* border: 1px solid red; */
    height: auto;
    margin-bottom: 24px;

}

.wkpg-copyall {
    border: 1px solid var(--border);
    background: var(--white);
    border-radius: 8px;
}

.wkpg-chief-tag {
    width: 100%;
    height: auto;
}

.wkpg-chief-up {
    width: 100%;
    height: 130px;
    border-radius: 8px 8px 0 0;
}

.wkpg-lazy {
    background: var(--loader);
}

.wkpg-lazy-between {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wkpg-lazy.loaded {
    background-color: transparent;
}

.wkpg-chief-down {
    width: 100%;
    height: auto;
    /* border:  1px solid blue; */
}

.wkpg-chief-down-up {
    width: 100px;
    height: 100px;
    /* border: 1px solid red; */
    margin-top: -50px;
    margin-left: 24px;
}

.wkpg-chief-down-down {
    width: 100%;
    height: auto;
    /* border: 1px solid blue; */
    padding: 0 24px 24px 24px;
}

.wkpg-combine {
    /* border: 1px solid green; */
    display: flex;
    margin-top: 12px;
    position: relative;
}

.wkpg-combine-user {
    /* visibility: hidden;
    position: absolute; */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--main);
    color: var(--white);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5px 0 0 68px;
    cursor: pointer;
}

.wkpg-join {
    padding: 5px 18px;
    border: 1px solid var(--main);
    outline: none;
    background: var(--white);
    color: var(--main);
    border-radius: 3px;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-right: 32px;
}

.wkpg-join:hover {
    background: var(--main);
    color: #fff;
}

.wkpg-share {
    width: auto;
    border-radius: 80px;
    /* border: 1px solid red; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkpg-share span {
    border: 1px solid var(--border);
    font-weight: 600;
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    font-size: 14px;
    padding: 8px 13px;
    display: flex;
    color: var(--black);
    border-radius: 3px;
}

.wkpg-share span i {
    margin-right: 5px;
    margin-top: 3px;
}

.wkpg-share nav {
    font-size: 0;
}

.wkpg-share a {
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background-color: var(--white);
    color: var(--white);
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 -20px;
}

.wkpg-share a:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0;
}

.wkpg-share a:nth-child(1):hover {
    background-color: #3B5998;
}

.wkpg-share a:nth-child(2):hover {
    background-color: #0077B5;
}

.wkpg-share a:nth-child(3):hover {
    background-color: #00ACED;
}

.wkpg-share a:nth-child(4) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-right: 0;
}

.wkpg-share a:nth-child(4):hover {
    background-color: #27C34B;
}

.wkpg-share:hover span {
    opacity: 0;
}

.wkpg-share:hover a {
    border-radius: 50%;
    margin: 0 5px;
    color: var(--white);
    font-size: 14px;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: var(--main);

}

.wkpg-share:hover a:hover {
    color: #fff;
}

.wkpg-social {
    /* border: 1px solid green; */
    width: 100%;
    height: 50px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkpg-social-correct {
    /* border: 1px solid blue; */
    width: auto;
    height: auto;
    display: flex;
}

.wkpg-social-correct i {
    margin-right: 12px;
    font-size: 18px;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);

}

.wkpg-chief-down-down p {
    color: var(--faint-p);
}

.wkpd-capitalise {
    text-transform: capitalize;
}

.wkpd-capital {
    font-size: 32px;
    font-weight: 600;
    color: var(--black) !important;
    /* border: 1px solid red; */
}

.wkpg-chief-about {
    width: 100%;
    height: auto;
    padding: 24px;
    color: var(--faint-p);
    font-size: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.wkpg-about-show {
    /* border: 1px solid red; */
    height: 136px;
    width: 100%;
    overflow: hidden;

}

.wkpg-about-show.active {
    height: auto;
}

.wkpg-about-show-more {
    /* border: 1px solid green; */
    height: auto;
    width: 100%;
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.wkpg-show-more-all {
    padding: 5px 18px;
    border: 1px solid var(--main);
    outline: none;
    background: var(--white);
    color: var(--main);
    border-radius: 3px;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.wkpg-show-more-all-i {
    visibility: hidden;
    position: absolute;
}

.wkpg-show-more-all.active {
    visibility: hidden;
    position: absolute;
}

.wkpg-show-more-all-i.active {
    visibility: visible;
    position: relative;
}

.wkpg-show-more-all:hover {
    background: var(--main);
    color: #fff;
}

.wkpg-desc {
    margin-bottom: 12px;
    color: var(--black) !important;
    font-weight: 600;
    font-size: 16px;
}

.wkpg-chief-posts {
    width: 100%;
    height: auto;
    padding: 24px;
    color: var(--faint-p);
    font-size: 14px;
}

.wkpg-posts-below {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wkpg-postcards {
    border: 1px solid var(--border);
    /* border: 1px solid green; */
    width: 30%;
    margin: 5px;
    height: auto;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 24px;
}

.wkpg-postcards-one {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
}

.wkpg-post-one-left {
    /* border: 1px solid green; */
    width: 20%;
    height: 60px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkpg-post-one-left-image {
    /* border: 1px solid green; */
    width: 30px;
    height: 30px;

}

.wkpg-moderate-p {
    /* border: 1px solid red; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}

.wkpg-smaller {
    font-size: 5px;
    /* margin-bottom: -15px; */
    /* margin: 6px; */
    position: absolute;
    bottom: 8.5px;
    left: 31px;
}

.wkpg-smaller-error {
    font-size: 5px;
    position: absolute;
    bottom: 5px;
    left: -10px;
}

.wkpg-rounder {
    margin-left: 12px;
}

.wkpg-p-mega-all {
    color: var(--black);
    font-size: 14px;
}

.wkpg-p-mini-all {
    color: var(--faint-p);
    font-size: 12px;
}

.wkpg-post-one-right {
    /* border: 1px solid blue; */
    width: 80%;
    height: 100%;
    position: relative;
    /* padding-left: 12px; */
}

.wkpg-integrated {
    background: var(--white);
    margin-left: 15px;
    padding: 3px 5px;
    color: var(--a-hover);
    border-radius: 3px;
    transition: .3s ease-in-out;
}

.wkpg-integrated:hover {
    background: var(--a-hover);
    color: var(--white);
}

.wkpg-postcards-two {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
    /* margin-top: 8px; */
}

.wkpg-two-top-img {
    /* border: 1px solid yellow; */
    width: 100%;
    height: 195px;
}

.wkpg-two-top-img-under {
    /* border: 1px solid blue; */
    background: var(--contain);
    width: 100%;
    height: auto;
    padding: 16px 12px;

}

.wkpg-p-morethanone {
    /* border: 1px solid red; */
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wkpg-hr {
    color: var(--border);
    opacity: .5;
}

.wkpg-postcards-three {
    /* border: 1px solid green; */
    width: 100%;
    height: 25px;
    margin-top: 3px;
    padding: 0 12px;
}

/* .wkpg-mini-padding{
    padding:8px;
} */
.wkpg-show-all-post {
    /* border: 1px solid green; */
    width: 100%;
    height: 50px;
    margin-top: 12px;
}

.wkpg-chief-createdby {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
    padding: 24px;
    color: var(--black);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wkpg-created-by-img {
    /* border: 1px solid green; */
    width: 100px;
    height: 100px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.wkpg-chief-most-posts {
    width: 100%;
    height: auto;
}

.wkpg-padding {
    padding: 24px;
}

.wkpg-aftersection {
    width: 30%;
    /* border: 1px solid blue; */
    height: auto;
    padding-left: 24px;
    margin-bottom: 24px;
    /* position: sticky;
    top:0; */
}

.wkpg-general {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
}

.wkpg-curve-one {
    border-radius: 8px 8px 0 0;
}

.wkpg-curve-one p {
    color: #fff;
}

.wkpg-one-top {
    width: 100%;
    height: 50px;
    background: var(--main);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkpg-one-bottom {
    /* border: 1px solid green; */
    padding: 10px 0;
}

.wkpg-bust {
    font-size: 14px;
    list-style: none;
    /* border: 1px solid green; */
}

.wkpg-bust a {
    /* border: 1px solid green; */

    text-decoration: none;
    color: var(--black);

}

.wkpg-bust li {
    /* border: 1px solid red; */
    cursor: pointer;
    padding: 10px 0 10px 16px;
}

.wkpg-bust li:hover {
    background: #EFF3F6;
}

.wkpg-after-two {
    padding: 12px;
}

.wkpg-two-top p {
    font-size: 12px;
    color: var(--faint-p);
    font-weight: 600;
}

.wkpg-two-card-one {
    /* border: 1px solid yellow; */
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    margin-top: 12px;
}

.wkpg-ignore-one {
    border: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px;
    margin-top: 12px;
    /* display: none; */
}

.wkpg-ignore-one i {
    width: 35px;
    height: 35px;
    border: 3px solid var(--faint-p);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    color: var(--faint-p);
    margin-bottom: 12px;
}

.wkpg-ignore-two {
    visibility: hidden;
    position: absolute;
}

.wkpg-two-card-one-left {
    /* border: 1px solid green; */
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkpg-left-img {
    /* border: 1px solid red; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.wkpg-two-card-one-right {
    /* border: 1px solid blue; */
    width: 80%;
    height: auto;
    padding-left: 12px;
}

.wkpg-two-card-one-right p {
    /* border: 1px solid red; */
    color: var(--faint-p);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width:100%; */
}

.wkpg-two-card-one-right .wkpg-pone {
    color: var(--black);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 550;
}

.wkpg-two-card-one-right-upt {
    /* border: 1px solid blue; */
    width: 80%;
    height: 100%;
    padding-left: 12px;
}

.wkpg-two-card-one-right-upt a {
    /* border: 1px solid red; */
    color: var(--faint-p);
    font-size: 14px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.wkpg-two-card-one-right-upt a:hover {
    color: var(--a-hover);
}


@media (min-width:768px) {

    .popup {
        /* transform:translateY(100%); */
        transform: scale(0.5) !important;
    }

    .popup.active {
        /* transform:translateY(0); */
        transform: scale(1) !important;
    }
}

@media screen and (min-width: 757px) and (max-width: 1024px) {
    .wkpg-combine-user {
        position: absolute;
        right: 0;
        margin: 0;
    }
}

@media (max-width:1360px) {
    .wkpg-postcards {
        width: 49%;
    }

}

@media (max-width:997px) {
    .wkpg-aftersection {
        width: 50%;
    }

    .wkpg-beforesection {
        width: 50%;
    }

    .wkpg-postcards {
        width: 100%;
    }

    .wkpd-capital {
        font-size: 24px !important;
    }

    /* p{
        font-size:12px !important;
    } */
}

@media screen and (min-width:757px) and (max-width:855px) {
    .wkpg-combine-user {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}

@media (max-width:820px) {
    .wkpg-share span {
        margin-left: 32px;
        padding: 5px 10px;
    }

    .wkpg-share a {
        line-height: 30px;
        width: 30px;
    }
}

@media (max-width:756px) {
    .wkpg-bomb {
        flex-direction: column;
    }

    .wkpg-power-one {
        display: none;
    }

    .wkpg-beforesection {
        width: 100%;
    }

    .wkpg-aftersection {
        width: 100%;
        padding-left: 0;
    }

    .wkpg-postcards {
        width: 49%;
    }

    /* .wkpg-combine-user{
    visibility: visible;
    position: initial;

    } */
    .wkpg-posts-below {
        justify-content: space-between;
    }
}

@media (max-width:660px) {
    .wkpg-postcards {
        width: 65%;
    }

    .wkpg-posts-below {
        justify-content: space-around;
    }
}

@media (max-width:557px) {
    .wkpg-postcards {
        width: 80%;
    }
}

@media (max-width:500px) {
    .wkpg-postcards {
        width: 90%;
    }
}

@media (max-width:489px) {
    .wkpg-combine-user {
        position: absolute;
        right: 0;
        margin: 0;
    }
}

@media (max-width:425px) {
    .wkpg-postcards {
        width: 100%;
    }

    .wkpg-classic {
        padding: 0 8px;
    }
}

@media (max-width:389px) {
    .wkpg-combine-user {
        margin-top: -45px;
    }
}

.wkpg-paragraph {
    margin: 24px 0;
    line-height: 35px;
    /* font-size: 20px !important; */
}

/* .wkpg-p-one {
    font-size: 24px;
}

.wkpg-p-two {
    font-size: 14px;
}

.wkpg-p-three {
    font-size: 12px;
}

.wkpg-p-four {
    font-size: 8px;
} */

.popup-screen {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(3, 3, 3, 0.15);
    width: 100%;
    height: 100vh;
    visibility: hidden;
    transition: 0.5s ease;
    transition-property: visibility;
    display: flex;
    align-items: flex-end;
}

.popup-screen.active {
    visibility: visible;
}

.popup {
    width: 100%;
    height: 90%;
    padding: 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 5;
    /* text-align:center; */
    opacity: 0;
    transform: translateY(100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .5s ease-in-out;
    position: relative;
}

.popup.active {
    opacity: 1;
    transform: translateY(0);
    transition: .5s ease;

}

.popup .title {
    /* border: 1px solid green; */
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* color: #32388D; */
    margin-top: 10px;
    text-align: center;

}

.popup .description {
    /* border: 1px solid green; */

    width: 100%;
    height: 80%;
    overflow-y: scroll;
    /* padding:5px; */
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 24px; */
    /* color: #32388D; */
}

.wkpg-desc-reforbished {
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.popup .dismiss-btn {
    /* border: 1px solid green; */
    margin-top: 18px;
}

.popup .dismiss-btn button {
    width: 100%;
    height: 48px;
    background: var(--main);
    border-radius: 5px;
    border: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .dismiss-btn button:hover {
    border: 1px solid var(--main);
    background: var(--white);
    color: var(--main);
}

.popup>div {
    position: relative;
    top: 10px;
    opacity: 0;
}

.popup.active>div {
    top: 0;
    opacity: 1;
}

.popup.active .title {
    transition: all 300ms ease-in-out 300ms;
}

.popup.active .description {
    transition: all 300ms ease-in-out 350ms;
}

.popup.active .dismiss-btn {
    transition: all 300ms ease-in-out 400ms;
}

.wkpg-admin-one {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
}

.wkpg-admin-two {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;

}

.wkpg-tablink {
    /* background-color: #555; */
    color: var(--black);
    font-size: 14px;
    width: 35px;
    height: 35px;
    border: none;
    background: none;
    /* border-radius: 3px; */
    cursor: pointer;
}

.wkpg-tablink:hover {
    background-color: var(--contain);
}

/* Style the tab content (and add height:100% for full page content) */
.wkpg-tabcontent {
    /* color: var(--black); */
    display: none;
    padding: 12px;
    height: 100%;
}
