.card{
    box-shadow:0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07)
}
@media only screen and (min-width: 1199px) and (max-width: 1920px){
.customeoff:not(.hide)  {
    width: 800px !important;
}
}
.customeoff{
    z-index: 1050 !important;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.capture-photo{
    font-size: 20px;
    position: relative;
    top:80%;
    left:80%;
}
.photo-div{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: gray;
}
.fc-header-toolbar{
    overflow: auto;
}
/* .timeline-label .timeline-label {
    width: 50px;
    flex-shrink: 0;
    position: relative;
  }
.timeline-label .timeline-badge {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid !important;
} */

.ribbon-wrapper {
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 10;
    margin-bottom: 2px;
  

    }
.ribbon-wrapper{
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}
.ribbon-wrapper .ribbon{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-size: .8rem;
    line-height: 100%;
    padding: 0.375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}
span.avatar img{
    width:2em;
    border-radius: 50%;
    margin-left: -6px;
    border: 1px solid #00BCD4;
}
.main-card-icon {
    inset-block-end: 0.75rem;
    inset-inline-end: 1rem;
    position: absolute;
    padding: 0.75rem;
    border-radius: 0.5rem;
}
.contact.avatar{
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
}
.avatar-rounded img{
    border-radius: 50%;
}
.contact-overlay {
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#321fdba3;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    z-index: 1;
    border-radius: 0.5rem;
    display: none;
}
.contact-action:hover .contact-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    display: block !important;
}
.card.contact-action {
    margin-top: 2%;
}

.timeline {
    position: relative;
  }
  .timeline {
    li:before {
      content: "";
      position: absolute;
      inset-block-start: 4.625rem;
      inset-block-end: -3rem;
      width: 1px;
      border: 1px dashed $primary-02;
      inset-inline-start: 20%;
      margin-inline-start: -1.5px;
    }
  }
  .timeline > li {
    position: relative;
    min-height: 3.125rem;
    padding: 0.938rem 0;
  }
  .timeline .timeline-time {
    position: absolute;
    inset-inline-start: 0;
    width: 18%;
    inset-block-start: 3.35rem;
  }
  .timeline .timeline-time .date,
  .timeline .timeline-time .time {
    display: block;
    font-weight: 500;
  }
  .timeline .timeline-time .date {
    line-height: 1rem;
    font-size: 0.6rem;
    margin-bottom: 0;
    color: $text-muted;
  }
  .timeline .timeline-time .time {
    line-height: 1.5rem;
    font-size: 1.125rem;
    color: $text-muted;
  }
  .timeline .timeline-icon {
    inset-inline-start: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    inset-block-start: 3.188rem;
  }
  .timeline .timeline-icon a {
    width: 0.625rem;
    height: 0.625rem;
    display: inline-block;
    border-radius: 50%;
    background: $light;
    color: $primary;
    line-height: 0.625rem;
    font-size: 0.875rem;
    border: 0.188rem solid $primary-05;
  }
  .timeline .timeline-body {
    box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.05);
    margin-inline-start: 22%;
    margin-inline-end: 18%;
    inset-block-start: 2.5rem;
    background: $custom-white;
    position: relative;
    padding: 0.875rem 1.25rem 0.875rem 1.25rem;
    border-radius: $default-radius;
  }
  .timeline .timeline-body > div + div {
    margin-block-start: 0.938rem;
  }
  .timeline-loadmore-container {
    margin-block-start: 3.5rem;
    margin-block-end: 1.5rem;
  }
  .timeline li:last-child {
    &:before {
      display: none;
    }
  }
  .timeline .timeline-icon a {
    width: 0.625rem;
    height: 0.625rem;
    display: inline-block;
    border-radius: 50%;
    line-height: .625rem;
    font-size: .875rem;
}