﻿@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");

 

img[alt] {
    text-indent: -10000px;
}
 

@media screen and (max-width: 600px) {
    .container {
        margin: -0.5rem;
    }
}

.card {
    background-color: #f5f8fc;
    -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 0.375rem 0.375rem -0.125rem rgba(168, 179, 207, 0.4);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 0.375rem 0.375rem -0.125rem rgba(168, 179, 207, 0.4);
    padding: 0.5rem;
    /*border-radius: 1rem;
    border: 1px solid rgba(82, 88, 102, 0.2);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
   /* margin: 2rem;*/
}

.card__header {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.5rem 0 0.5rem 0.5rem;
}

    .card__header .header__img {
        height: 2rem;
        width: 2rem;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .card__header .header__title {
        font-size: 1.0625rem;
        line-height: 1.375rem;
        color: #0e1217;
        font-weight: 700;
        margin: 0.5rem;
    }

.card__body {
    margin: 0 0.5rem;
}

    .card__body .body__text {
        color: #525866;
        font-size: 0.8125rem;
    }

    .card__body .body__img {
        height: 10rem;
        margin: 0.5rem 0;
    }

        .card__body .body__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            margin: auto;
            border-radius: 0.75rem;
        }

.card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem;
}

.card:hover {
    border-color: rgba(82, 88, 102, 0.4);
}

ion-icon {
    font-size: 1.5rem;
    color: #525866;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    ion-icon:hover:nth-of-type(1) {
        color: #15ce5c;
    }

    ion-icon:hover:nth-of-type(2) {
        color: #15ce5c;
    }

    ion-icon:hover:nth-of-type(3) {
        color: #fa6620;
    }

.skeleton {
    -webkit-animation: skeleton-loading 1s linear infinite alternate;
    animation: skeleton-loading 1s linear infinite alternate;
}

@-webkit-keyframes skeleton-loading {
    0% {
        background-color: #c2cfd6;
    }

    100% {
        background-color: #f0f3f5;
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: #c2cfd6;
    }

    100% {
        background-color: #f0f3f5;
    }
}

.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text__body {
    width: 75%;
}

.skeleton-footer {
    width: 30%;
}
/*# sourceMappingURL=styles.css.map */
