.AL_Custom_ContentTypeLabel {
color: #123F31 !important;
}

.AL_Custom_BannerMainHeading {
color: #222323 !important;
}

.AL_Custom_CardDescription {
color: #123F31 !important;
}

.AL_Custom_NavCustomLink a {
color: #222323 !important;
}

.AL_Custom_NavCustomLink a:hover {
color: #067748 !important;
}

.AL_Custom_ItemsCount {
color: #123F31;
}
.AL_Custom_CardTitle {
color: #123F31 !Important;
}
.AL_Custom_CardImage {

}

.AL_Custom_SingleCard {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); 
}

h1, .h1 {
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
}

h2, .h2 {
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
}

h3, .h3 {
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
}

h4, .h4 {
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
}

h5, .h5 {
  line-height: 1.1 !important;
  letter-spacing: -0.015em !important;
}

h6, .h6 {
  line-height: 1.2;
  letter-spacing: 0.08em !important;
}

.knowledge-page .knowledge-page--title {
  letter-spacing: -0.015em !important;
}

.esSYat ul {
    padding: 8px !important;
    border: 1px solid green;
    border-radius: 4px;
    background-color: white;
    color: black;
    font-weight: bold;
}

@media (min-width: 1024px) {
  .esSYat ul {
    margin-left: -40px;
    padding: 8px !important;
  }
}

/*Login Button*/
.AL_Custom_NavLoginButton {
font-weight: 600;
color: #FFF !important;
border-radius: 4px !important;
background-color: #067748;
}

a.AL_Custom_NavLoginButton {
  color: #ffffff !important;
}

a.AL_Custom_NavLoginButton:hover {
  color: #ffffff !important;
  background-color: #0C6643 !important;
}

/* Logo */
.gEgDaQ img {
margin-right: 10px !important;
}