@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Raleway:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

html {
    font-size: 14px;
}

.hidden {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #12006b;
    font-family: 'Poppins', sans-serif;
}

.actions {
    position: fixed;
    top: 90vh;
    left: 1rem;
}

    .actions .btn {
        width: 4rem;
    }

.branding {
    padding: 20px 5px 15px 5px;
}

    .branding img.logo {
        width: 15rem;
    }

    .branding img {
        width: 4rem;
    }

    .branding .language .btn {
        width: 4rem;
    }

#feedback-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    max-height: 85vh;
    /*! overflow-y: hidden; */
}

    #feedback-container .step {
        padding: 10px;
    }

.step .button-group button {
    background-size: cover;
    border: none;
    padding: 15px;
    margin: 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}

button.selected {
    border: 2px solid green;
}



.card * {
    font-family: 'Poppins', serif;
}

.card {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    background-color: #fff;
    border: 5px solid black;
    box-shadow: 0 0 0 7px #fff, 0 0 8px 5px #000;
    cursor: pointer;
    display: flex;
    flex-flow: column;
}

.card-image {
    position: relative;
    width: 100%;
    border-bottom: 5px solid #000;
    z-index: 1;
    height: 15vh;
    padding: 3vh;
}

    .card-image > img {
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0;
    }

.step .button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card-container-box {
    width: 250px;
}

.card-container {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: #4eb7529c;
    background-color: #12006b;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 2px;
    filter: drop-shadow(0 6px 3px #5d759b);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 13px auto;
    cursor: pointer;
    width: 200px;
    height: auto;
    transition: all 0.6s ease-in-out;
}

    .card-container .wrapper {
        width: 100%;
        height: 100%;
    }

    .card-container .banner-image {
        background: #ffffff;
        background-position: center;
        background-size: contain;
        background-size: 90%;
        background-repeat: no-repeat;
        height: 200px;
        width: 194px;
        margin: 0 auto;
        border-radius: 12px;
        border: 14px solid rgb(255 255 255 / 0.01%);
    }

    .card-container h1 {
        font-family: 'Poppins', sans-serif;
        color: rgba(255, 255, 255, 0.98);
        text-transform: uppercase;
        font-size: 1.3rem;
        margin-top: 10px;
    }

    .card-container p {
        color: #fff;
        font-family: 'Lato', sans-serif;
        text-align: center;
        font-size: 0.8rem;
        line-height: 150%;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .card-container .button-wrapper {
        margin-top: 18px;
    }

    .card-container .btn {
        border: none;
        padding: 12px 24px;
        border-radius: 24px;
        font-size: 12px;
        font-size: 0.8rem;
        letter-spacing: 2px;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .card-container .btn + .btn {
            margin-left: 10px;
        }

    .card-container .outline {
        background: transparent;
        color: rgba(0, 212, 255, 0.9);
        border: 1px solid rgba(0, 212, 255, 0.6);
        transition: all .3s ease;
    }

        .card-container .outline:hover {
            transform: scale(1.125);
            color: rgba(255, 255, 255, 0.9);
            border-color: rgba(255, 255, 255, 0.9);
            transition: all .3s ease;
        }

    .card-container .fill {
        background: rgba(0, 212, 255, 0.9);
        color: rgba(255,255,255,0.95);
        filter: drop-shadow(0);
        font-weight: bold;
        transition: all .3s ease;
    }

        .card-container .fill:hover {
            transform: scale(1.125);
            border-color: rgba(255, 255, 255, 0.9);
            filter: drop-shadow(0 10px 5px rgba(0,0,0,0.125));
            transition: all .3s ease;
        }

.glass-form-container {
    width: 350px;
    height: 55vh;
    min-height: 400px;
    background: inherit;
    position: relative;
    overflow: auto;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 8px;
    background: #fcfeff61;
    border: 2px solid;
    border: 1px solid #b5c3e3;
    box-shadow: 0px 7px 20px -5px #2624a1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
}

    .glass-form-container:before {
        /*width: 400px;
        height: 80vh;
        content: "";
        position: absolute;
        top: -25px;
        left: -25px;
        bottom: 0;
        right: 0;
        background: inherit;
        box-shadow: inset 0px 0px 20px 15px #88cba359;
        filter: blur(10px);*/
    }

.glass-form {
    text-align: center;
    position: relative;
    /* left: 50%; */
    /* top: 40%; */
    /* transform: translate(-50%,-50%); */
}

    .glass-form .form-control22::placeholder {
        color: rgba(0, 18, 74, 0.65);
    }

    .glass-form .form-control22 {
        background: 0;
        width: 275px;
        outline: 0;
        border: 0;
        border-bottom: 1px solid rgb(196 203 225 / 65%);
        margin: 12px 0;
        padding: 0px 10px;
        font-size: 18px;
        font-weight: bold;
        color: #12006b;
        border-radius: 15px;
    }

        .glass-form .form-control22[type="submit"] {
            border: 0;
            border-radius: 8px;
            padding-bottom: 0;
            height: 60px;
            background: #df2359;
            color: white;
            cursor: pointer;
            transition: all 600ms ease-in-out;
        }

    .glass-form .btn-primary {
        color: #fff;
        background-color: #2a2977;
        border-color: #22214f;
    }
