#sponsorship h5 {
    margin-top: 30px;
}

#sponsorship .presentation {
    column-count: 2;
}

#sponsorship .presentation h5 + p,
#sponsorship .presentation h5 + ul {
    page-break-before: avoid;
}

#sponsorship .ranking {
    position: relative;
    margin-top: 80px;
}

#sponsorship .ranking:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 50%;
    height: 1px;
    background-color: #CCC;
}

#sponsorship .ranking tr.rank_1 td.rank,
#sponsorship .ranking tr.rank_2 td.rank,
#sponsorship .ranking tr.rank_3 td.rank {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#sponsorship .ranking tr .rank {
    font-weight: 700;
    width: 90px;
    text-align: center;
}

#sponsorship .ranking tr .nb_of_godchildrens {
    width: 210px;
}

#sponsorship .ranking tr.rank_1 td.rank {
    font-size: 52px;
}

#sponsorship .ranking tr.rank_1 td {
    font-size: 26px;
}

#sponsorship .ranking tr.rank_2 td.rank {
    font-size: 50px;
}

#sponsorship .ranking tr.rank_2 td {
    font-size: 24px;
}

#sponsorship .ranking tr.rank_3 td.rank {
    font-size: 48px;
}

#sponsorship .ranking tr.rank_3 td {
    font-size: 22px;
}

#sponsorship .ranking tr.rank_4 td {
    font-size: 20px;
}

#sponsorship .ranking tr.rank_5 td {
    font-size: 18px;
}

#sponsorship .ranking tr.rank_6 td {
    font-size: 16px;
}

.switch_ok {
    position: relative;
    margin: 100px 0;
    padding: 50px 0;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 4px solid #CCC;
    padding: 20px;
    color: #37D894;*/
    font: 700 20px/24px "Montserrat";
    text-align: center;
}

.switch_ok:before,
.switch_ok:after {
    content: "";
    width: 25%;
    height: 1px;
    background-color: #CCC;
    background-color: #37D894;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.switch_ok:before {
    top: 0;
}

.switch_ok:after {
    bottom: 0;
}

input#sponsorship_coupon {
    font: 400 20px/20px 'Montserrat';
    text-align: center;
}

.my_sponsorship_code,
.my_godchildrens,
.total_earning {
    margin-top: 25px;
}

.my_sponsorship_code .success {
    color: #37D894;
    margin-left: 10px;
}

.my_sponsorship_code a.copy {
    padding: 0 20px;
}

body #content .my_ambassador_clients > table > tbody > tr td {
    background-color: #FDFDFD;
}

body #content .my_ambassador_clients > table > tbody > tr.even td,
body #content .my_ambassador_clients > table > tbody > tr.even + tr td {
    background-color: #FBFBFB;
}

.my_ambassador_clients table tr.details {
    display: none;
}

.my_ambassador_clients table tr .hide_details {
    display: none;
}

.my_ambassador_clients table tr.active .hide_details {
    display: inline-block;
}

.my_ambassador_clients table tr.active .see_details {
    display: none;
}

.my_ambassador_clients table tr.active + tr.details {
    display: table-row;
}

.my_ambassador_clients table tr.details table {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.launch_sponsorship {
    position: relative;
    max-width: 600px;
    margin: 0 auto 30px auto;
    padding: 25px;
    border-radius: 20px;
    border: 4px solid #FFF;
    transition: all .3s ease
}

.launch_sponsorship.active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 4px solid #CCC;
}

.launch_sponsorship:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 4px solid #37D894;
    border-top-color: transparent;
    border-radius: 50%;
    margin: 30px auto;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease .4s, opacity .4s ease;
    animation: loading infinite 1s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.launch_sponsorship:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

.launch_sponsorship.loading:before,
.launch_sponsorship.loading:after {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease, opacity .4s ease;
}

.launch_sponsorship .switch_to_sponsorship_container {
    margin: 0 0 45px 0;
    text-align: center;
}

.launch_sponsorship .switch_to_sponsorship_container .button.switch_to_sponsorship {
    font-size: 1.125rem;
}

.launch_sponsorship .confirm_switching_message {
    display: none;
}

.launch_sponsorship .confirm_switching_message .confirm_switch_to_sponsorship_container {
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .presentation {
        column-count: 1;
    }
}
