
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
 
}

@media (max-width: 1024px) {
    .admin-logo-mt-img {
        max-width: 120px;
    }
    
}

@media (max-width: 768px) {
  /*  man thanh */
  .mt-advantages-section-content-item-name a {
    font-size: clamp(1.4rem, 1.3247rem + 0.3653vw, 1.5rem);
  }
  .datatable-top .datatable-input {
    max-width: 100px;
  }
  .btn-sm { 
    width: 100%;
  }
  .add-project-btn-box {
    text-align: center;
  }
  .btn-withdraw {
    width: 100%;
  }
  .btn-deposit {
    width: 100%;
  }
  .donate-item-note {
    max-height: 300px;
    overflow: auto;
  }
  
}

@media (max-width: 425px) {
.btn-recharge-account-risk, .btn-withdraw-tts {
  width: 100%;
}
}
