.container-wrapper {
    margin: 0 auto;
  }
  
  @media (min-width: 1192px) {
    .container-wrapper {
      padding-left: 75px;
      padding-right: 75px;
    }
  }
  
  @media (max-width: 1192px) {
    .container-wrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  .sidebar-menu.vue-affix {
    top: 0 !important;
    width: 280px;
    -webkit-animation: FadeUp 1s ease forwards;
    animation: FadeUp 1s ease forwards;
  }
  
  .sidebar-menu.vue-affix.affix {
    top: 70px !important;
    z-index: 1030;
  }
  
  @media (max-width: 1300px) {
    .sidebar-menu.vue-affix {
      top: 0 !important;
      width: 250px;
      -webkit-animation: FadeUp 1s ease forwards;
      animation: FadeUp 1s ease forwards;
    }
  
    .sidebar-menu.vue-affix.affix {
      top: 70px !important;
      z-index: 1030;
    }
  }
  
  @media (max-width: 1200px) {
    .sidebar-menu.vue-affix {
      width: 100%;
    }
  
    .sidebar-menu.vue-affix,
    .sidebar-menu.vue-affix.affix {
      position: relative !important;
    }
  }
  .card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .leftside-menu .card {
    position: relative;
    overflow: hidden;
    height: 540px;
    width: 100%;
  }
  
  .leftside-menu .card .shape {
    top: 0;
    right: -100px;
  }
  
  .leftside-menu .card .shape,
  .leftside-menu .card .shape2 {
    width: 200px;
    height: 200px;
    background: #6dc8be;
    opacity: 0.2;
    position: absolute;
    border-radius: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .leftside-menu .card .shape2 {
    bottom: 0;
    left: -100px;
  }
  .card-header h3 {
    text-align: left;
    margin-left: 25px;
  }
  
  .leftside-menu ul {
    text-align: left;
  }
  .leftside-menu .card .nav-item .nav-link {
    position: relative;
    padding-left: 35px;
    color: #212529;
    border-bottom: 1px solid rgba(109, 200, 190, 0.3);
    border-left: 3px solid transparent;
  }
  
  .leftside-menu .card .nav-item .nav-link:before {
    /* content: "\FE59"; */
    font-family: Material Design Icons;
    position: absolute;
    left: 0;
    padding-left: 15px;
  }
  

  
  .leftside-menu .card .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .service-tab .nav-tabs .nav-link {
    color: #73bf43;
    border: 1px solid #73bf43;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 500;
  }
  
  .service-tab .nav-tabs .nav-link.active {
    color: #fff;
    background: #73bf43;
  }
  
  /* evnet card */

.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.card-image {
  max-width: 130px;
}
.card-image img {
  width: 100%;
}
.card-body {
  display: flex;
  width: 430px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.card-content {
  width: 300px;
  color: black;
}
.date{
    display: flex;
    justify-content: space-between;
}
.card-content h5 {
  font-size: 20px;
}
.card-content p {
  font-size: 14px;
  line-height: normal;
}
.card-content span {
  color: red;
  font-size: 14px;
  margin-bottom: 5px;
}
.card-content button {
  color: #73bf43;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-align: center;
  border: 2px solid #73bf43;
  padding: 5px 20px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
