body {
    margin: 0;
    font-family: "Lato", sans-serif;
  }
  
  .sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #ffffff;
    position: fixed;
    overflow: auto;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  
  .sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
  }
   
  .sidebar a.active {
    background-color: #304379;
    color: white;
  }
  
  .sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
  }
  th {
    background-color: #304379 !important;
    color: white !important;
  }

  .stt-bg-primary{
    background-color: #304379;
    color: white !important;
  }
  .stt-bg-light{
    background-color: #f1f1f1;
    color:#304379 !important;
  }
  
  div.content {
    margin-left: 200px;
    padding: 1px 16px;
  }
  
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  }
  #phone-number{
    border-width: 0;
    height: 50px;
    min-width: 340px;
  }

  .primary-btn {
    background-color: #20437b !important;
    color: white !important;
    font-family: "ITC Avant Garde Pro Bk", "arial" !important;
    border-radius: 10px;
  }

  .primary-btn:hover {
    color: white !important;
  }
  .primary-text {
    color: #20437b !important;
  }
  .btn:disabled{
    color: dimgray !important;
    background-color: darkgray !important;
  }