._dl_container {
  width: 100%;
  height: 100%;
}

.content .header {
  padding: 0 40px;
  height: 5%;
  display: flex;
  border-bottom: 2px solid #ED1B24;
  align-items: center;
  width: 100%;
}

.content .header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .header .logo {
  gap: 10px;
}

.content .header .logo h1 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header_container {
  padding: 0 40px;
  width: 100%;
}

.header_container h2 {
  display: flex;
  letter-spacing: 1px;
  margin: 12px auto 6px auto;
}

.header_container i.icon-check {
  margin-right: 12px;
  font-size: 20px !important;
}

.header_container .blood-req {
  margin: 6px auto;
}

.blood-req a {
  font-size: 14px;
}

.blood-req button {
  cursor: pointer;
  border: 1px solid rgb(218 221 225);
  border-radius: 4px;
  color: rgb(68, 73, 80);
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  background-color: rgb(245 246 247);
  height: 36px;
  margin: 0 0 0 12px;
  padding: 0 12px;
  display: inline-block;
  text-overflow: ellipsis;
}

.blood-req button:hover {
  background-color: rgb(235 237 240);
}

.blood-req button .icon {
  display: inline-block;
}

.donor-counter {
  color: #ed1b24;
  font-size: 17px;
	margin-bottom: 8px;
}

.content .donors-list {
  display: block;
  overflow-x: auto;
  overflow-y: scroll;
  white-space: nowrap;
  width: 100%;
  height: 88%;
  border-collapse: collapse;
}

.donors-list tr td {
  padding: 20px 30px;
	font-size: 14px;
}

.donors-list .table-header {
  background-color: #95A5A6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.donors-list .table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.donors-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.donors-list::-webkit-scrollbar-track {
  background: transparent;
}

.donors-list::-webkit-scrollbar-thumb {
  background: #ddd;
}

.donors-list::-webkit-scrollbar-thumb:hover {
  background: #ED1B24;
}

@media screen and (min-width: 600px) {
  ._dl_container {
    max-width: 580px;
    max-height: 640px;
  }
}

@media screen and (min-width: 768px) {
  ._dl_container {
    max-width: 740px;
    max-height: 800px;
  }

	.donors-list tr td {
		font-size: 16px;
	}
}
