.event-list .event-item {
   /* margin:0 1em; */
   margin-right: 8px;
  }

  .event-list .event-item.featured {
    border: 1.5px solid #68cbd7;
  }

  .event-list .event-item .event-schedule {
    color: #3c4142;
    margin-bottom: 0.625rem;
  }

  .event-list .event-item .event-schedule .event-icon {
    stroke-width: 1px;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.6875rem 1rem 0 0;
  }

  .event-list .event-item .event-schedule .event-day {
    font-size: 70px;
    font-weight: 200;
    margin-right: 1rem;
    line-height: 100%;
  }

  .event-list .event-item .event-schedule .event-month-time {
    font-weight: 200;
    font-size: 22px;
    display: flex;
    line-height: 118%;
    flex-direction: column;
    justify-content: center;
  }

  .event-list .event-item .event-schedule .event-month-time span {
    display: block;
    text-transform: uppercase;
  }

  .event-list .event-item .event-title {
    display: block;
    margin-bottom: 0.625rem;
    font-weight: 300;
    color: #3c4142;
  }

  .event-list .event-item .event-title:hover {
    color: #68cbd7;
    text-decoration: none;
  }

  .event-list .event-item .event-content {
    color: #b1bac5;
    margin-bottom: 0.625rem;
    font-size: 12px;
    font-weight: 300;
  }

  .event-list .event-item .event-participants {
    padding: 0;
    margin: 0;
  }

  .event-list .event-item .event-participants .event-user {
    width: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
  }

  .event-list .event-item .event-participants .event-user .event-user-inital {
    font-size: 13px;
    line-height: 100%;
  }

  .event-list .event-item .event-participants {
    display: flex !important;
  }

  .event-list .event-item .event-participants .event-user .event-user-pic {
    width: 100%;
    border-radius: 50%;
  }

  .event-list .event-item .event-participants li + li {
    margin-left: -10px;
  }


  .event-list .event-item .event-participants {
    flex-direction: row !important;
  }
  .event-list .event-item .event-participants {
    padding: 0;
    margin: 0;
  }

  .bg-soft-primary {
    background-color: #dce3fa;
  }

  .bg-soft-danger {
    background-color: #fedce0;
  }

  .bg-soft-info {
    background-color: #d7efff;
  }

  .bg-soft-success {
    background-color: #d1f6f2;
  }

  .event-list .event-item .event-schedule, .event-list .event-item .event-participants{
    display: flex !important;
  }


  .owl-prev {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: 0;
  display: none !important;
  background-image: linear-gradient(to right, #F4F7FD, transparent) !important;
  }

  .owl-prev .owl-nav-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  }

  .owl-prev .owl-nav-wrapper svg, .owl-prev .owl-nav-wrapper i {
  color: #ffffff;
  width: 30px;
  height: 20px;

  }

  .owl-next {
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 10%, rgb(255 255 255 / 95%) 70%, rgb(255 255 255) 100%) !important;
  }

  .owl-next .owl-nav-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: none;
  }

  .owl-next .owl-nav-wrapper svg, .owl-next .owl-nav-wrapper i {
  color: #ffffff;
  width: 20px;
  height: 20px;
  }

  .owl-dots {
  text-align: center;
  margin-top: .5rem;
  }

  .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #cbcbcb !important;
  margin-right: 5px;
  display: inline-block;
  }

  .owl-dots .owl-dot.active {
  background: #757575 !important;
  }

  .text-primary, .task-list-wrapper .completed .remove {
    color: #4e73e5 !important;
  }
