ion-icon {
    font-size: 24px;
}
body{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    background-color: #f1f1f1;
}
img.box-shadow-2{
    object-fit: cover;
    border-radius: 50%;
    justify-content: center;
    padding: 3px;
    border: 3px solid #dc3446;
}
@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;
}
.profile {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    justify-content: center;
    padding: 3px;
    border: 3px solid #00a5b3;
}
.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; */
    min-üheight: 149px;
    border-radius: 18px;
    border: solid 1px #ecdcdc!important;
}
.card-item-full{
    border-radius: 18px;
}
.card-item-image{
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.card-item-title {margin-top: 15px;display: inline-block;-webkit-transition: all 500ms ease;transition: all 500ms ease;-moz-transition: all 500ms ease;line-height: 13px;}
.card-item-title p{
    font-size: 14px;
    margin-bottom: 0;
}
.card-item-title span{
    font-size: 11px;
    font-weight: normal;
}
.link-item,.link-item:focus,.link-item:hover{
    text-decoration: none;
    color: #6c757d;
    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;
}
.footermenu{position: inherit;bottom: 0px;width: 100%;background: #fff;}

@media only screen and (max-width: 767px){
    
.footermenu{position: fixed;bottom: 0px;width: 100%;background: #fff;}
}
.footermenu .col-3{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.footermenu .col-3 a{
    color:#000;
    text-decoration: none;
}
        .swiper-container {
            width: 100%;
            padding-bottom: 50px!important;
            overflow: inherit!important;
        }

        .swiper-slide {
            width: 150px!important;
            height: 150px!important;
        }
        .swiper-slide-active img{

            transform: scale(1.5);
        }
        .swiper-slide-active .card-item-title{transform: scale(1.5);margin-top: 47px;font-weight: bold;}
        
        .modal-container {
            max-width: 500px;
            padding: 0;
            margin: 20px 0;
            border-radius: .3em;
            box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
        }

        main.mobile-container{
            max-width: 512px;
            width: 100%;
            margin: 0 auto;
            background-color: #f1f1f1;
            /* overflow-x: hidden; */
            position: relative;
            padding: 0 12px;
        }