/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_GroupBuy
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.class-article {
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-color: #f0f0f0;
    border-bottom-style: double;
    padding-left: 2px;
    padding-bottom: 2px;
}

header.group-title {
    display: block;
}
.group-title h3 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.group-body {
    display: block;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 768px) {
    .group-body {
        display: grid;
    }
}

.group-body .group-wrap {
    width: 40%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .group-body .group-wrap {
        width: 100%;
    }
}

.group-body .group-wrap span {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}
.group-body .group-wrap span.group-duration span.duration {
    display: inline-block;
    color: #ff5252;
}
section.custom-groups .group-body .group-wrap span.group-member-count span {
    display: inline-block;
    color: #96588a;
    font-weight: bold;
}
.group-body .group-wrap progress[value] {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    width: 90%;
    vertical-align: top;
    margin-top: 8px;
}

.group-body .group-sidebar {
    /* width: 28%;
    display: inline-block; */
    /* position: absolute; */
}
.remaining-member {
    color: green;
    float: left;
    margin-right: 0.4em;
}

.group-body .group-wrap progress[value]::-webkit-progress-value {
    border-radius: 0px;
    background-color: #96588a;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

.group-working .group-description-title {
    display: block;
    margin-top: 10px;
    color: #3979c3;
    font-size: 18px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}
.group-working {
    margin-bottom: 1rem;
}
span.group-limit-reached {
    background-color: darkred;
    padding: 4px;
    color: white;
    font-weight: bold;
}
.urlcontainer {
    display: block;
    color: white;
    background: white;
    border: none;
}
.urlcontainer::selection {
    color: white;
    background: white;
    border: none;
}
.show {
    background: #33ff00;
    font-size: 14px;
    padding: 4px;
    font-weight: bolder;
    color: white;
}
.hide {
    display: none;
}
.social-logo {
    width: 18%;
}
.group-share {
    width: 55%;
    display: inline-block;
}
.groupbuy_heading {
    margin-top: 25px;
}
