  .h-font{
    color: darkorange;
    font-family: 'Merienda',cursive;
  }
  .custom-bg {
    background-color: #00c04b;
    border-color: #008631;
  }
  .custom-bg:hover {
    background-color: #008631;
    border-color: #008631;
  }
  .h-line{
    width: 150px;
    margin: 0 auto;
    height: 1.7px;
  }
  .h1-line{
    width: 150px;
    margin-left: 1px;
    margin-bottom: 15px;
    margin-top: none;
    height: 1.8px;
  }
  .h2-line{
    width: 275px;
    margin-left: 1px;
    margin-bottom: 15px;
    margin-top: none;
    height: 1.9px;
  }
  .main-color{
  color: orange;
  }
  .name{
    color: rgb(0, 0, 152);
  }
  .counter {
    background-color:rgb(232, 232, 232);
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    color: #ffbf00;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #2aa7fa;
}
.green{
  color: #00c04b;
}
.mt-3{
  word-break: break-word;
}

/* Ensures the submenu opens to the right */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.C4{
  color: darkorange;
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-alert{
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 1111;
}