﻿.swiper-container {
  padding: 3em;
}
.swiper-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: unset !important;
  max-width: 30%;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 300px;
  display: flex;
  flex-direction: row;
  position: relative;
  min-height: 12.5em;
  margin-left: -25px;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .img-avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .img-avatar img {
  width: 60px;
  height: 60px;
  border: 4px solid white;
  border-radius: 50%;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .left-area {
  display: block;
  grid-column: 1;
  background-color: rgba(191, 230, 230, 0.5);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  border-right: 1px solid #DCDCDC;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .left-area .icon-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
  width: 100%;
  padding: 0.5em 0.75em;
  padding-bottom: 1.15em;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .right-area {
  grid-column: 2;
  margin-top: 0.5em;
  min-width: 12.5em;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .right-area .header {
  height: 60px;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .right-area .header h5 {
  padding: 0.5em;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .right-area .card-slide-footer {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .right-area .card-slide-footer .name {
  display: none;
  font-size: 0.8em;
  margin: 0.75em;
  color: #a9a9a9;
  font-style: oblique;
}
.swiper-container .swiper-wrapper .swiper-slide .content-slide .content-container .right-area .card-slide-footer .date {
  font-size: 0.8em;
  margin-left: 9em;
  color: #a9a9a9;
  font-style: oblique;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
/*@media (min-width: 768px) {
    .swiper-container {
        margin-left: 0;
    }
}*/
/*@media (min-width: 1200px) {
    .swiper-container {
        //padding-left: 5em;
        .swiper-wrapper {
            .swiper-slide {
                .content-slide {
                    width: 80%;
                    margin-left: 3em;

                    .img-avatar {
                        left: 30px;

                        img {
                            width: 75px;
                            height: 75px;
                        }
                    }

                    .content-container {
                        .right-area {
                            .card-slide-footer {
                                display: flex;
                                justify-content: flex-end;
                                width: 60%;

                                .name {
                                    display: block;
                                }

                                .date {
                                    margin: 0.75em;
                                    margin-left: 1em;
                                }
                            }
                        }
                    }
                }
            }
        }

        .swiper-button-prev, .swiper-button-next {
            display: block;
        }

        .swiper-pagination {
            display: block;
        }
    }
}
// XL (desktop)
@media (min-width: 1369px) {

    .swiper-container {
        width: 1300px;
        margin: 0 auto;
        padding-bottom: 7em;

        .swiper-wrapper {
            .swiper-slide {
                

                .content-slide {
                    width: 100%;
                    margin-left: 0;

                    .img-avatar {
                        top: 20px;
                        left: 20px;
                        z-index: 3;

                        img {
                            width: 70px;
                            height: 70px;
                        }
                    }

                    .content-container {
                        grid-template-columns: 1fr 2fr;
                    }
                }
            }
        }

        .swiper-pagination {
            display: none;
        }
    }

        .swiper-button-prev, .swiper-button-next {
            margin-top: 3em;
            margin-left: 6em;
            margin-right: 6em;
            margin-bottom: 0;
        }


    }*/
.first-p {
  margin-top: 2.5em !important;
}