/**
 * Magetop Software.
 *
 * @category  Magetop
 * @package   Magetop_GroupBuy
 * @author    Magetop
 * @copyright Copyright (c) Magetop Software Private Limited (https://magetop.com)
 * @license   https://store.magetop.com/license.html
 */
.class-article {
    margin-bottom: 20px;
    width: 60%;
    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%;
}
.group-body .group-wrap {
width: 70%;
display: inline-block;
}

.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: .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: 24%;
    display: inline-block;
}
