.gw-funder-swichbuttons{
    width: 100%;
    border-radius: 8px;
    display: flex;
}

.gw-funder-swichbuttons button{
    padding: 15px 5px;
    display: inline-block;
    width: 50%;
    margin: 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e7e7e7;
    color: #1f1f1f;
    font-size: 16px!important;
    text-shadow: none!important;
}
.gw-funder-left-button{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 2px solid white!important;
}
.gw-funder-right-button{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.gw-funder-swichbuttons button:hover{
    background-color: #de2d3f!important;
    color: white!important;
}

.gw-active{
    background-color: #d60015!important;
    color: white!important;
}
.gw-form-select{
    font-size: 14px;
    transition: all .3s ease;
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 6px;
}
.gw-input-field{
    font-size: 26px!important;
    transition: all .3s ease;
    padding: 10px 15px!important;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 6px;
}
.gw-funder-label{
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px!important;
    margin-bottom: 10px!important;
    color: #1f1f1f!important;
}
.gwfundermonthpicker{
    margin-right: 15px!important;
}
.gw-input-wrapper{
    margin-top: 14px;
}
.gw-funder-summary{
    padding: 25px 25px;
    background-color: #fff;
    border: 8px solid #d60015;
    color: black;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    border-radius: 8px;
}
.gw-funder-amount p, .gw-funder-fee{
    font-size: 28px;
    margin: 0px!important;
    border-bottom: 2px dotted #d60015;
    padding-bottom: 5px;
}

.gw-funder-amount{
    margin-bottom: 5px;
}
.gw-funder-contractperiod td{
    width: 50%;
    padding: 5px;
    border-bottom: #d60015 dotted 1px;
}
.gw-funder-contractperiod{
    width: 100%;
}
.gw-funder-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e9b1b7;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* LOADER */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  
.gw-funder-logo-wrapper img{
    height: auto;
    width: 150px;
}
.gw-funder-header{
    display: flex;
    justify-content: space-between;
}
.gw-funder-fee p{
    margin-bottom: 0;
    margin-top: 10px;
}
.gw-funder-summary-monthly-text{
    margin-top: 0;
    margin-bottom: 15px;
}

.gw-funder-founding-price{
    margin-top: 15px;
    margin-bottom: 15px!important;
}
.gw-funder-account-management-fee{
    margin-top: 15px;
}
.gw-funder-fee-p{
    margin-bottom:0px!important;
}

@media only screen and (max-width: 650px) {
    .gw-funder-logo-wrapper img{
        width: 120px;
    }
}

@media only screen and (max-width: 450px) {
    .gw-funder-logo-wrapper img{
        display: none;
    }
}