@font-face {
  font-family: "Verizon NHG DS Regular";
  src: url("./assets/fonts/VerizonNHGDS-Regular_2924665204.ttf")
    format("truetype");
}
@font-face {
  font-family: "Verizon NHG TX Regular";
  src: url("./assets/fonts/VerizonNHGTX-Regular_2322567561.ttf")
    format("truetype");
}
@font-face {
  font-family: "Verizon NHG DS Bold";
  src: url("./assets/fonts/VerizonNHGDS-Bold_830977568.ttf") format("truetype");
}

@font-face {
  font-family: "Verizon NHG TX Bold";
  src: url("./assets/fonts/VerizonNHGTX-Bold_2530488117.ttf") format("truetype");
}
@font-face {
  font-family: "Verizon NHG eTX Bold";
  src: url("./assets/fonts/VerizonNHGTX-BoldItalic_2150996625.ttf")
    format("truetype");
}
@font-face {
  font-family: "Verizon NHG eDS Bold";
  src: url("./assets/fonts/VerizonNHGDS-BoldItalic_4152468348.ttf")
    format("truetype");
}
@font-face {
  font-family: "Verizon NHG DS Italic";
  src: url("./assets/fonts/VerizonNHGDS-Italic_1294838775.ttf")
    format("truetype");
}
@font-face {
  font-family: "Verizon NHG TX Italic";
  src: url("./assets/fonts/VerizonNHGTX-Italic_2533314316.ttf")
    format("truetype");
}
body {
  margin: 0px;
  font-family: "Verizon NHG DS Regular";
}
h1,
h2 {
  font-family: "Verizon NHG DS Bold";
}
header {
  background-color: black;
  color: white;
  padding: 10px 30px;
}
footer {
  background-color: black;
  color: white;
  padding: 10px 30px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
main {
  padding: 10px 30px 60px 30px;
}
.inline-block {
  display: inline-block;
}
.client-item {
  min-height: 110px;
  max-height: 180px;
  width: 200px;
  border: 1px solid #d8dada;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  flex: 0 0 20%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.select-button,
.download-button {
  width: 104px;
  text-decoration: none;
  border: 1px solid grey;
  padding: 8px 5px;
  font-size: 12px;
  font-weight: 700;
  color: black;
  border-radius: 24px;
  display: inline-block;
  position: relative;
}
.download-button:hover {
  width: 150px;
}
#clientsContainer {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
#downloadHeader {
  border-bottom: 4px solid #ee0000;
}
.back-btn {
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  color: black;
}
.arrow-container {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.download-item-card{
  max-height: 197px !important;
  min-height: 110px;
  width: 200px;
  border: 1px solid #d8dada;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  flex: 0 0 20%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
