.mdl-components__link-image {
  display: inline-block;
  margin: -4px 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.twitterCard .body {
  height: 320px;
}
.bannerCard .body {
  height: 407px;
  background-color: #f2c7c8;
}
.feedbackCard .body {
  height: 65px;
}
.weatherCard .body {
  height: 320px;
  overflow: auto;
}
.eventCard .body {
  height: 320px;
  overflow: auto;
}
::-webkit-scrollbar {
  width: 5px;
  transition: 0.5s;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(194, 194, 194);
  border-radius: 50px;
  transition: 0.5s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(153, 153, 153);
  transition: 0.5s;
}

.info-box .content {
  width: 100%;
  text-align: center;
}
.info-box.hover-expand-effect {
  height: 100px;
}
.info-box .content .number {
  font-size: 20px;
}
.info-box .content .text {
  font-size: 1.8rem;
}
.event-info-container.card .body {
  /* height: calc(100vh - 270px); */
}
.content-body {
  max-height: calc(100vh - 265px);
  overflow: auto;
  padding: 0px 15px;
  overflow-x: auto;
}
.center {
  text-align: center;
}
.loader-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
i.refresh-btn {
  position: absolute;
  font-size: 2rem;
  color: black;
  margin-left: 0.5rem;
  cursor: pointer;
}
.info-box .content .text1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder i.folder-icon {
  width: 100%;
  font-size: 4rem;
}

.folder span.folder-text {
  width: 100%;
  font-size: 1.4rem;
}

.list-unstyled .each-img-container {
  min-height: 200px;
}
.overflow-x-auto {
  overflow-x: auto;
}
img.img-responsive.thumbnail {
  max-height: 180px;
  cursor: pointer;
}

img.img-responsive.thumbnail:hover {
  border-color: red;
}

.video .video-icon {
  position: absolute;
  display: block;
  background: url(/images/image-gallery/play-btn.png);
  height: 30px;
  width: 30px;
  top: 15px;
  left: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.linear-background-team {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
}
.overflow-x-auto.panel-body {
  max-height: 300px;
}
.img-container .img {
  height: 100px;
  width: 100px;
}
img.team-logo {
  width: 250px;
}
.settings-email-cell {
  max-width: 500px !important;
  word-break: break-word;
}
