body {
    background-color: #cbd5dd !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

html {
    scroll-behavior: smooth;
}

.logo {
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 25%);
    height: 128px;
    width: 128px;
}

.bg {
    background: linear-gradient(264.23deg,hsla(0,0%,100%,.33) 8.71%,hsla(0,0%,100%,0) 54.59%),linear-gradient(153.55deg,hsla(0,0%,100%,.33) .62%,hsla(0,0%,100%,0) 83.39%),linear-gradient(0deg,hsla(0,0%,100%,.33),hsla(0,0%,100%,.33)),linear-gradient(180deg,hsla(0,0%,100%,.11),rgba(0,0,0,.07) 99.99%,rgba(0,0,0,.055)),linear-gradient(90deg,rgba(0,178,234,.007),rgba(0,178,234,.006)) !important;
}

.light-background {
    background-color: #EEEEEE;
    color: black;
}

.country-picker {
    background-color: rgb(204, 0, 51) !important;
    padding: 20px !important;
    border-radius: 40px !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.width {
    width: 60% !important;
}

@media (min-width: 992px) {
    .width {
        width: 50% !important;
    }
}

@media (max-width: 768px) {
    .width {
        width: 100% !important;
    }
}

@media (max-width: 776px) {
    .upgrade-button {
        margin-top: 10px;
    }
}

@media (max-width: 323px) {
    .start-button {
        border-radius: 50px !important;
    }
}

.card {
    border-radius: 0px !important;
    border-color: transparent !important;
    height: 100% !important;
}

.card-headline {
    font-size: 24px;
    margin-bottom: 20px;
}

.card-text {
    font-size: 16px;
}

.card-button {
    padding: 12px 30px !important;
    border-radius: 22px !important;
    background-color: #c03 !important;
    color: white !important;
    text-align: start !important;
    vertical-align: bottom !important;
}

.circle-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    background-color: #c03 !important;
    color: white !important;
    text-align: start !important;
    vertical-align: bottom !important;
    font-size: 17px;
}


.sub-headline {
    font-size: 40px;
    font-family: 'Migo-Heavy', sans-serif;
}

.sub-text {
    margin-top: -20px;
    font-size: 24px;
}

.form-select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.red-line {
    background-color: #c03;
    margin-top: -33px;
    margin-left: 230px;
    height: 8px;
    display: block;
    width: calc(100% - 230px);
}

.tac-and-pp {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 50px;
}

a { color: black !important; }
a:visited { color: black !important; }
a:active { color: black !important; }
a:link {
    color: black !important;
    text-decoration: black;
}
a:hover { color: black !important; }

footer {
    margin-top: auto;
    bottom: 0;
    position: relative;
}

.footer-text {
    color: #1c1c1c;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0;
}

.footer-img {
    display: block;
    margin-bottom: 32px;
    margin-top: 32px;
    max-width: 100%;
}

.footer-col {
    background-color: #fff !important;
    padding-bottom: 48px !important;
}

.dont-show-upgrade-link-button {
    display: none !important;
}

.show-upgrade-link-button {
    display: inline !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.welcome {
    font-weight: 400;
    font-size: 51px;
}

.welcome-brand {
    font-weight: 400;
    font-size: 51px;
    margin-top: -40px;
}

.padding-left-right-10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
}

.legal-info-texts {
    font-size: 14.4px;
    font-weight: 400;
}

.space-div {
    height: 130px;
}

.space-div-small {
    height: 80px;
}

.legal-button {
    background-color: #c03 !important;
    width: 100% !important;
    color: white !important;
    border-color: white !important;
}

.invite-section .card-headline {    
    display: flex;
    align-items: center;
}

.invite-section .circle-num {
    margin-right: 5px;
}