.cta-buttom-full-width {
  display: block;
  background-color: #4238aa;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  font-family: Cabin, sans-serif;
  width: 100%;
  border: 0;
}

.text-center{
  text-align: center;
  justify-content:center;
  margin-top: 20px;
}

.cta-buttom-inline {
  display: inline-block;
  background-color: #4238aa;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: Cabin, sans-serif;
  border: 0;
}

.copy-content-button {
  padding: 10px 27px;
  font-size: 18px;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cta-buttom-inline {
    font-size: 15px;
    padding: 12px 19px;
  }

  .send-to-email {
    font-size: 16px;
  }
}

.disabled {
  background-color: #ccc;
  color: #666;
  border: 1px solid #999;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.cta-buttom-full-width.download {
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}

.share-modal-container {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.88);
}

.share-modal-inner {
  background-color: #fff;
  margin: 0 auto 60px 0;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 750px;
  position: absolute;
  box-shadow: 0px 13px 18px #1712128c;
  border-radius: 25px;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}

.modal-header {
  text-align: center;
}

.modal-header h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 38px;
}

.modal-header p a {
  color: #000;
  text-decoration: none;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background: #433ca3;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

body.modal-open .candidate-guide-header {
  filter: blur(12px);
}

.content-box {
  background-color: #433ca3;
  padding: 20px;
  border: 5px solid #b1bbee;
  margin: 32px 0 30px 0;
  container-type: inline-size;
}

.content-box .candidate-row,
.content-box .description-row {
  display: flex;
  justify-content: space-between;
}

.content-box .image-container {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 5px 5px 2px #000;
  border-radius: 4px;
  border-bottom: 2px solid #000;
}

.text-container {
  width: calc(100% - 130px);
}

.text-container h3 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  color: #b1bbee;
  line-height: 35px;
}

.text-container p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.content-box .image-container img {
  max-width: 100%;
  object-position: center -11px;
  border-radius: 4px;
  border: 2px solid #000;
}

.candidate-column {
  width: 45%;
}
.candidate-headshot-wrap {
  display: flex;
  justify-content: space-between;
}

.description-column {
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  /*  box-shadow: 5px 5px 2px #000;*/
  border-style: solid;
  border-width: 2px 7px 7px 2px;
  border-color: #000;
  text-align: center;
}

.description-column .issue-name {
  margin: 0;
  border-radius: 8px 8px 0 0;
  padding: 11px 40px;
  color: #fff;
  position: relative;
}

.description-column .issue-name .star-icon,
.description-column .issue-name .star-icon {
  /* content: ''; */
  position: absolute;
  /* background-image: url('../assets/star.svg');
  background-repeat: no-repeat; */
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.description-column .issue-name .right-star {
  right: 10px;
}

.description-column .issue-name .left-star {
  left: 10px;
}

.description-column .bg-blue {
  background-color: #613bff;
}

.description-column .bg-red {
  background-color: #ff3e4c;
}

.description-column .content {
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}

.description-column .content p {
  font-size: 14px;
}

.share-panel {
  max-width: 570px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.share-icons {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding-left: 0;
}

.share-icons li {
  width: 40px;
  height: 40px;
  background: #4238aa;
  align-content: center;
}

.share-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.share-icons li a svg {
  height: 25px;
}

.share-icons li a svg path {
  fill: #fff;
}

.padding-bottom {
  padding-bottom: 40px;
}

.copy-guide {
  border-radius: 6px;
  min-width: 312px;
  margin-bottom: 30px;
}

.send-to-email {
  margin-bottom: 20px;
  display: block;
  color: #1D1A62;
  text-decoration: none;
  font-size: 17px;
  font-family: Cabin, sans-serif;
  border: 1px solid #4238aa;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
}

.send-to-email span {
  position: relative;
  top: -6px;
}

.send-to-email svg {
  width: 33px;
  position: relative;
  top: 4px;
  margin-left: 20px;
}

.send-to-email svg path {
  fill: #4238aa;
}

.hide-template {
  display: none;
}

@media (max-width: 600px) {
  .issue-guide-quick-menu {
    background: #fff;
    padding: 20px;
  }
}

@container (max-width: 1023px) {
  .text-container h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@container (max-width: 500px) {
  .text-container {
    width: 100%;
    margin-top: 15px;
  }
  .candidate-headshot-wrap {
    display: block;
    text-align: center;
  }
  .content-box .image-container {
    margin: 0 auto;
  }
  .text-container h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .candidate-row,
  .description-row {
    display: block;
  }

  .content-box .description-row,
  .content-box .candidate-row {
    display: block;
    margin-top: 30px;
  }

  .description-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .share-modal-inner {
    width: 90%;
  }

  .modal-header h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .cta-buttom-full-width.download {
    padding: 10px 15px;
    font-size: 17px;
  }
}

@container (max-width: 464px) {
  .candidate-column {
    display: block;
    width: 100%;
  }

  /* .text-container {
    width: 100%;
  } */
}

@container (max-width: 330px) {
  /* .text-container h3 {
    font-size: 14px;
    line-height: 20px;
  } */

  /* .text-container p {
    font-size: 11px;
  } */

  /* .content-box .image-container {
    width: 90px;
    height: 90px;
  } */

  /* .candidate-column {
    width: 100%;
  } */

  .description-column .issue-name {
    padding: 11px 35px;
    font-size: 15px;
    line-height: 24px;
  }
}

.hide-table{
  display: none;
}

