/*
Theme Name: SMS-CREDIT Block Theme
Theme URI: https://example.com/
Author: thanh.trinh@co-well.vn
Author URI: https://example.com/
Description: smscredit block theme (WP 6.8.2) + Bootstrap 5 + ACF ready
Version: 1.0
Requires at least: 6.8
Tested up to: 6.8.2
Requires PHP: 8.2.12
Text Domain: smscredit
*/
.custom-logo {
  height: 48px;
  width: auto;
}
.text-muted{
  font-size: .75rem;
  line-height: 1rem;
}
.btn-regis{
  padding: 1rem 3rem !important;
}
.text-blue1{
  color: #0d6efd;
}
.text-blue2{
  color: #0b2e5a;
}
.text-green{
  color: #198754;
}
.me-2{
  font-size: 0.5rem;
}

@media (min-width: 1600px) {
  .text-muted{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .text-muted{
    font-size: .875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .btn-regis{
    padding: 0.25rem 1rem 0.5rem 1rem !important;
  }
}