.card {
   margin-bottom: 16px;
 box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px;
}

.modal-lg-custom {
  width: 80%;
  max-width: 80%;
}

.table-custom {
  overflow-x: scroll;
  max-width: 99.5%;
}

.alumni-album-card{
  display: block;
  height: auto !important
}
.alumni-degree {
  margin: 30px 0 25px !important;
  font-size: 22px !important;
}
.about-area h4 {
  font-size: 1.2rem !important;
}.word-break-all{
  word-break: break-all;
}
.main-profile-img{
  height: auto !important;
}
.main-profile-img .album-img{
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    width: 185px;
    height: 185px;
    overflow: hidden;
    background-size: cover !important;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.card_album_right .about-area {
  transition: opacity 1.5s;
  opacity:1;
  position:absolute;
  width: calc(100% - 60px);
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
}
.card_album_right .about-area.back {
  opacity:0;
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
}
.card_album_right.flipped {
  transform: rotateY(180deg);
  background-image: url(../img/album_left_galaxy.jpg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.card_album_right.flipped .about-area, .card_album_left.flipped .about-area {
  opacity:0;
}
.card_album_right.flipped .about-area.back, .card_album_left.flipped .about-area.back {
  opacity:1;
}
.card_album_right.flip-over, .card_album_left.flip-over{
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.custom_card_album_right{
  opacity:1;
  position:absolute;
  width: calc(100% - 100px);
  right: 0;
}
.custom_card_album_left{
  opacity:1;
  position:absolute !important;
  width: calc(100% - 100px);
  left: 0;
}
.card_album_left {
  background-size: cover;
    position: relative;
    transition: transform 1.5s;
    transform-origin: center right;
    transform-style: preserve-3d;

}
.card_album_left .about-area.back {
  opacity:0;
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
}
.card_album_left.flipped {
  transform: rotateY(180deg);
  background-image: url(../img/album_right_galaxy.jpg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  z-index: 2;
} 
.card_album_cover {
  background-image: url("../img/album_cover_galaxy.jpg");
  width: 100%;
  background-size: cover;
  position:relative;
  transition:transform 1.5s;
  transform-origin: center left;
  transform-style:preserve-3d;
}
.card_album_cover .institution {
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
  background: linear-gradient(to bottom, rgba(245, 246, 252, .1), rgba(61, 60, 130, 0.73)), url({{awsBucketUrl}}{{coverImgUrl.album.view}});
  background-size: cover;
  height:280px;
  flex: 0 0 97%;
  max-width: 97%;
}
.back-cover {
  height:280px;
}
.cover-text {
  font-size:1.8em;
  color: #ffffff !important;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}
.card_album_cover .institution img {
    width:100%;
}
.left-scroll i {
  left: 5px;
}
.right-scroll i {
  right: 5px !important;
}
.left-scroll {
  height: 75%;
  top: 25%;
}
.left-scroll-first {
  height: 25%;
  width: 50px;
  position: absolute;
  top: 0%;
  left: 0;
  background: #000;
  opacity: 0.3;
  text-decoration: none;
}
.left-scroll-first i, .right-scroll-last i {
  color: #fff;
  font-size: 2.5em !important;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 99999;
  left: 5px;
}
.right-scroll{
  height: 75%;
  top: 25%;
}
.right-scroll-last {
  height: 25%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  text-decoration: none;
}
.mw-75px{
  min-width: 75px !important;
}
.album-card-display{
  display: none;
}


/** Group list **/
.group-name-list{
    list-style-type: none;
}
.group-name-list li{
    font-weight: 600;
    color: #6d6d6d;
}
.group-name-list li i{
    color: #59b96e;
    margin-right: 0.75rem;
}
.group-name-list li i.fa-pencil-alt{
    color: #333;
    margin-left: 0.5rem;
    font-size: 0.70rem;
    cursor: pointer;
    display: none;
}
.group-name-list li:hover i.fa-pencil-alt{
    display: inline;
}
.group-error-msg{
    font-size: 0.72rem;
    color: #FF5A60;
    margin: 0;
    display: none;
    margin-left: 2px;
}
.group-error .group-error-msg{
    display: block;
}
.group-error input.form-control, .group-error select.form-control, .group-error textarea.form-control{
    border-color: #FF5A60;
}

/** Model Confirm **/
.modal-dialog.modal-confirm .modal-header{
    background-color: #fff !important;
    border: 0;
}
.modal-dialog.modal-confirm .modal-header  h4 {
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
    color: #3E3C5A;
}
.modal-dialog.modal-confirm .modal-body{
    text-align: center;
}
.modal-dialog.modal-confirm .modal-body p{
    font-size: 1rem;
}
.modal-dialog.modal-confirm .modal-footer {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border: 0;
}
.modal-dialog.modal-confirm .close{
    color: #3E3C5A;
}
.modal-dialog.modal-confirm i.fa-times-circle{
    color: #be4c54;
    font-size: 3.5rem;
    margin: 0rem 0rem 0.5rem;
}
.over-layout{
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top:0;
}
.over-layout-container{
    position: absolute;
    z-index: 999999;
    background: #fff;
    padding: 1.5rem 1.5rem;
    left: 40%;
    top: 30%;
    border-radius: 5px;
}
.over-layout-container h3{
    font-size: 1.5rem;
}
.over-layout-container p{
    margin-top: 13px;
    font-size: 0.75rem;
    color: #e23f83;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
}
.text-word-wrap {
  word-break: break-all !important;
  white-space: normal !important;
}

@media(max-width : 999px){

 .card img {
      width:99%;
  }
   h2 {
    font-size:4em !important;
  }

  h3 {
      margin-top:50px;
    font-size:3.5em !important;
  }
  
  .card_album_right .album-card-display{
    display: none;
  }
  .card_album_cover_left{
    display: none !important;
  }
  .card_album_cover_right{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }


  .card_album_right .about-area {
    position: static !important;
  }
  .left-scroll-first i, .right-scroll-last i, .left-scroll i, .right-scroll i{
    color: #fff;
    font-size: 1.5em !important;
    left: 0px !important;
  }
  .left-scroll-first, .left-scroll, .right-scroll-last, .right-scroll {
    width: 25px;
  }
  .left-spine, .right-spine{
      display: none;
  }
  .card_album_left .about-area, .card_album_right .about-area{
    border: 0 !important;
  }
  .about-content h2{
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .about-area h4 {
    font-size: 1.1rem !important;
    margin-bottom: 5px !important;
  }
  .about-area p {
    font-size: 1rem;
    margin-bottom: 10px !important;
  }
  .alumni-degree {
      margin: 0px 0 10px !important;
      font-size: 1.10rem !important;
  }
  .main-profile-img .album-img {
    width: 100px;
    height: 100px;
  }
  .custom_card_album_left{
    display: none;
  }
  .element-title{
    font-size: 1rem !important;
  }
  p.my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .left-page {
    bottom: 5px;
  }
}
@media(min-width: 1200px) and (max-width : 1300px){
    body {
      font-size:0.485em !important;
  }

  .main-profile-img .album-img {
    width: 150px;
    height: 150px;
  }
  .about-content h2{
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .about-area h4 {
    font-size: 1.1rem !important;
    margin-bottom: 5px !important;
  }
  .about-area p {
    font-size: 1rem;
    margin-bottom: 10px !important;
  }
  .alumni-degree {
      margin: 0px 0 10px !important;
      font-size: 1.10rem !important;
  }
}
@media(min-width: 1000px) and (max-width : 1199px){
  .main-profile-img .album-img {
    width: 100px;
    height: 100px;
  }
}

.down-line-left{
    /* padding-bottom: 15px */
}
.down-line-left:after{
    width: 30px;
    height: 3px;
    left: 0;
    background-color: #0665D0 !important;
    bottom: 0
}
.dropzone .dz-preview .dz-progress{
  margin-top: 12px !important;
  width: 100% !important;
  margin-left: 0 !important;
}
.filter-card-body-scroll {
  max-height: 150px;
  overflow-y: auto;
}