﻿﻿body {
}

@media only screen and (max-width: 600px) {
    .logo-text-center {
        text-align: center;
    }
}

@media only screen and (max-width:900px) and (min-width:600px) {
    .logo-text-center {
        text-align: center;
    }
}

.logo {
    background-color: #2a3140;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 10px 30px;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: calc(1em + 0.75vw);
    text-transform: Uppercase;
    font-family: 'Rubik', sans-serif;
}

.card-header {
    display: inline-flex;
    align-items: center;
}

    .card-header h6 {
        color: #0056b3;
        font-weight: bold;
        margin: 0;
    }

.smooth-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 350px;
}

.selected-item {
    min-width: max-content;
    box-shadow: 0 0 0 62.5rem rgb(0 0 0 / 8%) inset;
    font-weight: bold;
    color: #333;
}

.hide{
    display: none !important;
}