/* Start: Custom Scroll Bar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.wrapper ul {
  height: 70px;
  overflow: hidden;
  padding-left: 60px;
}

/* End */

/* Start: Show more less toggle */
.wrapper ul.active {
  height: auto;
}

.wrapper .toggle_btn {
  margin-left: 60px;
  margin-top: 15px;
  font-weight: 700;
  color: #ff406c;
  cursor: pointer;
  font-size: 15px;
}

.wrapper .toggle_btn.active .fas {
  transform: rotate(180deg);
}
/* End */

/* Start: More related videos */
.items-head p {
  padding: 5px 20px;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}

.items-head span {
  padding: 5px 20px;
  margin-left: 10px;
  font-size: 15px;
}


.items-body {
  padding: 10px;
  margin: 10px;
  display: grid;
  grid-gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  /* height: 300px; */
  /* max-height: 500px; */
}
/* End */

/* Start: Next Previous Button */
.nxpv a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.nxpv a:hover {
  background-color: #ddd;
  color: black;
}

.nxpv .previous {
  background-color: #f1f1f1;
  color: black;
}

.nxpv .next {
  background-color: #04aa6d;
  color: white;
  float: right;
}

.nxpv .round {
  border-radius: 50%;
}
/* End */

/* Start: Profile picture from first name and Last name */
[data-initials]:before {
  background: #3eaf7c;
  color: white;
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: x-large;
}

button.pswp__button--download-button span {
  background: url("../photoswipe/icons8-download-24.png") no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    align-self: center;
    filter: invert(100%);
}

::selection {
  color: white;
  background: #3eaf7c;
}

.cardc{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.cardc:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.cardc h3{
  font-weight: 600;
}

.cardc img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card-1{
  background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-2{
   background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-3{
   background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

@media(max-width: 990px){
  .card{
    margin: 20px;
  }
} 
/* End */

/* @media (max-width: 768px) {

  [class*="col-"] {
      margin-bottom: 15px;
  }

} */

  [class*="col-sm-4"] {
      margin: 5px 5px 5px 0;
  }
