/****** PLACE YOUR CUSTOM STYLES HERE ******/

.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.row {
  margin-top: 35px;
}

.btn {
  padding: 0 10px;
  min-width: 100px;
}

  .fa.fa-whatsapp {
    font-size:37px;
    color: #333333;
}

@media all and (max-width: 767px) {
  .fa.fa-whatsapp {
    font-size:25px;
}
}


@font-face {
  font-family: 'AmaticSC-Bold';
  src: url('../fonts/AmaticSC-Bold.ttf') format('truetype');
  /* Add additional src lines for other font formats (e.g., woff, woff2, svg) if available */
}

.ananta-style {
    font-family: 'AmaticSC-Bold', sans-serif;
}

.ti-whatsapp:before {
    font-family: 'FontAwesome'; /* Use the Font Awesome font-family */
    content: "\f232"; /* Use the Unicode value for the WhatsApp icon */
    color: #5db37f;
    font-size: 18px;
  }

.language-switch {
    display: inline-block;
    position: relative;
    margin-right: 20px; /* Adjust spacing as needed */
    height: 10px;
    color: #f9fafb;
}

.language_option {
    font-size: 11px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold;

}

.nav-utility {
  height: 56px;
}
