.container-for-center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  flex-wrap: wrap;
  /* margin-top: 250px; */
}

.container-for-center h1 {
  font-size: 25px;
  margin-bottom: 30px;
}

.section-download {
  height: fit-content;
  max-height: fit-content !important;
  width: 32%;
  margin-top: 40px;
}

.section-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  height: 100px;
  background-color: #ffffff;
  width: 100%;
}

.button-for-footer {
  font-family: "Cairo", sans-serif;
  padding: 6px 70px;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  transition: 0.3s ease;
}

.sub-item {
  padding: 3px 0;
}
label {
  margin-top: -5px;
  font-weight: 700;
  font-size: 22px;
  color: #163029;
}
.section-header-div {
  padding: 5px 0;
  margin-bottom: 10px;
}
.section-header-div input {
  min-width: 30px;
  min-height: 30px;
  border-radius: 7px !important;
  border: 2px solid #4e6a63 !important;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  margin-left: 5px;
  border: 1px solid #5e6863;
  cursor: pointer;
  outline: none !important;
}

input[type="checkbox"].custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  background-color: #f6f5f4;
}

input[type="checkbox"].custom-checkbox:checked {
  appearance: auto;
}

.section-header {
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}

.custom-checkbox input:checked + .custom-checkbox::after {
  transform: translate(-50%, -50%) scale(1);
}
.sub-item,
.section-header-div {
  display: flex;
  align-items: center;
  gap: 5px 10px !important;
  /* background-color:firebrick; */
}
.sub-item {
  gap: 5px;
  display: flex;
  align-items: center;
  color: #5e6863;
  font-size: 18px;
  margin-bottom: 5px;
}

.button-div {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-start !important;
  flex-wrap: wrap;
  gap: 20px;
}
.button-div button {
 height: 75px;
    width: 250px;
  display: flex;
  gap: 20px;
  padding: 20px 20px;
  justify-content: center;
}

#download-selected {
  font-weight: 500;
  font-size: 18px;
  color: white;
  background-color: transparent;
  background-color: #21333b;
  border-radius: 20px;
}

#download-all {
  font-weight: 500;
  font-size: 18px;
  color: white;

  border-radius: 20px;
  background-color: #ffb548;
}

/* Disabled style */
.disabled-button {
  background-color: #cccccc14;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}

#download-all {
  color: white;
}
@media (max-width: 768px) {
  .section-download {
    width: 95%;
  }
  .footer {
    display: grid;
  }
}

input[type="checkbox"] {
  accent-color: #ffb548;
}

body[lang="ar"] {
  .english-item {
    display: none;
  }
   .arabic-item {
    display: block;
  }
}

body[lang="en"] {
  .arabic-item {
    display: none;
  }
   .english-item {
    display: block;
  }
  .button-div button {
    width: 300px;
}

}
