.image-electrolog {
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.image-bg-login-etc {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: .6;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  display: inline-block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-supplier-logo {
  width: 200px;
  height: 200px;
  cursor: pointer;
  object-fit: contain;
  background-color: #fff;
  border: .5px solid #afafaf;
  border-radius: 10px;
  margin-top: 0;
  padding: 5px;
  display: block;
}

.div-block-supplier-image {
  width: 200px;
  height: 200px;
  margin-top: 10px;
}

.text-block-supplier-name {
  color: #010066;
  text-align: center;
  flex-direction: row;
  margin-top: 5px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-supplier-desc {
  color: #030303;
  text-align: center;
  flex-direction: row;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #fffefe;
  border-radius: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-row-supplier-page {
  z-index: 5;
  height: 35px;
  background-color: #010066;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0 0 8px 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 1px 1px 4px #e9f3ff;
}

.text-header-advertisers {
  height: 35px;
  color: #fffefe;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 25px;
  display: flex;
}

.div-supplier-name-and-info {
  height: 180px;
  color: #000;
  background-color: #fffefe;
  border: 1px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.div-block-supplier {
  width: 300px;
  height: 365px;
  color: #000;
  background-color: #d2e5fc;
  border: 2px solid #7e7e7e;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 10px 5px 5px;
  padding: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #555;
}

.div-block-supplier:hover {
  border-color: #000;
  box-shadow: 1px 1px 3px #000;
}

.div-block-supplier-desc {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bold-text {
  color: #010066;
  font-size: 14px;
  text-decoration: underline;
}

.link-block {
  height: 25px;
  background-color: #d2e5fc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  height: 20px;
  color: #010066;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: center;
  margin-right: 10px;
  padding: 5px 0;
  text-decoration: none;
  display: flex;
}

.link-block-suppliers {
  text-decoration: none;
}

.div-block-supplier-profile-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 100px;
  display: flex;
}

.image-supplier-profile {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image {
  height: 20px;
  margin-left: 5px;
}

.bold-text-2 {
  text-decoration: underline;
}

.div-block {
  height: 10%;
  text-align: center;
  background-color: #fffefe;
  border: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-supplier-profile-content {
  color: #010066;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  display: flex;
}

.div-block-supplier-cards {
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

.text-block-supplier-page-footer {
  color: #010066;
  flex-wrap: wrap;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 767px) {
  .text-header-advertisers {
    font-size: 16px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .image-electrolog {
    margin-right: 5px;
  }

  .heading-row-supplier-page {
    flex-wrap: wrap;
  }

  .text-header-advertisers {
    margin-left: 5px;
    margin-right: 5px;
    display: none;
  }

  .div-block-supplier-desc {
    flex-direction: column;
  }
}
