a {
  text-decoration: none;
  color: #212529;
}

.avatar-img-wrapper {
  position: relative;
  box-sizing: border-box;
  display: table-row;
}

.avatar-img {
  border-radius: 50%;
  background-color: #f7f7fa;
  height: 70px;
  width: 70px;
  box-shadow: 0px 8px 24px rgb(13 13 18 / 16%);
  display: block;
  color: transparent;
  font-size: 11px;
  border: 0;
  box-sizing: border-box;
}

.avatar-img-medium{
  border-radius: 50%;
  background-color: #f7f7fa;
  height: 50px;
  width: 50px;
  box-shadow: 0px 8px 24px rgb(13 13 18 / 16%);
  display: block;
  color: transparent;
  font-size: 11px;
  border: 0;
  box-sizing: border-box;
}

.avatar-img-small {
  border-radius: 50%;
  background-color: #f7f7fa;
  height: 35px;
  width: 35px;
  box-shadow: 0px 8px 24px rgb(13 13 18 / 16%);
  display: block;
  color: transparent;
  font-size: 11px;
  border: 0;
  box-sizing: border-box;
}

.avatar-img-xsmall {
  border-radius: 50%;
  background-color: #f7f7fa;
  height: 25px;
  width: 25px;
  box-shadow: 0px 8px 24px rgb(13 13 18 / 16%);
  display: block;
  color: transparent;
  font-size: 11px;
  border: 0;
  box-sizing: border-box;
}


.stat-subtext {
  font-size: small;
}

.card-section {
  padding: 5px 0 5px 0;
}

#right-arrow:hover {
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .d-none d-lg-inline {
    display: none;
  }
}

/*Laptop and above screen sizes*/
/* @media (min-width: 769px) {
    .overlay {
        width: 50%;
        height: 0;
        position: fixed;
        bottom: 0;
        left: 25%;
        z-index: 1;
        background-color: #add8e6;
        overflow-y: hidden;
        transition: 1.0s;
    }
}

@media (max-width: 768px) {
    .overlay {
        width: 100%;
        height: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #add8e6;
        overflow-y: hidden;
        transition: 1.0s;
    }
}

.overlay a:hover,
.overlay a:focus {
    color: black;
}
.closebtn{
    cursor: pointer;
} */

.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease-out;
}

.tiny-player-content {
  overflow: hidden;
}

.tiny-player-video {
    overflow: hidden;
    border-radius: 10px;
    /* display: block; */   
}

.tiny-player-video img {
    /* margin: -45px 0 -45px 0; */
    /* bu sayede kuculuyor. */
    height: 100%;
    width: 100%;

    /* background-image:url('../img/hqdefault.jpg'); */
    /* clip-path: inset(45px 0 45px 0); */
}

.tiny-player-footer {
    max-width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow-wrap: break-word; */
    overflow: hidden;
}

/* .tiny-player-footer:hover {
    overflow: visible;
}

.tiny-player-footer:hover span {
  position: relative;
  background-color: white;

  box-shadow: 0 0 4px 0 black;
  border-radius: 1px;
} */

.thumbnails-community {
  flex-wrap: wrap;
}