﻿
html, body {
    height: 100%;
}

body {
    background-color: #2e3155;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #BBC4CC;
    background-image: url('waves.svg');
    background-size: 100% 38vh;
    background-repeat: no-repeat;
    background-position: bottom;
}


.no-border {
    border: 0;
}

.img-button {
    background: none;
    border: none;
    opacity: 1;
    transition: opacity 0.3s;
    padding: 5px;
}

    .img-button img {
        width: 40px;
    }

    .img-button:hover {
        opacity: 0.7;
    }

a {
    color: #6972d8;
    font-weight: 400;
    text-decoration: none;
}

    a:hover {
        color: #aab0fa;
    }


.btn-primary {
    background-color: #6972d8;
    border: none;
    font-weight: 600;
}

    .btn-primary:hover {
        background-color: #aab0fa;
        color: #2e3155;
    }

.form-check-input:checked {
    background-color: #E42A63;
    border-color: #E42A63;
}


.fullwidth {
    width: 100%;
    max-width: 100%;
    height: inherit;
    min-height: inherit;
}

.fixed-container-size {
    width: 350px;
}


.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

    .logo-container img {
        max-width: 100%;
        width: 260px;
    }

.social-section {
    margin-top: 2em;
}

footer {
    color: #676b93;
}

.overflowing {
    overflow: auto !important;
}

/*Login*/

.login-container {
    height: calc(100vh - 60px);
}

.overflowing .login-container {
    align-items: start !important;
}

/*Card list*/

.card-list-container {
    background-color: white;
    border-radius: 0.6rem;
    padding: 1em 0.5rem;
    color: #1B1B1F;
}

.card-list {
    padding: 0;
    max-height: 300px;
    overflow: auto;
}

.card-list-item {
    display: block;
    list-style: none;
    border: 1px solid #C7C5D0;
    border-radius: 0.8rem;
    background-color: #FCF8FD;
    margin-bottom: 0.8rem;
    transition: background-color 0.3s ease;
}

    .card-list-item:hover {
        background-color: #fff;
    }

.card-list-item-link {
    display: flex;
    align-items: center;
    padding: 0.8rem;
    border: none;
    width: 100%;
    background: none;
}

.card-list-item-content {
    flex-basis: fit-content;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.card-list-item-title, .card-list-item-description {
    margin: 0;
}

.card-list-item-title {
}

.card-list-item-description {
    line-height: 1.1;
}


.avatar {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    margin-right: 1rem;
    background-color: #ccc;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}


/*Applications*/
/*Accounts*/

.application-selector .fixed-container-size, .account-selector .fixed-container-size {
    width: inherit;
    max-width: 540px;
}

.application-selector .terms-policy {
    margin-bottom: initial;
    font-size: 0.8rem;
}

.application-selector .card-list-container > *, .account-selector .card-list-container > * {
    padding: 0 3rem;
}

.application-selector .card-list-container > h6, .account-selector .card-list-container > h6 {
    font-weight: 600;
}
