.bg-color-happpy{
    background-color: #22212a;
}
.logo-happpy{
    width: auto !important;
}
.title-happpy{
    color: #060606 !important;
}
h1 {
    color: #000000 !important;
}
.logo-login{
    width: auto !important;
    height: 50px !important; 
    max-width: 100%;
}
.footer-happpy{
    background-color: #000000 !important;
}
.color-happpy {
    color: #000000 !important;
}
.catalog-card-border-happpy {
    height: 350px;
    border-color: #000000 !important;
    border-radius: 0px;
}
.border-happpy{
    border-color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 0px;
}
.table-bordered-happpy {
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    border-color: #000000 !important;
    border-left: none;
    border-right: none;
}
.btn-custom-happpy {
    background-color: #34ADE4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #34ADE4;
    padding: 0 20px 0 20px;
  }
  .nav-happpy{
    background-color: #000000 !important;
  }

a.d-block.text-black {
    color: #34ADE4 !important;
    opacity: 1 !important; 
}

a.d-block.text-black:hover {
    color: #2a8cc0 !important; 
}