﻿.scholarship {
    padding:10px;
    border: 1px solid #dad9d6;
    width: 100%;
}

.scholarship:hover {
    background: #f6f9fa;
    color: #313233;
    
}

#form-ui {
    padding-top: 15px;
    border: 1px solid #dad9d6;
    margin-bottom: 20px;
}

 .view{
   padding: 10px 20px;
   text-align: center;
 }
 .viewQuick{
   border-bottom: 1px solid #dad9d6;
   padding: 30px 50px;
   text-align: center;
 }
 
 i {
   width:10px;
   padding-right:25px;
 }

  .textexpand{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70vw;
    line-height: 1.4;
    border-radius: 0;
    border: none;
  }
  .isotope-item {
      z-index: 2;   
  }
  .isotope-hidden.isotope-item {
      pointer-events: none;
      z-index: 1;
  }
  .isotope,
  .isotope .isotope-item {
    /* change duration value to whatever you like */
  
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      transition-duration: 0.8s;
  }
  .isotope {
      -webkit-transition-property: height, width;
      -moz-transition-property: height, width;
      transition-property: height, width;
  }
  .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
  }