/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.table-data {
  overflow-x: auto;
}
.arrows {
  background-image: none !important;
}
.infinite-custom-slider .empty-skin {
  display: flex;
  background: #dde1e5;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.arrows:after {
  display: none;
}
.infinite-custom-slider .single-slide {
  border-style: solid;
  overflow: hidden;
}
.infinite-custom-slider .single-slide {
  transition: all 0.3s ease;
}
.infinite-custom-slider .single-slide:hover {
  transition: all 0.3s ease;
}

.infinite-custom-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.infinite-custom-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.infinite-custom-slider .swiper-slide {
  background: transparent;
}

/* Post Grid  */
.infinite-post {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Double slick slider  */
ul.slick-dots {
  display: flex !important;
  list-style: none;
  margin: 0;
}
.infinite-post .single-slide {
  border-style: solid;
}
.infinite-post-grid-slider .slick-dots button {
  display: none;
}
.infinite-post-grid-slider .slick-list.draggable {
  margin: auto;
}
.slick-arrow {
  padding: 0;
  position: absolute;
}
/*Timeline*/

.timeline-box {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.timeline {
  background-color: #fdf9ff;
  padding: 30px 15px;
  border: 1px solid #d4d4e3;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.timeline .timeline-item {
  position: relative;
  padding-left: 37px;
  padding-bottom: 1px;
}
.timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline .timeline-item::before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 9px;
  top: 8px;
}
.timeline .circle-dot {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.timeline .timeline-date {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #504e70;
}
.timeline .timeline-date .fa {
  margin-right: 5px;
}
