*{
  margin: 0% auto;
  box-sizing: content-box;
  scroll-behavior: smooth;


}
 /* -------------start show hailight--------------------------------- */

 html {
  scroll-behavior: smooth;
}
@keyframes slideingreen {
  from{
    background: #fbff05;
  }

}
 .mainShowInfo1{
     position:relative;
       width: 100% ;
height: 100%;
 }
 
 .mainShowInfo{
  animation-duration: 0.7s;
  animation-name: slideingreen;
  animation-iteration-count: initial;
  
width: 100% ;
height: 100%;
background:#02577a;
   

background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;

background-origin: padding-box;
background-position: center;
position:fixed;


}
.bi-arrows-expand:hover{
       color: rgb(255, 255, 255);
}
.InfoHas{
  width: 100% auto;
  height: 100% ;
  position: relative; 
  margin-right: 0px;

 

  
 
}

.headerInfo{
  position: relative;
 width: 100% auto;
 height: auto;
 background: #00000096;

 
}
.mySlides img{
  vertical-align: middle;
  height: 150px;
  object-fit: contain;
  width: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width:auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select:none ;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
a .bi-journal-plus {
  color: #f2f2f2;
  font-size: 17px;
 margin-left: 50px;
 margin-top: 8px;
  position: absolute;
  top: 0px;
  text-align: center;
  display: flex;
}
a .bi-play-btn {
  color: #f2f2f2;
  font-size: 17px;
 margin-left: 90px;
 margin-top: 8px;
  position: absolute;
  top: 0px;
  text-align: center;
  display: flex;
}
.rightModifeyChat button{
  background: none;
  border: none;
}
button.bi-bag-plus-fill{


  color: rgba(121, 179, 255, 0.425); 
}
#isNoActive {
  color: #f2f2f2;
  font-size: 17px;
 margin-left: 120px;
 margin-top: 8px;
  position: absolute;
  top: 0px;
  text-align: center;
  display: flex;
  background: none;
  border: none;
}
#isNoActive .bi-brightness-low-fill {
  color: #f2f2f2;
 
}
#isActiveGreen {
  color: #f2f2f2;
  font-size: 17px;
 margin-left: 120px;
 margin-top: 8px;
  position: absolute;
  top: 0px;
  text-align: center;
  display: flex;
  background: none;
  border: none;
}
#isActiveGreen .bi-brightness-low-fill {
  color: #2bff00;
 
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row {
position: relative;
width: 100%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.rowscrol{
  display: flex;
 width: 100%;
  overflow: auto;
  background: #000000;
}


.rowscrol::-webkit-scrollbar {
  width: 0px;
height: 3px;
}

.rowscrol::-webkit-scrollbar-track {
  background: transparent;
  border: thin solid rgb(255, 255, 255);

}

.rowscrol::-webkit-scrollbar-thumb {
  background:	white;
  border: thin solid rgb(255, 255, 255);
}
/* Scrollbar styles */
  

/* Six columns side by side */
.column {
  background: #000000;
  float: left;
  width: 15% auto;
  height: 40px;
  padding: 5px;
 
  
}
.column img {
 
 
 height: 40px;
 object-fit: contain;
 overflow: hidden;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.bi-arrows-expand:hover{
    background:#fff;
}


.contentInfo{
  height: 100% ;
  position: relative;
  width: 100% auto ;

  background: #222;
  }
 
  
  .notInfo{
      height: 100% ;
      position: relative; 
      width: 100% auto;
     
      overflow: none;
  }
  .scrolerNot{
 
 
      scroll-behavior: smooth;
      overflow: none;
      height: 100%;
  
   width: 100% auto;
   
      

  }
  .scrolerNot2{
     margin-bottom: 10px;
 
  height: 100%;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  
  .detailsInfo{
   
    width: 100% auto;
    padding: 2px 5px 2px 5px;
    position: relative;
  
  }
  .detailsInfo img{
    
    border-radius: 50%;
    font-size: 3px;
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 2px solid rgb(14, 147, 255) ;
  }
  .usernameD{
      position: absolute; 
    top: 5px;
    margin-left: 50px;
    font-weight: bold;
    color: white;
    line-height:1;
    display: block;
    height: 50px;
    font-size: 15px;
  }
  .usernameD span{
    color: rgba(255, 255, 255, 0.63);
  }
  .detailsInfo h4{
    position: relative; 
    margin-top: 0;
    margin-left: 30px;
    font-size: 11px;
    color: #fff68f;
    
  }
  
   .bi-calendar-check-fill{
    position: absolute;
    top: 44px;
    left: 15px;
    font-size: 12px;
  color: rgb(14, 147, 255);
  }
  span.bi-eye-fill{
      position: absolute;
      top: 5px;
      font-size: 13px;
      right: 5px;
      color: rgba(255, 255, 255, 0.534);
  }
  .bi-bookmark-star{
      bottom: 10px;
      color: rgba(255, 255, 255, 0.534);
      position: absolute;
      right: 10px;
  }
  .bi-arrows-fullscreen{
     cursor: pointer;
      color: rgb(0, 162, 255);
      position: absolute;
      right: 5px;
      margin-top: 70px;
  }
  .bi-arrows-fullscreen:hover{
    
      color: rgb(255, 255, 255);
      
  }
  /*--------------------------------*/
  .timeline{
    background: none;
    width: 100% auto;
    margin-left: 20px;
    margin-right: 5px;
    height: 100%;
    border-left: 2px solid rgb(14, 147, 255);
    position: relative;
    padding-top: 20px;
    width: 100% auto;

  }
  .boxContent{
    width: 100% auto;
    height: 100% ;
    margin-left: -3px;
    position: relative;
    background: none;
    
  }
  .imgProfile{
    
    width: 10px;
    float: left;
    margin-left: -30px;
  }
  .imgProfile img{
    
    width: 20px;
    height: 20px;
    float: left;
    z-index: 3;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgb(0, 0, 0);
  }
  .lineInfo{
    border-top: 3px solid rgb(0, 0, 0);
    width: 20px;
    float: left;
    margin-top: 10px;
    width: 100% auto;
    height: 100% ;

  }
  .hasIno{
    width: 100% auto;
    background: white;
    width: 100% auto;
    border-left: 4px solid rgb(14, 147, 255);
    height: 100% ;
    margin-left: 20px;
   
    padding: 5px;
    color: black;
    box-shadow: 0px 0px 2px 0px #000000;
    opacity: 1;
  }
  #showInfo{
    background: none;
    width: auto;
    display: inline;
    z-index: 1;
  }
  #hidInfo{
   display: none;
  }
  select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 1px solid #2b5b8b;;
    box-shadow: none;
    /* Personalize */
    width: 100% ;
    padding: 0 1em;
    color: #fff;
    background-color: #1c4172;
    background-image: none;
    cursor: pointer;
  }
  /* Remove IE arrow */
  select::-ms-expand {
    display: none;
  }
  /* Custom Select wrapper */
  .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 2em;
    border-radius: .25em;
    overflow: hidden;
  }
  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    display: flex;
    width: 30px ;
    right: 0;
    padding: 8px 6px;
    background-color: #2b5b8b;
    transition: .25s all ease;
    pointer-events: none;
  }
  /* Transition */
  .select:hover::after {
    color: #f39c12;
  }
  /*finish select style*/
  #progress{
    
  }
  @keyframes progres{
    0%{
      width: 0%;
    }
    25%{
        width: 50%;
    }
    50%{
        width: 75%;
    }
    75%{
        width: 85%;
    }
    100%{
        width: 100%;
    }
}
    .active,
    .hasIno{
      opacity: 1;
    } 
  
  .textareaHas{
  
      width: 100% ;

  background: white;
 margin-right: 5px;

  }
  .textareaHas textarea{
  resize: vertical;
   position: relative;
   font: 400 1em/1.58 Vollkorn, serif;
  width: 100% ;
 display: block;
  outline: none;
  border: none;
  background: white;
  direction: ltr;
  color: rgb(0, 0, 0);
  padding: 5px;

  }
  .notInfoTitle{
      position: relative;
      text-align: center;
      font-weight: bold;
      color: rgb(0, 0, 0);
      font-size: 16px;
  }
  .notInoImage {
      position: relative;
      vertical-align: middle;
      text-align: center;
      font-size: 20px;
      width: 100% auto;
      height: 100% auto;
      
  }
  .notInoImage img {
      margin-top: 10px;
      position: relative;
      vertical-align: middle;
      text-align: center;
      font-size: 20px;
      width:100%;
      height: 100% auto;
      border-radius: 0px;
    
       max-width: 700px; 
                  
  }
  .notInoImage a{
    display: flex;
    list-style: none;
    text-decoration: none;
  }

  a#urlInfoLink {
      margin-top: 1px;
      position: relative;
      vertical-align: middle;
      text-align: center;
      font-size: 14px;
      width:100%;
      height: 100% auto;
      border-radius: 0px;
      border-left: 2px solid rgb(255, 0, 0);
                   max-width: 900px; 
                   color: #2b5b8b;
                   word-break: break-word;

  }

  a#urlPdf {
      margin-top: 1px;
      position: relative;
      vertical-align: middle;
      text-align: center;
      font-size: 14px;
      width:100%;
      height: 100% auto;
      border-radius: 0px;
      border-left: 2px solid rgb(0, 195, 255);
                   max-width: 900px; 
                   color: #000000;

  }
  a#urlPdfDownload i{
    color: rgb(0, 195, 255);
    
  }
  .showLink{
    padding: 20px;
    width: 100% auto;
    height: 100%;
  }
  .notInoImage video {
      margin-top: 20px;
      position: relative;
      vertical-align: middle;
      text-align: center;
      font-size: 20px;
      width: 100% ;
      height: 100%;
      max-width: 700px;
      border-left: 2px solid blue;
  }
  .dateInfo{
      text-align: center;
      padding: 5px;
    background: #222;
    color: #f2f2f29f;
    line-height: 0;

    width: 100% auto;
    display:flex;
    border-left: 4px solid rgb(14, 147, 255);
    margin-left: 20px;
  position: relative;
  box-shadow: 0px 0px 2px 0px #000000;
  
  }
  .dateInfo .bi-clock-history{
    display: flex;

   
  }
  .bi-clock-history p{
    color: 	#fff68f;
    display: flex;
    margin-left: 6px;
    margin-top: 8px;
font-size: 12px;
   
  }
  .dateInfo a{
      color: #f2f2f29f;
  }
  .dateInfo a:hover{
      color: #fde968;
  }
  .dateInfo button {
    background: whitesmoke;
    border: none;
    border-radius: 2px;
    color: red;
    font-size: 16px;
  }
  .dateInfo button:hover {
 
    color: 	#fde968;
   
  }
 
  
  .scrolerNot::-webkit-scrollbar {
      width: 5px;
      height: 0;
    
    }
    
    .scrolerNot::-webkit-scrollbar-track {
      background:	none;
      border: thin solid #222;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
    }
    
    .scrolerNot::-webkit-scrollbar-thumb {
      background:	rgb(255, 255, 255);
      border: thin solid rgb(255, 255, 255);
    }
    /* Scrollbar styles */
     
    /* user commite*/
.commiteUser{
  display: none;
  margin-top: 0px;
  background: none;
  width: 100% auto;
  height: 100% auto;
  position: relative;
  margin-left: -1px;
  margin-bottom: 1px;
  border-left: 2px solid white;
}
#hidelayer1{
  display: none;
}
.commitHas{
  background: #222;
  width: 100% auto;
  height: 100% auto;
  margin-left: 17px;
  border-left: 4px solid white;

}
.commintHeder{
  position: relative;
  width: 100% auto;
  height: 25px;
  background: none;
  padding: 2px;
  border-top: 1px solid white;
  
}
.commintHeder img{
  float: right;
position: relative;
width: 25px;
height: 25px;
border-radius: 50px;
object-fit: cover;
}

.commintHeder span{
  float: right;
  margin-right: 10px;
  color: #f2f2f28e;
  font-size: 15px;
}
.commintHeder .bi-clock-history{
  float: left;
  margin-left: 2px;
  margin-right: 10px;
  color: #f0caca;
}
.commintNot{
  width: auto;
  height: auto;
  text-rendering: auto;
  position: relative;
  background: none;
  padding: 10px;
  color: rgba(245, 245, 245, 0.849);
  box-sizing: content-box;
  
}

    /* user commite*/
     /* -------------end show hailight--------------------------------- */


     /* ------------- start add hailight--------------------------------- */
    

     .mainAdd{
      
      
    width: 100% ;
    height: 100%;

    background-image: linear-gradient(
       182deg, rgba(255, 255, 255, 1) 0%, rgba(0, 130, 255, 0.9) 100%
      ),
      url("../img/b.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
    background-origin: padding-box;
    background-position: center;
    position: fixed;
     }

.boxAddd{
 
   
  position: relative;
  width: 100% auto;
  height: 100%;
 overflow: auto;
 
}
.scrolsAdd{
  position: relative;
  width:100%  ;
  height: 100% auto;
 
  
}
.addHas{
  position: relative;
  background: none;
  width: 100% auto;
  height: 100% auto;

  margin-right: 0px;
  margin-bottom: 100px;
 
}


.adddHeader{
width: 100% ;
height: auto;
position: relative;
background: none;


}
.adddHeader img{
display: flex;
  padding: 5px;
  text-align: center;
  object-fit: contain;
  position: relative;
  width: 100%  ;
  max-height: 300px;
  height:100%;
}
.adddHeader video{
display: flex;
  padding: 5px;
  text-align: center;
  object-fit: cover;
  position: relative;
  width: 100% ;
  max-width:500px;
  
  height:100%;
}
.adddHeader iframe{
max-width:500px;
  padding: 5px;
 overflow:auto;
  position: relative;
  width: 100%;
   display: flex;
  height:100% auto;
}
#headImage::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}

.boxHas{
    position: relative;
    width: 100% auto ;
    height: 100%;
  

}
.boxHas1{
    position: relative;
    width: 100% auto ;
    height: 100%;
    

}

.boxHas1 table {
    list-style: none;
    color: rgb(255, 255, 255);
    background: none;
    width: 100% auto;
   display: flex;
    position: relative;   
}
.boxHas1 table tr td {
    list-style: none;
    color: rgb(255, 255, 255);
    background: none;
    width: 100% auto;
   display: block;
    position: relative;   
}

.boxHas ul {
    list-style: none;
    color: rgb(255, 255, 255);
    background: none;
    width: 100% auto;
   
    position: relative;
    
   
}




#headImage{
    border: 2px solid blue;
    text-align: center;
    margin-top: 10px;
    color: rgb(0, 0, 0);
   padding: 5px;
    background: rgb(255, 255, 255);
    position: relative;
  width: 100% auto ;

  

}
#headImage::before {
  content: 'Select some files';
  display: inline-block;
  background: rgba(14, 147, 255, 0.5);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 10pt;
  margin-right: 5px;
}
#submit {
    display: none;
    margin-top: 10px;
 background: rgba(14, 147, 255, 0.548);
 color: rgb(255, 255, 255);
 font-size: 15px;
 padding: 5px;
 width: 100px;
 border: none;
 box-shadow:0px 0px 5px 2px  #000000;
 border-radius: 10px;
}
     /* ------------- end add hailight--------------------------------- */ 


     /* ------------- start add text hailight--------------------------------- */

     .headerStory {
     
      margin: 20px 10px 5px 10px;
      width: 100% auto;
      height: auto;
      background: rgba(5, 20, 48, 0.5);
      object-fit: cover;
      margin-bottom: 50px;
      
    }
    .headerStory textarea {
      position: relative;
    border: none;
      background: wheat;
      width: 100% ;
      background: none;
      outline: none;
      resize: none;
      color: white;
      outline: none;
      padding: 5px;
      font-family: serif;
      font-size: 16px;
     
    }
    #submitImage{
        opacity: 1;
      margin-top: 80px;
       position: absolute;
       left: 3px;
       cursor: pointer;
       background: transparent;
       z-index: 1;
       font-size: 11px;
       padding-bottom: 2px;
      
    }
    
    #bi-check2{
      font-size: 16px;
      margin-top: 82px;
       position: absolute;
       left: 4px;
       cursor: pointer;

        color: white;
    }
    #submitImage:hover{
        background: rgba(14, 147, 255, 0.548);
        
    
    }

    #topicInfo{
      text-align: center;
      margin: 10px 10px 5px 10px;
      width: 100% ;
      height: 30px;
      display: flex;
      background: rgba(5, 20, 48, 0.5);
      object-fit: cover;
      border: none;
      color: rgba(245, 245, 245, 0.849);
      position: relative;
      margin-left: -20px;
    }

    #urlInfo{
      text-align: center;
      margin: 10px 10px 5px 10px;
      width: 100% ;
      height: 30px;
      display: flex;
      background: rgba(5, 20, 48, 0.5);
      object-fit: cover;
      border: none;
      color: rgba(245, 245, 245, 0.849);
      position: relative;
      margin-left: -20px;
    }
    
    /* --------------for add video and pdf------------*/
    #headVideo::-webkit-file-upload-button {
      visibility: hidden;
      display: none;
    }
   
    #headVideo{
        border: 2px solid blue;
        text-align: center;
        margin-top: 10px;
        color: rgb(0, 0, 0);
       padding: 5px;
        background: rgb(255, 255, 255);
        position: relative;
   width: 100% ;
      display:flex;
     margin-left: -30px;
     

    }
    #headVideo::before {
      content: 'Select Video';
      display: inline-block;
      background: rgba(14, 147, 255, 0.5);
      border: 1px solid rgb(0, 0, 0);
      border-radius: 3px;
      padding: 5px 8px;
      outline: none;
      white-space: nowrap;
      user-select: none;
      cursor: pointer;
      text-align: center;
      font-weight: 700;
      font-size: 10pt;
      margin-right: 5px;
    }
    #headPdf::-webkit-file-upload-button {
      visibility: hidden;
      display: none;
    }
   
    #headPdf{
        border: 2px solid blue;
        text-align: center;
        margin-top: 10px;
        color: rgb(0, 0, 0);
       padding: 5px;
        background: rgb(255, 255, 255);
        position: relative;
   width: 100% ;
      display:flex;
     margin-left: -30px;
    }
    #headPdf::before {
      content: 'Select PDF file';
      display: inline-block;
      background: rgba(14, 147, 255, 0.5);
      border: 1px solid rgb(0, 0, 0);
      border-radius: 3px;
      padding: 5px 1px;
      outline: none;
      white-space: nowrap;
      user-select: none;
      cursor: pointer;
      text-align: center;
      font-weight: 700;
      font-size: 10pt;
     
    }
    #submitTexxtImage{
      opacity: 1;
    margin-top: 20px;
     position: absolute;
     left: 3px;
     cursor: pointer;
     background: transparent;
     z-index: 1;
     font-size: 11px;
     padding-bottom: 2px;
    
  }
  
  .bi-check2{
    font-size: 16px;
    margin-top: 22px;
     position: absolute;
     left: 4px;
     cursor: pointer;

      color: white;
  }
  #submitTexxtImage:hover{
      background: rgba(14, 147, 255, 0.548);
      
  
  }

  /* animation messages*/

.notify {
}

@keyframes slidein1 {
0% {
  height: 50px;
}
40% {
  height: 30px;
}
80% {
  height: 100px;
}
100% {
  height: 0px;
}
}
.notify {
padding: 10px;
transition: 5s;
position: fixed;
top: 5px;
width: 100%;
height: auto;
box-sizing: border-box;
color: white;
text-align: center;
z-index: 10;
overflow: hidden;
box-sizing: border-box;
}
#notifyTypes {
display: none;
}
#notifyType {
color: #721c24;
padding: 8px 10px;
text-align: center;
border-radius: 5px;
background: #f8d7da;
border: 1px solid #f5c6cb;
}
#notifyTypeGreen {
color: #1c721c;
padding: 8px 10px;
text-align: center;
border-radius: 5px;
background: #e3f8d7;
border: 1px solid #cef5c6;
}
#notifyTypeblue {
color: #1c4172;
padding: 8px 10px;
text-align: center;
border-radius: 5px;
background: #d7e4f8;
border: 1px solid #c6e0f5;
}


/*for commint models*/
.showBoxCommints{
z-index: 700;
position: fixed;
bottom: 0;
background: 	 #3f78c4;
width: 100% ;
height: 100% auto;
display: none;

}
.cHas{
width: 100% auto ;
height: 100% auto;


border-top:  2px solid rgb(4, 163, 255);
}

.showBoxCommints textarea{
width: 100% ;
font-weight: bold;
resize: none;
outline-style: none;
border: none;
background: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', sans-serif;
}
.cHas .submit_commintReply{
position: relative;
padding: 5px;
width: 100%;
border: none;
text-align: center;

background: #1c4172;
font-size: 20px;
align-items: center;
color: white;
float: right;
}
#bi-x-lg{
position: absolute;
right: 20px;
margin-top: 10px;
color: whitesmoke;

}
.bi-send-check:hover,.bi-x-lg:hover{
color: #2bff00;
}

/*animations like buttons*/

button.like-button {
display: flex;
align-items: center;
justify-content: center;
background: none;

}
button.like-button.animated {
-webkit-animation: pop 0.9s both;
animation: pop 0.9s both;
z-index: 100;
}
button.like-button svg {
opacity: 1;
z-index: 1;

}
button.like-button svg path {
fill: #ff00004d;
transition: fill .4s ease-out;
z-index: 100;
}
button.like-button.active svg path {   
fill: #f3e521;
z-index: 1;
}

@-webkit-keyframes pop {
0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
30% {
  -webkit-transform: scale3d(1.25, 0.75, 1);
  transform: scale3d(1.25, 0.75, 1);
}
40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
}
50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
}
65% {
  -webkit-transform: scale3d(0.95, 1.05, 1);
  transform: scale3d(0.95, 1.05, 1);
}
75% {
  -webkit-transform: scale3d(1.05, 0.95, 1);
  transform: scale3d(1.05, 0.95, 1);
}
100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
}

@keyframes pop {
0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
30% {
  -webkit-transform: scale3d(1.25, 0.75, 1);
  transform: scale3d(1.25, 0.75, 1);
}
40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
}
50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
}
65% {
  -webkit-transform: scale3d(0.95, 1.05, 1);
  transform: scale3d(0.95, 1.05, 1);
}
75% {
  -webkit-transform: scale3d(1.05, 0.95, 1);
  transform: scale3d(1.05, 0.95, 1);
}
100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
} 
/*animations like buttons*/