.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}
    
    .thongbao {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @media only screen and (max-width: 768px) {
    .thongbao {
      padding-top: 10%;
  }
  }
  
  .modal-body {
      overflow: auto;
    max-height: 400px;
  }
  
  .modal-dialog {
      max-width: 700px;
  }
  
  .modal-content {
    border-radius: 15px;
  }
  
  .tg {
    border-radius: 30px; padding-top: 3px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; font-size: 80%; 
}
.trigger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 50px;
}

@media only screen and (max-width: 768px) {
    .trigger {
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
  .ipad-pc-block {
    display: none;
  }
}
.card-h-100 {
      height: calc(100% - 20px)
   }
    
/*    .modal-backdrop {*/
/*   background-color: transparent !important;*/
/*}*/
