a.navbar-item:hover {
    background-color: #f3f3f3;
}

.burger {
    margin-top: auto;
    margin-bottom: auto;
}

.cc-aff-outer-container {
    margin-top: -5em;
}

.cc-aff-container {
    margin: auto;
    min-width: 70%;
    max-width: 80%;
}

.cc-aff-overview-text {
    text-align: left;
}

.cc-aff-hero {
    padding: 5em 0;
}

.cc-aff-links-container {
    display: flex;
    width: 100%;
}

.cc-aff-links {
    width: 50%;
}

.cc-aff-links-2 {
    width: 50%;
}

.cc-aff-title {
    font-weight: 500;
    margin-bottom: 1em;
    font-size: 1.5rem;
}

.cc-aff-subtitle {

}

.cc-alt-title {
    font-size: 1.5rem;
    margin-bottom: 2em;
    color: #aba8a8;
    font-weight: 500;
}

.cc-card-container {
    background-color: white;
    box-shadow: 0 4px 9px 0 rgba(30,59,91,0.1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cc-card {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 3em;
    text-align: center;
}

.cc-checkbox {
    margin: auto 1em auto 0;
    cursor: pointer;
}

.cc-error {
    color: #ff3860;
}

.cc-form-container {
    max-width: 65%;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.cc-hov {
    transition-duration: 0.4s;
}

.cc-hov:hover {
    box-shadow: 0 20px 30px -11px rgba(31,35,65,0.37);
    transform: translate(0px, -5px);
}

.cc-header {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    text-align: center
}

.cc-header-team {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    text-align: center
}

.cc-inner-container {
    margin: 3em 0;
}

.cc-link {
    padding-bottom: 5px;
    cursor: pointer;
}

.cc-links-padding-top {
    padding-top: 5em;
}

.cc-login-gap {
    flex: 0.05;
}

.cc-logo {
    height: auto;
    max-height: 10em;
    max-width: 100%;
    width: auto;
}

.cc-logo-img {
    max-height: 2em;
    margin-right: 0.5em;
}

.cc-main-title {
    color: #7856d5;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.cc-nested-container {
    margin: 0 auto 3em auto;
    min-width: 70%;
    max-width: 80%;
    padding: 5em;
    box-shadow: 0 4px 9px 0 rgba(30,59,91,0.1);
}

.cc-overview-inner-container {
    padding: 5em;
    margin-top: 5em;
    text-align: center;
}

.cc-payments-container {
    padding: 5em;
}

.cc-product-text {
    text-align: left;
    cursor: pointer;
}

.cc-settings-container {
    box-shadow: 0 4px 9px 0 rgba(30,59,91,0.1);
    padding: 5em;
    margin: 0 auto 3em auto;
    min-width: 70%;
    max-width: 80%;
}

.cc-title {
    color: #bdc3c7;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
}

.commissions-container {
    display: grid;
}

.flags-container {
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.fl-r {
    float: right;
}

.footer-container {
    float: right;
}

.hasMargins {
    margin: 10px 0 10px 0;
}

.h100 {
    height: 100vh;
}

.h100-percent {
    height: 100%;
}

.input {
    background-color: #f7f8fc;
}

.lang-box {
    display: flex;
    align-items: center;
}

.lang-box:hover {
    color: #7957d5;
    cursor: pointer;
}

.links-header {
    text-align: left;
    padding-bottom: 3em;
    font-weight: 600;
    font-size: 1.5rem;
}

.ma {
    margin: auto;
}

.main-logo {
    height: 5em;
}

.mb05em {
    margin-bottom: 0.5em;
}

.m1em {
    margin: 1em;
}

.mb1em {
    margin-bottom: 1em;
}

.mb3em {
    margin-bottom: 3em;
}

.mb4em {
    margin-bottom: 4em;
}

.mobile-only {
    display: none;
}

.ml1em {
    margin-left: 1em;
}

.mr1em {
    margin-right: 1em;
}

.mt1em {
    margin-top: 1em;
}

.mt5em {
    margin-top: 5em;
}

.mtba {
    margin: auto 0;
}

.nav-pad {
    padding: 1.5em 3em;
}

.p1em {
    padding: 1em;
}

.p3 {
    padding: 3em;
}

.p5 {
    padding: 5em;
}

.p10 {
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

.pt1em {
    padding-top: 1em;
}

.pt5em {
    padding-top: 5em;
}

.purp {
    color: #7957d5;
}

.title {
    font-weight: 500;
    color: #36434d;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

/*@media screen and (max-width: 1000px) {*/
/*    .cc-products {*/
/*        display: block !important;*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*    .cc-product-text {*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 769px) {*/

/*    .cc-aff-links-container {*/
/*        display: block;*/
/*    }*/

/*    .cc-aff-links {*/
/*        width: 100%;*/
/*    }*/

/*    .cc-aff-links-2 {*/
/*        margin-top: 2.5em;*/
/*        width: 100%;*/
/*    }*/

/*}*/

/* Large Screens */
@media (min-width: 1200px)
{
    .container, .cc-nested-container, .cc-overview-container, .cc-aff-container, .cc-settings-container {
        width: 1170px !important;
        max-width: 1170px !important;
    }

    .cc-product-text {
        text-align: left !important;
    }

    .commissions-container {
        grid-template-columns: 2fr 1fr .5fr 1fr;
    }
}

/* Medium Screens */
@media only screen and (max-width: 1199px) and (min-width: 992px)
{
    .container, .cc-nested-container, .cc-overview-container, .cc-aff-container, .cc-settings-container {
        width: 970px !important;
        max-width: 970px !important;
    }

    .commissions-container {
        grid-template-columns: 1.5fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .jc-mob {
        justify-content: center;
    }
}

/* Small Screens */
@media only screen and (max-width: 991px)
{
    .container, .cc-nested-container, .cc-overview-container, .cc-aff-container, .cc-settings-container {
        width: 750px !important;
        max-width: 970px !important;
    }

    /* Dashboard.Products */
    .cc-product-text {
        max-width: 25% !important;
    }

    .cc-card-container {
        grid-template-columns: 1fr 1fr;
    }

    .cc-card {
        padding: 2em;
    }

    .commissions-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 0.75fr 0.75fr 0.75fr;
    }

    .jc-mob {
        justify-content: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)
{
    .hide-desktop {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
{

    /* Dashboard.Products */
    .cc-product-text {
        max-width: 100% !important;
        text-align: center;
    }

    .hide-tablet {
        display: none;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
    .aff-mobile-neg {
        margin: -1em -1em 0 -1em;
    }

    .big-button-mobile {
        width: 100%;
        height: 55px;
        background: #7957d5;
        border: none;
        border-radius: 5px;
        font-size: 22px !important;
        font-weight: 500;
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        margin-top: 20px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .button {
        width: 100%;
    }

    .card-form {
        margin-top: 5em !important;
    }

    .card-list {
        display: none;
    }

    .card-form__inner {
        padding-top: 1em !important;
    }

    .container, .cc-nested-container, .cc-overview-container, .cc-aff-container, .cc-settings-container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .cc-aff-outer-container {
        margin-top: 0 !important;
    }

    .cc-aff-links-container {
        display: block !important;
    }

    .cc-aff-links {
        margin-bottom: 1em !important;
        width: 100% !important;
    }

    .cc-aff-links-2 {
        padding: 1em !important;
        width: 100% !important;
    }

    .cc-aff-title {
        text-align: center !important;
        margin-bottom: 0.5em !important;
    }

    .cc-card-container {
        background-color: transparent !important;
        box-shadow: none !important;
        grid-template-columns: 1fr;
    }

    .cc-card {
        /*background-color: white !important;*/
        /*box-shadow: 0 4px 9px 0 rgba(30,59,91,0.1) !important;*/
        /*margin-bottom: 1em;*/
        padding: 0 1em 1em 1em;
    }

    .cc-forgot {
        max-width: 100% !important;
    }

    .cc-forgot-team {
        max-width: 100% !important;
    }

    .cc-inner-container {
        margin: 0 !important;
    }

    .cc-aff-hero {
        padding: 2em;
    }

    .cc-login-gap {
        flex: 0.3;
    }

    .cc-logo {
        padding-top: 2em;
        padding-bottom: 1em;
    }

    .cc-link {
        text-align: center;
        width: 33% !important;
    }

    .cc-links-padding-top {
        padding-top: 1.5em !important;
    }

    /* extra height needed here when PayPal / Iban is selected on Account */
    /* we use cc-settings-container when we need padding-bottom: 5em */
    .cc-nested-container {
        padding: 2em !important;
        margin: 0 auto !important;
        height: 105% !important;
    }

    .cc-payments-container {
        padding: 2em 1em !important;
    }

    .cc-product-text {
        max-width: 100% !important;
        text-align: center;
    }

    .cc-outer-container {
        height: auto !important;
        background-color: #f4f5f8;
        padding-bottom: 146px;
    }

    .cc-overview-inner-container {
        padding: 2em !important;
        margin-top: 1em !important;
        text-align: center;
    }

    .cc-settings-container {
        padding: 2em 2em 5em 2em !important;
    }

    .dropup-mobile {
        left: 25% !important;
    }

    .flags-container {
        margin-top: 2em !important;
    }

    .footer-container {
        float: none !important;
        justify-content: center;
    }

    .has-text-right {
        text-align: center !important;
    }

    .has-text-center-mobile {
        text-align: center;
    }

    .hero-body {
        padding: 1.5em;
    }

    .hide-mobile {
        display: none;
    }

    .inner-main-container {
        padding: 0 !important;
        margin: 1em !important;
        height: 100% !important;
    }

    .invisable-button-border-mobile {
        border: none;
        font-size: 22px !important;
    }

    .jc-mob {
        justify-content: center;
    }

    .main-logo {
        height: 85px !important;
    }

    .mobile-only {
        display: block !important;
        padding: 1em;
    }
    .nav-pad {
        padding: 1em !important;
    }

    /* Dashboard.Products */

    .transparent-container {
        width: 100% !important;
    }

    .cc-bottom-nav {
        padding: 15px!important;
    }
}

