:root {
    --grey: #EEEEEE;
    --green: #53B000;
    --green-dark: #38773B;
    --black: #000;
    --white: #fff;
}

#crm-container p a {
    text-decoration: underline;
    color: var(--green-dark);
}


.form-page__btns,
.btn-section
 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 2rem;
}

.form-page__btns .page-btn, 
.btn-section a,
.crm-form-submit
 {
    background: var(--grey) !important;
    color: var(--green-dark) !important;
    padding: 1rem 2rem !important;
    border-radius: 3px;
    font-size: 1.8rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-color: transparent !important;
    text-shadow: none !important;
}

.form-page__btns .page-btn:hover, 
.btn-section a:hover,
.crm-form-submit:hover
{
    background: var(--green) !important;
    color: var(--grey) !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.form-other-ways {
    /* background: var(--grey); */
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 3px;
    border: 1px solid var(--green-dark);
    
}

.form-other-ways h4 {
    font-weight: bold;
}

.form-other-ways p {
    font-size: 1.7rem;
}

@media (max-width:700px) {
    .form-other-ways {
        padding: 1.5rem 1rem;
    }
}

.form-tabs {
    display: flex;
    margin: 2rem 0;
}

.tab-bar {
    height: 3px;
    background: var(--grey);
    position: relative;
    flex: 1;
}

.tab-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}

.tab-bar.active:before {
    background: var(--green);
}

.form-tab-section {
    display: none !important;
}

.form-tab-section.show {
    display: block !important;
}

#crm-container .is_recur-section {
    padding: 0.5rem 1rem;
}

.is_recur-section .label {
    display: none;

}

.form-cheque {
    display: none;
    font-weight: bold;
}

.form-cheque.show {
    display: block;
}

#crm-submit-buttons {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    left: -300px;
}

#title-banner {
    /* background: pink !important; */
}

#editrow-custom_174 .label {
    display: none;
}

#editrow-custom_174 .content,
#editrow-custom_173 .content
 {
    margin-left: 0;
}

.crm-profile-name-Membership_14 .messages.help{
    display: none;
}   

#editrow-custom_173 .label {
    display: none;
}

.price-set-row.contribution_amount-row9 {
    opacity: 0;
    position: absolute;
    z-index: -1;

}

.hide-section {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.hide-element {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: -999px;
    left: -999px;
}

.crm-contribution-page-id-1  #payment_information {
    position: relative;
    visibility: hidden;
    z-index: -1;
    opacity: 1;
    display: none;
}

.crm-contribution-page-id-1  #payment_information::after {
    background-color: transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tab-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tab-label .tab-number  {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.tab-label .tab-number span {

}

.tab-label .tab-text{
    font-size: 17px;
    font-weight: 600;
}

.price_set-section .crm-section .label {
  text-wrap: wrap;
}

body.civicrm-contribute #crm-container.crm-public .price-set-row {
  display: inline-block;
  width: 150px;
}
body.civicrm-contribute #crm-container.crm-public .price-set-row .price-set-option-content input {
  display: none;
}
body.civicrm-contribute #crm-container.crm-public .price-set-row span label {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #EEEEEE;
  border-radius: 2px;
  line-height: 2em;
  margin: 0;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.civicrm-contribute #crm-container.crm-public .price-set-row span label:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body.civicrm-contribute #crm-container.crm-public .price-set-row span.highlight label {
  background-color: #53b000;
  font-weight: 300;
  color: #EEEEEE;
}
body.civicrm-contribute #crm-container.crm-public .price-set-row span.highlight label .crm-price-amount-amount {
  color: #EEEEEE;
}
body.civicrm-contribute .Amount-section label {
  display: block;
}
