h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.hide-fully {
    visibility: hidden;
    display: none !important;
}

section {
    width: calc(100% - 40px);
    overflow: hidden;
    transition: opacity .5s ease;
}

/*
@media screen and (min-width: 701px) {
    section {
        left: calc(50vw - 350px);
    }
}*/

section.in {
    opacity: 1;
}

section.fadeout {
    opacity: 0 !important;
}

#step1 {
    z-index: 5;
}

#step2.in {
    z-index: 10;
}

#step3.in {
    z-index: 15;
}

#step4.in {
    z-index: 20;
}

/* Success */
#success-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 18px 15px;
    background-image: linear-gradient(102deg, #47c6fa, #27aae1);
    z-index: 99;
}

/* Stepper */
#stepper {
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
    align-items: center;
}

#stepper .line {
    width: 48px;
    height: 2px;
    background-color: #dddddd;
    border-radius: 100px;
}

#stepper .line.done {
    background-image: linear-gradient(92deg, #47c6fa, #27aae1);
}

@media (max-width: 700px) {

    .btn,
    #start-btn,
    #to-payment,
    #donate-btn {
        padding: 13px;
    }

    #step2 form {
        padding: 10px;
    }
}

/* Button Section */

.g-btn {
    width: 31%;
    margin-bottom: 10px;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    color: #363131;
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 500px) {
    /*
    .g-btn {
        width: 32%;
    }
    */
}

.buttons-container {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

#step1 .other-btn,
.other-btn {
    width: 65%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    padding: 3px 0;
    font-weight: bold;
    color: #363131;
    text-align: center;
    cursor: pointer;
}

#step1 .amount-container {
    width: 66%;
    height: 50px;
    margin: 0;
}

#step1 .amount-container .usd {
    margin-bottom: 0;
    line-height: 42px;
    bottom: 0;
    font-size: 2.4rem;
}

#donation-amount {
    margin-top: 0;
    height: 50px;
    line-height: 5rem;
    border: 1px solid #dddddd;
    color: #363131;
    padding: 3px 11px;
}

.processor {
    margin: 20px 0;
}

.processor img {
    width: 14px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    margin-left: 5px;
}

.processor span {
    font-size: 12px;
    line-height: 1.5;
    color: #7e7e7e;
    display: inline-block;
    vertical-align: middle;
}

/* Donor Info */
#step2.donor-step {
    padding-top: 80px !important;
}

#step2.donor-step h4 {
    margin-top: 0;
}

.back-btn {
    font-size: 12.8px;
    color: #e74c3c;
    text-decoration: underline;
    cursor: pointer;
}

#donor-form .input {
    position: relative;
}

#donor-form .input input {
    color: #363131;
    height: 43px;
    border: 1px solid #dddddd;
    padding-top: 10px;
    line-height: 0;
}

.input .floating-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #adacad;
    font-size: 16px;
    transition: all .2s ease-in-out;
    z-index: 0;
    color: #818181;
}

.floating-label.active {
    transition: all .2s ease-in-out;
    top: 25%;
    font-size: 12px;
    z-index: 1001;
}

.floating-label+input {
    background: transparent;
}

#to-payment {
    margin-top: 30px;
}

#donor-form table .third {
    width: 40%;
    padding-right: 5px;
}

#donor-form table .third:nth-of-type(3) {
    width: 20%;
    padding-right: 0;
}

/* Show fields */
.show-fields {
    margin-top: 25px;
}

.show-fields small {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    color: #7e7e7e;
}

.show-fields p {
    margin-top: 5px;
    color: #363131;
}

.radio {
    margin: 0.5rem;
    display: inline-block;
}

#step2 form .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    height: auto;
    width: auto;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #27aae1;
    background-image: linear-gradient(135deg, #47c6fa, #27aae1);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #27aae1;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

/* Sharing */
#step4 {
    padding: 20px;
    position: absolute;
    z-index: 0;
    transition: all .5s ease;
    left: 0;
    top: 0;
    max-width: 660px;
    opacity: 0;
    margin-top: 80px;
}

@media screen and (min-width: 701px) {
    #step4 {
        left: calc(50vw - 350px);
    }
}

#step4.in {
    opacity: 1;
}

body.focus .share-step .thank-you {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 20px;
}

.share-step .thank-you h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    color: #363131;
}

.share-step .thank-you .hero {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (min-width: 600px) {
    .share-step .thank-you .hero {
        height: 300px;
    }
}

.share-step .thank-you hr {
    border-color: rgba(0, 0, 0, 0.1);
}

.share-step .thank-you .custom-message {
    margin: 30px 20px;
    color: #7e7e7e;
}

.share-step .thank-you .share-container {
    margin: 20px 0;
}

.share-step .thank-you .share-container .shares {
    margin-top: 20px;
}

.share-step .thank-you .share-container .shares .share-btn {
    height: 50px;
    border-radius: 4px;
    border: solid 2px #a2a2a2;
    background-color: #fff;
    color: #363131;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
    max-width: 320px;
    margin: 7px auto;
    margin-top: 0;
    margin-bottom: 15px;
}

.share-step .thank-you .share-container .shares .share-btn img {
    width: 20px;
    display: inline;
    margin-right: 12px;
    position: relative;
    top: 5px;
}

.share-step .thank-you .share-container .shares .share-btn .share-text {
    display: inline;
}
/*
.share-step .thank-you .share-container .shares #share-copylink.share-btn {
    background-color: #dddddd;
    border-color: #dddddd;
}
*/
.share-step .thank-you .share-container .shares #share-sms.share-btn {
    background-color: #00a985;
    border-color: #00a985;
    color: #fff;
}

.share-step .thank-you .share-container .shares #copylink {
    margin: 10px 0;
    width: calc(100% - 40px);
    height: 40px;
    border: 0;
    display: inline-block;
    vertical-align: top;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0;
    padding-left: 10px;
    color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .4);
}

.share-step .thank-you .share-container .shares #share-copy-link {
    cursor: pointer;
    width: 100px;
    margin-left: -100px;
    height: 40px;
    background-color: lightgray;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .4);
}

.share-step .thank-you .share-container .shares #share-copy-link.copied {
    background-color: #3cba54;
    color: #fff;
}

.share-step .thank-you .share-container .shares #share-copy-link .done {
    display: none;
}

.share-step .thank-you .share-container .shares #share-copy-link.copied .done {
    display: inherit;
}

.share-step .thank-you .share-container .shares #share-copy-link.copied .default {
    display: none;
}