.chama-account-page-wrapper,
.chama-donation-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;

}

.chama-form-wrapper {
    border-radius: 8px;
    max-width: 480px;
    overflow: hidden;
    width: 90%;
    margin-bottom: 15px;
}

.chama-form-header {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 20px 0;
    text-align: center;
}

.chama-form-content {
    color: var(--chama-content-text-color) !important;
    font-size: 15px;
    padding: 30px 34px;
}

.chama-button {
    align-items: center;
    border: 1px solid var(--chama-accent-background-color) !important;
    padding: 0 14px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 600 !important;
    margin: 20px 0;
    padding: 12px 20px;
    background: var(--chama-accent-background-color) !important;
    color: var(--chama-accent-text-color) !important;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
}
.chama-account-submit{
    width: 100%;
    height: 40px;
    font-weight: 700  !important;
    
}

.chama-button:hover {
    background: var(--chama-content-background-color) !important;
    color: var(--chama-accent-background-color) !important;
    text-decoration: none !important;
}

.chama-button-medium {
    padding: .35rem .5rem !important;
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
    border-radius: .3rem !important;
    margin: 0px;

}

.chama-button-small {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    margin: 0px;
}

.chama-button-inverse {
    background: var(--chama-content-background-color) !important;
    color: var(--chama-accent-background-color) !important;
}

.chama-button-inverse:hover {
    background: var(--chama-accent-background-color) !important;
    color: var(--chama-accent-text-color) !important;
}

.chama-view-campaign {
    margin-bottom: 10px;
}

.chama-block {
    width: 100%;
}
.chama-account-page-wrapper{
    align-items: center;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    box-shadow: 0 6px 12px -4px rgb(50 50 93 / 20%), 0 3px 7px -5px rgb(0 0 0 / 25%);
    color: #222;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 22px;
    margin: 0;
    padding: 40px;
}
.chama-account-page-wrapper a {
    text-decoration: underline !important;
}

.chama-account-page-wrapper a:hover {
    text-decoration: none !important;
}

.chama-form label,
.chama-form legend {
    color: var(--chama-content-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}

.chama-form input {
    outline: none !important;
}

.chama-form input[type="email"],
.chama-form input[type="password"],
.chama-form input[type="search"],
.chama-form input[type="tel"],
.chama-form input[type="number"],
.chama-form input[type="text"],
.chama-form input[type="url"],
.chama-form textarea {
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid var(--chama-content-text-color);
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 1px 1px 3px rgb(50 50 93 / 10%);
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    color: #111;
    margin-bottom: 10px;
    padding: 0 14px;

}
.chama-input-wrapper input[type="number"] {
  width: auto !important;
  flex: 1 1 auto;
}

.chama-form input[type="email"]:focus,
.chama-form input[type="password"]:focus,
.chama-form input[type="search"]:focus,
.chama-form input[type="tel"]:focus,
.chama-form input[type="text"]:focus,
.chama-form input[type="url"]:focus,
.chama-form textarea:focus {
    border: 2px solid var(--chama-accent-background-color) !important;
    outline: none !important;
}

.chama-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #fff;
    display: flex !important;
    align-items: center !important;
}

.chama-alert i {
    margin-right: 1rem !important;
}

.chama-alert a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.chama-alert a:hover {
    color: #fff;
    text-decoration: none;
}

.chama-instructions {
    font-weight: bold;
}

.chama-instructions-info {
    color: #3867d6;
}

.chama-instructions-success {
    color: #0fb9b1;
}

.chama-instructions-warning {
    color: #fa8231;
}

.chama-instructions-error {
    color: #eb3b5a;
}

.chama-alert-info {
    background-color: #3867d6;
    border-color: #3867d6;
}

.chama-alert-error {
    background-color: #eb3b5a;
    border-color: #eb3b5a;
}

.chama-alert-warning {
    background-color: #fa8231;
    border-color: #fa8231;
}

.chama-alert-success {
    background-color: #0fb9b1;
    border-color: #0fb9b1;
}

.chama-form label.error,
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #eb3b5a !important;
    font-style: italic;
    width: 100%;
    font-weight: bold;
}

.chama-form input.error,
.chama-form textarea.error,
.chama-form select.error {
    border: 2px solid #eb3b5a !important;
}

.chama-input {
    margin-bottom: 15px;
}

.chama-input label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.chama-input input,
.chama-input textarea {
    outline: none !important;
}

.chama-input textarea {
    height: 160px;
}

.chama-checkbox-wrapper {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.chama-checkbox-wrapper input {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-left: -20px;
    line-height: normal;
    position: absolute;
    width: 10px;
    opacity: 1;
}

.chama-checkbox-wrapper label {
    min-height: 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 6px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1;
    vertical-align: middle;
}

.chama-checkbox-wrapper label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: solid 1px var(--chama-content-text-color);
    border-radius: 3px;
    background-color: var(--chama-content-background-color);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.chama-checkbox-wrapper input[type="checkbox"]:checked+label::before {
    background-color: var(--chama-accent-background-color);
    border-color: var(--chama-accent-background-color);

}

.chama-checkbox-wrapper input[type="checkbox"]:checked+label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 14px;
    color: var(--chama-accent-text-color);
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 3px;
}

.chama-addon-price-label {
    background-color: var(--chama-accent-background-color) !important;
    border-color: var(--chama-accent-background-color) !important;
    color: var(--chama-accent-text-color);
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    padding: 0px 5px;
    text-shadow: none;
    margin-left: 10px;
    display: inline;
    border-radius: .25em;
    line-height: 18px;
    vertical-align: middle;
    float: left;
}

.chama-addon-price-name {
    float: left;
}

.chama-input-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.chama-input-prepend {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
    max-height: 40px;
}

.chama-input-prepend-text {
    border-radius: 7px;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    background-color: #e9ecef;
    color: #000;
    border: 1px solid var(--chama-content-text-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.chama-input-wrapper input {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border: 1px solid #8c8f94;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    max-width: calc(100% - 20px) !important;
}

#password-strength {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
}

#password-strength.chama-mismatch,
#password-strength.chama-short {
    background-color: #eb3b5a;
    color: #fff;
}

#password-strength.chama-bad {
    background-color: #f78fb3;
    color: #fff;
}

#password-strength.chama-good {
    background-color: #fed330;
    color: #000;
}

#password-strength.chama-strong {
    background-color: #0fb9b1;
    color: #fff;
}

.chama-disabled-button {
    align-items: center;
    border-radius: 3px !important;
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 600 !important;
    margin: 20px 0;
    padding: 12px 20px;

    cursor: not-allowed !important;
    pointer-events: none;

}

.chama-disabled-button,
.chama-disabled-button:hover {
    background: #ccc !important;
    border: 1px solid #ccc !important;
    color: #444 !important;
}

.chama-disabled-button.chama-join-tier {
    margin: 0px;
    margin-bottom: 10px;
}

.chama-form input:read-only {
    background-color: #ccc;
    color: #777;
}

.chama-hint {
    display: block;
    font-size: 14px;
    margin: 0;
    opacity: 0.75;
    padding: 0;
}

.chama-lighter-text {
    opacity: 0.75;
}

.chama-page-wrapper {
    max-width: 1200px;
}

#chama-page-header,
#chama-page-content-wrapper,
#chama-header,
.shadow,
.chama-card,
.chama-account-nav-wrapper {
    border-radius: 7px;
    border: none;
    /* box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%); */
    /* box-shadow: 0 1px 6px rgb(32 33 36 / 0.25); */
    /* box-shadow: 0 1px 2px rgba(0,0,0,.2),0 0 3px rgba(0,0,0,.1); */
    margin: 0 0 15px 0 !important;    
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    
}

.chama-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--chama-content-background-color);
    background-clip: border-box;
    font-size: 16px;
    color: var(--chama-content-text-color);
}

.chama-donation-card {
    width: 550px;
    max-width: 550px;
    display: block;
}

.chama-card img {
    max-width: 100% !important;
    height: auto !important;
}

.chama-card-header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px dotted var(--chama-content-text-color);
}

.chama-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.chama-payment-body {
    padding: 0px;
}

.chama-payment-content-wrapper>* {
    padding: 1.25rem;
}

#chama-page-content-wrapper {
    background-color: var(--chama-content-background-color);
    color: var(--chama-content-text-color);
    max-width: 100%;
}

.chama-commission-detail-input {
    border-left: dotted 1px var(--chama-content-text-color);
    padding-left: 1.25rem;
}

.chama-commission-detail-content {
    padding-right: 1.25rem;
}

#chama-page-content {
    padding: 1.25rem;
}

#chama-page-header {
    background: var(--chama-accent-background-color);
    color: var(--chama-accent-text-color);
    font-size: 1.75rem;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 1rem !important;

}

#chama-page-header h3 {
    color: var(--chama-accent-text-color);
    font-size: 1.75rem;
    margin: 0;
    line-height: 1.2;
}

#chama-page-header i {
    margin-right: 1rem !important;
}

.chama-heading-with-avatar {
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 24px;
    gap: 15px;
}

.chama-heading-with-avatar .chama-avatar {
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border: 1px solid #ccc;
    max-width: 100%;
    height: auto;
}

#chama-header {
    font-size: 1.75rem;
    background-color: var(--chama-content-background-color);
    color: var(--chama-content-text-color);
    position: relative;
    overflow: hidden;
}

.chama-figure {
    display: block;
    margin: 0 0 1rem;
    text-align: center;

}

.chama-header-img {
    margin-left: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    overflow: hidden;
    background-color: var(--chama-accent-background-color);


}

.chama-header-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
}

.chama-avatar-wrapper {
    -webkit-animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    -moz-animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    -o-animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    margin-left: 30px;
    position: absolute;
    margin-top: -75px;
}

.chama-avatar {
    -webkit-background-size: 120px 120px;
    -moz-background-size: 120px 120px;
    background-size: 120px 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    height: 120px;
    width: 120px;
    position: relative;
    background-color: var(--chama-content-background-color);
    box-shadow: 0 0 0 4px var(--chama-content-background-color);
}

.chama-header-actions {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 5px;
    position:relative;
}
.chama-header-actions a{
  font-size: 1.15rem !important;
  line-height: 35px !important;
  height: 35px !important; 
  border-radius: .3rem !important;
  margin: 0px;
  padding: 0px 0.625rem !important;
}
.chama-share-dropdown-menu {
    position: absolute;
    top: 70%;
    right: 20px;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(0);
  }
  .chama-share-dropdown-wrapper{
    min-width: 160px;
    padding: 0 15px;
    margin: 2px 0 0;
    position: relative;
  }
  /* drop down ul */
  .chama-share-dropdown-menu ul {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    position: relative;
  }
  
  /* drop downs, li's */
  .chama-share-dropdown-menu li {
    color: #666;
    margin: 0;
    padding: 5px 0 5px 15px;
    height: 24px;
    list-style: none;
  }
  
  .chama-share-dropdown-menu.active {
    opacity: 1;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(1);
  }
  
  .chama-share-dropdown-menu.active li {
    opacity: 1;
    transform: translateY(0px);
  }
.chama-header-meta {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
}

.chama-header-name {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.chama-header-analytics ul {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0;
    gap: 15px;

}

.chama-header-line {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--chama-content-text-color);
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

#chama-header-nav {
    list-style: none;
    display: flex;
    font-size: 16px;
    padding: 0px;
    margin: 0;
    justify-content: center;

}

#chama-header-nav a {
    text-decoration: none !important;
    font-weight: 700 !important;
    color: var(--chama-content-text-color) !important;
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
}

#chama-header-nav .active .chama-nav-link {
    color: var(--chama-accent-background-color) !important;
    border-bottom: 3px solid var(--chama-accent-background-color) !important;
}

#chama-header-nav .chama-nav-link:focus,
#chama-header-nav .chama-nav-link:hover {
    color: var(--chama-accent-background-color) !important;
}

#chama-header-nav .chama-nav-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    margin-bottom: -1px;
}

#chama-header-nav .chama-nav-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: var(--chama-accent-background-color);
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#chama-header-nav .chama-nav-item:hover::before {
    left: 0;
    right: 0;
}

.chama-hide {
    display: none;
}

.chama-rounded {
    border-radius: 7px;
}

.chama-featured {
    margin-bottom: 15px;
}

.chama-item-title {
    padding: 0px;
    margin: 0;
    margin-bottom: 10px;
}

.chama-text-center {
    text-align: center;
}

.chama-two-cols-container {

    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}

.chama-two-cols-container>* {
    width: 49%;
}


.chama-hubs-container .left-col,
.chama-hubs-container .right-col {
    width: 49%;
}

.chama-hubs-container .left-col {
    float: left;
    clear: left;
}

.chama-hubs-container .right-col {
    float: right;
    clear: right;
}

.chama-hubs-container .chama-donation-card .chama-item-title {
    margin-bottom: 25px;
}

.chama-commission-gallery {
    list-style: none;
    margin: 0;
    padding: 0px;
    margin-top: 15px;
    text-align: center;
}

.chama-commission-gallery li {
    display: inline-block;
}

.chama-commission-gallery span {
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    border-radius: 8px;
    border: #ccc solid 1px;
    overflow: initial;
    margin: 0;
    background-size: cover;
    margin-bottom: 10px;
}

.chama-thumbnail {
    cursor: zoom-in;
}

.chama-gallery-nav {
    color: var(--chama-accent-background-color);
    font-size: 2.15rem;
}

.featherlight-previous span,
.featherlight-next span {
    display: inline-block !important;
}

.featherlight-previous {
    left: 0px !important;
    right: 85% !important;
}

.featherlight-next {
    right: 0px !important;
    left: 85% !important;
}

.chama-title-price {
    background: var(--chama-accent-background-trans-color);
    padding: 4px;
    border-radius: 8px;
    color: var(--chama-accent-background-color) !important;
    float: right;
    font-weight: bold;
    font-size: 0.75em;
}

.chama-commission-footer {
    font-size: 14px;
    margin-bottom: 15px;
}

.chama-commission-footer .chama-slots {
    float: right;
}

.chama-campaign-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 15px;
}

.chama-campaign-col-1 {
    flex: 1 1 55%;
    max-width: 55%;
}

.chama-campaign-col-2 {
    flex: 1 1 calc(45% - 15px);
    max-width: calc(45% - 15px);
}

.chama-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    float: none;
    clear: both;
    margin: 2px auto;
    border: none;
}

.chama-above-progress-bar {
    margin-top: 5px
}

.chama-campaign-current-total {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
}

.chama-campaign-current-backers,
.chama-days-to-go {
    float: right;
}

.chama-progress-bar {
    margin-bottom: .5rem;
    position: relative;
    height: 10px;
    width: 100%;
    border-radius: 7px;
    background: #ddd;
}

.chama-progress {
    position: absolute;
    height: 10px;
    background: var(--chama-accent-background-color) !important;
    border-radius: .25rem 0 0 .25rem;
}

.chama-below-progress-bar {
    margin-bottom: .5rem;
}

.chama-tier-wrapper {

    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.chama-tier-wrapper>* {
    flex: 1 1 calc(33.333333% - 15px);
    max-width: calc(33.333333% - 15px);
}

.chama-tier-wrapper .chama-item-title {
    margin-bottom: 0px;
}

.chama-tier-price {
    font-weight: 600;
    font-size: 20px;
}

.chama-tier-price span {
    font-weight: normal;
    font-size: 16px;
}

.chama-tier-notice {
    font-size: 14px;
    text-align: center;

}

.chama-tier-price,
.chama-join-tier,
.chama-tier-notice {
    margin-bottom: 10px;
}

.chama-tier-highlight-title {
    display: none;
    text-align: center;
    background-color: var(--chama-accent-background-color) !important;
    color: var(--chama-accent-text-color) !important;
    font-size: 14px;
    line-height: 28px;
}

.chama-tier-highlight {
    border: 2px solid var(--chama-accent-background-color) !important;
}

.chama-tier-highlight .chama-tier-highlight-title {
    display: block;
}

.chama-tab-switch-wrapper {
    border-radius: 7px;
    background-color: var(--chama-content-background-secondary-color) !important;
    padding: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.chama-tab-switch {
    position: relative;
}

.chama-tab-switch:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 7px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background-color: var(--chama-accent-background-color) !important;
    height: 100%;
    z-index: 0;
}

.chama-tab-switch.left:after {
    left: 0;
}

.chama-tab-switch.right:after {
    left: 50%;
}

.chama-tab-switch .chama-tab {
    display: inline-block;
    width: 50%;
    padding: 12px 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: color 200ms;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    user-select: none;
}

.chama-tab-switch .chama-tab.active {
    color: var(--chama-accent-text-color) !important;
}

#chama-membership {
    display: none;
}

.chama-tab-content {
    padding: 15px 0px;
}

.chama-donate-button {
    margin-top: 15px !important;
}

.chama-post {
    display: flex;
    margin-bottom: 10px;
}

.chama-post-thumbnail {
    height: 60px;
    width: 120px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
}

.chama-post-title {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;

}

.chama-post-title a {
    text-decoration: none;
    line-height: 1.15em;
}

.chama-post-date {
    font-size: 14px;
    opacity: 0.75;
}

.chama-view-more {
    text-align: center;
    margin-top: 10px;
}

.chama-payment-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.chama-payment-content-wrapper>* {
    flex: 1 1 50%;
    max-width: 50%;
}

.chama-order-summary {
    background-color: var(--chama-content-background-secondary-color) !important;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    flex: 1;
}

.chama-hr {
    height: 1px;
    margin: 18px 0px;
    background-color: var(--chama-content-text-color);
    border: medium;
}

.chama-order-summary-item {
    text-align: left;
    position: relative;
    min-height: 20px;
}

.chama-order-summary-item>* {
    display: inline-block;
    text-align: left;
}

.chama-summary-label {
    float: left;
}

.chama-summary-amount {
    float: right;
}

.chama-order-summary-item:nth-last-child(2) {
    font-weight: bold;
    font-size: 1.15em;
}

.chama-desktop-pay-button {
    margin-top: 10px;
}

.chama-mobile-pay-button {
    margin-top: 20px;
    display: none !important;
}

.chama-payment-form label,
.chama-donation-form label {
    font-weight: 600 !important;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 16px !important;
}

#chama-payment-errors, #chama-transaction-errors, #chama-card-errors {
    display: none !important;
}

#chama-payment-errors.show, #chama-transaction-errors.show, #chama-card-errors.show {
    display: block !important;
}

#chama-payment-element {
    margin-bottom: 15px;
}

.chama-text-bold {
    font-weight: bold;
}

.chama-receipt-table {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.chama-receipt-details-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    row-gap: .5rem;
    font-size: 1.125rem;
    font-weight: 500;
    padding-block: .9375rem;
    border-block-end: .0625rem solid var(--chama-content-text-color);
}

.chama-receipt-payment-status .chama-receipt-value::before,
.chama-receipt-subscription-status .chama-receipt-value::before {
    content: "";
    block-size: 0.8125rem;
    aspect-ratio: 1;
    flex-shrink: 0;
    background-color: #ccc;
    -webkit-clip-path: circle();
    clip-path: circle();
}

.chama-receipt-payment-status.complete .chama-receipt-value::before,
.chama-receipt-subscription-status.active .chama-receipt-value::before {
    background-color: #0fb9b1;
}

.chama-receipt-payment-status.revoked .chama-receipt-value::before,
.chama-receipt-payment-status.failed .chama-receipt-value::before,
.chama-receipt-subscription-status.incomplete_expired .chama-receipt-value::before,
.chama-receipt-subscription-status.past_due .chama-receipt-value::before,
.chama-receipt-subscription-status.canceled .chama-receipt-value::before,
.chama-receipt-subscription-status.unpaid .chama-receipt-value::before,
.chama-receipt-subscription-status.inactive .chama-receipt-value::before {
    background-color: #eb3b5a;
}

.chama-receipt-subscription-status.paused .chama-receipt-value::before {
    background-color: #fa8231;
}

.chama-receipt-detail {
    align-self: center;
    white-space: nowrap;
    margin-inline-end: auto;
}

.chama-receipt-value {
    display: flex;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
}

.chama-receipt-total {
    font-weight: bold;
    margin-bottom: 30px;
}

.chama-share-buttons {
    margin-bottom: 10px;

}

.chama-share-buttons strong {
    line-height: 35px;
    float: left;
}

.chama-share-link {
    display: inline-block;
    margin: 0;
    border-radius: .25rem;
    width: 35px;
    height: 35px;
    text-align: center;
}

.chama-icon-wrapper {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.chama-icon-wrapper:hover {
    background-color: var(--chama-accent-background-trans-color);
}

.chama-icon-wrapper i {
    outline: none;
    font-size: 27px;
    line-height: 35px;
    text-decoration: none;
}

.chama-icon-wrapper .fa-facebook {
    color: #0866FF;
}

.chama-icon-wrapper .fa-bluesky {
    color: #1185FE;
}

.chama-icon-wrapper .fa-reddit {
    color: #FF4500;
}

.chama-icon-wrapper .fa-x-twitter,
.chama-icon-wrapper .fa-threads,
.chama-icon-wrapper .fa-copy {
    color: var(--chama-content-text-color);
}

.chama-icon-wrapper .fa-linkedin {
    color: #2867B2;
}

.chama-icon-wrapper .fa-square-whatsapp {
    color: #25D366;
}

[class*="chama-svg-icon-"] {
    width: 25px;
    height: 25px;
}

.chama-svg-icon-copy,
.chama-svg-icon-copy path {
    fill: var(--chama-content-text-color);
}

.chama-copy-tooltip {
    border: solid 1px #0fb9b1;
    background-color: #9af7f2;
    color: #000;
    padding: .25rem .35rem;
    border-radius: .3rem !important;
}

.chama-panel-links {
    margin-bottom: 15px;
}

.chama-panel-links button {
    position: relative;
    padding: 16px;
    border: none;
    outline: none;
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
}

.chama-panel-links button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--chama-accent-background-color);
    transition: 0.4s;
}

.chama-panel-links button:hover::after,
.chama-panel-links button.active::after {
    width: 100%;
}

.chama-panel-content>section {
    animation: up 1s;
}

@keyframes up {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
    }
}

.chama-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chama-accordion .chama-accordion-item {
    /*background-color: var(--chama-content-background-secondary-color);*/
    border: 1px solid var(--chama-content-text-color);
    border-radius: 5px;
}

.chama-accordion .chama-accordion-item .chama-accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--chama-content-text-color);
    visibility: visible;
}

.chama-accordion .chama-accordion-item.open .chama-accordion-item-description-wrapper hr {
    visibility: visible;
}

.chama-accordion .chama-accordion-item .chama-accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

.chama-accordion .chama-accordion-item .chama-accordion-item-header .chama-accordion-item-header-title {
    font-weight: 600;
}

.chama-accordion .chama-accordion-item .chama-accordion-item-header .chama-accordion-item-header-icon {
    transition: all 0.2s ease;
    ;
}

.chama-accordion .chama-accordion-item.open .chama-accordion-item-header .chama-accordion-item-header-icon {
    transform: rotate(-180deg);
}

.chama-accordion .chama-accordion-item .chama-accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
    ;
}

.chama-accordion .chama-accordion-item.open .chama-accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.chama-accordion .chama-accordion-item .chama-accordion-item-description-wrapper .chama-accordion-item-description {
    min-height: 0;
}

.chama-accordion .chama-accordion-item .chama-accordion-item-description-wrapper .chama-accordion-item-description .chama-accordion-content {
    padding: 10px;
    line-height: 1.5;
}

.chama-update-date {
    border-bottom: dotted 1px var(--chama-content-text-color);
    display: inline-block;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
}

.chama-campaign-update {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: dotted 1px var(--chama-content-text-color);
}

.chama-share-commission {
    float: right;
    font-weight: bold;
    font-size: 0.85em;
}

.chama-share-commission .chama-share-link,
.chama-share-commission .chama-icon-wrapper {
    width: 24px;
    height: 24px;
}

.chama-share-commission .chama-icon-wrapper i {
    font-size: 16px;
    line-height: 24px;
}

.chama-share-commission .chama-share-link {
    margin: 0;
}



.chama-commission-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.chama-commission-detail-wrapper>* {
    flex: 1 1 50%;
    max-width: 50%;
}

.chama-pay-what-you-want-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px var(--chama-content-text-color);
    border-bottom: solid 1px var(--chama-content-text-color);
    font-size: 20px;
    margin: 15px auto;
    padding: 15px;
}

.chama-pay-what-you-want-label {
    font-weight: bold;
    text-align: left;
}

.chama-pay-what-you-want-amount {
    text-align: right;
}

.chama-payment-details {
    position: relative;
}

.chama-loader-wrapper {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
    cursor: not-allowed !important;
    pointer-events: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    display:none;

}

.chama-loader,
.chama-loader div {
    box-sizing: border-box;
}

.chama-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;

}

.chama-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: currentColor;
    animation: chama-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.chama-loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.chama-loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.chama-loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}

@keyframes chama-loader {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

@keyframes chama-fade-in {
    from {
        opacity: 0;
    }
}

.chama-loader-wrapper h3 {
    animation: chama-fade-in 1s infinite alternate;
}
.chama-account-nav-wrapper{
  background-color: var(--chama-content-background-color);
  color: var(--chama-content-text-color);
  position: relative;
  overflow: hidden;
}
.chama-pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.page-numbers {
	display: inline-block;
	text-align: center;
	width: 1.75rem;
	height: 1.75rem;
	margin-bottom: .5rem;
	margin-right: .5rem;
}

.page-numbers, .page-numbers:focus  {
	color: var(--chama-accent-text-color);
	text-decoration: none !important;
	background: var(--chama-accent-background-color);
	border: 1px solid var(--chama-content-text-color);
}

.page-numbers:hover {
	color: var(--chama-content-text-color);
	text-decoration: none;
	background-color: var(--chama-content-background-color);
	border-color: var(--chama-content-text-color)
}

.page-numbers.current {
	z-index: 1;
	color: var(--chama-content-text-color);
	background-color: var(--chama-content-background-secondary-color);
	border-color: var(--chama-content-text-color);
}

.chama-transactions-table{
    background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse;
    border-color: var(--chama-content-text-color) !important;
}
.chama-transactions-table th, .chama-transactions-table td{
    padding: 15px;
  line-height: 1.5;
  vertical-align: top;
    color: var(--chama-content-text-color) !important;
    border: 1px solid var(--chama-content-text-color) !important;
    white-space: nowrap;

}
.chama-transactions-table tr, .chama-transactions-table tr th, .chama-transactions-table tr td{
    background-color: var(--chama-content-background-color) !important;
}
.chama-transactions-table tr:nth-child(even), .chama-transactions-table tr:nth-child(even) td {
    background-color: var(--chama-content-background-secondary-color) !important;
}
.chama-transactions-table th, .chama-transactions-table tr:first-child,  .chama-transactions-table tr:first-child th{
    background-color: var(--chama-content-text-color) !important;
    color: var(--chama-content-background-color) !important;
}
.chama-action-col{
    text-align: center;
}
.chama-transactions-table-wrapper{
    overflow-x:auto;
}
.chama-payment-status-icon, .chama-subscription-status-icon{
    background: #888;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    width: 12px;
}
.chama-payment-status-icon.revoked, .chama-payment-status-icon.failed, .chama-subscription-status-icon.incomplete_expired, .chama-subscription-status-icon.past_due, .chama-subscription-status-icon.canceled, .chama-subscription-status-icon.unpaid, .chama-subscription-status-icon.inactive{
    background-color: #eb3b5a;
}
.chama-payment-status-icon.complete, .chama-subscription-status-icon.active, .chama-subscription-status-icon.creation{
    background-color: #0fb9b1;
}
.chama-subscription-status-icon.renewal{
    background-color: #686de0;
}
.chama-subscription-status-icon.paused{
    background-color: #fa8231;
}
#chama-modal{
    display: none;
}
#chama-modal.is-open {
    display: block;
  }
 .chama-current-payment-method{
    display: flex;
 }     
 .chama-current-payment-method i{
    margin-right: 15px;
 }
.chama-button-spinner{
    margin-right: 8px;
 }

.chama-action-group{
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.chama-action-group>.chama-action  {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.chama-action{
    -webkit-appearance: button;
    display: inline-block;
    font-size: .9em;
    line-height: 1em;
    font-weight: bold;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .250rem .375rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none !important;
    text-transform: uppercase;
}
.chama-action:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.chama-action:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.chama-action:not(:disabled) {
    cursor: pointer;
}
.chama-action-red, .chama-action-red:focus{
    color: #fff;
    background-color: #eb3b5a;
    border-color: #eb3b5a;
}
.chama-action-red:hover{
    color: #fff;
    background-color: #C51433;
    border-color: #C51433;
}

.chama-action-green, .chama-action-green:focus{
    color: #fff;
    background-color: #0fb9b1;
    border-color: #0fb9b1;
}
.chama-action-green:hover{
    color: #fff;
    background-color: #0D9B94;
    border-color: #0D9B94;
}

.chama-action-blue, .chama-action-blue:focus{
    color: #fff;
    background-color: #686de0;
    border-color: #686de0;
}
.chama-action-blue:hover{
    color: #fff;
    background-color: #4F56DB;
    border-color: #4F56DB;
}
.chama-action-orange, .chama-action-orange:focus{
    color: #000;
    background-color: #fed330;
    border-color: #fed330;
}
.chama-action-orange:hover{
    color: #000;
    background-color: #E9BA01;
    border-color: #E9BA01;
}

.chama-action.disabled, .chama-action:disabled {
    opacity: .65;
    box-shadow: none;
    cursor:not-allowed;
    pointer-events: none;
}
.chama-form .g-recaptcha{
    margin-bottom: 15px;
}
.chama-tier-content ul{
    list-style-type: none;
    padding-left: 20px;
}
.chama-tier-content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
    color: var(--chama-accent-background-color);
}
.chama-newsletter-form-wrapper{
    position: relative;
    text-align: center;
    
}
.chama-newsletter-form{
    max-width: 700px;
    overflow: hidden;
}
.chama-newsletter-form .g-recaptcha{
    display:grid;
    justify-items: center;
    margin-top: 15px;
}

/* -------------------------------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------------------------------- */
/* Above Laptops */
@media (min-width: 768px) {
 .chama-newsletter-form-input-wrapper{
    display:flex;
        gap: 15px; /* space between input and button */
}
.widget .chama-newsletter-form-input-wrapper{
        gap: 5px; /* space between input and button */
}
 .chama-newsletter-form-input-wrapper input[type="email"] {
        flex: 1; /* let input take up remaining space */
        min-width: 0; /* prevent overflow */
    }

    .chama-newsletter-form-input-wrapper input[type="submit"] {
        flex: 0 0 auto; /* button only as wide as its content */
    }
}
/* Tablets */
@media (max-width: 1023px) {
    #chama-header-nav a {
        padding: .5rem 0.75rem;
    }

    .chama-two-cols-container>*,
    .chama-tier-wrapper>* {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .chama-item-title {
        font-size: 18px;
        font-weight: 600;
    }

    .chama-campaign-wrapper {
        display: flex;
        flex-direction: column;
    }

    .chama-campaign-wrapper>* {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .chama-donation-card {
        width: 100%;
        max-width: 100%;
    }

    .chama-hubs-container {
        display: flex;
        flex-direction: column;
    }

    .chama-hubs-container .left-col,
    .chama-hubs-container .right-col {
        width: 100%;
        float: none;
        order: 2;
    }

    .chama-hubs-container .chama-donation-wrapper {
        order: 1;
    }

    .chama-hubs-container .chama-donation-card .chama-item-title {
        margin-bottom: 15px;
    }

    .chama-payment-content-wrapper,
    .chama-commission-detail-wrapper {
        display: flex;
        flex-direction: column;
    }

    .chama-commission-detail-content {
        display: none;
    }

    .chama-payment-content-wrapper>*,
    .chama-commission-detail-wrapper>* {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .chama-commission-detail-input {
        border-left: none;
        padding: 0px;
    }

    .chama-commission-detail-content {
        padding: 0px;
    }

    .chama-order-summary {
        background-color: transparent !important;
        border-radius: initial;
    }

    .chama-loader-wrapper {

        border-top-right-radius: 7px;
        border-bottom-left-radius: 0;

    }

    .chama-desktop-pay-button {
        display: none !important;
    }

    .chama-mobile-pay-button {
        display: block !important;
    }
   


}

/* Mobile Phones */
@media (max-width: 767px) {
    .chama-avatar-wrapper {
        margin-left: 15px;
        position: absolute;
        margin-top: -50px;
    }

    .chama-avatar {
        -webkit-background-size: 70px 70px;
        -moz-background-size: 70px 70px;
        background-size: 70px 70px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        height: 70px;
        width: 70px;
        position: relative;
        background-color: var(--chama-content-background-color);
        box-shadow: 0 0 0 3px var(--chama-content-background-color);
    }

    .chama-header-name {
        font-size: 18px;
    }

    .chama-header-meta,
    #chama-header-nav {
        font-size: 14px;
    }

    .chama-header-analytics ul {
        gap: 10px;

    }

    .chama-button-medium {
        padding: .25rem .5rem !important;
        font-size: .875rem !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
        border-radius: .2rem !important;

    }
    .chama-header-actions a{
        font-size: .875rem  !important;
        line-height: 30px !important;
        height: 30px !important; 
        border-radius: .2rem !important;
        padding: 0px 0.5rem !important;
      }

    #chama-header-nav {
        max-width: 100%;
        justify-content: left;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    #chama-header-nav a {
        font-size: 14px;
        padding: .35rem 0.35rem;
    }

    .chama-listing {
        display: flex;
        flex-direction: column;
    }

    .chama-tier-price {
        font-size: 18px;
    }

    .chama-tier-price span {
        font-size: 14px;
    }

    .chama-tab-switch .chama-tab,
    .chama-card {
        font-size: 14px;
    }

    .chama-post-date {
        font-size: 12px;
    }

    .chama-share-commission {
        float: none;
        display: block;
    }

    .chama-share-link,
    .chama-icon-wrapper {
        width: 30px;
        height: 30px;
    }

    .chama-icon-wrapper i {
        font-size: 18px;
        line-height: 30px;
    }
    #chama-page-header h3 {
        font-size: 1.35rem;
        margin: 0;
        line-height: 1rem;
    }
    #chama-page-header i {
        font-size: 1.3em;
        margin-right: 0.5rem !important;
      }
      .chama-receipt-details-row{
        font-size: 14px;
        padding-block: .450rem;
      }

      .chama-receipt-hr{
        margin-top: 15px;
        margin-bottom: 0px;
      }
      .chama-receipt-payment-status .chama-receipt-value::before, .chama-receipt-subscription-status .chama-receipt-value::before {
        block-size: 0.6rem;
        aspect-ratio: 1;
    }
    .chama-current-payment-method{
        flex-direction: column;
    }
}