.verifyEmail-hero {
  background-image: url("/assets/images/landing/common/privacy-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero-content-box {
  width: 100%;
  max-width: 655px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.verifyEmail-hero h1 {
  font-family: "PlusJakartaSans-ExtraBold", sans-serif;
  color: #252525;
  font-size: 48px;
  line-height: 140%;
  padding-bottom: 8px;
  text-align: center;
}
.verifyEmail-hero p {
  font-family: "PlusJakartaSans-Regular", sans-serif;
  color: #737373;
  font-size: 20px;
  text-align: center;

  text-align: center;
}
fieldset {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.email-container input {
  background-color: #ffffff !important;
  width: 100%;
  padding: 12px;
  outline: none;
  border: none;
  padding-bottom: 30px;
  border-radius: 8px;
  outline: none !important;
  box-shadow: none !important;
}
.email-container input:focus {
  outline: none !important;
  background-color: #ffffff !important;
  border: 0px !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.email-container input:not(:placeholder-shown) {
  background-color: #ffffff !important;
  border: 0px !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.email-container input:-webkit-autofill,
.email-container input:-webkit-autofill:hover,
.email-container input:-webkit-autofill:focus,
.email-container input:-webkit-autofill:active {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  box-shadow: 0 0 0 30px #ffffff inset !important;
}
.bulk-content-section {
  display: flex;
  background-color: #ffffff;
  padding: 40px 120px;
}
#checkbox {
  height: 24px;
  width: 24px;

  border: 3px solid #dbdbdb;
}
.dash-inner-inner-section {
  font-family: "PlusJakartaSans-SemiBold";
  width: 100%;
  height: 604px;
  /* margin-top: 40px;
  margin-bottom: 82px; */

  display: flex;
  gap: 16px;
}
.dash-inner-inner-bulk-verification {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
}

.dash-inner-inner-verification-status {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
}
.inner-content {
  display: flex;
  width: 100%;
  gap: 72px;
  align-items: center;
  justify-content: center;
}
.content-discription {
  width: 100%;
  max-width: 623px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-discription button {
  width: 100%;
  max-width: 208px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1452ca;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-family: "PlusJakartaSans-SemiBold", sans-serif;
}
.inner-content h1 {
  font-size: 40px;
  font-family: "PlusJakartaSans-ExtraBold", sans-serif;
  line-height: 140%;
  color: #010101;
}
.inner-content p {
  font-size: 20px;
  font-family: "PlusJakartaSans-Regular", sans-serif;
  line-height: 140%;
}
.content-img {
  width: 100%;
  max-width: 505px;
  height: 576px;
  box-sizing: border-box;
}
.content-img img {
  width: 100%;
  max-width: 400px;
  height: 505px;
}
.verify-status-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.bulk-domain-download {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: nowrap;
  border: 0;
  background-color: transparent;
  gap: 8px;
  color: #1452ca;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.bulk-domain-download.hidden {
  display: none !important;
}

.bulk-domain-download-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.bulk-domain-download-icon img {
  display: block;
  width: auto;
  height: auto;
}

.bulk-domain-download p {
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: "PlusJakartaSans-ExtraBold";
  font-weight: 800;
  font-size: 16px;
}
tr.bulks-table-inner td {
  border-bottom: 1px solid var(--color-twenty);
  background-color: white;
  padding-bottom: 16px;
  padding-top: 16px;
  font-weight: 600;
  font-size: 16px;
  font-family: "PlusJakartaSans-SemiBold";
}
.status-cont {
  font-size: 14px;
  font-weight: 600;
}
.status-cont span {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  padding-right: 4px;
}
.bulk-hd,
.bulk-verify-domain-btn {
  font-size: 20px;
  font: "PlusJakartaSans-semiBold";
  margin-bottom: 12px;
}
.bulk-content {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
  color: #737373;
}
#bulk-links {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  margin: 12px 0;
  box-sizing: border-box;
  border: 0.3px solid #737373;
  border-radius: 8px;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  resize: none;
  text-decoration: underline;
}

#bulk-links::placeholder {
  color: #b0b0b0;
  opacity: 0.7;
  text-decoration: none;
}

#bulk-links span {
  text-decoration: underline;

  display: inline-block;
}
.fags-wrapper {
  background-color: var(--color-seventeen);
  position: relative;
}
#bulk-links:focus {
  outline: none;
}
.bulks-fags-hd,
.fags-docs {
  font-size: 48px;
  color: var(--color-one);
  font-family: "PlusJakartaSans-ExtraBold";
  text-align: center;
  margin-bottom: 13px;
}
.bulks-fags-hd {
  padding-top: 100px;
}

fieldset {
  border: none;
  padding: 0;
}

.bulk-link-cont a {
  color: #000000;
  text-decoration: underline;
}
.bulk-verify-domain-btn {
  background-color: #1452ca;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  border: 0px;
  width: 100%;
  height: 46px;
}
.check-disposal-email {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  color: #595959;
}
.bulk-tb-container {
  border: 1px solid #ededed;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
}
.bulk-tb-container table {
  width: 100%;
}
.bulk-tb-container table tbody {
  width: 100%;
}
tr.bulk-table-inner td {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;

  font-family: "PlusJakartaSans-SemiBold";
}
.inner-top {
  padding-top: 0 !important;
}
.row-status-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;

  margin-top: 12px;
}
.status-cont {
  display: flex;
}
@media only screen and (max-width: 760px) {
  .verifyEmail-hero {
    padding: 16px;
    box-sizing: border-box;
    height: 398px;
  }
  fieldset {
    gap: 12px;
  }
  .dash-inner-inner-section {
    width: 100%;
    height: fit-content;

    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 0px;
    gap: 0;
  }
  .verifyEmail-hero h1 {
    font-size: 24px;
  }
  .verifyEmail-hero p {
    font-size: 12px;
  }

  .email-container input {
    background-color: #ffffff !important;
    border: 0px !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    width: 100%;
    height: 14px;
    padding-bottom: 30px;
    border-radius: 8px;
    outline: none !important;
    box-sizing: border-box;
    box-shadow: none !important;
  }
  .email-container input:focus,
  .email-container input:not(:placeholder-shown) {
    background-color: #ffffff !important;
    border: 0px !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .email-container input:-webkit-autofill,
  .email-container input:-webkit-autofill:hover,
  .email-container input:-webkit-autofill:focus,
  .email-container input:-webkit-autofill:active {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
  }
  .content-discription h1 {
    font-size: 20px;
  }
  .content-discription p {
    font-size: 12px;
  }
  .content-discription button {
    max-width: 148px;
    height: 41px;
    font-size: 12px;
  }
  .inner-content {
    flex-direction: column;
    gap: 44px;
  }
  .content-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content-img img {
    max-width: 245.45px;
    height: 300px ;
    
  }
  .bulk-content-section {
    display: flex;
    background-color: #ffffff;
    padding: 20px 16px;
  }
  .dash-inner-inner-verification-status {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .verify-status-head {
    margin-top: 12px;
  }
  .empty-state-text {
    font-size: 14px;
  }
  .dash-inner-inner-section {
    padding-top: 20px;

    margin: 0;
  }
  /* .bulk-hd {
    display: none;
  } */
  .bulk-tb-container {
    height: fit-content;
    max-height: 600px;
    overflow-y: scroll;
    padding: 12px;
  }
  .bulktitle {
    display: block;
    font-size: 14px;
    padding-top: 10px;
  }
  .dash-inner-inner-bulk-verification {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .table-inner-inner {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .dash-inner-inner-bulk-verification {
    padding: 0;
    height: fit-content;
  }
}
@media only screen and (max-width: 520px) {
  .bulks-fags-hd {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .bulk-verify-domain-btn {
    font-size: 12px;
    height: 41px;
  }
  .content-img {
    height: 320px;
  }
}
