ion-icon {
    font-size: 24px;
}
body{
    font-family: 'Roboto', sans-serif;
    background-color: #f4fbff;
}
.profile{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    justify-content: center;
    padding: 3px;
    border: 3px solid #7e0493;
}
@media screen and  (min-width: 1445px){
    .container-fluid{
        width: 20%;
    }
    .container{
        width: 20%;
    }
}
@media screen and  (min-width: 1028px) and (max-width: 1445px){
    .container-fluid{
        width: 30%;
    }
    .container{
        width: 30%;
    }
}
@media screen and  (min-width: 1024px) and (max-width: 1027px){
    .container-fluid{
        width: 40%;
    }
    .container{
        width: 40%;
    }
}
@media screen and  (min-width: 768px) and (max-width: 1023px){
    .container-fluid{
        width: 50%;
    }
    .container{
        width: 50%;
    }
}
/* Box Shadow */
.box-shadow-1:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.33;
    content: '';
    box-shadow: 0 30px 90px #BBB;
    transition: all 0.2s ease-in-out;
}

.box-shadow-1.box-shadow-1-hover:before {
    opacity: 0;
}

.box-shadow-1.box-shadow-1-hover:hover:before {
    opacity: 0.33;
}

.box-shadow-2 {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
}

.box-shadow-3 {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.box-shadow-4 {
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}
.box-shadow-5{
    box-shadow: 6px 10px 25px 0 rgba(0,0,0,0.19),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.card-item{
    width: 7rem;
    height: 9rem;
    border-radius: 18px;
}
.card-item-full{
    border-radius: 18px;
}
.card-item-image{
    border-radius: 10px;
}
.card-item-title {
    position: absolute;bottom: 0;right: 0;left: 0
}
.card-item-title p{
    font-size: 12px;
}
.link-item{
    text-decoration: none;
    color: #0c0c0c;
    text-transform: none;
}
.link-item:hover > .card{
    box-shadow: 6px 10px 25px 0 rgba(0,0,0,0.19),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

@media screen and (max-width: 350px){
    .card-item{
        display: grid;

        width: 6rem;
        height: 9rem;

        border-radius: 15px;
    }
    .card-item-full{
        border-radius: 15px;
    }
}

#qrcode canvas{
    background: #fff;
    padding: 10px;
    box-shadow: 6px 10px 25px 0 rgba(0,0,0,0.19),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
