/* Extracted from event/footer.php.
   Linked from that same file so the cascade order is unchanged. */

.carousel .item {
    padding: 15px 0;
  }

  .carousel-inner>.item>.col-xs-12 {
    padding: 0 10px;
  }

  .carousel-control.left,
  .carousel-control.right {
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0, rgb(255 255 255 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }

  .carousel-inner p {
    text-align: left;
    line-height: 22px;
    margin-top: 9px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .carousel-control {
    width: 8%;
    opacity: 0.9;
  }

  span.glyphicon.glyphicon-chevron-left,
  span.glyphicon.glyphicon-chevron-right {
    background: red;
    border-radius: 7px;
    font-size: 16px;
    line-height: 28px;
  }

  .carousel-inner img.img-responsive {
    width: 100%;
    height: 190px;
    border-radius: 10px;
  }


  @media (min-width: 768px) {
    .carousel-inner .active.left {
      left: -33.333%;
    }

    .carousel-inner .next {
      left: 33.333%;
    }

    .carousel-inner .item {
      transition: 0.5s ease-in-out left;
    }
  }

  h3 {
    font-size: 28px;
    color: #161853;
    font-weight: 600;
  }

  .assoc-img {
    padding: 16px;
    margin: 15px;
    border: 2px solid #ccc;

  }

  .assoc-img img {
    width: 165px;
    margin-right: 10px;
  }

  .notification-div-rightt .main-div-notify {
    width: 330px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px 10px 0 0;
    padding: 15px;
    background: #2e080f;
  }

  .notification-div-rightt .main-div-notify .btn-div {
    background: linear-gradient(90deg, rgba(41, 137, 202, 1) 35%, rgba(18, 86, 160, 1) 94%) !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -9px;
    top: -12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
  }

  .notification-div-rightt .main-div-notify h4 {
    color: red;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .notification-div-rightt .main-div-notify p {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    text-align: left;
  }

  .notification-div-rightt {
    position: fixed;
    z-index: 9999;
    left: 15px;
    bottom: 26px;
    transition: 0.5s;
  }

  .nxt {
    height: 60px;
  }

  .foo {
    background: linear-gradient(90deg, rgba(106, 68, 75, 1) 13%, rgba(126, 30, 47, 1) 82%);
  }

  .cpy {
    color: #fff;
    text-align: center !important;
    padding: 8px 0;
  }

  .sup {
    text-align: center;
  }

  .trm {
    color: #fff;
  }

  .tawk {
    position: fixed;
    bottom: 24px;
    right: 40px;
    width: 100px;
    height: auto;
    z-index: 1000;
  }

  .whatsapp {
    text-align: left;
    margin-left: 3%;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;

    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float {
    margin-top: 16px;
  }
