@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.event-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 100%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.event-box.dem::after {
  background: url("../images/State-bg-dem.svg") no-repeat right top;
  background-size: contain;
}
.event-box.rep::after {
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
}
.event-box .badge-btn {
  position: relative;
  z-index: 1;
}

body {
  font-family: "Roboto", serif;
}

.back-wrap h6,
.see-allPage > .container h3,
.see-allPage > .voter-dashboard > .container h3 {
  font-family: "Roboto Condensed", serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #221F1E !important;
  margin-bottom: 6px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}

.back-wrap h6 {
  font-size: 20px !important;
}

.see-allPage h3 {
  font-size: 40px !important;
}

.dark-bg {
  background: rgb(253, 240, 213);
}

.navbar {
  color: #fff !important;
}
.navbar .nav-link {
  color: #003049 !important;
  text-decoration: none;
  cursor: pointer;
  margin-right: 40px;
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar .navbar-brand img {
  height: 58px;
  width: auto;
}
.navbar .btn {
  color: #fff;
  border-color: #080808;
  background: #080808;
  padding: 7px 25px;
  border-radius: 33px;
  text-decoration: none;
  height: 44px;
  font-size: clamp(12px, 2vw, 12px);
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}
.navbar .btn:hover {
  background: #4c5165;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler {
  border: 0;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-35 {
  margin-bottom: 35px;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  /* box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25); */
  background: rgb(253, 240, 213);
  height: 95px;
  display: flex;
  align-items: center;
}
.fixed-header::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.black-header .navbar .navbar-toggler-icon {
  background-image: url("../images/black-stroke.svg") !important;
}

.white-header {
  background: #fdf0d5;
}
.white-header .navbar .nav-link {
  color: #606579 !important;
}
.white-header .navbar .btn {
  color: #606579;
  border-color: #606579;
}
.white-header .navbar .btn:hover {
  background: #4c5165;
  color: #fff;
}

.header-space {
  padding-top: 95px;
}

.gray-bg {
  background: rgba(217, 217, 217, 0.5);
}

.signup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c0b9af;
  border-radius: 40px;
  background: url("../images/half-bg.svg") no-repeat;
  background-size: auto;
  background-position: right bottom;
  height: 224px;
  margin-bottom: 250px;
}
.signup-box .signup-box-left {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  border-radius: 40px 0 0 40px;
  z-index: 4;
  overflow: hidden;
  height: 100%;
}
.signup-box .signup-box-left::after {
  content: "";
  height: 203px;
  width: 148px;
  background: url("../images/signBoxBG.svg") no-repeat center center;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  mix-blend-mode: color-dodge;
}
.signup-box .signup-box-left img {
  height: 156px;
  width: 156px;
  border-radius: 50%;
}
.signup-box .btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-right: 60px;
}
.signup-box .btn-wrap .btn.btn-primary {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  border: 0;
  padding: 0;
  color: #221f1e;
  text-transform: uppercase;
}
.signup-box .btn-wrap .btn.btn-primary.card-btn {
  border-radius: 32px;
  background: #221f1e;
  color: #fdf0d5;
  padding: 20px 20px;
  min-width: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}
.signup-box.dem .btn.btn-primary.card-btn {
  background: #003049;
}
.signup-box.dem .btn.btn-primary.card-btn:hover {
  background: rgb(0, 14.4657534247, 22);
}
.signup-box.rep .btn.btn-primary.card-btn {
  background: #780000;
}
.signup-box.rep .btn.btn-primary.card-btn:hover {
  background: #450000;
}
.signup-box.independent .btn.btn-primary.card-btn {
  background: #491862;
}
.signup-box.independent .btn.btn-primary.card-btn:hover {
  background: rgb(42.4836065574, 13.9672131148, 57.0327868852);
}
.signup-box .signup-text {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 28.13px;
  color: #221f1e;
  text-transform: uppercase;
}
.signup-box .signup-text span {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 28.1px;
  text-transform: lowercase;
}
.signup-box .signup-text span.uName {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 28.13px;
  color: #006296;
  font-style: normal;
  text-transform: uppercase;
}
.signup-box .btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
  padding: 17px 36px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.signup-box .btn:hover {
  background: #4c5165;
}

#thankYouDialog {
  border: 1px solid rgb(96, 101, 121);
  border-radius: 8px;
  padding: 40px;
  font-size: 20px;
}
#thankYouDialog form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#thankYouDialog form button {
  border: 1px solid #333;
  padding: 8px 18px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#thankYouDialog form button:hover {
  background: #4c5165;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#messageboxdailog {
  border: 1px solid rgb(96, 101, 121);
  border-radius: 8px;
  padding: 40px;
  font-size: 20px;
  background: #ececec;
  min-width: 650px;
}
#messageboxdailog::backdrop {
  background: #000000;
  opacity: 0.6;
}
#messageboxdailog .close-dialog {
  position: absolute;
  border: 0;
  top: 10px;
  right: 10px;
  padding: 0;
}
#messageboxdailog p {
  color: #606579;
  margin-bottom: 20px;
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
#messageboxdailog form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 18px;
}
#messageboxdailog form textarea {
  font-size: 16px;
  padding: 6px;
  border: 1px solid #898d9c;
  resize: none;
  height: 140px;
  border-radius: 3px;
}
#messageboxdailog form textarea:focus, #messageboxdailog form textarea:active, #messageboxdailog form textarea:hover, #messageboxdailog form textarea:focus-visible, #messageboxdailog form textarea:focus-within {
  border-color: #898d9c;
  outline: 0;
}
#messageboxdailog form button {
  border: 1px solid #333;
  padding: 8px 18px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#messageboxdailog form button:hover {
  background: #4c5165;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#volunter-frame .submit-box {
  background: #606579;
  color: #fff;
  border-radius: 14px;
}
#volunter-frame .submit-box h2.font-bold {
  color: #fff;
}

.gray-candidate-box .btn {
  color: rgb(96, 101, 121);
  border-color: rgb(96, 101, 121);
}
.gray-candidate-box .btn:hover {
  background: #4c5165;
  color: #fff;
}
.gray-candidate-box h2.font-bold {
  color: #606579;
  margin: 0;
}

main {
  min-height: calc(100vh - 200px);
}

footer {
  position: sticky;
  background: #fff;
  z-index: 9;
}

.theme-bg {
  background-color: #f5e5c7;
}

.footer {
  padding: 82px 0;
}
.footer .up-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: auto;
  margin-left: 70px;
}
.footer .up-icon img {
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.footer ul li a {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #003049;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li.strong-btns a {
  font-weight: 700;
}
.footer ul.social-wrap {
  margin-bottom: 0;
  gap: 16px;
}
.footer ul.beGood-wrap .foot-signup-btn {
  background: transparent;
  padding: 17px 36px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: rgb(96, 101, 121);
  border: 2px solid rgb(96, 101, 121);
  display: inline-block;
}
.footer ul.beGood-wrap .foot-signup-btn:hover {
  background: #4c5165;
  color: #fff;
}
.footer ul.beGood-wrap .btn {
  padding: 0px 40px 10px;
  display: inline-block;
  line-height: 32px;
}
.footer ul.beGood-wrap .btn:hover {
  text-decoration: underline;
}
.footer .copy-right {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 48, 73, 0.6);
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .navbar .mobile-menu {
    display: inline-flex;
    gap: 4px;
  }
  .navbar .mobile-menu .mobile-logo {
    display: inline-block !important;
    margin-right: 0;
    max-width: 130px;
  }
  .navbar .mobile-menu .mobile-logo img {
    max-width: 90%;
    height: auto;
  }
  .navbar .mobile-signUp {
    padding: 7px 15px;
  }
  .navbar .navbar-nav.mb-2 {
    padding-left: 16px;
  }
  .navbar .navbar-nav.mb-2 .nav-link {
    line-height: 30px;
  }
  .signup-box {
    gap: 20px;
  }
  .signup-box .signup-text {
    text-align: center;
  }
  .signup-box .btn {
    padding: 17px 20px;
    min-width: 180px;
  }
  .mb-75 {
    margin-bottom: 45px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.onboardContainer {
  margin-top: 45px;
  padding-bottom: 83px;
}
.onboardContainer .bg-box {
  background-size: cover;
  height: 100%;
  position: relative;
}
.onboardContainer .bg-box::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/Dashboard-bg.svg") no-repeat center center;
}
.onboardContainer .onboardHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #080808;
  padding-left: 78px;
  margin-top: 57px;
}
.onboardContainer .onboardBox {
  padding: 71px 47px 45px 47px;
  border-radius: 16px;
  position: relative;
  border: 1px solid #c7c0b4;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  background: #fcf4e3;
  min-height: 650px;
  z-index: 8;
}
.onboardContainer .onboardBox::after {
  content: "";
  position: absolute;
  border: 1px solid #C7C0B4;
  border-left: 0;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1215686275);
  height: 90%;
  width: 12px;
  background: transparent;
  top: 5%;
  right: -12px;
  border-radius: 0px 20px 20px 0;
  opacity: 0.8;
  z-index: 1;
}
.onboardContainer .onboardBox::before {
  content: "";
  position: absolute;
  border: 1px solid #C7C0B4;
  border-left: 0;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1215686275);
  height: 70%;
  width: 10px;
  background: transparent;
  top: 15%;
  right: -22px;
  border-radius: 0px 20px 20px 0;
  opacity: 0.4;
  z-index: 1;
}
.onboardContainer .onboardBox .img-fluid {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 16px 0 0;
}
.onboardContainer .onboardBox .box-count {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  font-variant: small-caps;
  color: #fcf4e3;
}
.onboardContainer .onboardBox .btn.btn-primary {
  background: #080808;
  color: #fdf0d5;
  border: 0;
  padding: 16px 36px;
  min-width: 138px;
  border-radius: 66px;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.onboardContainer .onboardBox .treasurer-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.onboardContainer .onboardBox .treasurer-header h2 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #221f1e;
  margin-bottom: 0;
}
.onboardContainer .onboardBox .treasurer-header .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #726a5a;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #726a5a;
  cursor: pointer;
}
.onboardContainer .subHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 40px;
}
.onboardContainer .subHeading.smallHeading {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}
.onboardContainer .infoHeading {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #726a5a;
  margin-bottom: 30px;
}
.onboardContainer .infoHeading span {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 100%;
  color: #221f1e;
}
.onboardContainer .verificationBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 167px;
  padding-bottom: 90px;
  border-bottom: 1px solid #c0b9af;
}
.onboardContainer .verificationBox p {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726a5a;
  margin-bottom: 4px;
}
.onboardContainer .verificationBox a,
.onboardContainer .verificationBox input[type=submit] {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #003049;
}
.onboardContainer .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #726a5a;
  margin-bottom: 7px;
}
.onboardContainer .new_candidate .form-label.text-uppercase {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  color: #726a5a;
}
.onboardContainer .form-control,
.onboardContainer .form-select {
  font-family: "Roboto", serif;
  height: 44px;
  border: 0.77px solid #726a5a;
  padding: 12px 40px 12px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #080808;
  background-color: #fcf4e3;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .form-control:focus,
.onboardContainer .form-select:focus {
  background-color: #fdf0d5;
  border-color: #080808;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .form-control::placeholder,
.onboardContainer .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(114, 106, 90, 0.5);
}
.onboardContainer .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.onboardContainer .custom-dropdown .styled-dropdown {
  padding: 0 20px 0 0;
  background-color: #fdf4e3;
  border: 0;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  align-items: center;
  position: relative;
  font-family: Roboto;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
}
.onboardContainer .custom-dropdown .styled-dropdown::after {
  display: none;
}
.onboardContainer .custom-dropdown .styled-dropdown .arrow-toggle {
  border: 1.26px solid #221f1e;
  border-radius: 5px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .styled-dropdown .arrow-toggle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid #221f1e;
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .styled-dropdown.show .arrow-toggle {
  background: #003049;
  padding-top: 10px;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .styled-dropdown.show .arrow-toggle::after {
  border: solid #fdf0d5;
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(225deg);
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .dropdown-menu {
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  border: 0;
  border-radius: 16px;
  background-color: #fcf4e3;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  padding: 10px;
}
.onboardContainer .custom-dropdown .dropdown-menu li {
  padding: 10px 10px;
  position: relative;
}
.onboardContainer .custom-dropdown .dropdown-menu li::after {
  content: "";
  position: absolute;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 1px;
  background: #c0b9af;
  left: 0;
  right: 0;
  transform: translate(0px, 13px);
}
.onboardContainer .custom-dropdown .dropdown-menu .dropdown-item {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  text-transform: uppercase;
  color: #003049;
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  width: auto;
  background: #fdf4e3;
  z-index: 1;
  padding-right: 10px;
}

.comparison-page .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  height: 60px;
  border: 1px solid #c0b9af;
}
.comparison-page .back-wrap .badgeClass .add-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
  padding: 11px 15px;
  border: 1px solid #c0b9af;
  border-radius: 50px;
  text-decoration: none;
}
.comparison-page .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.comparison-page .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comparison-page .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.comparison-page .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.comparison-page .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 0;
}
.comparison-page .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.comparison-page .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.comparison-page .candidate-slots {
  position: sticky;
  top: 20px; /* Distance from the top of the viewport */
  z-index: 1000; /* Ensure it stays above other elements */
  background-color: #fdf0d5; /* Prevent transparency issues */
  transition: box-shadow 0.3s ease;
}
.comparison-page .candidate-slots.sticky-shadow .card {
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
}
.comparison-page .candidate-slots .card-row .mb-5 {
  margin: 0 !important;
}
.comparison-page .candidate-slots .card {
  border: 1px solid #c0b9af;
  background: #fdf0d5;
  border-radius: 12px;
  background: url("../images/Compare-right-bg.svg") no-repeat bottom right;
}
.comparison-page .candidate-slots .card .card-head {
  display: none;
}
.comparison-page .candidate-slots .card .closeWrapper {
  height: 29px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  top: -15px;
  right: -15px;
  position: absolute;
  z-index: 3;
  background: url("../images/card-close.svg") no-repeat center center;
}
.comparison-page .candidate-slots .card .closeWrapper .btn {
  padding: 0;
  height: 100%;
  width: 100%;
}
.comparison-page .candidate-slots .card .card-body {
  padding: 25px 12px 7px 12px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  background: url("../images/Compare-left-bg.svg") no-repeat top left;
  position: relative;
  margin-top: 0;
}
.comparison-page .candidate-slots .card .card-body::before {
  content: "";
  background: url("../images/compare-challenge-bg.svg") no-repeat top left;
  background-size: cover;
  width: 104px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 10px;
}
.comparison-page .candidate-slots .card .card-body .card-avtar {
  width: 103px;
  height: 101px;
  position: relative;
  top: 0;
  left: 0;
}
.comparison-page .candidate-slots .card .card-body .card-party-text {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  width: calc(100% - 123px);
  font-family: "Roboto", serif;
}
.comparison-page .candidate-slots .card .card-body .candidate-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #221f1e;
  margin: 0;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.comparison-page .candidate-slots .card .card-body .candidate-rank {
  font-weight: 700;
  font-size: 14px;
  line-height: 20.87px;
  text-transform: uppercase;
  color: #726a5a;
  margin: 0;
}
.comparison-page .candidate-slots .card .card-body .position-relative .card-body {
  padding: 18px;
}
.comparison-page .candidate-slots .card .card-body .position-relative .closeBtn {
  height: 40px;
  width: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  top: -15px;
  right: -12px;
}
.comparison-page .candidate-slots .card .card-body .position-relative .closeBtn i {
  font-size: 20px;
  color: #606579;
}
.comparison-page .candidate-slots .card .card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
.comparison-page .candidate-slots .card .card-footer .btn,
.comparison-page .candidate-slots .card .card-footer .button_to,
.comparison-page .candidate-slots .card .card-footer .btn-custom-class,
.comparison-page .candidate-slots .card .card-footer .unshortlisted-wrap form.button_to,
.comparison-page .candidate-slots .card .card-footer .unshortlisted-wrap {
  width: auto;
}
.comparison-page .candidate-slots .card .card-footer .shortlist-btn {
  border-radius: 12px;
  background: #221f1e;
  color: #fdf0d5;
  padding: 15px 24px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.comparison-page .candidate-slots .card .card-footer .shortlist-btn img {
  height: 16px;
  width: 15px;
  margin-top: -2px;
}
.comparison-page .candidate-slots .card .card-footer .add-teamBtn img {
  height: 19px;
  width: 24px;
  margin-top: -2px;
}
.comparison-page .candidate-slots .card .card-footer .view-profileBtn {
  display: none;
}
.comparison-page .candidate-slots .card .card-footer .remove-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #726a5a;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
}
.comparison-page .candidate-slots .card .card-footer .remove-btn img {
  height: 16px;
  width: 15px;
}
.comparison-page .candidate-slots .emptyCard {
  padding: 0 70px;
  display: flex;
  height: 100%;
  min-height: 198px;
  align-items: center;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 12px;
  border: 0;
  background: none;
}
.comparison-page .candidate-slots .emptyCard .card-body {
  padding: 0;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
}
.comparison-page .candidate-slots .emptyCard .card-body::before {
  display: none;
}
.comparison-page .candidate-slots .emptyCard .round-addBtn {
  height: 88px;
  width: 88px;
  background: #d9d9d9;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.comparison-page .candidate-slots .emptyCard .round-addBtn img {
  height: 32px;
  width: 32px;
}
.comparison-page .candidate-slots .emptyCard .addText {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #726a5a;
  margin-bottom: 20px;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container {
  width: 100%;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidate-search-input {
  background: #fdf0d5;
  border: 1px solid #c7c0b4;
  border-radius: 8px;
  padding: 10px 1rem;
  height: 40px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #221f1e;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidate-search-input::placeholder {
  color: rgba(114, 106, 90, 0.5);
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .search-field-container::after {
  display: none;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fcf4e3;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list {
  padding: 12px;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item {
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item:hover {
  background: #ecdfc6;
  transition: all 0.2s ease-in-out;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result {
  padding: 9px 11px;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 55px);
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names .fw-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #003049;
  margin: 0;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names .depart-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #726a5a;
  margin: 0;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names .party-icon {
  width: 17px;
  height: 18px;
}
.comparison-page .candidate-slots .emptyCard .search-results-container .form-control {
  height: 44px;
  border-color: #cfd1d8;
  border-radius: 6px;
  padding: 14px 16px;
}
.comparison-page .candidate-slots .emptyCard .search-results-container .searchList:empty {
  display: none !important;
}
.comparison-page .candidate-slots .emptyCard .search-results-container .bi-search {
  color: #606579;
}
.comparison-page .candidate-slots .emptyCard #candidate_id {
  width: 100%;
  margin-bottom: 24px;
  height: 44px;
  border-color: #cfd1d8;
  border-radius: 6px;
  padding: 8px 16px;
}
.comparison-page .candidate-slots .emptyCard input[type=submit] {
  background: #606579;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
}
.comparison-page .candidate-slots .emptyCard .candidateName {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #606579;
}
.comparison-page .candidate-slots .emptyCard .text-muted {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #606579;
}
.comparison-page .comparison-section {
  margin-bottom: 85px;
  box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.1019607843);
}
.comparison-page .comparison-section .accordion-body {
  padding: 0 24px;
}
.comparison-page .comparison-section .sub-con .accordion-item {
  border-left: 0;
  border-right: 0;
}
.comparison-page .comparison-section .accordion-button {
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #606579;
}
.comparison-page .comparison-section .accordion-button:focus, .comparison-page .comparison-section .accordion-button:active, .comparison-page .comparison-section .accordion-button:hover {
  box-shadow: none;
  outline: 0;
  background: #fff;
}
.comparison-page .comparison-section .accordion-button:not(.collapsed) {
  background: #fff;
}
.comparison-page .comparison-section .accordion-button .bi.bi-chevron-down {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.comparison-page .comparison-section .accordion-button.collapsed .bi.bi-chevron-down {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.comparison-page .comparison-section .accordion-button::after {
  display: none;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button {
  font-size: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button .plusIcon {
  height: 18px;
  width: 18px;
  background: #606579;
  border-radius: 4px;
  display: none;
  align-items: center;
  justify-content: center;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button .fa-plus {
  display: none;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button .fa-plus,
.comparison-page .comparison-section .accordion-collapse .accordion-button .fa-minus {
  font-size: 12px;
  color: #fff;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button.collapsed .plusIcon .fa-minus {
  display: none;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button.collapsed .plusIcon .fa-plus {
  display: block;
}
.comparison-page .background-body {
  padding: 0 18px;
}
.comparison-page .background-body .background-data:nth-child(2) {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.comparison-page .background-Personal .issue-header {
  padding-bottom: 24px;
}
.comparison-page .background-Personal .issue-header.issueSubHeader {
  margin: 20px 0;
  padding: 0px;
}
.comparison-page .issue-header.issueSubHeader {
  padding-bottom: 12px;
}
.comparison-page .issue-header.issueSubHeader .text-secondary {
  font-size: 20px;
  padding: 0px;
}
.comparison-page .issue-header .sub-head {
  font-size: 20px;
}
.comparison-page .issue-header .fa {
  text-align: center;
  color: #606579;
}
.comparison-page .accordion-wrpper {
  border: 1px solid #c7c0b4;
  border-radius: 10px;
  box-shadow: none !important;
  background: #f5e5c7;
}
.comparison-page .accordion-wrpper .accordion-toggleHead {
  padding: 0;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header {
  padding: 0;
  height: 84px;
  background: #f5e5c7;
  border-radius: 10px;
  cursor: pointer;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header h6 {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
  margin-right: 4px;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header i.fa {
  border: 1px solid #003049;
  border-radius: 5px;
  height: 23px;
  width: 23px;
  color: #003049;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header i.fa.fa-chevron-up {
  background: #003049;
  color: #f5e5c7;
  transition: all 0.25s ease-in-out;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body {
  border-top: 1px solid #c7c0b4;
  background: #fdf0d5;
  border-radius: 0 0 10px 10px;
  padding: 0 12px;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .background-data.border-bottom {
  border-color: #c7c0b4 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .candidate-issue-card {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.2px;
  color: #221f1e;
  margin: 0;
  padding: 30px 20px;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .row:last-child .background-data {
  border-bottom: 0 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issues-data .issue-body .p-3 {
  padding: 30px 20px !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issues-data .issue-body p.small {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 19.2px;
  color: #221f1e;
  margin: 0;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issues-data:last-child .issue-body .border-bottom {
  border-bottom: 0 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issueSubHeader {
  height: 56px;
  background: #fdf0d5;
  margin: 0;
  cursor: default;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issueSubHeader h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 16px;
  vertical-align: middle;
  color: #780000;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issueSubHeader i.fa {
  color: #780000;
  border: 0;
  height: auto;
  width: auto;
  background: transparent;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body {
  padding: 0;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body .issue-body .border-top,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body .issue-body .border-bottom,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body .issue-body .border-end {
  border-color: #c7c0b4 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .endorsement-row .border-bottom,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .endorsement-row .border-top,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .endorsement-row .border-end {
  border-color: #c7c0b4 !important;
}

.filterGroup {
  display: flex;
  width: 100%;
}
.filterGroup .btn.btn-primary {
  width: 100%;
  background: #fff;
  color: #606579;
  border-color: #606579;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}
.filterGroup .btn.btn-primary.active {
  background: #606579;
  color: #fff;
}

.shortlist-modal .modal-content {
  border: 0;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  border-radius: 16px;
  background-color: #FBF0DA;
}
.shortlist-modal .modal-body {
  padding: 76px 44px 50px 44px;
  border-radius: 16px;
}
.shortlist-modal .modal-body .btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  height: auto;
  width: auto;
  border-radius: 0 16px 0 0;
  opacity: 1;
}
.shortlist-modal .modal-body .btn-close .close-bg {
  border-radius: 0 16px 0 0;
}
.shortlist-modal .modal-body .btn-close .close-icon {
  position: absolute;
  z-index: 9;
  height: 34px;
  width: 34px;
  top: 13px;
  right: 13px;
}
.shortlist-modal .modal-body .btn-close::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.shortlist-modal .modal-body .btn-close:focus, .shortlist-modal .modal-body .btn-close:active, .shortlist-modal .modal-body .btn-close:hover {
  outline: 0;
  box-shadow: none;
}
.shortlist-modal .modal-body .shortlist-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
.shortlist-modal .modal-body .shortlist-wrap .profile-image .img-box {
  height: 137px;
  width: 137px;
  border-radius: 50%;
  background: #d9d9d9;
  position: relative;
}
.shortlist-modal .modal-body .shortlist-wrap .profile-image .img-box .img-fluid {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.shortlist-modal .modal-body .shortlist-wrap .profile-image .img-box .thumb-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 34px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content h5 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 4px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content .moment-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 11px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content ul {
  padding-left: 18px;
  margin-bottom: 48px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content ul li {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 16px;
}
.shortlist-modal .modal-body .modal-btns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.shortlist-modal .modal-body .modal-btns .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 22px 26px;
  border: 0;
  border-radius: 12px;
  min-height: 48px;
}
.shortlist-modal .modal-body .modal-btns .btn.btn-primary {
  background: transparent;
  border: 0;
  width: auto;
  padding: 12px 26px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
}
.shortlist-modal .modal-body .modal-btns .btn.btn-secondary {
  background: #221F1E;
  color: #FDF0D5;
  width: auto;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.shortlist-modal .modal-body .modal-btns .button_to {
  width: auto;
}

.accordion-button:not(.collapsed) .fa-plus {
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

.accordion-button .fa-plus {
  transition: transform 0.2s ease-in-out;
}

.candidate-issue-card {
  padding: 15px;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
}

.issue-description {
  margin-top: 10px;
}

.volunteerModal select {
  width: 100%;
  padding: 15px 15px !important;
}

.abouPage .aboutBanner {
  display: flex;
  align-items: center;
  padding-bottom: 105px;
  position: relative;
}
.abouPage .aboutBanner::after {
  content: "";
  position: absolute;
  background: url("../images/about-map.svg") no-repeat top center;
  height: 400px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
}
.abouPage .aboutBanner .aboutPageTitle {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 90%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  position: relative;
  z-index: 1;
}
.abouPage .aboutBanner .aboutPageTitle span {
  color: #006296;
}
.abouPage .aboutBanner .aboutPageTitle span.red-text {
  color: #780000;
}
.abouPage .aboutBanner .aboutPageText {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
}
.abouPage .aboutBanner .aboutPageImage {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}
.abouPage .aboutBanner .aboutPageImage img {
  width: 411px;
  height: auto;
}
.abouPage .ourMission {
  padding: 0px 0 73px 0;
}
.abouPage .ourMission .align-class {
  display: flex;
  align-items: flex-end;
}
.abouPage .ourMission .missionImage {
  background: #ececec;
  height: 100%;
  position: relative;
}
.abouPage .ourMission .missionImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #ececec;
  z-index: 1;
}
.abouPage .ourMission .missionText .missionTitle {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 20px;
}
.abouPage .ourMission .missionText .visionTitle {
  margin-top: 79px;
}
.abouPage .ourMission .missionText .missionDescription {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
}
.abouPage .ourMission .missionText.pos-relative .missionTitle {
  position: absolute;
  bottom: 60px;
  right: 0;
}
.abouPage .ourMission .layer-logo {
  margin-top: 74px;
  margin-bottom: 50px;
}
.abouPage .ourMission .mb-120 {
  margin-bottom: 120px;
}
.abouPage .ourMission .quoteText {
  margin-bottom: 70px;
}
.abouPage .ourMission .quoteText .missionDescription {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #780000;
  margin-bottom: 37px;
  padding-top: 83px;
  position: relative;
  z-index: 1;
}
.abouPage .ourMission .quoteText .missionDescription::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -40px;
  width: 205px;
  height: 128px;
  background: url("../images/Quote.svg") no-repeat center center;
  background-size: contain;
  z-index: -1;
  opacity: 20%;
}
.abouPage .ourMission .quoteText .quote-owner {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726A5A;
  margin-bottom: 0;
}
.abouPage .valuesSection {
  padding: 73px 0 87px 0;
  background-color: #ececec;
}
.abouPage .valuesSection h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #606579;
  margin-bottom: 50px;
}
.abouPage .valuesSection .valuesCard {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.abouPage .valuesSection .valuesCard .valuesImage {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(96, 101, 121, 0.2);
}
.abouPage .valuesSection .valuesCard .valuesImage img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.abouPage .valuesSection .valuesCard .valuesText {
  font-family: Inter;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #606579;
}
.abouPage .howItstarted {
  padding: 120px 0 140px 0;
}
.abouPage .howItstarted h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
}
.abouPage .howItstarted .howItStartedText {
  font-family: Inter;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 72px;
}
.abouPage .howItstarted .howItStartedText.styledText {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0px;
}
.abouPage .howItstarted .devideText {
  height: 2px;
  background: #d9d9d9;
  width: 150px;
  margin: 0 auto 67px;
}
.abouPage .teamSection {
  padding: 143px 0 84px 0;
}
.abouPage .teamSection h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 10px;
}
.abouPage .teamSection .missionDescription {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 78px;
}
.abouPage .teamSection .teamCard {
  background: rgba(96, 101, 121, 0.1);
  border-radius: 56px;
  display: flex;
  gap: 54px;
  margin-bottom: 24px;
}
.abouPage .teamSection .teamCard .teamImage {
  border-radius: 56px;
  width: 376px;
  display: inline-flex;
  align-items: center;
}
.abouPage .teamSection .teamCard .teamImage img {
  border-radius: 56px;
  width: 100%;
}
.abouPage .teamSection .teamCard .teamText {
  flex: 1;
  padding: 30px 60px 30px 0;
}
.abouPage .teamSection .teamCard .teamText h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #606579;
  margin-bottom: 40px;
}
.abouPage .teamSection .teamCard .teamText p {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
  margin-bottom: 0;
}
.abouPage .teamSection .teamCard.rightAligned .teamText {
  padding: 30px 0 30px 60px;
  text-align: right;
}
.abouPage .teamSection .card-grp .teamCard:last-child {
  margin-bottom: 76px;
}
.abouPage .teamSection .vertcalTeamSection {
  margin-bottom: 84px;
}
.abouPage .teamSection .verticalTeamCard {
  border-radius: 56px;
  background: #eff0f2;
  height: 100%;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamImage {
  height: 296px;
  width: 100%;
  background: #e1e2e6;
  border-radius: 56px;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamImage img {
  border-radius: 56px;
  width: 100%;
  height: 100%;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamText {
  padding: 40px 40px 78px;
  text-align: center;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamText h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #606579;
  margin-bottom: 11px;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamText p {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #606579;
  margin-bottom: 0;
}
.abouPage .teamSection .new-teamCard {
  padding: 51px;
}
.abouPage .teamSection .new-teamCard .team-image {
  width: 197px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.abouPage .teamSection .new-teamCard .team-name {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  line-height: 15.61px;
  letter-spacing: 0%;
  text-align: center;
  color: #221f1e;
  margin-bottom: 25px;
}
.abouPage .teamSection .new-teamCard .post-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 19.6px;
  line-height: 18.59px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 36px;
  color: #780000;
}
.abouPage .teamSection .new-teamCard .team-discription {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #003049;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.abouPage .teamSection .new-teamCard .team-discription p {
  margin-bottom: 10px;
}
.abouPage .teamSection .new-teamCard .team-discription.no-truncate {
  -webkit-line-clamp: 50;
}
.abouPage .teamSection .new-teamCard .team-read {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #780000;
  text-decoration: none;
}
.abouPage .partCtzn {
  padding: 100px 0 80px 0;
}
.abouPage .partCtzn h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 10px;
}
.abouPage .partCtzn .for-voters {
  background: url("../images/Voter-bg.svg") no-repeat center right;
  padding: 190px 0;
  position: relative;
  margin-bottom: 40px;
}
.abouPage .partCtzn .for-voters .vote-check {
  position: absolute;
  top: 20%;
  right: -60px;
  transform: translate(0px, 50%);
}
.abouPage .partCtzn .for-voters h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 10px;
}
.abouPage .partCtzn .for-voters .vote-discription {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 15px;
}
.abouPage .partCtzn .for-voters .sign-btn {
  background: #221F1E;
  border-radius: 51px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  text-decoration: none;
  height: 66px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  width: 312px;
  justify-content: center;
  margin-top: 45px;
}
.abouPage .partCtzn .for-candidates {
  padding-bottom: 80px;
}
.abouPage .partCtzn .for-candidates .bg-box {
  position: relative;
  background: url("../images/Voter-bg.svg") no-repeat center left;
  padding: 190px 0;
  height: 490px;
}
.abouPage .partCtzn .for-candidates .bg-box img {
  position: absolute;
  top: 50px;
  left: -104px;
}
.abouPage .partCtzn .for-candidates .text-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
}
.abouPage .partCtzn .for-candidates .text-section h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 10px;
}
.abouPage .partCtzn .for-candidates .text-section .vote-discription {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 15px;
}
.abouPage .partCtzn .for-candidates .text-section .sign-btn {
  background: #221F1E;
  border-radius: 51px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  text-decoration: none;
  height: 66px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  width: 312px;
  justify-content: center;
  margin-top: 45px;
}
.abouPage .getTouchSection {
  padding: 83px 0 30px 0;
}
.abouPage .getTouchSection h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 40px;
}
.abouPage .getTouchSection .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}
.abouPage .getTouchSection .form-control {
  background: #fcf4e3;
  border: 1px solid #c0b9af;
  border-radius: 7.71px !important;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221f1e;
  width: 100%;
  display: block;
  min-height: 44px;
  margin-bottom: 20px;
}
.abouPage .getTouchSection textarea.form-control {
  margin-bottom: 40px;
}
.abouPage .getTouchSection .form-control::placeholder,
.abouPage .getTouchSection .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(114, 106, 90, 0.5019607843);
}
.abouPage .getTouchSection textarea.form-control {
  height: 170px;
  resize: none;
}
.abouPage .getTouchSection .sendMsg {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 66px;
  height: 48px;
  color: #FDF0D5;
  background: #080808;
  border: 0;
  padding: 10px 44px;
}
.abouPage .getTouchSection .logo-wrapper {
  display: inline-flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}
.abouPage .getTouchSection .touch-form {
  position: relative;
  border: 1px solid #C7C0B4;
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  background-color: #FBF0DA;
  padding: 80px 68px 80px;
}
.abouPage .getTouchSection .touch-form .close-bg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 16px 0 0;
}
.abouPage .getTouchSection .touch-form::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.office-levelState {
  position: relative;
  z-index: 1;
}
.office-levelState .back-wrap {
  margin-bottom: 0 !important;
}
.office-levelState .back-wrap .badgeClass {
  font-weight: 500;
  font-size: 12px;
  line-height: 12.14px;
  text-align: center;
  padding: 8px 2px;
  color: #726a5a;
  background-color: #fdf0d5;
  border: 1px solid #726a5a;
  border-radius: 8px;
  text-transform: uppercase;
}
.office-levelState .back-wrap .badgeClass p {
  margin: 0;
  padding: 0 10px;
  color: #726a5a;
}
.office-levelState .number-devider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  margin-top: 62px;
}
.office-levelState .number-devider::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.office-levelState .number-devider h3 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #080808;
  margin: 0;
  position: relative;
  z-index: 1;
  background: #fdf0d5;
  padding: 0 12px;
}
.office-levelState .number-devider h3 span {
  color: #FDF0D5;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: url("../images/count-bg.svg") no-repeat center center;
  background-size: contain;
  padding: 10px;
  margin-left: 10px;
}
.office-levelState .number-devider .allbtn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #080808;
  text-decoration: none;
  position: absolute;
  right: 0;
  background: #fdf0d5;
  padding-left: 5px;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}
.office-levelState .shortlistWrap {
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  padding: 20px 28px;
  margin-bottom: 39px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  background: #FBF0DA;
}
.office-levelState .shortlistWrap .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.office-levelState .shortlistWrap .content-wrap .selected-users {
  display: flex;
  align-items: center;
  gap: 16px;
}
.office-levelState .shortlistWrap .content-wrap .selected-users .selected-usersImg {
  display: flex;
  align-items: center;
}
.office-levelState .shortlistWrap .content-wrap .selected-users .selected-usersImg .img-thumbnail {
  height: 48px;
  width: 48px;
  padding: 0;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.office-levelState .shortlistWrap .content-wrap .selected-users .selected-usersImg .img-thumbnail:not(:first-child) {
  margin-left: -15px;
}
.office-levelState .shortlistWrap .content-wrap .selected-users p {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #003049;
  margin: 0;
}
.office-levelState .shortlistWrap .content-wrap .button-wrap .compareBtn {
  background: #080808;
  color: #FDF0D5;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 200px;
}

.favorites-tabs {
  margin: 36px 0 0;
}
.favorites-tabs .tabWrapper {
  border: 1px solid #C0B9AF;
  padding: 15px 0px;
}
.favorites-tabs .nav-tabs {
  background: transparent;
  font-family: "Roboto", serif;
  border-bottom: 0;
  gap: 0;
}
.favorites-tabs .nav-tabs .nav-item {
  margin-right: 18px;
  padding-right: 18px;
  position: relative;
}
.favorites-tabs .nav-tabs .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  height: 16px;
  width: 2px;
  background-color: #C0B9AF;
}
.favorites-tabs .nav-tabs .nav-item:last-child::after {
  display: none;
}
.favorites-tabs .nav-tabs .nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
  background: transparent;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding: 4px 0px;
}
.favorites-tabs .nav-tabs .nav-link:hover {
  border-bottom: 1px solid #221F1E;
}
.favorites-tabs .nav-tabs .nav-link.active {
  color: #221F1E;
  border-bottom: 2px solid #221F1E;
}
.favorites-tabs .selectBox {
  display: flex;
  margin-top: 30px;
}
.favorites-tabs .selectBox .form-select {
  border-color: rgb(0, 0, 0);
  border-radius: 0;
  line-height: normal;
  width: 180px;
}
.favorites-tabs .number-devider {
  margin-top: 38px;
  margin-bottom: 20px;
}
.favorites-tabs .number-devider .allbtn {
  text-decoration: none;
}

.endorsements-list .endorsement-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.endorsements-list .endorsement-item h4 {
  margin-bottom: 8px;
  font-weight: 600;
}
.endorsements-list .endorsement-item p.text-muted {
  margin-bottom: 0;
}

.empty-state {
  background-color: #FDF0D5;
  border-radius: 8px;
  padding: 64px 24px;
  margin: 24px 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #C0B9AF;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
}
.empty-state p {
  margin: 0;
}

.see-allPage {
  background: #fdf0d5;
}
.see-allPage .profile-img-wrap {
  border: 1px solid #c0b9af;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 77px;
}
.see-allPage .profile-img-wrap img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
}
.see-allPage .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  height: 60px;
  border: 1px solid #c0b9af;
}
.see-allPage .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.see-allPage .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.see-allPage .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.see-allPage .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.see-allPage .back-wrap .flex-wrapper h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #606579;
  margin: 0 !important;
}
.see-allPage .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.see-allPage .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.see-allPage .back-wrap .chip-in .chip-in-btn {
  background: #003049;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 12px;
}
.see-allPage .back-wrap .chip-in .chip-in-btn p {
  margin: 0;
}
.see-allPage .back-wrap .chip-in .chip-in-btn p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
}
.see-allPage .back-wrap .chip-in .chip-in-btn p img {
  margin-left: 14px;
}
.see-allPage .back-wrap .chip-in.dem .chip-in-btn {
  background: #003049;
}
.see-allPage .back-wrap .chip-in.dem .chip-in-btn:hover {
  background: rgb(0, 14.4657534247, 22);
}
.see-allPage .back-wrap .chip-in.rep .chip-in-btn {
  background: #780000;
}
.see-allPage .back-wrap .chip-in.rep .chip-in-btn:hover {
  background: #450000;
}
.see-allPage .back-wrap .chip-in.independent .chip-in-btn {
  background: #491862;
}
.see-allPage .back-wrap .chip-in.independent .chip-in-btn:hover {
  background: rgb(42.4836065574, 13.9672131148, 57.0327868852);
}
.see-allPage .user-heading {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 16px;
  position: relative;
}
.see-allPage .user-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 72px;
  margin: 0 auto;
}
.see-allPage .moreData-heading {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 40px;
}
.see-allPage .party-text {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 95%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #726a5a;
  margin-bottom: 50px;
  position: relative;
  background: #fdf0d5;
  display: inline-flex;
  padding-right: 10px;
}
.see-allPage .moreData-text {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 30px;
}
.see-allPage .issues-wrapper {
  padding: 0px 0 40px 0;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 .tabs-container .nav-button.next {
  right: 80px;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 .tabs-container .nav-button.prev {
  left: 80px;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 .common-all-heading {
  display: none;
}
.see-allPage .signup-box {
  margin-top: 70px;
  margin-bottom: 80px;
}
.see-allPage .button-wrapper .buttons {
  font-family: "Roboto", serif;
  padding-top: 36px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
}
.see-allPage .button-wrapper .buttons .btn {
  border-radius: 52px;
  padding: 20px 43px;
  display: block;
  margin: 0 auto;
  border: 1px solid #c0b9af;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
}
.see-allPage .button-wrapper .buttons .btn.discard-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.see-allPage .button-wrapper .buttons .btn.shortlist-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.see-allPage .button-wrapper .buttons .btn.shortlist-btn img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn {
  background-color: #003049;
  border-color: #003049;
  color: #fdf0d5;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn.dem {
  background-color: #003049;
  border-color: #003049;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn.rep {
  background-color: #780000;
  border-color: #780000;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn.independent {
  background-color: #491862;
  border-color: #491862;
}
.see-allPage .slides-wrapper .readMore-btn {
  display: none;
}
.see-allPage .events-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .events-wrapper .section-header {
  margin-bottom: 0;
}
.see-allPage .events-wrapper .section-header .common-all-heading .all-btn {
  display: none;
}
.see-allPage .legislation-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .legislation-wrapper .common-all-heading .all-btn {
  display: none;
}
.see-allPage .about-add-wrap textarea {
  border: 1px solid #C7C0B4;
  border-radius: 7.71px;
  width: 100%;
  background: #fdf0d5;
  padding: 10px 16px;
  height: 400px;
  resize: none;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 14px;
}
.see-allPage .about-add-wrap [type=submit] {
  border: 0;
  padding: 18px 28px;
  background: #221F1E;
  border-radius: 52px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16.41px;
  text-align: center;
  text-transform: uppercase;
  color: #FCF4E3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.see-allPage .about-add-wrap a {
  color: #726A5A;
  padding: 18px 18px;
  border-radius: 52px;
  font-weight: 900;
  font-size: 14px;
  line-height: 16.41px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", serif;
}
.see-allPage .add-EndorsmentBtn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  border: 2px solid #C0B9AF;
  border-radius: 50px;
  padding: 18px 28px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 37px;
}
.see-allPage .add-EndorsmentBtn img {
  height: 12px;
  width: 12px;
}
.see-allPage .endorsement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 135px;
}
.see-allPage .endorsement-grid .endorsement-cell {
  background-color: #fdf0d5;
  padding: 1rem 60px;
  min-height: 88px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  border-bottom: 1px solid #ccc;
}
.see-allPage .endorsement-grid .endorsement-cell:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.see-allPage .endorsement-grid .endorsement-cell:nth-last-child(-n+2) {
  border-bottom: 0;
}
.see-allPage .endorsement-grid.odd-count .endorsement-cell:nth-last-child(-n+2) {
  border-bottom: 1px solid #ccc;
}
.see-allPage .endorsement-grid.odd-count .endorsement-cell:last-child {
  border-bottom: 0;
}
.see-allPage .press-showBox .signup-box, .see-allPage .press-showBox .updates-section {
  display: none;
}
.see-allPage .press-showBox .news-updates-wrapper .common-all-heading {
  display: none;
}
.see-allPage .press-showBox .news-updates-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .press-showBox .dark-bg .container.pb-4.pt-4 {
  display: none;
}
.see-allPage .about-seeAll-wrap .top-bar {
  display: none;
}
.see-allPage .about-seeAll-wrap .aboutSection {
  padding-top: 0;
}
.see-allPage .about-seeAll-wrap .aboutSection .col-md-3, .see-allPage .about-seeAll-wrap .aboutSection .read-moreAbout {
  display: none;
}
.see-allPage .about-seeAll-wrap .aboutSection .col-md-8 {
  width: 100% !important;
}
.see-allPage .about-seeAll-wrap .morAbout-text {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #726A5A;
}
.see-allPage .update-SeeAll .see-AllCards {
  border: 0;
  background: #fdf0d5;
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0B9AF;
  border-radius: 0;
  margin-left: 20px;
  position: relative;
}
.see-allPage .update-SeeAll .see-AllCards::before {
  content: "";
  background: url("../images/li-list-icon.svg") no-repeat left top;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 34px;
  left: -35px;
  z-index: 1;
  opacity: 20%;
}
.see-allPage .update-SeeAll .see-AllCards .card-body {
  padding: 0;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .text-muted {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  font-variant: small-caps;
  color: #726A5A;
  margin-bottom: 12px;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .card-text {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
  max-width: 50%;
  margin: 0;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .actions {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
  align-items: center;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .actions .skip-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  text-decoration: none;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .actions button {
  border: 1px solid #C0B9AF;
  border-radius: 50px;
  background: #FDF0D5;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #221F1E;
  padding: 10px 15px;
  height: 36px;
}
.see-allPage .event-box .event-discrip {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-SetUp .candidate-profile .back-wrap {
  margin-bottom: 80px;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726a5a;
  margin: 0;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper .profile-go-btn .profileBtn {
  background: #221f1e;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 12px;
  border: 0;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper .profile-go-btn .profileBtn p {
  margin: 0;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper .profile-go-btn .profileBtn p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
  margin: 0 3px;
}
.profile-SetUp .bannerWrapper .candidateNameBox {
  font-family: "Roboto Condensed", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url("../images/CTZN_Brand_Logo_Background.png") no-repeat right top;
  padding: 96px 0 0 83px;
  background-size: cover;
}
.profile-SetUp .bannerWrapper .candidateNameBox .image-box {
  background: url("../images/candidateProfileBG.svg") no-repeat center center;
  height: 209px;
  width: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.profile-SetUp .bannerWrapper .candidateNameBox .image-box img {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  object-fit: cover;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name {
  background: #fdf0d5;
  padding-left: 25px;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name h1 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 4%;
  color: #221F1E;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 20px;
  position: relative;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name h1::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #a99c89 44%, rgba(169, 156, 137, 0) 100%);
  width: 100%;
  height: 1px;
  top: 92px;
  left: 0;
  z-index: 2;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name p {
  font-weight: 900;
  font-size: 20px;
  line-height: 18.9px;
  letter-spacing: 4%;
  color: #726a5a;
  display: inline-flex;
  background: #fdf1d5;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.profile-SetUp .bannerWrapper .candidateBanner {
  margin-top: -44px;
  margin-bottom: 131px;
  text-align: center;
  position: relative;
  height: 500px;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 24px;
  background: #f5e5c7;
}
.profile-SetUp .bannerWrapper .candidateBanner .banner-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid #c0b9af;
}
.profile-SetUp .bannerWrapper .candidateBanner .stamp-logo {
  display: inline-flex;
  position: absolute;
  bottom: -60px;
  right: 128px;
}
.profile-SetUp .bannerWrapper .candidateBanner .banner-placeholder.as-placeholder {
  transform: scale(0.7);
  opacity: 0;
}
.profile-SetUp .bannerWrapper .candidateBanner:hover .banner-img.preview-image {
  opacity: 0;
  transition: all 0.2s ease;
}
.profile-SetUp .bannerWrapper .candidateBanner:hover .banner-placeholder.as-placeholder {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease;
}
.profile-SetUp .representing-box {
  position: relative;
  padding-top: 40px;
  margin-bottom: 130px;
}
.profile-SetUp .representing-box::after {
  content: "";
  background: url("../images/quote.svg") no-repeat left top;
  position: absolute;
  height: 121px;
  width: 193px;
  top: -23px;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
.profile-SetUp .representing-box .area-wrap {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.profile-SetUp .representing-box .area-wrap .text-count-label {
  display: flex;
  justify-content: flex-end;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
  margin-bottom: 4px;
}
.profile-SetUp .representing-box .area-wrap .form-control {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 56px;
  line-height: 100%;
  padding: 14px 20px;
  border: 1px solid #c7c0b4;
  color: #221f1e;
  border-radius: 8px;
  resize: none;
  height: 288px;
  background: #fdf0d5;
  margin-bottom: 18px;
}
.profile-SetUp .representing-box .area-wrap .form-control::-webkit-input-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
}
.profile-SetUp .representing-box .area-wrap .form-control:-moz-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
  opacity: 1;
}
.profile-SetUp .representing-box .area-wrap .form-control::-moz-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
  opacity: 1;
}
.profile-SetUp .representing-box .area-wrap .form-control:-ms-input-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
}
.profile-SetUp .representing-box .area-wrap .representing-title {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
  width: 90%;
}
.profile-SetUp .top-bar {
  margin-bottom: 90px;
}
.profile-SetUp .top-bar .about-pictureWrap {
  position: relative;
  margin: 0 auto;
  width: 172px;
}
.profile-SetUp .top-bar .about-pictureWrap .img-box {
  border: 1px solid #c0b9af;
  border-radius: 50%;
  height: 172px;
  width: 172px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fdf0d5;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translate(0, -50%);
  padding: 9px;
}
.profile-SetUp .top-bar .about-pictureWrap .img-box .profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-SetUp .top-bar.sticky-active .about-pictureWrap .img-box {
  transition: all 0.2s ease-in-out;
  height: 90px;
  width: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.profile-SetUp .aboutHeading h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 15.61px;
  text-align: center;
  color: #221f1e;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  gap: 12px;
  margin: 0;
  padding-bottom: 24px;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 78px;
}
.profile-SetUp .aboutHeading h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70%;
  height: 1px;
  background: #c0b9af;
  border-radius: 40px;
}
.profile-SetUp .aboutHeading h3 img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.profile-SetUp .content .buttons {
  font-family: "Roboto", serif;
  padding-top: 36px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
}
.profile-SetUp .content .buttons .btn {
  border-radius: 52px;
  padding: 20px 43px;
  display: block;
  margin: 0 auto;
  border: 1px solid #c0b9af;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
}
.profile-SetUp .content .buttons .btn.discard-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.profile-SetUp .content .buttons .btn.shortlist-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.profile-SetUp .content .buttons .btn.shortlist-btn img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
.profile-SetUp .content .buttons .btn.chipBtn {
  background-color: #003049;
  border-color: #003049;
  color: #fdf0d5;
}
.profile-SetUp .content .buttons .btn.chipBtn.dem {
  background-color: #003049;
  border-color: #003049;
}
.profile-SetUp .content .buttons .btn.chipBtn.rep {
  background-color: #780000;
  border-color: #780000;
}
.profile-SetUp .content .buttons .btn.chipBtn.independent {
  background-color: #491862;
  border-color: #491862;
}
.profile-SetUp .add-aboutBtn {
  margin-top: 45px;
}
.profile-SetUp .add-aboutBtn .btn {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 95%;
  text-transform: uppercase;
  letter-spacing: 4%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #221F1E;
}
.profile-SetUp .add-aboutBtn .btn .plus-icon {
  height: 8px;
  width: 8px;
}
.profile-SetUp .add-aboutBtn .btn .right-black-arrow {
  width: 33px;
  height: 33px;
}
.profile-SetUp .slider-container {
  background: #fbf0da;
  border: 1px solid #c0b9af;
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  padding: 0;
}
.profile-SetUp .slider-container .profile-slidBox {
  padding: 68px 37px 46px 37px;
}
.profile-SetUp .slider-container .profile-slidBox .image-box {
  background: url("../images/Vector-bg.svg") no-repeat center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
  background-size: contain;
  width: 273px;
}
.profile-SetUp .slider-container .profile-slidBox .image-box .avatar-upload-container {
  position: relative;
}
.profile-SetUp .slider-container .profile-slidBox .image-box .avatar-upload-container .avatar-placeholder.as-placeholder {
  position: absolute;
  top: 5px;
  z-index: -1;
}
.profile-SetUp .slider-container .profile-slidBox .image-box .avatar-upload-container:hover .avatar-placeholder.as-placeholder {
  z-index: 1;
}
.profile-SetUp .background-personal {
  margin-bottom: 107px;
}
.profile-SetUp .background-personal h4 {
  position: relative;
  display: inline-flex;
  margin-bottom: 48px;
}
.profile-SetUp .background-personal .form-control {
  border: 0.77px solid #726a5a;
  border-radius: 8px;
  background: #fdf0d5;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .d-flex.gap-9 {
  align-items: start !important;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap {
  justify-content: end !important;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap .readMore-btn,
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap .like-box {
  display: none;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap .addMore-btn {
  display: block;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #780000;
  text-decoration: none;
  margin-right: 40px;
}
.profile-SetUp .issues-setupWrap .edit-text {
  display: none;
}
.profile-SetUp .issues-setupWrap .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.profile-SetUp .issues-setupWrap .issue-content .btnBox,
.profile-SetUp .issues-setupWrap .issue-content .leading-relaxed {
  display: none;
}
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box {
  display: block;
}
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box .header-content .form-label,
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box .header-content p {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
}
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box .header-content p {
  margin: 0;
}
.profile-SetUp .set-upQuickBoxWrap {
  margin-bottom: 110px;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box {
  padding: 38px 91px;
  position: relative;
  border: 1px solid #c0b9af;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  background: url("../images/dashoboard-card-bg.svg") no-repeat right bottom;
  background-size: unset;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  bottom: 0;
  left: 0;
  background: url("../images/State-bg.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent .text-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent .boxHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 6px;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent .boxInfo {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 0;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .donate-btn {
  padding: 14px 14px;
  max-width: 280px;
  justify-content: center;
  background: #221f1e;
  border-radius: 50px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  border: 0;
  flex: 1;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .recruit-btn {
  border-radius: 37px;
  background-color: #fdf0d5;
  padding: 20px 43px;
  display: block;
  border: 1px solid #c0b9af;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #221f1e;
}
.profile-SetUp .press-card-wrapper {
  margin-bottom: 148px;
}
.profile-SetUp .setup-pressWrap .new-pressCard {
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 24px;
  background: #fdf0d5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 74px 44px 50px 44px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  height: 100%;
}
.profile-SetUp .setup-pressWrap .new-pressCard::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 8%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard .add-icon {
  width: 21px;
  height: 21px;
  margin-bottom: 20px;
}
.profile-SetUp .setup-pressWrap .new-pressCard h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 16px;
}
.profile-SetUp .setup-pressWrap .new-pressCard p {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #726a5a;
  margin-bottom: 0;
  padding-bottom: 58px;
  border-bottom: 1px solid #c0b9af;
}
.profile-SetUp .setup-pressWrap .new-pressCard:hover {
  background: #fcf4e3;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard:hover::after {
  opacity: 100%;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard .news-updates-wrapper {
  margin-bottom: 148px;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard {
  padding: 52px 44px 41px 44px;
  display: flex;
  text-align: left;
  align-items: flex-start;
  border: 1px solid #c0b9af;
  background: #fdf0d5;
  box-shadow: none;
  border-radius: 16px;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-title {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  text-align: left;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-heading {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-desc {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #726a5a;
  margin-bottom: 33px;
  padding: 0;
  border: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-link .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  padding: 0 10px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c0b9af;
  top: 50%;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover {
  background: #fcf4e3;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover::after {
  opacity: 100%;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover .pressCard-link .all-btn {
  background: #fcf4e3;
  font-style: italic;
  color: #780000;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover .pressCard-link .all-btn .icon {
  color: #780000;
}
.profile-SetUp .updates-section {
  margin-bottom: 148px;
}
.profile-SetUp .updates-section .no-updates li {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #c0b9af;
}
.profile-SetUp .updates-section .section-header {
  border-bottom: 1px solid #c0b9af;
  margin-bottom: 40px;
}
.profile-SetUp .updates-section .section-header .btn {
  border: 1.6px solid #c7c0b4;
  border-radius: 10px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 11px;
  line-height: 12.54px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  padding: 12px 28px;
  margin-bottom: 22px;
}
.profile-SetUp .updates-section .update-item {
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0B9AF;
}
.profile-SetUp .updates-section .update-item .width-set {
  max-width: 50%;
}
.profile-SetUp .updates-section .update-item .day-time {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 12px;
}
.profile-SetUp .updates-section .update-item .update-contText {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
}
.profile-SetUp .legislation-wrapper {
  margin-bottom: 100px;
}
.profile-SetUp .legislation-wrapper .legislation-item {
  border: 1px solid #c0b9af;
  background: #fbf0da;
  padding: 50px 60px 40px 88px;
  border-radius: 16px;
  margin-bottom: 0 !important;
  min-height: 452px;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group {
  width: 80%;
  margin-bottom: 26px;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control {
  border: 1px solid #c7c0b4;
  border-radius: 8px;
  background: #fbf0da;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  resize: none;
  padding: 9px 12px;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:focus, .profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:active {
  border: 1px solid #221f1e;
  box-shadow: none;
  outline: 0;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control::-webkit-input-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:-moz-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control::-moz-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:-ms-input-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group.summarize-area .form-control {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: inherit;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group.summarize-area .form-control::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(114, 106, 90, 0.5019607843);
  text-transform: inherit;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content {
  margin-bottom: 8px;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content .slide-number {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #780000;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content .count-text {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
  margin: 0;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #726a5a;
  margin: 0;
}
.profile-SetUp .legislation-wrapper .legislation-item .readMoreWrap .addLink-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #780000;
  position: relative;
  background: #fbf0da;
  z-index: 1;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-list.draggable {
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  border-radius: 16px;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow {
  top: auto !important;
  bottom: -42px !important;
  z-index: 9;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow::before {
  display: none;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow.slick-prev {
  left: 390px;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow.slick-next {
  right: 400px;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-dots {
  bottom: -35px;
}
.profile-SetUp .endorsements-wrapper {
  background: #f5e5c7;
  padding: 63px 0;
}
.profile-SetUp .endorsements-wrapper .common-all-heading {
  text-align: center;
  position: relative;
}
.profile-SetUp .endorsements-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.profile-SetUp .endorsements-wrapper .common-all-heading h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221f1e;
  margin: 0;
  background: #f5e4c7;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.profile-SetUp .endorsements-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  text-decoration: underline;
  border: 0;
  display: inline-flex;
  gap: 8px;
  background: #f5e4c7;
  z-index: 1;
  padding: 0 10px;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: -100%;
  transform: translate(0, 50%);
}
.profile-SetUp .endorsements-wrapper .gray-bg {
  padding: 130px 0;
  overflow: hidden;
  background-color: #f5e5c7;
  background: url("../images/endorse-blue-bg.svg") no-repeat center center;
  background-size: contain;
}
.profile-SetUp .endorsements-wrapper .gray-bg .add-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 27px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.profile-SetUp .endorsements-wrapper .gray-bg .add-btn img {
  width: 16px;
  height: 16px;
}
.profile-SetUp .endorsements-wrapper .endorsements-items {
  padding: 130px 0;
  overflow: hidden;
  background-color: #F5E5C7;
  background: url("../images/endorse-blue-bg.svg") no-repeat center center;
  background-size: contain;
}
.profile-SetUp .endorsements-wrapper .endorse-slider {
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.profile-SetUp .endorsements-wrapper .endorse-slider .slide-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.profile-SetUp .endorsements-wrapper .endorse-slider .slide-item .endorsement-box {
  width: 244px;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  cursor: pointer;
}
.profile-SetUp .endorsements-wrapper .blur-left, .profile-SetUp .endorsements-wrapper .blur-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.profile-SetUp .endorsements-wrapper .blur-left {
  left: 0;
  background: linear-gradient(to right, #f5e5c7 80%, transparent);
}
.profile-SetUp .endorsements-wrapper .blur-right {
  right: 0;
  background: linear-gradient(to left, #f5e5c7 80%, transparent);
}
.profile-SetUp .events-wrapper .common-all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.profile-SetUp .events-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.profile-SetUp .events-wrapper .common-all-heading h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221f1e;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.profile-SetUp .events-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.profile-SetUp .show-supportBox {
  margin-top: 236px;
  margin-bottom: 137px;
}
.profile-SetUp .show-supportBox .quick-box {
  padding: 38px 91px;
  position: relative;
  border: 1px solid #c0b9af;
  border-radius: 16px;
  margin-bottom: 30px;
  background: url("../images/dashoboard-card-bg.svg") no-repeat right bottom;
  background-size: unset;
}
.profile-SetUp .show-supportBox .quick-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  bottom: 0;
  left: 0;
  background: url("../images/State-bg.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.profile-SetUp .show-supportBox .quick-box .support-bg {
  mix-blend-mode: darken;
  position: absolute;
  top: -210px;
  right: 30px;
}
.profile-SetUp .show-supportBox .quick-box .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-SetUp .show-supportBox .quick-box .boxContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-SetUp .show-supportBox .quick-box .boxContent .text-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.profile-SetUp .show-supportBox .quick-box .boxContent .boxHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 6px;
}
.profile-SetUp .show-supportBox .quick-box .boxContent .boxInfo {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 0;
}
.profile-SetUp .show-supportBox .quick-box .donate-btn {
  padding: 14px 14px;
  max-width: 280px;
  justify-content: center;
  background: #221f1e;
  border-radius: 50px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  border: 0;
  flex: 1;
}
.profile-SetUp .show-supportBox .quick-box .recruit-btn {
  border-radius: 37px;
  background-color: #fdf0d5;
  padding: 20px 43px;
  display: block;
  border: 1px solid #c0b9af;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #221f1e;
}
.profile-SetUp .setup-bottomBar {
  backdrop-filter: blur(24px);
  box-shadow: 0px -12px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border-bottom: 1px solid #c0b9af;
  background: rgba(252, 244, 227, 0.8784313725);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
  height: 104px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.profile-SetUp .setup-bottomBar .publish-btn {
  background: #221f1e;
  border-radius: 32px;
  border: 0;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fcf4e3;
  padding: 10px 32px;
  height: 52px;
}
.profile-SetUp .setup-bottomBar .cancel-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726a5a;
}
.profile-SetUp .new-modalStyle .modal-content {
  border: 0;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.4);
  background: #fcf4e3;
  padding: 60px 60px 40px 48px;
  border-radius: 16px;
}
.profile-SetUp .new-modalStyle .modal-header {
  padding: 0;
  padding: 0;
  border: 0;
  margin-bottom: 48px;
}
.profile-SetUp .new-modalStyle .modal-header .modal-title {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #080808;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0;
  height: auto;
  width: auto;
  border-radius: 0 16px 0 0;
  opacity: 1;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close .close-bg {
  border-radius: 0 16px 0 0;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close .close-icon {
  position: absolute;
  z-index: 9;
  height: 34px;
  width: 34px;
  top: 13px;
  right: 13px;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close:focus, .profile-SetUp .new-modalStyle .modal-header .btn-close:active, .profile-SetUp .new-modalStyle .modal-header .btn-close:hover {
  outline: 0;
  box-shadow: none;
}
.profile-SetUp .new-modalStyle .modal-body {
  padding: 0;
  margin-right: -52px;
  padding-right: 52px;
}
.profile-SetUp .new-modalStyle .modal-body .form-control {
  background: #fcf4e3;
  border: 1px solid #c0b9af;
  border-radius: 7.71px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221f1e;
}
.profile-SetUp .new-modalStyle .modal-body .form-control::placeholder,
.profile-SetUp .new-modalStyle .modal-body .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .new-modalStyle .modal-footer {
  border: 0;
  padding-right: 0;
}
.profile-SetUp .new-modalStyle .modal-footer .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 66px;
  height: 48px;
  padding: 14px 38px;
  display: inline-flex;
  width: auto;
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.profile-SetUp .new-modalStyle .modal-footer .btn.delete-btn {
  padding: 0;
  font-size: 26px;
  background: transparent;
  border: 0;
  color: #C1121F;
}
.profile-SetUp .new-modalStyle .modal-footer .btn-primary {
  color: #fdf0d5;
  background: #221f1e;
  border: 0;
}
.profile-SetUp .new-modalStyle .modal-footer .btn-secondary {
  border: 1px solid #c0b9af;
  color: #726a5a;
  background: transparent;
}

@media (max-width: 767px) {
  .footer .copy-right {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer .col-md-6.top ul {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 37px;
  }
  .see-allPage .endorsement-grid {
    grid-template-columns: 1fr;
  }
  .see-allPage .endorsement-grid .endorsement-cell:nth-child(odd) {
    border-right: 0;
  }
  .see-allPage .endorsement-grid .endorsement-cell:nth-last-child(-n+2) {
    border-bottom: 1px solid #ccc;
  }
  .see-allPage .profile-img-wrap {
    margin: 0 auto 30px;
  }
  .user-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .party-text {
    font-size: 16px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
  }
  .shortlist-modal .modal-body {
    padding: 30px;
  }
  .shortlist-modal .modal-body .shortlist-wrap .shortlist-content h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
  }
  .shortlist-modal .modal-body .shortlist-wrap .shortlist-content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }
  .shortlist-modal .modal-body .modal-btns {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .shortlist-modal .modal-body .shortlist-wrap {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.candidate-homepage .candidateBanner h1 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 128px;
  line-height: 80%;
  letter-spacing: 0%;
  color: #003049;
  text-transform: uppercase;
  margin-bottom: 61px;
}
.candidate-homepage .candidateBanner .homeBannerImage {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: 140px;
}
.candidate-homepage .track-state {
  margin-top: 120px;
  padding-top: 71px;
  margin-bottom: 205px;
}
.candidate-homepage .track-state h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 26px;
}
.candidate-homepage .track-state .track-state-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 77px;
}
.candidate-homepage .track-state .track-state-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../images/track-Body.svg") no-repeat top center;
  width: 100%;
  height: 750px;
  padding: 38px 58px;
}
.candidate-homepage .track-state .track-state-image .content-box {
  border: 0.8px solid #221F1E;
  border-radius: 13px;
  background: #FDF0D5;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.candidate-homepage .track-state .track-state-image .content-box h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin: 0;
}
.candidate-homepage .spread-msgWrapp {
  margin-bottom: 117px;
  padding-bottom: 20px;
}
.candidate-homepage .spread-msgWrapp .row {
  position: relative;
}
.candidate-homepage .spread-msgWrapp .bg-wrapper {
  position: relative;
  display: inline-flex;
}
.candidate-homepage .spread-msgWrapp .bg-wrapper .people-img {
  position: relative;
  z-index: 2;
}
.candidate-homepage .spread-msgWrapp .bg-wrapper .people-bg {
  position: absolute;
  left: -50px;
  transform: translate(50%, -50px);
  z-index: 1;
}
.candidate-homepage .spread-msgWrapp .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.candidate-homepage .spread-msgWrapp .text-wrapper h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 40px;
}
.candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 0;
  color: #726A5A;
}
.candidate-homepage .get-DirectLine {
  padding-top: 118px;
  padding-bottom: 142px;
}
.candidate-homepage .get-DirectLine h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 26px;
}
.candidate-homepage .get-DirectLine ul {
  list-style-type: disc;
  padding-left: 30px;
  max-width: 50%;
}
.candidate-homepage .get-DirectLine ul li {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 40px;
}
.candidate-homepage .get-DirectLine .direct-ImgWrap {
  text-align: center;
  margin: 0 auto 170px;
}
.candidate-homepage .get-DirectLine .finder-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.candidate-homepage .get-DirectLine .finder-btn p {
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 32.81px;
  text-align: center;
  color: #726a5a;
  margin-bottom: 39px;
  position: relative;
  display: inline-flex;
}
.candidate-homepage .get-DirectLine .finder-btn p::after {
  content: "";
  background: url("../images/arrow-down.svg") no-repeat;
  background-size: 49px;
  background-position: right 0;
  position: absolute;
  top: 40px;
  right: -4px;
  height: 49px;
  width: 49px;
}
.candidate-homepage .get-DirectLine .finder-btn .find-btn {
  border-radius: 51.2px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  background: #080808;
  border-color: #080808;
  padding: 10px 78px;
  font-family: "Roboto", serif;
  font-size: 19.2px;
  font-weight: 900;
  line-height: 22.5px;
  color: #fdf0d5;
  transition: background-color 0.2s ease;
}
.candidate-homepage .ctzn-card {
  padding-bottom: 160px;
}
.candidate-homepage .ctzn-card .choose-candidate {
  border: 0.96px solid #C4B9A2;
  border-radius: 50px;
  padding: 18px 29px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.candidate-homepage .ctzn-card .form-control {
  background: transparent;
  border: 0;
  min-width: 255px;
}
.candidate-homepage .ctzn-card .form-control:focus, .candidate-homepage .ctzn-card .form-control:active {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.candidate-homepage .ctzn-card .form-control::placeholder,
.candidate-homepage .ctzn-card .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #726A5A;
}
.candidate-homepage .ctzn-card .btn {
  background: #060606;
  border-color: #060606;
  border-radius: 32px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #fdf0d5;
  padding: 10px 14px;
  min-width: 148px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.candidate-homepage .ctzn-card .note-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 0;
  padding-left: 10px;
}
.candidate-homepage .all-inOneSection {
  padding-bottom: 160px;
}
.candidate-homepage .all-inOneSection h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 74px;
}
.candidate-homepage .all-inOneSection .all-inOneLogo-One {
  margin-bottom: 80px;
}
.candidate-homepage .container-fluid.position-relative::before {
  display: none;
}
@media (max-width: 991px) {
  .candidate-homepage .container-fluid.position-relative::before {
    display: none;
  }
  .candidate-homepage .position-relative::after {
    display: none;
  }
  .candidate-homepage .border-relative::before,
  .candidate-homepage .border-relative::after {
    display: none;
  }
  .candidate-homepage .candidateBanner h1 {
    font-size: 64px;
    line-height: 80%;
    margin-bottom: 40px;
  }
  .candidate-homepage .candidateBanner .banner-text {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .candidate-homepage .candidateBanner .homeBannerImage {
    padding-top: 60px;
    justify-content: center;
  }
  .candidate-homepage .candidateBanner .homeBannerImage img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .banner-content {
    padding-top: 80px;
  }
  .candidate-homepage .banner-content h2 {
    font-size: 40px;
    line-height: 110%;
  }
  .candidate-homepage .banner-content .scoop-text {
    font-size: 18px;
    line-height: 120%;
  }
  .candidate-homepage .banner-content .form-group .view-btn {
    height: 50px;
    width: 100px;
    font-size: 14px;
  }
  .candidate-homepage .track-state {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .candidate-homepage .track-state .col-md-10.offset-md-2 {
    margin-left: 0;
    width: 100%;
  }
  .candidate-homepage .track-state h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .candidate-homepage .track-state .track-state-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .candidate-homepage .track-state .track-state-image {
    height: 400px;
    padding: 20px;
  }
  .candidate-homepage .track-state .track-state-image .content-box h3 {
    font-size: 30px;
  }
  .candidate-homepage .spread-msgWrapp {
    margin-bottom: 60px;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-bg {
    position: relative;
    left: 0;
    transform: none;
    max-width: 100%;
    margin-top: -50px;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper {
    position: static;
    transform: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper h2 {
    font-size: 40px;
    line-height: 110%;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text {
    font-size: 18px;
    text-align: center;
  }
  .candidate-homepage .get-DirectLine {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .candidate-homepage .get-DirectLine h2 {
    font-size: 40px;
    line-height: 110%;
  }
  .candidate-homepage .get-DirectLine ul {
    max-width: 100%;
  }
  .candidate-homepage .get-DirectLine ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap {
    margin: 40px 0;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .ctzn-card .for-candidate {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
  .candidate-homepage .ctzn-card .for-candidate .for-candidate-heading {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate {
    margin-bottom: 30px;
    flex-direction: column;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate input {
    margin-bottom: 20px;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .right-section img {
    max-width: 150px;
    height: auto;
  }
  .candidate-homepage .all-inOneSection {
    padding-bottom: 80px;
  }
  .candidate-homepage .all-inOneSection h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-One {
    margin-bottom: 40px;
    text-align: center;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-Two {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .candidate-homepage .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .candidate-homepage [class*=col-md-].offset-md-1,
  .candidate-homepage [class*=col-md-].offset-md-2,
  .candidate-homepage [class*=col-md-].offset-md-3,
  .candidate-homepage [class*=col-md-].offset-md-4,
  .candidate-homepage [class*=col-md-].offset-md-5,
  .candidate-homepage [class*=col-md-].offset-md-6,
  .candidate-homepage [class*=col-md-].offset-md-7,
  .candidate-homepage [class*=col-md-].offset-md-8,
  .candidate-homepage [class*=col-md-].offset-md-9,
  .candidate-homepage [class*=col-md-].offset-md-10,
  .candidate-homepage [class*=col-md-].offset-md-11 {
    margin-left: 0 !important;
  }
  .candidate-homepage .container-fluid.position-relative::before {
    display: none;
  }
  .candidate-homepage .position-relative::after {
    display: none;
  }
  .candidate-homepage .border-relative::before,
  .candidate-homepage .border-relative::after {
    display: none;
  }
  .candidate-homepage .candidateBanner {
    text-align: center;
  }
  .candidate-homepage .candidateBanner h1 {
    font-size: 48px;
    line-height: 90%;
    margin-bottom: 30px;
  }
  .candidate-homepage .candidateBanner .banner-text {
    max-width: 90%;
    height: auto;
    object-fit: contain;
  }
  .candidate-homepage .candidateBanner .homeBannerImage {
    padding-top: 30px;
  }
  .candidate-homepage .candidateBanner .homeBannerImage img {
    max-width: 80%;
  }
  .candidate-homepage .banner-content {
    padding-top: 40px;
  }
  .candidate-homepage .banner-content h2 {
    font-size: 32px;
    line-height: 110%;
  }
  .candidate-homepage .banner-content .scoop-text {
    font-size: 16px;
    line-height: 120%;
  }
  .candidate-homepage .banner-content .scoop-text br {
    display: none;
  }
  .candidate-homepage .banner-content .map-bg {
    padding: 60px 0 100px;
  }
  .candidate-homepage .banner-content .form-group {
    flex-direction: column;
    gap: 20px;
    padding: 15px 20px;
  }
  .candidate-homepage .banner-content .form-group .view-btn {
    height: 44px;
    width: 120px;
    font-size: 14px;
    margin: 0 auto;
  }
  .candidate-homepage .track-state {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
    padding: 0 15px;
  }
  .candidate-homepage .track-state .row > div[class*=col-] {
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .candidate-homepage .track-state .col-md-10.offset-md-2 {
    margin-left: 0 !important;
    width: 100%;
  }
  .candidate-homepage .track-state h2 {
    font-size: 32px;
  }
  .candidate-homepage .track-state h2 br {
    display: none;
  }
  .candidate-homepage .track-state .track-state-text {
    font-size: 16px;
  }
  .candidate-homepage .track-state .track-state-text br {
    display: none;
  }
  .candidate-homepage .track-state .track-state-image {
    height: 300px;
    padding: 15px;
    background-size: contain;
  }
  .candidate-homepage .track-state .track-state-image .content-box h3 {
    font-size: 24px;
  }
  .candidate-homepage .spread-msgWrapp {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .candidate-homepage .spread-msgWrapp .row {
    margin: 0;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-bg {
    display: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper {
    position: static;
    transform: none;
    padding: 0;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper h2 {
    font-size: 32px;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper h2 br {
    display: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text {
    font-size: 16px;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text br {
    display: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .d-flex {
    justify-content: center;
  }
  .candidate-homepage .get-DirectLine {
    text-align: center;
    padding: 40px 15px;
  }
  .candidate-homepage .get-DirectLine h2 {
    font-size: 32px;
  }
  .candidate-homepage .get-DirectLine h2 br {
    display: none;
  }
  .candidate-homepage .get-DirectLine ul {
    text-align: left;
    padding-left: 20px;
    max-width: 100%;
  }
  .candidate-homepage .get-DirectLine ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap {
    margin: 30px 0;
    text-align: center;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .candidate-homepage .get-DirectLine .finder-btn p::after {
    display: none;
  }
  .candidate-homepage .get-DirectLine .finder-btn .find-btn {
    font-size: 16px;
    padding: 12px 30px;
    height: 60px;
  }
  .candidate-homepage .ctzn-card {
    padding: 0 15px 60px;
  }
  .candidate-homepage .ctzn-card .for-candidate {
    padding: 30px 20px;
  }
  .candidate-homepage .ctzn-card .for-candidate .for-candidate-heading {
    font-size: 18px;
  }
  .candidate-homepage .ctzn-card .for-candidate .for-candidate-heading br {
    display: none;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate {
    flex-direction: column;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate .btn {
    font-size: 14px;
    padding: 12px 20px;
    min-width: 120px;
    height: 40px;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .note-text {
    font-size: 12px;
    text-align: center;
    padding-left: 0;
  }
  .candidate-homepage .ctzn-card .for-candidate .note-text br {
    display: none;
  }
  .candidate-homepage .ctzn-card .for-candidate .right-section img {
    max-width: 120px;
  }
  .candidate-homepage .all-inOneSection {
    padding: 0 15px 60px;
  }
  .candidate-homepage .all-inOneSection h2 {
    font-size: 28px;
  }
  .candidate-homepage .all-inOneSection h2 br {
    display: none;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-One,
  .candidate-homepage .all-inOneSection .all-inOneLogo-Two {
    margin-bottom: 30px;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-One img,
  .candidate-homepage .all-inOneSection .all-inOneLogo-Two img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .abouPage .aboutBanner {
    padding-bottom: 40px;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageTitle {
    font-size: 36px !important;
    line-height: 100% !important;
    margin-bottom: 20px;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageTitle br {
    display: none;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageText {
    font-size: 16px !important;
    line-height: 120% !important;
    margin-bottom: 15px !important;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageImage {
    padding-top: 40px;
    text-align: center;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageImage img {
    width: 200px !important;
    max-width: 100%;
  }
  .candidate-homepage .abouPage .ourMission {
    padding: 40px 0;
    overflow-x: hidden;
  }
  .candidate-homepage .abouPage .ourMission .align-class {
    display: block !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText {
    padding: 0 15px;
  }
  .candidate-homepage .abouPage .ourMission .missionText .missionTitle {
    font-size: 32px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText .visionTitle {
    margin-top: 40px !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText .missionDescription {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText .missionDescription br {
    display: none;
  }
  .candidate-homepage .abouPage .ourMission .missionText.pos-relative .missionTitle {
    position: static !important;
    margin-bottom: 30px !important;
  }
  .candidate-homepage .abouPage .ourMission .layer-logo {
    margin: 30px 0;
    text-align: center;
  }
  .candidate-homepage .abouPage .ourMission .layer-logo img {
    max-width: 150px;
  }
  .candidate-homepage .abouPage .ourMission .mb-120 {
    margin-bottom: 60px !important;
  }
  .candidate-homepage .abouPage .ourMission .quoteText {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .candidate-homepage .abouPage .ourMission .quoteText .missionDescription {
    font-size: 24px !important;
    padding-top: 40px !important;
  }
  .candidate-homepage .abouPage .ourMission .quoteText .missionDescription::before {
    width: 100px !important;
    height: 64px !important;
    left: -20px !important;
    top: 0 !important;
  }
  .candidate-homepage .abouPage .ourMission .quoteText .quote-owner {
    font-size: 20px !important;
    text-align: center !important;
  }
  .candidate-homepage .abouPage .teamSection {
    padding: 60px 0 40px 0;
  }
  .candidate-homepage .abouPage .teamSection h2 {
    font-size: 36px !important;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard {
    margin-bottom: 40px;
    padding: 20px;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-image {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 20px;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-name {
    font-size: 20px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .post-name {
    font-size: 16px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-discription {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-discription p {
    margin-bottom: 10px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-read {
    font-size: 14px !important;
  }
  .candidate-homepage .abouPage .partCtzn {
    padding: 40px 0;
  }
  .candidate-homepage .abouPage .partCtzn h2 {
    font-size: 28px !important;
    line-height: 110% !important;
    text-align: center;
    margin-bottom: 40px;
  }
  .candidate-homepage .abouPage .partCtzn h2 br {
    display: none;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters,
  .candidate-homepage .abouPage .partCtzn .for-candidates {
    padding: 30px 15px;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters h3,
  .candidate-homepage .abouPage .partCtzn .for-candidates h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .vote-discription,
  .candidate-homepage .abouPage .partCtzn .for-candidates .vote-discription {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .vote-discription br,
  .candidate-homepage .abouPage .partCtzn .for-candidates .vote-discription br {
    display: none;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .sign-btn,
  .candidate-homepage .abouPage .partCtzn .for-candidates .sign-btn {
    font-size: 14px !important;
    padding: 12px 20px !important;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .vote-check,
  .candidate-homepage .abouPage .partCtzn .for-candidates .vote-check {
    display: none;
  }
  .candidate-homepage .abouPage .partCtzn .for-candidates .bg-box {
    margin-bottom: 20px;
    text-align: center;
  }
  .candidate-homepage .abouPage .partCtzn .for-candidates .bg-box img {
    max-width: 200px;
  }
  .candidate-homepage .abouPage .partCtzn .for-candidates .text-section {
    text-align: center;
  }
  .candidate-homepage .abouPage .getTouchSection {
    padding: 40px 0;
  }
  .candidate-homepage .abouPage .getTouchSection .logo-wrapper {
    display: none;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form {
    padding: 30px 20px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form h2 {
    font-size: 24px !important;
    margin-bottom: 30px;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .close-bg {
    width: 40px !important;
    height: 40px !important;
    top: 15px !important;
    right: 15px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .input-group {
    margin-bottom: 20px;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .input-group .form-label {
    font-size: 14px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .input-group .form-control {
    font-size: 14px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .sendMsg {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

.banner {
  color: #fff;
  background: url("../images/illustration.png") no-repeat right top;
  background-size: 563px;
  padding: 75px 0 75px 0;
  mix-blend-mode: darken;
}
.banner h1 {
  font-size: 160px;
  font-weight: 900;
  line-height: 140px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", serif;
  color: #c1121f;
  margin-bottom: 30px;
}
.banner h1 .strike-text {
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-decoration-color: #fdf0d5;
}
.banner .banner-text {
  font-family: "Roboto", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 37.5px;
  text-transform: uppercase;
  color: #080808;
}
.banner .banner-text span {
  color: #c1121f;
}

.chevrondown-gap {
  text-align: center;
  padding-bottom: 200px;
  border-bottom: 1px solid #c0b9af;
}
.chevrondown-gap img {
  cursor: pointer;
  width: 40px;
  height: auto;
}

.pos-relative {
  position: relative;
}
.pos-relative .vertical-socialWrap {
  position: absolute;
  right: 0;
  top: 8px;
  background: #fdf0d5;
  transform: translate(0px, -50%);
  padding-left: 15px;
}
.pos-relative .social-wrap {
  list-style: none;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  background: #fdf0d5;
}
.pos-relative .social-wrap::after {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 140%;
  background: rgb(192, 185, 175);
  z-index: -1;
}

.container-fluid.position-relative {
  padding: 0 48px;
}
.container-fluid.position-relative::before {
  content: "";
  position: absolute;
  top: 20%;
  left: auto;
  right: 48px;
  width: 1px;
  height: 80%;
  background: rgb(192, 185, 175);
  z-index: 1;
}

.position-relative {
  position: relative;
}
.position-relative::after {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(192, 185, 175);
  z-index: 1;
}

.banner-content {
  padding-top: 153px;
}
.banner-content .map-bg {
  background: url("../images/finder-bg.png") no-repeat center center;
  background-size: 100%;
  padding: 130px 0 290px;
  background-position: 0px -38px;
}
.banner-content h2 {
  font-family: "Roboto Condensed", serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70.31px;
  color: #080808;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.banner-content .scoop-text {
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  max-width: 740px;
  margin: 0 auto;
  color: #726a5a;
}
.banner-content .form-group {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 48px;
  box-shadow: 0px 2.4px 48px 0px rgba(97, 87, 66, 0.2392156863);
  max-width: 727px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 17px 21px 17px 52px;
}
.banner-content .form-group .view-btn {
  border-radius: 55px;
  background: #080808;
  border-color: #080808;
  color: #fff;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 18.75px;
  text-align: center;
  height: 72px;
  width: 142px;
}
.banner-content .form-group .view-btn:hover {
  background: #4c5165;
  background: #4c5165;
  color: #fff;
  border-color: #4c5165;
}
.banner-content .input-group {
  width: 100%;
  border-radius: 3px;
  flex: 1;
  display: inline-grid;
}
.banner-content .input-group span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.banner-content .input-group span .btn {
  border-radius: 0 6px 6px 0;
  background: #fff;
  color: #606579;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 20px 36px;
  border: 0;
  text-decoration: none;
  height: 100%;
}
.banner-content .input-group span .btn:hover {
  background: #4c5165;
  color: #fff;
}
.banner-content .input-group input {
  padding-left: 24px;
  height: 100%;
  border-radius: 6px 0 0 6px;
  flex: 1;
}
.banner-content .input-group .maps-autocomplete {
  display: flex;
  align-items: center;
}
.banner-content .input-group input {
  font-family: "Inter", sans-serif;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 23.04px;
  color: #8f8f8f;
  border: 0;
  border-left: 3px solid #c1121f;
  border-radius: 0;
}
.banner-content .input-group input:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0;
  border-left-color: #c1121f;
}
.banner-content .input-group input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 23.04px;
  color: #bfbfbf;
}
.banner-content .input-group input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 23.04px;
  color: #bfbfbf;
}
.banner-content .input-group .btn {
  background: #fff;
  color: #606579;
  border-radius: 0;
  border: 0;
  position: relative;
}
.banner-content .input-group .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.44px;
  height: 28px;
  background: #99acb6;
}
.banner-content .straddle-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  max-width: 60%;
  padding-left: 24px;
}

.common-card .pd-top-200 {
  padding-top: 200px;
}
.common-card .pd-bottom-120 {
  padding-bottom: 120px;
}
.common-card .new-heading {
  font-family: "Roboto Condensed", serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70.31px;
  margin-bottom: 0;
  color: #080808;
  text-align: right;
}
.common-card .subheading-text {
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: right;
  color: #726a5a;
}
.common-card .stand-list ul {
  list-style-type: none;
}
.common-card .stand-list ul p {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 21.09px;
  color: #726a5a;
  margin-bottom: 16px;
  margin-left: 60px;
}
.common-card .stand-list ul li {
  border-bottom: 1px solid rgba(8, 8, 8, 0.2);
  margin-bottom: 16px;
}
.common-card .stand-list ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.common-card .stand-list ul li:first-child p {
  font-size: 32px;
  font-weight: 900;
  line-height: 37.5px;
  color: #c1121f;
  position: relative;
  display: inline-block;
}
.common-card .stand-list ul li:first-child p::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/dot.svg") no-repeat;
}
.common-card .community-list ul {
  list-style-type: none;
}
.common-card .community-list ul li {
  padding: 20px 0;
  margin-bottom: 8px;
}
.common-card .community-list ul li:last-child {
  margin-bottom: 0;
}
.common-card .community-list ul li p {
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #726a5a;
  margin-bottom: 10px;
}
.common-card .community-list ul li .engage-heading {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 23.04px;
  color: #726a5a;
  margin-bottom: 12px;
  padding-bottom: 10px;
  position: relative;
}
.common-card .community-list ul li .engage-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 55%;
  height: 1px;
  background: #c0b9af;
}
.common-card .community-list ul li:first-child p {
  font-size: 16px;
  line-height: 20px;
  color: #003049;
}
.common-card .community-list ul li:first-child .engage-heading {
  color: #1479b8;
  font-size: 20px;
  font-weight: 900;
}
.common-card .community-list ul li:first-child .engage-heading::after {
  background: #1479b8;
  height: 4px;
}
.common-card .finder-btn p {
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 32.81px;
  text-align: center;
  color: #726a5a;
  margin-bottom: 39px;
  position: relative;
  display: inline-flex;
}
.common-card .finder-btn p::after {
  content: "";
  background: url("../images/arrow-down.svg") no-repeat;
  background-size: 49px;
  background-position: right 0;
  position: absolute;
  top: 40px;
  right: -4px;
  height: 49px;
  width: 49px;
}
.common-card .finder-btn .find-btn {
  border-radius: 51.2px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  background: #080808;
  border-color: #080808;
  padding: 10px 68px;
  font-family: "Roboto", serif;
  font-size: 19.2px;
  font-weight: 900;
  line-height: 22.5px;
  color: #fdf0d5;
  transition: background-color 0.2s ease;
}
.common-card .finder-btn .find-btn:hover {
  background: #4c5165;
  transition: background-color 0.2s ease;
}
.common-card .card {
  border-radius: 3px;
  border: 0;
  height: 100%;
  padding: 80px 50px 50px;
}
.common-card .card.card-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.common-card .card.card-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.common-card .card.card-gray-bg {
  background: rgb(217, 217, 217);
}
.common-card .card.card-gray-bg .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(96, 101, 121, 0.5);
}
.common-card .card.card-gray-bg .card-body .card-text {
  text-align: center;
}
.common-card .card .card-title {
  font-size: clamp(2.0625rem, 5.6373vw, 2.75rem);
  font-weight: 600;
  line-height: 48px;
  color: #606579;
  margin-bottom: 20px;
}
.common-card .card .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #606579;
}
.common-card .card .card-btn {
  border-radius: 3px;
  background: #606579;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 20px 36px;
  border: 0;
  text-decoration: none;
}
.common-card .card .card-btn:hover {
  background: #4c5165;
}
.common-card .cover-white-bg {
  position: relative;
}
.common-card .cover-white-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.compare-candidate .compare-candidate-headingBox {
  padding-top: 40px;
  position: relative;
}
.compare-candidate .compare-candidate-headingBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 150%;
  background: rgb(192, 185, 175);
  transform: translate(0px, -50%);
}
.compare-candidate .compare-candidate-headingBox .compare-candidate-heading {
  font-family: "Roboto Condensed", serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70.31px;
  color: #080808;
  margin-bottom: 34px;
}
.compare-candidate .compare-candidate-headingBox .compare-candidate-subheading {
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  color: #726a5a;
  margin-bottom: 70px;
}
.compare-candidate .senate-box img {
  width: auto;
  height: 210px;
  margin-bottom: 24px;
}
.compare-candidate .senate-box .candidate-name {
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 15.61px;
  color: #003049;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.compare-candidate .senate-box .candidate-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 1px;
  background: #c0b9af;
}
.compare-candidate .senate-box .candidate-party {
  font-family: "Roboto", serif;
  font-size: 19.6px;
  font-style: italic;
  font-weight: 700;
  line-height: 18.59px;
  color: #780000;
  margin-bottom: 36px;
}
.compare-candidate .senate-box .border-devider {
  border-bottom: 1px solid #c0b9af;
  margin-bottom: 36px;
  padding-bottom: 40px;
  position: relative;
}
.compare-candidate .senate-box .border-devider:last-child {
  margin-bottom: 0;
}
.compare-candidate .senate-box .border-devider .section-names {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 12.14px;
  color: #c1121f;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
}
.compare-candidate .senate-box .border-devider .section-names::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.compare-candidate .senate-box .border-devider .section-names span {
  padding: 0 20px;
  background: rgb(253, 240, 213);
}
.compare-candidate .senate-box .candidate-portfolio {
  border: 1px solid #a99c89;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 19.2px;
  color: #726a5a;
  display: inline-flex;
  min-width: 60%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.compare-candidate .senate-box .candidate-portfolio p {
  margin: 0 12px 0 0;
  border-right: 1px solid #c0b9af;
  padding-right: 12px;
}
.compare-candidate .senate-box .candidate-portfolio p:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.compare-candidate .senate-box .candidate-info {
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.2px;
  color: #003049;
  margin: 0;
  padding: 0 40px;
}
.compare-candidate .senate-box.border-bothSide {
  position: relative;
}
.compare-candidate .senate-box.border-bothSide::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #a99c89 44%, rgba(169, 156, 137, 0) 100%);
}
.compare-candidate .senate-box.border-bothSide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #a99c89 44%, rgba(169, 156, 137, 0) 100%);
}

.shape-community {
  padding: 40px 60px;
  border: 1px solid #c0b9af;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/half-bg.svg") no-repeat right bottom;
  margin-bottom: 168px;
}
.shape-community.position-relative {
  position: relative;
}
.shape-community.position-relative::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 168px;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(192, 185, 175);
  z-index: 1;
}
.shape-community h2 {
  font-family: "Roboto Condensed", serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  color: #726a5a;
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-decoration-color: #fdf0d5;
  margin: 0;
}
.shape-community .btn-wrap {
  display: flex;
  gap: 65px;
  justify-content: space-between;
  align-items: center;
}
.shape-community .btn-wrap p {
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  color: #780000;
  margin: 0;
}
.shape-community .btn-wrap .btn {
  background: #060606;
  border-color: #060606;
  border-radius: 32px;
  font-family: "Roboto", serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  color: #fdf0d5;
  padding: 13px 44px;
}
.shape-community .btn-wrap .btn:hover {
  background: #4c5165;
}

.padd-bottom-120 {
  padding-bottom: 120px;
}

.border-relative {
  position: relative;
}
.border-relative::after, .border-relative::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgb(192, 185, 175);
  z-index: 1;
}
.border-relative::after {
  right: 306px;
  height: calc(100% + 300px);
  top: -235px;
  transform: translate(0px, -65px);
}
.border-relative::before {
  left: 168px;
  height: calc(100% + 120px);
  top: -55px;
  transform: translate(0px, -65px);
}

.for-candidate {
  padding: 115px 63px;
  border-radius: 40px;
  background: #f5e5c7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.for-candidate .for-candidate-heading {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  color: #0a3d5c;
  margin-bottom: 42px;
}
.for-candidate .btn {
  background: #060606;
  border-color: #060606;
  border-radius: 32px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #fdf0d5;
  padding: 25px 44px;
}
.for-candidate .btn:hover {
  background: #4c5165;
}

.slider-box {
  margin-bottom: 82px;
}
.slider-box h2 {
  font-size: clamp(2.0625rem, 5.6373vw, 3.25rem);
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: rgb(96, 101, 121);
  margin: 70px 0 50px 0;
  text-transform: uppercase;
}
.slider-box .carousel.slide {
  height: 560px;
  background: #606579;
}
.slider-box .carousel.slide .carousel-control-prev,
.slider-box .carousel.slide .carousel-control-next {
  display: none;
}
.slider-box .carousel.slide .carousel-inner {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.slider-box .carousel.slide .carousel-inner h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}
.slider-box .carousel.slide .carousel-inner p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
}
.slider-box .carousel.slide .carousel-inner .img-box {
  background: #565a6d;
  height: 100%;
  width: 100%;
}
.slider-box .carousel.slide .carousel-inner .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-box .carousel.slide .carousel-inner .content-box {
  text-align: left;
  padding: 0 35px;
}
.slider-box .carousel-indicators {
  align-items: center;
  bottom: -50px;
}
.slider-box .carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: rgb(191, 191, 191);
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.slider-box .carousel-indicators .active {
  width: 20px !important;
  height: 20px !important;
  color: rgb(96, 101, 121);
}

@media (max-width: 992px) {
  .banner {
    background-size: 324px;
    padding-bottom: 40px;
  }
  .banner h1 {
    line-height: normal;
  }
  .header-space {
    padding-top: 113px;
  }
}
.hideDesktop {
  display: none;
}

.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
}

img.candidate-stand {
  max-height: 150px;
}

@media (max-width: 1200px) {
  .banner {
    background-size: 324px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner h1 {
    font-size: 80px;
    line-height: 100%;
  }
  .banner .banner-text {
    font-size: 20px;
    line-height: 100%;
  }
  .header-space {
    padding-top: 113px;
  }
  .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-content .scoop-text {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-content .form-group .view-btn {
    border-radius: 22px;
    font-size: 12px;
    font-weight: 900;
    line-height: 18.75px;
    height: 44px;
    width: 71px;
  }
  .banner-content .form-group {
    gap: 10px;
    border-radius: 48px;
    padding: 15px 14px 15px 22px;
    max-width: 80%;
  }
  .banner-content .input-group input,
  .banner-content .input-group input::placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 23.04px;
  }
  .banner-content .input-group span .btn {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 14px 16px;
    border: 0;
    text-decoration: none;
    height: 100%;
  }
  .banner-content .map-bg {
    padding: 130px 0 220px;
  }
  .common-card .pd-bottom-120 {
    padding-bottom: 60px;
  }
  .common-card .pd-top-200 {
    padding-top: 100px;
  }
  .common-card .new-heading {
    font-size: 40px;
    line-height: 48px;
  }
  .common-card .subheading-text {
    font-size: 16px;
    line-height: 20px;
  }
  .common-card .stand-list ul p {
    font-size: 16px;
    line-height: 19px;
  }
  .common-card .stand-list ul li:first-child p {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
  }
  .common-card .finder-btn p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 33px;
  }
  .common-card .finder-btn .find-btn {
    height: 66px;
    padding: 23px 50px 22px;
    font-size: 18px;
    line-height: 21px;
  }
  .common-card .finder-btn p::after {
    background-size: 30px;
    background-position: right 0;
    position: absolute;
    top: 22px;
    right: -20px;
    height: 30px;
    width: 30px;
  }
  .common-card .compare-candidate-headingBox .compare-candidate-heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 17px;
  }
  .common-card .compare-candidate-headingBox .compare-candidate-subheading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
  }
  .common-card .senate-box img {
    width: 142px;
    height: 142px;
    margin-bottom: 24px;
    object-fit: contain;
  }
  .common-card .compare-candidate .senate-box .candidate-name {
    font-size: 19px;
  }
  .common-card .senate-box .candidate-party {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .common-card .senate-box .candidate-portfolio {
    font-size: 10px;
    line-height: 16px;
  }
  .common-card .senate-box .border-devider {
    margin-bottom: 36px;
    padding-bottom: 30px;
  }
  .shape-community h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .shape-community .btn-wrap p {
    font-size: 24px;
  }
  .shape-community .btn-wrap .btn {
    min-width: 170px;
  }
  .shape-community .btn-wrap {
    gap: 40px;
  }
  .for-candidate .for-candidate-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 42px;
  }
  .for-candidate {
    padding: 40px;
  }
  .for-candidate img.candidate-stand {
    max-height: 150px;
  }
  .padd-bottom-120 {
    padding-bottom: 100px;
  }
}
/* Make the collapsed navbar slide in from the left on small screens */
@media (max-width: 991.98px) {
  .container-fluid.position-relative::before {
    display: none;
  }
  .position-relative::after {
    display: none;
  }
  .border-relative::before,
  .border-relative::after {
    display: none;
  }
  .header-space {
    padding-top: 82px;
  }
  .vertical-socialWrap.pageRight {
    display: none;
  }
  .hideDesktop {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 342px;
    transition: left 0.3s ease;
    z-index: 1050;
    padding: 121px 32px 32px 67px;
    background: rgba(252, 244, 227, 0.88);
    border-right: 1px solid #c0b9af;
    backdrop-filter: blur(12px);
    box-shadow: 0px -8px 12px 0px rgba(0, 0, 0, 0.0392156863);
  }
  .navbar-collapse.show {
    left: 0;
  }
  /* Optional: prevent body scroll when menu is open */
  body.nav-open {
    overflow: hidden;
  }
  .navbar-collapse {
    margin-top: 0;
  }
  .navbar .btn-close {
    border: none;
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    height: 38px;
    width: 38px;
    opacity: 1;
  }
  .navbar .btn-close svg, .navbar .btn-close img {
    height: 38px;
    width: 38px;
  }
  .navbar .btn-close svg path {
    fill: rgb(0, 48, 73);
  }
  .topCloseWrap {
    position: absolute;
    top: 34px;
    left: 17px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .topCloseWrap .menuTitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(0, 48, 73);
  }
  .mobileMenu {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex-grow: 1;
    padding-bottom: 44px;
  }
  .navbar .nav-link {
    margin-right: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    padding: 0;
    border-bottom: none;
  }
  .nav-link.line {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .nav-link.line::after {
    content: "";
    border-bottom: 1px solid rgb(192, 185, 175);
    flex-grow: 1;
    margin-left: 8px;
  }
  .hideMobile {
    display: none;
  }
  .mobileBottomMenu {
    display: flex;
    border-top: 1px solid rgb(192, 185, 175);
    padding-top: 36px;
    flex-direction: column;
  }
  .mobileBottomMenu .social-wrap {
    list-style: none;
    width: 120px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .mobileBottomMenu .social-wrap img {
    height: 50px;
    width: 50px;
  }
  .nav-link-bottom {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(0, 48, 73);
    margin-bottom: 36px;
    display: block;
    text-decoration: none;
  }
  .madeBy {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(0, 48, 73, 0.6);
  }
  .navbar {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .fixed-header {
    height: 82px;
  }
  .fixed-header::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .container-fluid.position-relative::before {
    display: none;
  }
  .position-relative::after {
    display: none;
  }
  .border-relative::before,
  .border-relative::after {
    display: none;
  }
  .banner {
    padding-top: 275px;
  }
  .banner .form-group {
    flex-direction: column;
    gap: 30px;
  }
  .banner .form-group .view-btn {
    text-align: center;
    padding: 20px 10px;
    width: 204px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }
  .banner .straddle-text {
    padding-left: 0;
    max-width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .banner .input-group {
    max-width: 100%;
    height: auto;
    flex-direction: column;
    gap: 25px;
  }
  .banner .input-group input {
    width: 100%;
    height: 61px;
    border-radius: 3px !important;
  }
  .banner .input-group .btn {
    background: #606579;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
  }
  .chevrondown-gap {
    padding-bottom: 119px;
  }
  .banner-content {
    padding-top: 0;
    margin-top: -25px;
    position: relative;
  }
  .banner-content .map-bg {
    background: url("../images/mobile-map.png") no-repeat center center;
    background-size: cover;
    padding: 144px 0 138px;
  }
  .banner-content .form-group {
    width: 100%;
    max-width: 727px;
  }
  .banner-content .input-group input {
    padding-left: 12px;
  }
  .slider-box {
    margin-bottom: 50px;
  }
  .slider-box h2 {
    margin: 40px 0 20px 0;
  }
  .common-card .cover-white-bg::after {
    display: none;
  }
  .common-card .card {
    border-radius: 0 0 3px 3px !important;
  }
  .common-card .card.card-gray-bg {
    border-radius: 3px 3px 0 0 !important;
  }
  .common-card .stand-list ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
  }
  .common-card .stand-list ul li {
    border-bottom: none;
    border-right: 1px solid rgba(8, 8, 8, 0.2);
    padding-left: 16px;
    padding-right: 16px;
    flex-shrink: 1;
    margin-bottom: 0;
  }
  .common-card .stand-list ul li:last-child {
    border-right: none;
  }
  .common-card .stand-list ul li p {
    margin-left: 0;
    margin-bottom: 0;
  }
  .common-card .stand-list ul li:first-child p {
    font-size: 16px;
    line-height: 19px;
    padding-left: 0;
  }
  .common-card .card {
    padding: 40px 30px;
  }
  .common-card .card .card-title {
    line-height: 42px;
  }
  .common-card .new-heading,
  .common-card .compare-candidate-heading {
    text-align: center;
    position: relative;
  }
  .shape-community {
    flex-direction: column;
    padding: 24px 24px 40px;
    align-items: flex-start;
  }
  .shape-community .btn-wrap {
    flex-direction: column;
    margin-top: 42px;
    gap: 32px;
  }
  .shape-community .btn-wrap p {
    text-align: right;
  }
  .candidate-stand.maxFull {
    max-width: 100%;
  }
  .for-candidate {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 40px 30px 36px;
  }
  .for-candidate .right-section {
    margin-bottom: 56px;
  }
  .for-candidate .right-section img {
    width: 110px;
  }
  .candidatesSlider {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .candidatesSlider .senate-box {
    width: 295px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(253, 240, 213);
    border: 1px solid rgb(192, 185, 175);
    margin: 0 15px;
    border-radius: 10px;
    height: inherit;
  }
  .candidatesSlider .senate-box.border-bothSide::before, .candidatesSlider .senate-box.border-bothSide::after {
    display: none;
  }
  .candidatesSlider .senate-box .border-devider:last-child {
    border-bottom: none;
  }
  .candidatesSlider .slick-track {
    display: flex;
  }
  .slick-dots {
    bottom: -34px;
  }
  .slick-dots li {
    height: 16px;
    width: 16px;
  }
  .slick-dots li button {
    background: url("../images/slide-dot.png") no-repeat center;
    background-size: cover;
    height: 16px;
    width: 16px;
  }
  .slick-dots li button:before {
    display: none;
  }
  .slick-dots li.slick-active button {
    background: url("../images/slide-dot-active.png") no-repeat center;
    background-size: cover;
  }
  .slick-prev,
  .slick-next {
    height: 24px;
    width: 24px;
    bottom: 0;
    background: url("../images/prev-icon.svg") no-repeat center;
    background-size: cover;
    top: auto;
    bottom: -50px;
    left: 50%;
    margin-left: -70px;
    z-index: 100;
  }
  .slick-prev::before,
  .slick-next::before {
    display: none;
  }
  .slick-next {
    background: url("../images/next-icon.svg") no-repeat center;
    background-size: cover;
    left: auto;
    right: 50%;
    margin-right: -70px;
  }
  .slick-prev:hover,
  .slick-prev:focus {
    background: url("../images/prev-icon.svg") no-repeat center;
    background-size: cover;
  }
  .slick-next:hover,
  .slick-next:focus {
    background: url("../images/next-icon.svg") no-repeat center;
    background-size: cover;
  }
  .common-card .senate-box .border-devider {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .banner {
    background-position: 150% 0;
    background-size: 314px;
  }
}
.local-primary {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #606579;
}

.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #606579;
  margin-bottom: 0;
}
.filter-header .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #606579;
  text-decoration: underline;
}

.filter-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 25px;
  min-height: 34px;
}
.filter-card-header h3 {
  color: #606579;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  margin-bottom: 0;
}
.filter-card-header .btn {
  color: #606579;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.card-row .card {
  background: #fdf0d5;
  border-radius: 16px;
  border: 1px solid #c0b9af;
}
.card-row .card-head {
  background: rgba(217, 217, 217, 0.5);
  padding: 12px 14px;
  position: relative;
  border-radius: 3px 3px 0 0;
  display: grid;
  justify-content: end;
  gap: 28px;
  min-height: 168px;
}
.card-row .card-head .candidate-img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #606579;
}
.card-row .card-head .candidate-img .btn {
  height: 100%;
  width: 100%;
}
.card-row .card-head .head-btns {
  display: inline-flex;
  flex-direction: column;
  row-gap: 16px;
}
.card-row .card-head .candidate-img {
  height: 31px;
  width: 31px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #606579;
}
.card-row .card-head .candidate-img img {
  height: 100%;
  width: 100%;
}
.card-row .card-body {
  padding: 0px 36px 20px 36px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: -20px;
}
.card-row .card-body .card-avtar {
  width: 96px;
  height: 96px;
  background: rgb(217, 217, 217);
  border-radius: 50%;
  position: relative;
  left: auto;
  top: auto;
}
.card-row .card-body .card-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}
.card-row .card-body .candidate-textContent {
  flex: 1;
  margin-top: 20px;
}
.card-row .card-body .candidate-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 19.76px;
  color: #003049;
  margin: 0;
}
.card-row .card-body .candidate-rank {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20.16px;
  text-transform: uppercase;
  color: #726a5a;
  margin: 3px 0 0 0;
}
.card-row .card-body .candidate-flag {
  display: inline-block;
  background: #ececec;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.card-row .card-footer {
  padding: 16px 20px 20px 20px;
  border-top: 1px solid #c0b9af;
  display: flex;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  background: #fdf0d5;
  gap: 14px;
}
.card-row .card-footer .btn,
.card-row .card-footer .button_to,
.card-row .card-footer .btn-custom-class,
.card-row .card-footer .unshortlisted-wrap {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  width: 100%;
  padding: 13px 10px;
  border-radius: 0;
}
.card-row .card-footer .btn.view-profileBtn {
  background: transparent;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 13.17px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #221f1e;
  display: inline-flex;
  align-items: center;
}
.card-row .card-footer .btn.remove-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #726a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
  background: #fdf0d5;
  border-radius: 12px;
}
.card-row .card-footer .btn.remove-btn img {
  width: 15px;
  height: auto;
  margin-top: 2px;
}
.card-row .card-footer .btn.add-teamBtn {
  background: #221f1e;
  color: #fdf0d5;
  border-radius: 12px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.card-row .card-footer .btn.add-teamBtn img {
  width: 15px;
  height: auto;
  margin-top: -3px;
}
.card-row .card-footer .btn.shortlist-btn {
  background: #221f1e;
  color: #fdf0d5;
  border-radius: 12px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.card-row .card-footer .btn.shortlist-btn img {
  width: 15px;
  height: auto;
  margin-top: -3px;
}
.card-row .card-footer .btn.shortlisted-btn {
  border: 2px solid #c4b9a2;
  border-radius: 12px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
}
.card-row .card-footer .btn.shortlisted-btn img {
  width: 15px;
  height: 16px;
  margin-top: -3px;
}
.card-row .card-footer .button_to,
.card-row .card-footer .btn-custom-class,
.card-row .card-footer .unshortlisted-wrap {
  padding: 0;
}
.card-row .card-footer .selected-btn {
  background: #606579;
  color: #fff;
}
.card-row .filled-card .card-head {
  padding: 22px 20px;
}
.card-row .filled-card .card-head .filledHeading-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  color: #606579;
  max-width: 75%;
}
.card-row .filled-card .card-body {
  padding: 11px 18px;
}
.card-row .filled-card .card-body .filledBody-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #606579;
  margin-bottom: 10px;
}
.card-row .filled-card .card-body .filledBody-text p:last-child {
  margin-bottom: 0;
}
.card-row .filled-card .card-body .filledBody-text label {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  color: #606579;
}

.office-cardsList {
  padding-bottom: 130px;
}
.office-cardsList .card-footer .btn {
  background: #fff;
}
.office-cardsList .card-footer .discard-btn {
  background: #d9d9d9;
  color: #606579;
}
.office-cardsList .card-footer .shortlist-btn {
  background: #606579;
}
.office-cardsList .card-row {
  position: relative;
}
.office-cardsList .card-row .card-head {
  background: rgba(217, 217, 217, 0.5);
  padding: 12px 14px;
  position: relative;
  border-radius: 16px 16px 0 0;
  display: grid;
  justify-content: end;
  gap: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.office-cardsList .card-row .card-head .head-btns {
  display: inline-flex;
  flex-direction: column;
  row-gap: 16px;
}
.office-cardsList .card-row .card-head .candidate-img {
  height: 31px;
  width: 31px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #606579;
}
.office-cardsList .card-row .card-head .candidate-img img {
  height: 100%;
  width: 100%;
}
.office-cardsList .card-row .card-head .candidate-img .btn {
  height: 100%;
  width: 100%;
}
.office-cardsList .card-row .card-head .candidate-img .btn img {
  display: inline-block;
}
.office-cardsList .card-row .card .card-body {
  padding: 0px 36px 20px 36px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: -20px;
}
.office-cardsList .card-row .card .card-body .card-avtar {
  width: 96px;
  height: 96px;
  background: rgb(217, 217, 217);
  border-radius: 50%;
  position: relative;
  left: auto;
  top: auto;
}
.office-cardsList .card-row .card .card-body .candidate-textContent {
  flex: 1;
  margin-top: 20px;
}
.office-cardsList .card-row .card .card-body .view-profileBtn {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(96, 101, 121);
  text-decoration: none;
}
.office-cardsList .card-row .card .card-body .candidate-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 19.76px;
  color: #003049;
  margin: 0;
}
.office-cardsList .card-row .card .card-body .candidate-rank {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20.16px;
  text-transform: uppercase;
  color: #726a5a;
  margin: 3px 0 0 0;
}
.office-cardsList .card-row .card .card-body .candidate-flag {
  display: inline-block;
  background: #ececec;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.office-cardsList .card-row .card-footer {
  padding: 0px 20px 20px 20px;
  border: 0;
  display: flex;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  background: #fdf0d5;
  gap: 14px;
}
.office-cardsList .card-row .card-footer .btn,
.office-cardsList .card-row .card-footer turbo-frame,
.office-cardsList .card-row .card-footer .btn-custom-class {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  width: 100%;
  padding: 13px 10px;
  border-radius: 0;
  border: 0;
}
.office-cardsList .card-row .card-footer .btn.discard-btn,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn {
  background: #d9d9d9;
  color: #606579;
}
.office-cardsList .card-row .card-footer .btn.discard-btn.added-to-team,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn.added-to-team,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn.added-to-team {
  background: transparent;
  border: 2px solid #0d763e;
  border-radius: 12px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #0d763e;
  gap: 6px;
  width: auto;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
}
.office-cardsList .card-row .card-footer .btn.discard-btn.added-to-team img,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn.added-to-team img,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn.added-to-team img {
  width: 24px;
  height: 19px;
}
.office-cardsList .card-row .card-footer .btn.discard-btn.shortlisted-btn,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn.shortlisted-btn,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn.shortlisted-btn {
  border: 2px solid #c4b9a2;
  border-radius: 12px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
}
.office-cardsList .card-row .card-footer .btn.discard-btn.shortlisted-btn img,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn.shortlisted-btn img,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn.shortlisted-btn img {
  width: 15px;
  height: 16px;
  margin-top: -3px;
}
.office-cardsList .card-row .card-footer .btn.discard-btn.remove-btn,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn.remove-btn,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn.remove-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #726a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
  background: #fdf0d5;
  border-radius: 12px;
}
.office-cardsList .card-row .card-footer .btn.discard-btn.remove-btn img,
.office-cardsList .card-row .card-footer turbo-frame.discard-btn.remove-btn img,
.office-cardsList .card-row .card-footer .btn-custom-class.discard-btn.remove-btn img {
  width: 15px;
  height: auto;
  margin-top: 2px;
}
.office-cardsList .card-row .card-footer .btn.shortlist-btn,
.office-cardsList .card-row .card-footer turbo-frame.shortlist-btn,
.office-cardsList .card-row .card-footer .btn-custom-class.shortlist-btn {
  background: #221f1e;
  color: #fdf0d5;
  border-radius: 12px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
}
.office-cardsList .card-row .card-footer .btn.view-profileBtn {
  background: transparent;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 13.17px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #221f1e;
  display: inline-flex;
  align-items: center;
}
.office-cardsList .card-row .card-footer turbo-frame,
.office-cardsList .card-row .card-footer .btn-custom-class {
  padding: 0;
}
.office-cardsList .card-row .card-footer turbo-frame .discard-btn,
.office-cardsList .card-row .card-footer .btn-custom-class .discard-btn {
  background: #d9d9d9;
  color: #606579;
}
.office-cardsList .card-row .card-footer turbo-frame .shortlist-btn,
.office-cardsList .card-row .card-footer .btn-custom-class .shortlist-btn {
  background: #606579;
  color: #fff;
}
.office-cardsList .card-row .card-footer .shortlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.office-cardsList .card-row .card-footer .shortlist-btn img {
  width: 15px;
  height: auto;
  margin-top: -3px;
}
.office-cardsList .card-row .filled-card .card-head {
  padding: 16px 20px;
  justify-content: flex-end;
  min-height: 168px;
}
.office-cardsList .card-row .filled-card .card-head .filledHeading-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  color: white;
  max-width: 75%;
}
.office-cardsList .card-row .filled-card .card-body .text-end {
  display: none;
}
.office-cardsList .card-row .filled-card .card-body .filledBody-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #606579;
  margin-bottom: 10px;
}
.office-cardsList .card-row .filled-card .card-body .filledBody-text p:last-child {
  margin-bottom: 0;
}
.office-cardsList .card-row .filled-card .card-body .filledBody-text label {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  color: #606579;
}

.modal-xl {
  max-width: 1024px;
}

.signUp-modal .modal-header {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px;
  padding: 45px 20px 40px;
  border-bottom-color: #606579;
}
.signUp-modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.signUp-modal .modal-header h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #606579;
  margin-bottom: 8px;
}
.signUp-modal .modal-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606579;
  margin-bottom: 0;
}
.signUp-modal .modal-body {
  padding: 28px 40px 40px;
}
.signUp-modal .modal-body .signUp-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #606579;
  margin-bottom: 20px;
}
.signUp-modal .modal-body .btn-grp {
  border: 1px solid #606579;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.signUp-modal .modal-body .btn-grp .btn {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #606579;
  min-width: 211px;
}
.signUp-modal .modal-body .btn-grp .btn.btn-selected, .signUp-modal .modal-body .btn-grp .btn.active {
  background: #606579;
  color: #fff;
  font-weight: 700;
  border-radius: 3px 0 0 3px;
}
.signUp-modal .modal-body .btn-grp .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.signUp-modal .modal-body .btn-grp .btn:hover {
  background: #606579;
  color: #fff;
  font-weight: 700;
}
.signUp-modal .modal-body .input-groupWrap {
  margin-bottom: 40px;
}
.signUp-modal .modal-body .input-groupWrap .form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #565a6d;
  margin-bottom: 10px;
}
.signUp-modal .modal-body .input-groupWrap .input-group-box {
  border: 1px solid #898d9c;
  border-radius: 3px;
  margin-bottom: 7px;
  display: flex;
  height: 56px;
}
.signUp-modal .modal-body .input-groupWrap .input-group-box span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signUp-modal .modal-body .input-groupWrap .input-group-box .form-control {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #606579;
  border: 0;
  flex: 1;
  height: 100%;
}
.signUp-modal .modal-body .input-groupWrap .input-group-box .form-control:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
}
.signUp-modal .modal-body .input-groupWrap .input-group-box .btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: #606579;
  border: 0;
  background: #fff;
  border-radius: 0 3px 3px 0;
  padding: 0 20px;
  height: 100%;
}
.signUp-modal .modal-body .input-groupWrap .input-group-box .btn:hover {
  background: #606579;
  color: #fff;
}
.signUp-modal .modal-body .input-groupWrap .inputInfo-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #606579;
  margin-bottom: 0;
}
.signUp-modal .modal-body .input-group {
  position: relative;
}
.signUp-modal .modal-body .input-group .form-control {
  height: 56px;
  border: 2px solid #898d9c;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #565a6d;
  padding: 10px 40px 10px 15px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
}
.signUp-modal .modal-body .input-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #606579;
}
.signUp-modal .modal-body .input-group i.fa-eye {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  color: #606579;
  cursor: pointer;
  transform: translate(-85%, -100%);
  z-index: 9;
}
.signUp-modal .modal-body .input-group .error-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #ff4c4c;
  margin-bottom: 0;
  margin-top: 5px;
}
.signUp-modal .modal-body .muted-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #565a6d;
  margin-bottom: 0;
  margin-top: 10px;
}
.signUp-modal .modal-body .login-btns {
  display: flex;
  gap: 22px;
  margin-top: 24px;
}
.signUp-modal .modal-body .login-btns .btn {
  width: 300px;
  height: 56px;
  border-radius: 3px;
  border: 2px solid #898d9c;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #565a6d;
  background: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}
.signUp-modal .modal-body .login-btns .btn:hover {
  background: #606579;
  color: #fff;
}
.signUp-modal .modal-body .login-btns .btn .btn-icon-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.signUp-modal .modal-body .login-btns .btn .btn-icon-circle i {
  font-size: 20px;
  color: #565a6d;
}
.signUp-modal .modal-body .login-btns .btn:hover .btn-icon-circle {
  background: #565a6d;
}
.signUp-modal .modal-body .login-btns .btn:hover .btn-icon-circle i {
  color: #fff;
}
.signUp-modal .modal-body .login-btns .btn.active, .signUp-modal .modal-body .login-btns .btn.selected {
  background: #606579;
  color: #fff;
}
.signUp-modal .modal-body .login-btns .btn.active .btn-icon-circle, .signUp-modal .modal-body .login-btns .btn.selected .btn-icon-circle {
  background: #565a6d;
}
.signUp-modal .modal-body .login-btns .btn.active .btn-icon-circle i, .signUp-modal .modal-body .login-btns .btn.selected .btn-icon-circle i {
  color: #fff;
}
.signUp-modal .modal-body .auth-buttons-container {
  margin-top: 30px;
}
.signUp-modal .modal-body .auth-buttons-container .login-btns {
  display: flex;
  gap: 20px;
  margin-top: 0;
  justify-content: flex-start;
}
.signUp-modal .modal-body .auth-buttons-container .login-btns .btn {
  height: 64px;
  width: 230px;
  border: 1px solid #898d9c;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #565a6d;
  padding: 12px 15px;
}
.signUp-modal .modal-body .auth-buttons-container .login-btns .btn .btn-icon-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.signUp-modal .modal-body .auth-buttons-container .login-btns .btn .btn-icon-circle i {
  font-size: 16px;
  color: #565a6d;
}
.signUp-modal .modal-body .auth-buttons-container .login-btns .btn.selected {
  border: 2px solid #606579;
  background: #f8f8f8;
}
.signUp-modal .modal-footer {
  padding: 24px 40px;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.signUp-modal .modal-footer .btn {
  min-width: 160px;
  height: 48px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  margin: 0;
}
.signUp-modal .modal-footer .btn.btn-secondary {
  color: #606579;
  background: #ffffff;
  border: 1px solid #606579;
}
.signUp-modal .modal-footer .btn.btn-secondary:hover {
  background: #ececec;
}
.signUp-modal .modal-footer .btn.btn-primary, .signUp-modal .modal-footer .btn.save-sign-up-btn {
  background: #606579;
  color: #fff;
  border: 1px solid #606579;
}
.signUp-modal .modal-footer .btn.btn-primary:hover, .signUp-modal .modal-footer .btn.save-sign-up-btn:hover {
  background: #4a4e5f;
}
.signUp-modal.external-signUp-modal {
  width: 1024px;
  display: flex;
  height: 100vh;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.signUp-modal.external-signUp-modal .modal-content {
  border: 1px solid #606579;
  border-radius: 8px;
}

.new-modalStyle .modal-dialog {
  max-width: 536px;
}
.new-modalStyle .modal-content {
  border: 0;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.4);
  background: #fbf0da;
  padding: 42px 50px;
  border-radius: 16px;
}
.new-modalStyle .modal-header {
  padding: 0;
  padding: 0;
  border: 0;
}
.new-modalStyle .modal-header .modal-title {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #080808;
}
.new-modalStyle .modal-header .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0;
  height: auto;
  width: auto;
  border-radius: 0 16px 0 0;
  opacity: 1;
}
.new-modalStyle .modal-header .btn-close .close-bg {
  border-radius: 0 16px 0 0;
}
.new-modalStyle .modal-header .btn-close .close-icon {
  position: absolute;
  z-index: 9;
  height: 34px;
  width: 34px;
  top: 13px;
  right: 13px;
}
.new-modalStyle .modal-header .btn-close::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.new-modalStyle .modal-header .btn-close:focus, .new-modalStyle .modal-header .btn-close:active, .new-modalStyle .modal-header .btn-close:hover {
  outline: 0;
  box-shadow: none;
}
.new-modalStyle .modal-body {
  padding: 0;
  margin-right: -52px;
  padding-right: 52px;
}
.new-modalStyle .modal-body .tab-pane .btn-grp {
  border: 1px solid #c0b9af;
  border-radius: 62px;
}
.new-modalStyle .modal-body .tab-pane .btn-grp .btn {
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221f1e;
  border: 0;
  height: 40px;
}
.new-modalStyle .modal-body .tab-pane .btn-grp .btn.active {
  background: #221f1e;
  color: #fdf0d5;
  border-radius: 62px;
}
.new-modalStyle .modal-body .tab-pane .btn-grp .btn.active:hover {
  background: #221f1e;
  color: #fdf0d5;
}
.new-modalStyle .modal-body .tab-pane .btn-grp .btn:hover {
  background: transparent;
  font-weight: 500;
  color: #221f1e;
}
.new-modalStyle .modal-body .input-groupWrap {
  margin-bottom: 40px;
}
.new-modalStyle .modal-body .input-groupWrap .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 7px;
}
.new-modalStyle .modal-body .input-groupWrap .input-group-box {
  border: 0.77px solid #726a5a;
  border-radius: 7.71px;
  background: transparent;
  padding: 12px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221f1e;
}
.new-modalStyle .modal-body .input-groupWrap .input-group-box .btn-primary {
  display: none;
}
.new-modalStyle .modal-body .input-groupWrap .inputInfo-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #726a5a;
}
.new-modalStyle .modal-body .auth-buttons-container {
  margin-top: 0;
}
.new-modalStyle .modal-body .auth-buttons-container .btn {
  border: 1px solid #221f1e;
  border-radius: 32px;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #221f1e;
  width: 100%;
  height: 48px;
  text-transform: uppercase;
  background: transparent;
}
.new-modalStyle .modal-body .auth-buttons-container .btn img {
  margin-right: 16px;
}
.new-modalStyle .modal-body .auth-buttons-container .login-btns form {
  width: 100%;
}
.new-modalStyle .modal-body .auth-buttons-container .login-btns .btn {
  border: 1px solid #221f1e;
  border-radius: 32px;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #221f1e;
  width: 100%;
  height: 48px;
  text-transform: uppercase;
  background: transparent;
  display: flex;
  justify-content: center;
}
.new-modalStyle .modal-body .auth-buttons-container .or-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px 0 20px;
}
.new-modalStyle .modal-body .auth-buttons-container .or-container::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  background: #c0b9af;
  top: 50%;
}
.new-modalStyle .modal-body .auth-buttons-container .or-container p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #221f1e;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: #fbf0da;
  padding: 0 10px;
}
.new-modalStyle .modal-body .nav-pills {
  border: 0;
}
.new-modalStyle .modal-body .nav-pills.btn-grp .btn {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726a5a;
  min-width: auto;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  padding: 0;
}
.new-modalStyle .modal-body .nav-pills.btn-grp .btn.active, .new-modalStyle .modal-body .nav-pills.btn-grp .btn:hover {
  background: transparent;
  color: #221f1e;
  border-color: #221f1e;
  transition: all 0.3s ease-in-out;
}
.new-modalStyle .modal-body .nav-pills .nav-item {
  position: relative;
}
.new-modalStyle .modal-body .nav-pills .nav-item:first-child {
  margin-right: 8px;
  padding-right: 8px;
}
.new-modalStyle .modal-body .nav-pills .nav-item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #c0b9af;
  top: 2px;
  right: 0;
}
.new-modalStyle .modal-body .form-control {
  background: #fbf0da;
  border: 1px solid #c0b9af;
  border-radius: 7.71px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221f1e;
}
.new-modalStyle .modal-body .form-control::placeholder,
.new-modalStyle .modal-body .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(114, 106, 90, 0.5019607843);
}
.new-modalStyle .modal-body .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 7px;
}
.new-modalStyle .modal-body .input-group {
  margin-bottom: 20px;
}
.new-modalStyle .modal-body .input-group .form-control {
  background: #fcf4e3;
  border: 1px solid #c0b9af;
  border-radius: 7.71px !important;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221f1e;
  height: 43px;
  margin: 0;
  padding-right: 15px;
}
.new-modalStyle .modal-body .inputInfo-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #726a5a;
}
.new-modalStyle .modal-body .forgot-btn {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726a5a;
  text-decoration: none;
}
.new-modalStyle .modal-body .btn-radio-group label {
  border: 0.77px solid #c0b9af;
  border-radius: 7.71px;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c0b9af;
  height: 43px;
}
.new-modalStyle .modal-body .btn-radio-group label::before {
  content: "○";
  font-size: 1.2rem;
  margin-right: 0.5rem;
  color: #c0b9af;
  transition: color 0.2s;
}
.new-modalStyle .modal-body .btn-radio-group input[type=radio] {
  display: none;
}
.new-modalStyle .modal-body .btn-radio-group input[type=radio]:checked + label {
  border-color: #221f1e;
  background-color: #fbf0da;
  color: #221f1e;
}
.new-modalStyle .modal-body .btn-radio-group input[type=radio]:checked + label::before {
  content: "";
  background: url("../images/Radio-selected.svg") no-repeat center center;
  height: 14px;
  width: 14px;
}
.new-modalStyle .modal-footer {
  border: 0;
  padding-right: 0;
}
.new-modalStyle .modal-footer .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 66px;
  height: 48px;
  padding: 14px 48px;
  display: inline-flex;
  width: auto;
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.new-modalStyle .modal-footer .btn-primary {
  color: #fdf0d5;
  background: #221f1e;
  border: 0;
}
.new-modalStyle .modal-footer .btn-secondary {
  border: 1px solid #c0b9af;
  color: #726a5a;
  background: transparent;
}
.new-modalStyle .modal-footer .btn.save-sign-in-btn,
.new-modalStyle .modal-footer .btn.save-sign-up-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fdf0d5;
  background-origin: 66px;
  background: #221f1e;
  height: 48px;
  max-width: 138px;
}
.new-modalStyle .modal-footer .btn.save-sign-in-btn:hover,
.new-modalStyle .modal-footer .btn.save-sign-up-btn:hover {
  background: #221f1e;
}
.new-modalStyle .add-eventDialog .modal-body {
  margin-top: 35px;
  margin-right: -52px;
  padding-right: 52px;
  padding-left: 3px;
}
.new-modalStyle .add-eventDialog .modal-body .form-control {
  min-height: 43px;
}
.new-modalStyle .add-eventDialog .modal-body .text-countLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-modalStyle .add-eventDialog .modal-body .text-countLabel .char-count {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
}
.new-modalStyle .add-eventDialog .modal-footer .btn {
  flex: auto;
  border-radius: 12px;
  max-width: 120px;
  font-size: 14px;
  padding: 0;
}

.signUp-modal.polling-location .modal-header {
  margin: 0 0 20px;
}
.signUp-modal.polling-location .modal-footer .btn-secondary {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  border: 0;
  background: transparent;
  padding: 0;
}
.signUp-modal.polling-location .modal-footer .btn-secondary:hover {
  background: transparent;
}
.signUp-modal.polling-location .modal-footer .save-sign-in-btn {
  padding: 0 20px;
  border-radius: 12px;
  max-width: fit-content;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
}

.success-modal .modal-body {
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.success-modal .modal-body .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.success-modal .modal-body .success-icon {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 auto 20px;
}
.success-modal .modal-body h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #606579;
  margin-bottom: 15px;
}
.success-modal .modal-body .success-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #606579;
  max-width: 80%;
  margin: 0 auto 40px;
}
.success-modal .modal-body .success-text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606579;
  border-top: 1px solid rgba(96, 101, 121, 0.5);
  padding-top: 40px;
  margin-bottom: 12px;
}
.success-modal .modal-body .btn {
  color: #606579;
  background: #fff;
  border: 2px solid #606579;
  border-radius: 3px;
  padding: 16px 21px;
  margin: 0;
  min-width: 244px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.success-modal .modal-body .btn:hover {
  background: #606579;
  color: #fff;
}
.success-modal .modal-body .btn.btn-primary {
  background: #606579;
  color: #fff;
}

.carousel {
  position: relative;
}
.carousel .carousel-inner {
  z-index: 2;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  background: url("../images/Vector.svg") no-repeat center center;
  top: 50%;
  transform: translate(-20px, -50%);
  margin-top: -30px;
  opacity: 1;
  z-index: 1;
}
.carousel .carousel-control-next {
  right: -120px;
}
.carousel .carousel-control-next .right-arrow {
  padding-left: 60px;
}
.carousel .carousel-control-prev {
  left: -60px;
  transform: translate(-40px, -50%);
}
.carousel .carousel-control-prev .left-arrow {
  padding-right: 60px;
}
.carousel .carousel-control-prev .left-arrow img {
  transform: rotate(180deg);
}

.new-modalStyle .modal-body {
  padding: 0;
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .signUp-modal .modal-body .muted-text {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .card-row .card-footer .btn.view-profileBtn {
    font-size: 14px;
    padding: 0;
  }
  .card-row .card-footer .btn.remove-btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .resetBox {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 16px;
  }
  .new-modalStyle .modal-footer {
    padding-right: 40px;
  }
  .new-modalStyle .modal-footer .btn.save-sign-in-btn,
  .new-modalStyle .modal-footer .btn.save-sign-up-btn {
    max-width: unset;
  }
  .signUp-modal .modal-body .btn-grp .btn {
    min-width: 150px;
  }
  .new-modalStyle .modal-content {
    padding: 42px 20px;
  }
  .signUp-modal .modal-footer {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .signUp-modal .modal-footer .btn {
    width: 48%;
    min-width: 130px;
  }
  .signUp-modal .auth-buttons-container .login-btns {
    flex-direction: column;
  }
  .signUp-modal .auth-buttons-container .login-btns .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .signUp-modal .modal-footer {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .signUp-modal .modal-footer .btn {
    width: 100%;
  }
}
.shortlisted_D {
  /* Soft purple to blue gradient */
}
.fixed-header .profile-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.fixed-header .profile-group .profile-name {
  display: flex;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #726A5A;
}
.fixed-header .profile-group .profile-name p {
  margin-bottom: 0;
}
.fixed-header .profile-group .profile-img {
  width: 32px;
  height: 32px;
  background: #D9D9D9;
  border-radius: 50%;
}
.fixed-header .profile-group .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.fixed-header .flex-wrap .profile-deatils {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
  margin-bottom: 2px;
}

.voter-dashboard .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  height: 60px;
  border: 1px solid #C0B9AF;
}
.voter-dashboard .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.voter-dashboard .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.voter-dashboard .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.voter-dashboard .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.voter-dashboard .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #080808;
  margin: 0;
}
.voter-dashboard .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.voter-dashboard .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.voter-dashboard .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.voter-dashboard .search-box .search-input {
  border: 0;
  border-radius: 6px;
  height: 48px;
  padding-left: 20px;
  background: transparent;
  flex: 1;
  width: 100%;
  min-width: 227px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 12.14px;
  color: rgba(114, 106, 90, 0.6);
}
.voter-dashboard .search-box .search-input::placeholder {
  color: rgba(114, 106, 90, 0.6);
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 12.14px;
}
.voter-dashboard .search-box .search-input:focus, .voter-dashboard .search-box .search-input:hover, .voter-dashboard .search-box .search-input:active {
  outline: 0;
  box-shadow: none;
}
.voter-dashboard .search-box .search-btn {
  height: 20px;
  width: 20px;
  border: 0;
}
.voter-dashboard .search-box .search-btn img {
  height: 100%;
  width: 100%;
}
.voter-dashboard .search-candidate-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.voter-dashboard .search-candidate-box .form-control {
  border: 0;
  border-radius: 6px;
  height: 48px;
  padding-left: 20px;
  background: transparent;
  flex: 1;
  width: 100%;
  min-width: 227px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 12.14px;
  color: #080808;
  padding-right: 0;
}
.voter-dashboard .search-candidate-box .form-control::placeholder {
  color: rgba(114, 106, 90, 0.6);
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 12.14px;
}
.voter-dashboard .search-candidate-box .form-control:focus, .voter-dashboard .search-candidate-box .form-control:hover, .voter-dashboard .search-candidate-box .form-control:active {
  outline: 0;
  box-shadow: none;
}
.voter-dashboard .search-candidate-box .search-btn {
  border: 0;
  border-left: 0;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.voter-dashboard .title-box h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 48px;
  color: #606579;
  margin: 0;
}
.voter-dashboard .title-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  color: #606579;
}
.voter-dashboard .quick-box {
  border-bottom: 1px solid #C7C0B4;
  margin-bottom: 40px;
  padding-bottom: 35px;
}
.voter-dashboard .quick-box .quick-heading {
  position: relative;
  text-align: center;
}
.voter-dashboard .quick-box .quick-heading p {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36.03px;
  letter-spacing: 0%;
  text-align: center;
  color: #080808;
  margin-bottom: 25px;
}
.voter-dashboard .quick-box .quick-heading .close-btn {
  position: absolute;
  top: 1px;
  right: 10px;
  padding: 0;
}
.voter-dashboard .quick-box .quick-heading .close-btn img {
  height: 100%;
  width: 100%;
}
.voter-dashboard .quick-box .quick-box-head {
  border-radius: 3px;
  background: url("../images/Vector.svg") no-repeat center center;
  padding: 18px 16px;
  height: 176px;
  margin-bottom: 12px;
  background-size: 180px;
  display: flex;
  align-items: center;
}
.voter-dashboard .quick-box .quick-box-head .step-imgBox .chair-mask {
  width: 155px;
  height: auto;
}
.voter-dashboard .quick-box .quick-box-head .step-imgBox .weight-mask {
  width: 205px;
  height: auto;
}
.voter-dashboard .quick-box .quick-box-head .step-imgBox .check-mask {
  width: 220px;
  height: 220px;
  margin-top: -35px;
}
.voter-dashboard .quick-box .quick-box-head .step-text {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #780000;
  margin-bottom: 11px;
}
.voter-dashboard .quick-box .quick-box-head .main-text {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin: 0;
  color: #003049;
}
.voter-dashboard .quick-box .quick-box-body {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #726A5A;
  text-align: left;
  margin: 0 auto;
  width: 50%;
}
.voter-dashboard .candidate-data {
  background: #fff;
  border: 1px solid #CFD1D8;
  border-radius: 6px;
  padding: 16px 15px;
  color: #606579;
}
.voter-dashboard .candidate-data .title-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
.voter-dashboard .candidate-data .count-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.voter-dashboard .candidate-data .count-text span {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.voter-dashboard .small-slider .filter-card-header {
  margin-top: 0;
  margin-bottom: 25px;
}
.voter-dashboard .small-slider .filter-card-header h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #080808;
}
.voter-dashboard .small-slider .filter-card-header .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #080808;
}
.voter-dashboard .small-slider .new-small-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.voter-dashboard .small-slider .new-small-slider .slider-container {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.voter-dashboard .small-slider .new-small-slider .slider-container:active {
  cursor: grabbing;
}
.voter-dashboard .small-slider .new-small-slider .slider-wrapper {
  transition: transform 0.3s ease-out;
  width: 100%;
  user-select: none;
}
.voter-dashboard .small-slider .new-small-slider .slider-wrapper .no-localCardAvailable .card {
  display: flex;
  min-height: 190px;
  justify-content: center;
  align-items: center;
}
.voter-dashboard .small-slider .new-small-slider .slide {
  min-width: 100%;
  padding: 6px 10px;
}
.voter-dashboard .small-slider .new-small-slider .card {
  border: 0.74px solid #C7C0B4;
  padding: 35px 32px 35px 45px;
  color: #606579;
  border-radius: 12px;
  background: #FBF0DA;
  position: relative;
  box-shadow: 0px 5px 15px -5px rgba(58, 40, 3, 0.15);
}
.voter-dashboard .small-slider .new-small-slider .card::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4%;
  width: 92%;
  height: 100%;
  background: #FBF0DA;
  border-radius: 12px;
  border: 0.74px solid #C7C0B4;
  z-index: -1;
}
.voter-dashboard .small-slider .new-small-slider .card.no-stack {
  box-shadow: none;
}
.voter-dashboard .small-slider .new-small-slider .card.no-stack::before {
  display: none;
}
.voter-dashboard .small-slider .new-small-slider .card h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  margin-bottom: 15px;
}
.voter-dashboard .small-slider .new-small-slider .card .registered-count {
  font-family: "Roboto Condensed", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B6B6B;
  margin-bottom: 4px;
}
.voter-dashboard .small-slider .new-small-slider .card .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 11px;
  line-height: 12.54px;
  letter-spacing: 0%;
  color: #080808;
  border: 1.6px solid #C7C0B4;
  padding: 8px 12px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  transition: all 0.2s ease;
}
.voter-dashboard .small-slider .new-small-slider .card .btn:hover {
  background-color: #f5f5f5;
}
.voter-dashboard .small-slider .new-small-slider .card .btn.shortlisted-btn {
  background-color: #080808;
  color: #FDF0D5;
  border-color: #080808;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap {
  display: flex !important;
  justify-content: end;
  gap: 4rem;
  align-items: center;
  margin-bottom: 0;
  flex: 1;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .added-count {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20.16px;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 8px;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap {
  display: flex;
  gap: 26px;
  align-items: center;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap .member {
  position: relative;
  width: 80px;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap .member .member-picture {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap .member .check-icon {
  width: 32px;
  height: 29px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap .member-name {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #003049;
  margin-bottom: 0;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap.multiple-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap.multiple-member .group-member {
  display: flex;
  gap: 26px;
  align-items: center;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap.multiple-member .group-member .member {
  position: relative;
  width: 54px;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap.multiple-member .group-member .member .member-picture {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.voter-dashboard .small-slider .new-small-slider .card .shortlisted-wrap .team-added .member-wrap.multiple-member .group-member .member .check-icon {
  width: 25px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.voter-dashboard .small-slider .new-small-slider .card .team-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(96, 101, 121, 0.5);
  font-family: "Inter";
}
.voter-dashboard .small-slider .new-small-slider .card .team-text.shortlisted-class span {
  font-size: 24px;
  font-weight: 900;
}
.voter-dashboard .small-slider .new-small-slider .card .candidate-class {
  background-image: url("../images/sortlisted-count.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
  padding: 50px 40px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 23.01px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #0D763E;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.voter-dashboard .small-slider .new-small-slider .card .candidate-class img {
  width: 20px;
  height: auto;
}
.voter-dashboard .small-slider .new-small-slider .card .candidate-class::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 30px;
  width: 80px;
  height: 30px;
  background-color: rgb(245, 229, 199);
  border-radius: 12px;
  z-index: -1;
}
.voter-dashboard .small-slider .new-small-slider .card .team-class {
  background-image: url("../images/team-count.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
  padding: 50px 40px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 23.01px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FBF0DA;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.voter-dashboard .small-slider .new-small-slider .card .team-class img {
  width: 20px;
  height: auto;
}
.voter-dashboard .small-slider .new-small-slider .card .team-class::after {
  content: "";
  position: absolute;
  top: 43px;
  left: 30px;
  width: 80px;
  height: 30px;
  background-color: rgb(0, 48, 73);
  border-radius: 12px;
  z-index: -1;
}
.voter-dashboard .small-slider .new-small-slider .card .register-wrapper {
  display: flex;
  align-items: center;
  gap: 27px;
}
.voter-dashboard .small-slider .new-small-slider .card .register-wrapper .card-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  min-width: 300px;
}
.voter-dashboard .small-slider .new-small-slider .card .register-wrapper .card-actions .btn {
  flex: 1;
  min-width: auto;
  padding: 8px 12px;
  font-size: 10px;
  text-align: center;
}
.voter-dashboard .small-slider .new-small-slider .dots-container {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 44px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.voter-dashboard .small-slider .new-small-slider .dots-container .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D0D1D8;
  margin: 0 4px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.voter-dashboard .small-slider .new-small-slider .dots-container .dot.active {
  background-color: #505C79;
}
.voter-dashboard .small-slider .new-small-slider .nav-button {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #fdf0d5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 7px;
}
.voter-dashboard .small-slider .new-small-slider .nav-button img.slider-arrow {
  width: 29px;
  height: 29px;
  display: block;
}
.voter-dashboard .small-slider .new-small-slider .nav-button.prev {
  left: -20px;
}
.voter-dashboard .small-slider .new-small-slider .nav-button.prev .slider-arrow {
  transform: rotate(180deg);
}
.voter-dashboard .small-slider .new-small-slider .nav-button:hover,
.voter-dashboard .small-slider .new-small-slider .nav-button:focus,
.voter-dashboard .small-slider .new-small-slider .nav-button:active {
  outline: 0;
  box-shadow: none;
}
.voter-dashboard .small-slider .new-small-slider .nav-button.hidden {
  opacity: 0.5;
  cursor: not-allowed;
}
.voter-dashboard .small-slider .full-slider .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.voter-dashboard .small-slider .full-slider .card .shortlisted-wrap {
  display: block;
  margin-bottom: 0;
}
.voter-dashboard .small-slider .full-slider .card .shortlisted-wrap .btn {
  padding-left: 0;
  padding-right: 0;
}
.voter-dashboard .small-slider .full-slider .card .registered-count {
  margin-bottom: 0;
}
.voter-dashboard .news-events .filter-card-header {
  margin-bottom: 41px;
  position: relative;
}
.voter-dashboard .news-events .filter-card-header h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #080808;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.voter-dashboard .news-events .filter-card-header .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.voter-dashboard .news-events .filter-card-header::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.voter-dashboard .news-events .feed-box {
  border-radius: 3px;
  box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.1019607843);
  padding: 24px 20px;
}
.voter-dashboard .news-events .feed-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(96, 101, 121, 0.5);
  margin-bottom: 16px;
}
.voter-dashboard .news-events .feed-box .feed-box-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.voter-dashboard .news-events .feed-box .feed-box-inner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #606579;
  margin-bottom: 0;
}
.voter-dashboard .news-events .feed-box .feed-box-inner .card-btn {
  border-radius: 3px;
  background: #606579;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 14px 41px;
  border: 0;
  text-decoration: none;
}
.voter-dashboard .news-events .feed-box .feed-box-inner .card-btn:hover {
  background: #4c5165;
}
.voter-dashboard .dream-banner {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
  background: url("../images/dream-banner.svg") no-repeat center top;
}
.voter-dashboard .dream-banner h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
  margin-bottom: 15px;
}
.voter-dashboard .dream-banner .dream-selectHeading {
  font-size: 48px;
}
.voter-dashboard .dream-banner .keep-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #726A5A;
}
.voter-dashboard .dream-banner .banner-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #726A5A;
  margin-bottom: 30px;
}
.voter-dashboard .dream-banner .select-card {
  box-shadow: 0px 7.2px 32px 0px #DECAB0;
  background-color: #FCF4E3;
  border-radius: 24px;
  background-image: url("../images/card-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 36px 36px 36px 55px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: 530px;
  margin: 0 auto 27px;
}
.voter-dashboard .dream-banner .select-card .dream-team-text .card-heading {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 26.34px;
  line-height: 26.34px;
  letter-spacing: 0%;
  color: #080808;
  margin-bottom: 12px;
}
.voter-dashboard .dream-banner .select-card .dream-team-text .card-text {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 32.92px;
  line-height: 25.81px;
  letter-spacing: 0%;
  color: #ADADAD;
  margin-bottom: 21px;
}
.voter-dashboard .dream-banner .select-card .dream-team-text .card-text span {
  color: #0D763E;
}
.voter-dashboard .dream-banner .select-card .dream-team-text .progres-bar {
  margin: 0;
  height: 7px;
  background: #F0E6CE;
  border-radius: 54px;
  width: 80%;
}
.voter-dashboard .dream-banner .select-card .dream-team-text .progres-bar span {
  background: #0D763E;
  border-radius: 54px;
  height: 100%;
  display: block;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard {
  border: 1px solid #C0B9AF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  background: #FCF4E3;
  border-radius: 16px;
  background-image: url("../images/dashoboard-card-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  padding: 44px 99px 44px 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 56px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .backgroundImg-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 140px;
  margin: 0;
  z-index: 3;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .backgroundImg-content::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  background: url("../images/dream-greenBG.svg") no-repeat left bottom;
  background-size: contain;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 16px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .backgroundImg-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/dream-leftBG.svg") no-repeat left bottom;
  background-size: contain;
  z-index: 2;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 16px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .way-ToGo {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
  margin-bottom: 0;
  color: #0D763E;
  display: flex;
  align-items: center;
  gap: 8px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .way-ToGo img {
  width: 26px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .selected-text {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 10px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .profileBtn {
  background: #221F1E;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #FDF0D5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 24px;
  border: 0;
  height: 48px;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .profileBtn p {
  margin-bottom: 0;
}
.voter-dashboard .dream-banner .select-card.dream-teamCard .profileBtn p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
  margin: 0 3px;
}
.voter-dashboard .dream-banner .shortlist-wrap .start-shortlistingBtn {
  gap: 4px;
}
.voter-dashboard .dream-banner .shortlist-wrap .start-shortlistingBtn .selected-candidates img.cand-img:not(:first-child) {
  margin-left: -15px;
}
.voter-dashboard .dream-banner .shortlist-wrap .shortlisted-linkBtn {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #003049;
  margin-right: 4px;
}
.voter-dashboard .federal-section .filter-card-header {
  margin-bottom: 41px;
  position: relative;
}
.voter-dashboard .federal-section .filter-card-header h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #080808;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.voter-dashboard .federal-section .filter-card-header .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.voter-dashboard .federal-section .filter-card-header::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.voter-dashboard .federal-section .sub-card {
  margin-bottom: 60px;
}
.voter-dashboard .federal-section .sub-card h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  margin-bottom: 18px;
}
.voter-dashboard .federal-section .sub-card .pill-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.voter-dashboard .federal-section .sub-card .pill-wrap::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.voter-dashboard .federal-section .sub-card .pill-wrap .pill-box {
  border: 0.61px solid #C0B9AF;
  border-radius: 60px;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 12.63px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  display: flex;
  gap: 10px;
  padding: 7px 10px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
}
.voter-dashboard .federal-section .sub-card .pill-wrap .view-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.voter-dashboard .federal-section .donate-card .donated-text {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 10px;
}
.voter-dashboard .federal-section .donate-card .donated-value {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 2px;
}
.voter-dashboard .federal-section .donate-card .donated-for {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  margin-bottom: 0;
}
.voter-dashboard .race-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C0B9AF;
}
.voter-dashboard .race-box:last-child {
  border-bottom: 0;
}
.voter-dashboard .race-box .race-picBox {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 14px;
}
.voter-dashboard .race-box .race-picBox .thumb-wrap {
  position: relative;
  width: 42px;
  height: 42px;
}
.voter-dashboard .race-box .race-picBox .thumb-wrap .user-pic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.voter-dashboard .race-box .race-picBox .thumb-wrap .thumb-icon {
  width: 25px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: -13px;
}
.voter-dashboard .race-box .race-picBox .race-textBox {
  font-family: "Roboto", serif;
}
.voter-dashboard .race-box .race-picBox .race-textBox .race-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 25.02px;
  letter-spacing: 0%;
  color: #003049;
  margin: 0;
}
.voter-dashboard .race-box .race-picBox .race-textBox .race-office {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
  color: #726A5A;
}
.voter-dashboard .race-box .race-contentBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto", serif;
  margin-bottom: 7px;
}
.voter-dashboard .race-box .race-contentBox .race-discrip {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  max-width: 65%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voter-dashboard .race-box .race-contentBox .race-btnBox .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
}
.voter-dashboard .race-box .race-contentBox .race-btnBox .btn.view-btn {
  color: #221F1E;
  border: 0.96px solid #C0B9AF;
  border-radius: 50px;
  padding: 11px 25px;
}
.voter-dashboard .race-box .race-date {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  font-variant: small-caps;
  color: #726A5A;
}
.voter-dashboard .event-box {
  padding: 21px 30px 30px;
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
  background: #FCF4E3;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 333px;
  margin-bottom: 28px;
  font-family: "Roboto", serif;
}
.voter-dashboard .event-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 100%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.voter-dashboard .event-box .race-picBox {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 60px;
  justify-content: space-between;
}
.voter-dashboard .event-box .race-picBox .thumb-wrap {
  position: relative;
  width: 31px;
  height: 31px;
}
.voter-dashboard .event-box .race-picBox .thumb-wrap .user-pic {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.voter-dashboard .event-box .race-picBox .thumb-wrap .thumb-icon {
  width: 19px;
  height: 17px;
  position: absolute;
  bottom: 0;
  right: -13px;
}
.voter-dashboard .event-box .race-picBox .badge-btn .btn {
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #221F1E;
  border: 0.76px solid #221F1E;
  border-radius: 8px;
  text-transform: uppercase;
  background: rgba(254, 246, 231, 0.8784313725);
  position: relative;
  z-index: 1;
}
.voter-dashboard .event-box .race-picBox .race-textBox .race-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
}
.voter-dashboard .event-box .race-picBox .race-textBox .race-office {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
  color: #726A5A;
}
.voter-dashboard .event-box .event-dateSlot {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voter-dashboard .event-box .event-discrip {
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin-bottom: 77px;
  word-break: break-word;
}
.voter-dashboard .event-box .event-attendBox p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  margin: 0;
  color: #726A5A;
}
.voter-dashboard .event-box .event-attendBox .btn {
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  padding: 12px 24px;
  min-width: 99px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 50px;
  background: #080808;
  border: 0;
}
.voter-dashboard .event-box.upcoming-event {
  background: #FBF0DA;
  box-shadow: none;
}
.voter-dashboard .event-box.upcoming-event::after {
  opacity: 8%;
}
.voter-dashboard .event-box.upcoming-event .race-picBox .badge-btn .btn {
  border-color: #C0B9AF;
  color: #726A5A;
}
.voter-dashboard .event-box.upcoming-event .event-attendBox .btn {
  background: #FDF0D5;
  border: 0.96px solid #C0B9AF;
  color: #221F1E;
}

.unverifiedDashboard {
  font-family: "Inter";
}
.unverifiedDashboard .tabWrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 60px;
  border: 1px solid #C0B9AF;
  padding: 19px 0;
}
.unverifiedDashboard .tabWrapper .container {
  position: relative;
}
.unverifiedDashboard .tabWrapper .container .profile-go-btn {
  position: absolute;
  top: -8px;
  right: 123px;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs {
  border-bottom: 0;
  gap: 36px;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs .nav-link {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
  padding: 0;
  position: relative;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -18px;
  height: 100%;
  width: 1px;
  background: #C0B9AF;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs .nav-link:last-child::before {
  display: none;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs .nav-link.active {
  border: 0;
  font-weight: 700;
  background: transparent;
  color: #221F1E;
}
.unverifiedDashboard .tabWrapper .tab-bar .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #221F1E;
  width: 100%;
}
.unverifiedDashboard .btn.btn-primary {
  background: #221F1E;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #FDF0D5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 12px;
  border: 0;
}
.unverifiedDashboard .btn.btn-primary p {
  margin: 0;
}
.unverifiedDashboard .btn.btn-primary p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
  margin: 0 3px;
}
.unverifiedDashboard .btn.btn-primary p img {
  margin-left: 14px;
}
.unverifiedDashboard h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #221F1E;
}
.unverifiedDashboard .info-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 60px;
  color: #726A5A;
}
.unverifiedDashboard .quick-box {
  padding: 38px 91px;
  position: relative;
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  background: url("../images/dashoboard-card-bg.svg") no-repeat right bottom;
  background-size: unset;
}
.unverifiedDashboard .quick-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  bottom: 0;
  left: 0;
  background: url("../images/State-bg.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.unverifiedDashboard .quick-box .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.unverifiedDashboard .quick-box .boxContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unverifiedDashboard .quick-box .boxContent .boxHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 6px;
}
.unverifiedDashboard .quick-box .boxContent .boxInfo {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 0;
  max-width: 80%;
}
.unverifiedDashboard .quick-box .btn.btn-primary {
  padding: 14px 14px;
  width: 180px;
  justify-content: center;
}
.unverifiedDashboard .filter-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
  margin-top: 50px;
}
.unverifiedDashboard .filter-card-header::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.unverifiedDashboard .filter-card-header h3 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.unverifiedDashboard .filter-card-header .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: underline;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.unverifiedDashboard .statsWrapper {
  margin-bottom: 48px;
}
.unverifiedDashboard .candidate-data {
  padding: 0;
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
  background: #FBF0DA;
  cursor: pointer;
  transition: all 0.25s ease;
  height: 100%;
}
.unverifiedDashboard .candidate-data::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 8%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.unverifiedDashboard .candidate-data .data-box {
  padding: 27px 0px 11px 37px;
  position: relative;
  border-bottom: 1px solid rgba(96, 101, 121, 0.3);
}
.unverifiedDashboard .candidate-data .data-box .state-icon {
  margin-bottom: 10px;
}
.unverifiedDashboard .candidate-data .data-box .title-text {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 6px;
  position: relative;
}
.unverifiedDashboard .candidate-data .data-box .title-text .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #726A5A;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #726A5A;
  cursor: pointer;
  font-family: "Roboto Condensed", serif;
  position: absolute;
  right: 60px;
  top: 0;
}
.unverifiedDashboard .candidate-data .data-box .count-text {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #221F1E;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.25s ease;
}
.unverifiedDashboard .candidate-data .data-box .count-normal {
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  color: rgba(96, 101, 121, 0.5);
  transition: all 0.25s ease;
  margin: 0;
}
.unverifiedDashboard .candidate-data .data-box:last-child {
  border-bottom: 0;
}
.unverifiedDashboard .candidate-data .data-box .view-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
.unverifiedDashboard .candidate-data .data-box .view-wrap .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.unverifiedDashboard .candidate-data .data-box .view-wrap::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #C0B9AF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.unverifiedDashboard .candidate-data .data-box.graph-box {
  padding: 29px 27px 33px 25px;
}
.unverifiedDashboard .candidate-data:hover {
  background: #FCF4E3;
  transition: all 0.25s ease;
}
.unverifiedDashboard .candidate-data:hover::before {
  opacity: 100%;
  transition: all 0.25s ease;
}
.unverifiedDashboard .candidate-data:hover .data-box .count-normal, .unverifiedDashboard .candidate-data:hover .data-box .count-text {
  font-style: italic;
  transition: all 0.25s ease;
}
.unverifiedDashboard .candidate-data:hover .view-wrap .all-btn {
  background: #FCF4E3;
}
.unverifiedDashboard .stanceWrapper .sub-card {
  margin-bottom: 60px;
}
.unverifiedDashboard .stanceWrapper .sub-card h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-top: 12px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3rem;
}
.unverifiedDashboard .stanceWrapper .sub-card .pill-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.unverifiedDashboard .stanceWrapper .sub-card .pill-wrap::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.unverifiedDashboard .stanceWrapper .sub-card .pill-wrap .pill-box {
  border: 0.61px solid #C0B9AF;
  border-radius: 60px;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 12.63px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  display: flex;
  gap: 6px;
  padding: 7px 10px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
}
.unverifiedDashboard .stanceWrapper .sub-card .pill-wrap .pill-box .pill {
  display: flex;
  align-items: center;
  gap: 3px;
  border-right: 1px solid #726A5A;
  padding-right: 6px;
}
.unverifiedDashboard .stanceWrapper .sub-card .pill-wrap .pill-box .pill:last-child {
  border-right: 0;
  padding-right: 0;
}
.unverifiedDashboard .stanceWrapper .sub-card .pill-wrap .view-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.unverifiedDashboard .issuesVoter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1019607843);
  border: 0;
  border-radius: 3px;
  padding: 19px 23px;
  color: #606579;
  margin-bottom: 50px;
}
.unverifiedDashboard .issuesVoter p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #606579;
  margin: 0;
}
.unverifiedDashboard .issuesVoter .issueList span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
  color: #606579;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 2px solid #606579;
}
.unverifiedDashboard .issuesVoter .issueList span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.unverifiedDashboard .opponent-Section {
  margin-bottom: 60px;
}
.unverifiedDashboard .opponentIntel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-radius: 3px;
  padding: 0;
  color: #606579;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.unverifiedDashboard .opponentIntel::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.unverifiedDashboard .opponentIntel .imgWrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.unverifiedDashboard .opponentIntel .imgWrap img {
  height: 62px;
  width: 62px;
  background-color: rgb(217, 217, 217);
  border-radius: 50%;
}
.unverifiedDashboard .opponentIntel .imgWrap .prof-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
}
.unverifiedDashboard .opponentIntel .imgWrap .last-updated {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
  margin: 0;
}
.unverifiedDashboard .opponentIntel .shortDetails {
  display: inline-flex;
  flex: 1;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}
.unverifiedDashboard .opponentIntel .shortDetails .shortInfo {
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.unverifiedDashboard .opponentIntel .shortDetails .shortInfo p {
  margin: 0;
}
.unverifiedDashboard .opponentIntel .shortDetails .shortInfo .count-text {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
}
.unverifiedDashboard .opponentIntel .shortDetails .shortInfo .title-text {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
}
.unverifiedDashboard .raceEvent {
  margin-bottom: 100px;
}
.unverifiedDashboard .raceEvent .evBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1019607843);
  border: 0;
  border-radius: 3px;
  padding: 20px 20px 30px;
  color: #606579;
  margin-bottom: 12px;
}
.unverifiedDashboard .raceEvent .evBox .headTxt {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #606579;
  margin-bottom: 40px;
}
.unverifiedDashboard .raceEvent .evBox .linkTxt {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #606579;
}
.unverifiedDashboard .raceEvent .evBox .linkTxt a {
  font-weight: 700;
  text-decoration: underline;
  color: #606579;
}
.unverifiedDashboard .race-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C0B9AF;
}
.unverifiedDashboard .race-box:last-child {
  border-bottom: 0;
}
.unverifiedDashboard .race-box .race-picBox {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 14px;
}
.unverifiedDashboard .race-box .race-picBox .thumb-wrap {
  position: relative;
  width: 42px;
  height: 42px;
}
.unverifiedDashboard .race-box .race-picBox .thumb-wrap .user-pic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.unverifiedDashboard .race-box .race-picBox .thumb-wrap .thumb-icon {
  width: 25px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: -13px;
}
.unverifiedDashboard .race-box .race-picBox .race-textBox {
  font-family: "Roboto", serif;
}
.unverifiedDashboard .race-box .race-picBox .race-textBox .race-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 25.02px;
  letter-spacing: 0%;
  color: #003049;
  margin: 0;
}
.unverifiedDashboard .race-box .race-picBox .race-textBox .race-office {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
  color: #726A5A;
}
.unverifiedDashboard .race-box .race-contentBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto", serif;
  margin-bottom: 7px;
}
.unverifiedDashboard .race-box .race-contentBox .race-discrip {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  max-width: 75%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.unverifiedDashboard .race-box .race-contentBox .race-btnBox .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
}
.unverifiedDashboard .race-box .race-contentBox .race-btnBox .btn.view-btn {
  color: #221F1E;
  border: 0.96px solid #C0B9AF;
  border-radius: 50px;
  padding: 11px 25px;
}
.unverifiedDashboard .race-box .race-date {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  font-variant: small-caps;
  color: #726A5A;
}
.unverifiedDashboard .event-box {
  padding: 21px 30px 30px;
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
  background: #FCF4E3;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 333px;
  margin-bottom: 28px;
  font-family: "Roboto", serif;
}
.unverifiedDashboard .event-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 100%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.unverifiedDashboard .event-box .race-picBox {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 60px;
  justify-content: space-between;
}
.unverifiedDashboard .event-box .race-picBox .thumb-wrap {
  position: relative;
  width: 31px;
  height: 31px;
}
.unverifiedDashboard .event-box .race-picBox .thumb-wrap .user-pic {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.unverifiedDashboard .event-box .race-picBox .thumb-wrap .thumb-icon {
  width: 19px;
  height: 17px;
  position: absolute;
  bottom: 0;
  right: -13px;
}
.unverifiedDashboard .event-box .race-picBox .badge-btn .btn {
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #221F1E;
  border: 0.76px solid #221F1E;
  border-radius: 8px;
  text-transform: uppercase;
  background: rgba(254, 246, 231, 0.8784313725);
  position: relative;
  z-index: 1;
}
.unverifiedDashboard .event-box .race-picBox .race-textBox .race-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
}
.unverifiedDashboard .event-box .race-picBox .race-textBox .race-office {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
  color: #726A5A;
}
.unverifiedDashboard .event-box .event-dateSlot {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.unverifiedDashboard .event-box .event-discrip {
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin-bottom: 77px;
  word-break: break-word;
}
.unverifiedDashboard .event-box .event-attendBox p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  margin: 0;
  color: #726A5A;
}
.unverifiedDashboard .event-box .event-attendBox .btn {
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  padding: 12px 24px;
  min-width: 99px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 50px;
  background: #080808;
  border: 0;
}
.unverifiedDashboard .event-box.upcoming-event {
  background: #FBF0DA;
  box-shadow: none;
}
.unverifiedDashboard .event-box.upcoming-event::after {
  opacity: 8%;
}
.unverifiedDashboard .event-box.upcoming-event .race-picBox .badge-btn .btn {
  border-color: #C0B9AF;
  color: #726A5A;
}
.unverifiedDashboard .event-box.upcoming-event .event-attendBox .btn {
  background: #FDF0D5;
  border: 0.96px solid #C0B9AF;
  color: #221F1E;
}

.search-results .candidate-result {
  transition: background-color 0.2s ease;
}
.search-results .candidate-result:hover {
  background-color: #f8f9fa;
}
.search-results .candidate-result .rounded-circle {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid #eee;
}
.search-results .text-primary {
  font-weight: 700;
  color: #0d6efd !important;
}

@media (max-width: 992px) {
  .voter-dashboard .dream-banner h6 {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
  }
  .voter-dashboard .dream-banner .banner-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
  }
  .voter-dashboard .dream-banner .select-card {
    width: 100%;
    padding: 40px 20px 40px 20px;
  }
  .voter-dashboard .dream-banner .select-card .dream-team-text .card-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
  }
  .voter-dashboard .dream-banner .select-card .dream-team-text .card-text {
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
  }
  .voter-dashboard .federal-section .filter-card-header h3,
  .voter-dashboard .small-slider .filter-card-header h3,
  .voter-dashboard .news-events .filter-card-header h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
  }
  .voter-dashboard .small-slider .new-small-slider .card {
    padding: 18px 50px;
  }
  .voter-dashboard .small-slider .new-small-slider .card .register-wrapper {
    flex-direction: column-reverse;
  }
  .voter-dashboard .small-slider .new-small-slider .card .btn {
    width: 100%;
  }
  .voter-dashboard .federal-section .donate-card .graphWrapper {
    margin-bottom: 30px;
  }
  .voter-dashboard .federal-section .donate-card .top-border {
    border-top: 1px solid #C0B9AF;
    border-bottom: 1px solid #C0B9AF;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .voter-dashboard .federal-section .donate-card .right-border {
    border-right: 1px solid #C0B9AF;
  }
  .voter-dashboard .race-box .race-contentBox .race-discrip {
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .voter-dashboard .event-box .event-discrip {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .voter-dashboard .search-candidate-box .form-control::placeholder {
    color: transparent;
  }
  .dashboard-updates {
    background: white;
    border-radius: 8px;
    padding: 0 20px;
    margin-top: 15px;
  }
  .dashboard-updates .update-item:first-child {
    padding-top: 15px;
  }
  .dashboard-updates .update-item:last-child {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .voter-dashboard .dream-banner {
    padding: 20px 15px;
  }
  .voter-dashboard .dream-banner .dream-teamCard {
    padding: 32px 24px !important;
    flex-direction: column !important;
    gap: 0;
    margin-bottom: 30px !important;
    border-radius: 16px !important;
    overflow: visible !important;
    position: relative;
    width: 100% !important;
    align-items: stretch;
  }
  .voter-dashboard .dream-banner .dream-teamCard .backgroundImg-content {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 80px !important;
    height: 120px !important;
    margin: 0;
  }
  .voter-dashboard .dream-banner .dream-teamCard .backgroundImg-content::after {
    width: 60px !important;
    height: 100% !important;
  }
  .voter-dashboard .dream-banner .dream-teamCard .backgroundImg-content::before {
    width: 80px !important;
    height: 100% !important;
  }
  .voter-dashboard .dream-banner .dream-teamCard .dream-team-text {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .voter-dashboard .dream-banner .dream-teamCard .dream-team-text .way-ToGo {
    font-size: 18px;
    justify-content: center;
    margin-bottom: 16px;
  }
  .voter-dashboard .dream-banner .dream-teamCard .dream-team-text .way-ToGo img {
    width: 20px;
  }
  .voter-dashboard .dream-banner .dream-teamCard .dream-team-text .selected-text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .voter-dashboard .dream-banner .dream-teamCard .dream-team-text .progres-bar {
    margin: 0 auto 24px;
    width: 100%;
    max-width: 240px;
    height: 6px;
  }
  .voter-dashboard .dream-banner .dream-teamCard .profileBtn {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    font-size: 16px;
    padding: 12px 24px;
    height: 48px;
    position: relative;
    z-index: 2;
  }
  .voter-dashboard .dream-banner .dream-teamCard .profileBtn p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }
  .voter-dashboard .dream-banner .dream-teamCard .profileBtn p img {
    width: 16px;
    height: 16px;
  }
  .voter-dashboard .dream-banner .dream-selectHeading {
    font-size: 32px !important;
    line-height: 1.2 !important;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .voter-dashboard .dream-banner .keep-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .voter-dashboard .back-wrap {
    height: auto;
    padding: 16px 0;
    margin-bottom: 20px;
  }
  .voter-dashboard .back-wrap .flex-wrapper {
    flex: 1;
  }
  .voter-dashboard .back-wrap .flex-wrapper .warpBtn {
    flex: 1;
  }
  .voter-dashboard .back-wrap .flex-wrapper .warpBtn h6 {
    font-size: 16px !important;
    text-transform: uppercase;
  }
  .voter-dashboard .back-wrap .flex-wrapper .warpBtn .back-btn {
    width: 29px;
    height: 29px;
    flex-shrink: 0;
  }
  .voter-dashboard .back-wrap .badgeClass {
    margin-left: auto;
    flex-shrink: 0;
  }
  .voter-dashboard .back-wrap .badgeClass p {
    font-size: 10px;
    padding: 6px 10px;
  }
  .voter-dashboard .number-devider {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .voter-dashboard .number-devider h3 {
    font-size: 20px !important;
    padding: 0 10px !important;
    background: #fdf0d5 !important;
    z-index: 1 !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin: 0 !important;
  }
  .voter-dashboard .number-devider h3 span {
    font-size: 18px;
    margin-left: 0;
    color: #726A5A;
    font-weight: 700;
  }
  .voter-dashboard .number-devider .allbtn {
    font-size: 12px !important;
    background: #fdf0d5 !important;
    z-index: 1 !important;
    padding: 5px 15px !important;
    margin-top: 0 !important;
    text-decoration: none !important;
    color: #221F1E !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    display: block !important;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .voter-dashboard .number-devider .allbtn img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .voter-dashboard .shortlistWrap .content-wrap {
    padding: 15px;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .voter-dashboard .shortlistWrap .content-wrap .selected-users {
    flex: 1;
  }
  .voter-dashboard .shortlistWrap .content-wrap .selected-users .team-count-text {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #726A5A;
    font-weight: 600;
    line-height: 1.3;
  }
  .voter-dashboard .shortlistWrap .content-wrap .button-wrap {
    width: auto;
    flex-shrink: 0;
  }
  .voter-dashboard .shortlistWrap .content-wrap .button-wrap .compareBtn.btn {
    font-size: 10px !important;
    padding: 6px 12px !important;
    width: auto !important;
    white-space: nowrap;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 28px !important;
    line-height: 1 !important;
    min-width: unset !important;
    border-radius: 14px !important;
  }
}
.max-width-container .container {
  max-width: 1030px;
}

.back-btn {
  background: rgb(236, 236, 236);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.back-btn:hover {
  background: rgb(236, 236, 236);
}

.office-list .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  height: 60px;
  border: 1px solid #C0B9AF;
}
.office-list .back-wrap .badgeClass {
  font-weight: 500;
  font-size: 12px;
  line-height: 12.14px;
  text-align: center;
  padding: 8px 2px;
  color: #726A5A;
  background-color: #fdf0d5;
  border: 1px solid #726A5A;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}
.office-list .back-wrap .badgeClass:hover {
  background-color: #f5e4bc;
  text-decoration: none;
}
.office-list .back-wrap .badgeClass.active {
  background-color: #726A5A;
  color: #fdf0d5;
}
.office-list .back-wrap .badgeClass.active p {
  color: #fdf0d5;
}
.office-list .back-wrap .badgeClass p {
  margin: 0;
  padding: 0 10px;
  color: #726A5A;
}
.office-list .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.office-list .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.office-list .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.office-list .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.office-list .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 0 !important;
}
.office-list .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.office-list .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.office-list .styled-select-wrapper {
  display: flex;
  gap: 160px;
  padding: 0 0 33px 0;
  border-bottom: 1px solid #C0B9AF;
}
.office-list .styled-select-wrapper .styled-label {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 11px;
}
.office-list .styled-select-wrapper .styled-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: #fdf0d5;
  padding: 0px 48px 0px 2px;
  width: 100%;
  color: #052c4c;
  cursor: pointer;
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
}
.office-list .styled-select-wrapper .select-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #052c4c;
  transition: transform 0.3s ease;
  pointer-events: none;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.office-list .styled-select-wrapper .select-arrow img {
  height: auto;
  width: 21px;
}
.office-list .styled-select-wrapper .styled-select.open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.office-list .styled-select-wrapper .styled-select {
  position: relative;
  background-color: #fdf0d5;
  border-radius: 12px;
  overflow: hidden;
}
.office-list .list-heading .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.office-list .list-heading .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.office-list .list-heading h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  margin: 0;
}
.office-list .list-heading .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
}
.office-list .list-heading .dropdown-wrapper {
  margin-bottom: 60px;
}
.office-list .list-heading .dropdown-wrapper .filters-form {
  display: flex;
  align-items: center;
  gap: 160px;
}
.office-list .list-heading .dropdown-wrapper .filters-form div {
  flex: 1;
}
.office-list .list-heading .dropdown-wrapper .resulted-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
}
.office-list .list-heading .dropdown-wrapper .btn-group .dropdown-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
}
.office-list .list-heading .dropdown-wrapper .btn-group .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.office-list .list-heading .dropdown-wrapper .btn-group .dropdown-menu {
  box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.1);
  min-width: 260px;
  border-color: #f4f4f4;
}
.office-list .list-heading .dropdown-wrapper .btn-group .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 44px;
  color: #606579;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office-list .list-heading .dropdown-wrapper .btn-group .dropdown-menu .dropdown-item:focus, .office-list .list-heading .dropdown-wrapper .btn-group .dropdown-menu .dropdown-item:hover {
  background: rgba(236, 236, 236, 0.5);
}
.office-list .list-heading .dropdown-wrapper .btn-group .dropdown-menu .dropdown-item img {
  width: auto;
  height: 13px;
}
.office-list .list-heading .dropdown-wrapper .clear-btn {
  min-width: 100px;
}
.office-list .list-heading .dropdown-wrapper .clear-btn .clear-btn-text {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.office-list .list-heading .dropdown-wrapper .clear-btn .clear-btn-text span {
  border: 2px solid #726A5A;
  height: 17px;
  width: 17px;
  display: inline-flex;
  border-radius: 50%;
}

.office-cardsList .card-footer .btn {
  background: #fff;
}
.office-cardsList .card-footer .discard-btn {
  background: red;
  color: #606579;
}
.office-cardsList .card-footer .shortlist-btn {
  background: #606579;
  color: #fff;
}

.shortlist-btn {
  background: #606579;
  color: #fff;
}

@media (max-width: 992px) {
  .office-list .back-wrap .flex-wrapper h6 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.candidate-profile .header-space {
  padding-top: 60px;
}
.candidate-profile .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  height: 60px;
  border: 1px solid #C0B9AF;
}
.candidate-profile .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.candidate-profile .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.candidate-profile .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.candidate-profile .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.candidate-profile .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 0 !important;
}
.candidate-profile .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.candidate-profile .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.candidate-profile .styled-select-wrapper {
  display: flex;
  gap: 160px;
  padding: 29px 0 33px 0;
  border-bottom: 1px solid #C0B9AF;
}
.candidate-profile .styled-select-wrapper .styled-label {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 11px;
}
.candidate-profile .styled-select-wrapper .styled-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: #fdf0d5;
  padding: 0px 48px 0px 2px;
  width: 100%;
  color: #052c4c;
  cursor: pointer;
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.candidate-profile .styled-select-wrapper .select-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #052c4c;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.candidate-profile .styled-select-wrapper .styled-select.open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.candidate-profile .styled-select-wrapper .styled-select {
  position: relative;
  background-color: #fdf0d5;
  border-radius: 12px;
  overflow: hidden;
}
.candidate-profile .bannerWrapper .candidateNameBox {
  font-family: "Roboto Condensed", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url("../images/CTZN_Brand_Logo_Background.png") no-repeat right top;
  padding: 96px 0 0 83px;
  background-size: cover;
}
.candidate-profile .bannerWrapper .candidateNameBox .image-box {
  background: url("../images/candidateProfileBG.svg") no-repeat center center;
  height: 209px;
  width: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.candidate-profile .bannerWrapper .candidateNameBox .image-box img {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  object-fit: fill;
}
.candidate-profile .bannerWrapper .candidateNameBox .candidate-name {
  background: #fdf0d5;
  padding-left: 25px;
}
.candidate-profile .bannerWrapper .candidateNameBox .candidate-name h1 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: clamp(16px, 100vw - 991px, 48px);
  line-height: 95%;
  letter-spacing: 4%;
  color: #221F1E;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 20px;
  position: relative;
}
.candidate-profile .bannerWrapper .candidateNameBox .candidate-name h1::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #A99C89 44%, rgba(169, 156, 137, 0) 100%);
  width: 100%;
  height: 1px;
  top: 92px;
  left: 0;
  z-index: 2;
}
.candidate-profile .bannerWrapper .candidateNameBox .candidate-name p {
  font-weight: 900;
  font-size: clamp(12px, 100vw - 991px, 20px);
  text-transform: uppercase;
  line-height: 18.9px;
  letter-spacing: 4%;
  color: #726A5A;
  display: inline-flex;
  background: #fdf1d5;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.candidate-profile .bannerWrapper .candidateBanner {
  margin-top: -44px;
  margin-bottom: 131px;
  text-align: center;
  position: relative;
  height: 500px;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 24px;
  background: #F5E5C7;
}
.candidate-profile .bannerWrapper .candidateBanner .banner-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid #C0B9AF;
}
.candidate-profile .bannerWrapper .candidateBanner .stamp-logo {
  display: inline-flex;
  position: absolute;
  bottom: -60px;
  right: 128px;
}
.candidate-profile .bannerWrapper .stamp-logo-no-banner {
  display: inline-flex;
  position: relative;
  left: 350px;
  top: -50px;
}
.candidate-profile .bannerWrapper .representing-box {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 200px;
}
.candidate-profile .bannerWrapper .representing-box h3 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(22px, 100vw - 991px, 56px);
  line-height: 65.63px;
  color: #003049;
  position: relative;
  text-align: left;
  z-index: 3;
}
.candidate-profile .bannerWrapper .representing-box h3::after {
  content: "";
  background: url("../images/quote.svg") no-repeat left top;
  position: absolute;
  height: 121px;
  width: 193px;
  top: -80px;
  left: -118px;
  z-index: -1;
  opacity: 0.4;
}
.candidate-profile .bannerWrapper .representing-box .represent-name {
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 37.5px;
  text-align: right;
  color: #726A5A;
  display: block;
  text-transform: capitalize;
}
.candidate-profile .signup-box {
  gap: 20px;
}
.candidate-profile .signup-box .btn-wrap {
  display: inline-flex;
  gap: 12px;
}
.candidate-profile .signup-box .btn-wrap .btn {
  width: 204px;
}
.candidate-profile .signup-box .btn-wrap .card-btn {
  background: #606579;
  color: #fff;
}
.candidate-profile .signup-box .btn-wrap .card-btn:hover {
  background: #4c5165;
}

.dark-container {
  margin-bottom: 50px;
}
.dark-container .profile-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.dark-container .gray-box {
  position: absolute;
  background-color: #D9D9D9;
  width: 100%;
  height: calc(100% + 50px);
  top: -30px;
}
.dark-container .content {
  padding: 25px 0;
}
.dark-container .badge {
  width: 36px;
  height: 36px;
  background-color: #ECECEC;
  color: #606579;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  justify-content: center;
  border-radius: 50%;
}
.dark-container .status {
  background-color: transparent;
  color: white;
  padding: 1px 0.5rem;
  border-radius: 3px;
  display: inline-block;
  margin-top: 0.5rem;
  border: 1px solid #B2B5C2;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.dark-container h1 {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.dark-container .flag {
  background-color: #ECECEC;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 0.5rem;
  color: rgba(96, 101, 121, 0.5);
}
.dark-container .tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0.2rem 0;
}
.dark-container .position {
  color: #fff;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
  line-height: 24px;
}
.dark-container .social-links {
  display: flex;
  gap: 14px;
  margin: 16px 0 28px;
}
.dark-container .social-links button {
  background-color: #ECECEC;
  border-radius: 50%;
  text-align: center;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
}
.dark-container .social-links a {
  background-color: #ECECEC;
  border-radius: 50%;
  text-align: center;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  text-decoration: none;
  cursor: pointer;
}
.dark-container .buttons {
  display: flex;
  gap: 1rem;
}
.dark-container .buttons .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #FFFFFF;
  padding: 14px 26px;
  border-radius: 4px;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
.dark-container .buttons .btn:hover {
  background-color: white;
  color: #555873;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: transform 0.3s ease, background-color 0.3s ease;
  background-color: rgb(253, 240, 213);
  transform: translateY(0px);
  box-shadow: none;
  border: 1px solid #C0B9AF;
  padding: 20px 0;
}
.top-bar .nav.nav-tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
  border: 0;
}
.top-bar .nav.nav-tabs .nav-link {
  color: #726A5A;
  border: 0;
  padding: 0 0 0px;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  text-transform: uppercase;
  height: 20px;
  position: relative;
}
.top-bar .nav.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  border: 1px solid #C0B9AF;
  height: 20px;
  left: -18px;
}
.top-bar .nav.nav-tabs .nav-link:first-child::before {
  display: none;
}
.top-bar .nav.nav-tabs .nav-link.active {
  background: transparent;
  color: #003049;
}
.top-bar .nav.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #003049;
  border-radius: 40px;
}
.top-bar .nav.nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.top-bar.sticky-active {
  background: rgb(253, 240, 213);
}
.top-bar.sticky-active .nav.nav-tabs {
  margin-bottom: 0;
}
.top-bar.sticky-active .nav.nav-tabs .nav-link.active {
  font-weight: 700;
  background: transparent;
}
.top-bar.sticky-active .about-pictureWrap .img-box {
  transition: all 0.2s ease-in-out;
  height: 90px;
  width: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top-bar .chip-in {
  position: absolute;
  top: 12px;
  right: calc(25% - 60px);
}
.top-bar .chip-in .chip-in-btn {
  background: #003049;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #FDF0D5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 12px;
}
.top-bar .chip-in .chip-in-btn p {
  margin: 0;
}
.top-bar .chip-in .chip-in-btn p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
}
.top-bar .chip-in .chip-in-btn p img {
  margin-left: 14px;
}
@media (max-width: 767.98px) {
  .top-bar .chip-in {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #C0B9AF;
  }
}

.aboutSection {
  padding-top: 93px;
}
.aboutSection .aboutHeading h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 15.61px;
  text-align: center;
  color: #221F1E;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  gap: 12px;
  margin: 0;
  padding-bottom: 24px;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 78px;
}
.aboutSection .aboutHeading h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70%;
  height: 1px;
  background: #C0B9AF;
  border-radius: 40px;
}
.aboutSection .aboutHeading h3 img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.aboutSection .content .buttons {
  font-family: "Roboto", serif;
  padding-top: 36px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
}
.aboutSection .content .buttons .btn {
  border-radius: 52px;
  padding: 20px 43px;
  display: block;
  margin: 0 auto;
  border: 1px solid #C0B9AF;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
}
.aboutSection .content .buttons .btn.discard-btn {
  background-color: #221F1E;
  border-color: #221F1E;
  color: #FDF0D5;
}
.aboutSection .content .buttons .btn.chipBtn {
  background-color: #003049;
  border-color: #003049;
  color: #FDF0D5;
}
.aboutSection .content .buttons .btn.chipBtn.dem {
  background-color: #003049;
  border-color: #003049;
}
.aboutSection .content .buttons .btn.chipBtn.rep {
  background-color: #780000;
  border-color: #780000;
}
.aboutSection .content .buttons .btn.chipBtn.independent {
  background-color: #491862;
  border-color: #491862;
}
.aboutSection .content .buttons .btn.shortlist-btn {
  background-color: #221F1E;
  border-color: #221F1E;
  color: #FDF0D5;
}
.aboutSection .content .buttons .btn.shortlist-btn img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
.aboutSection .profile-slidBox {
  padding: 68px 37px;
}
.aboutSection .profile-slidBox .container-body {
  padding: 0;
  font-family: "Roboto", serif;
}
.aboutSection .profile-slidBox .container-body h4.edit-text {
  font-weight: 900;
  font-size: 16px;
  line-height: 19.2px;
  color: #221F1E;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.aboutSection .profile-slidBox .container-body .bio-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #726A5A;
}
.aboutSection .profile-slidBox .shape-container {
  width: 290px;
  height: 275px;
  position: relative;
  background: url("../images/Vector-bg.svg") no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutSection .profile-slidBox .image-fit {
  width: 227px;
  height: 227px;
  clip-path: circle(50% at center);
  object-fit: cover;
}
.aboutSection .read-moreAbout .btn {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 95%;
  text-transform: uppercase;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.custom-tabs .slider-container {
  background: #FBF0DA;
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
}
.custom-tabs .read-moreBtn {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  color: #606579;
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  float: right;
}

.profile-slidBox .image-box {
  background: url("../images/Vector-bg.svg") no-repeat center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
  background-size: contain;
}
.profile-slidBox .image-box .background-blob {
  width: 350px;
  height: auto;
  object-fit: cover;
  clip-path: circle(50% at center);
}
.profile-slidBox .image-box .upload-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1f1f1f;
}
.profile-slidBox .image-box .plus-icon {
  font-size: 2.5rem;
}
.profile-slidBox .image-box .upload-text {
  font-size: 1.1rem;
  margin-top: 10px;
}
.profile-slidBox .image-box .upload-subtext {
  font-size: 0.9rem;
  margin-top: 5px;
  color: #6c757d;
}
.profile-slidBox .image-box .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.profile-slidBox .image-box.position-relative::after {
  display: none;
}
.profile-slidBox .header-content .form-label, .profile-slidBox .header-content p {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
}
.profile-slidBox .header-content p {
  margin: 0;
}
.profile-slidBox .about-heading {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #221F1E;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.profile-slidBox .about-text {
  padding: 40px 55px 70px;
  background-color: #606579;
  border-radius: 0 3px 3px 0;
}
.profile-slidBox .about-text h2 {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 600;
  line-height: 64px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-flex;
}
.profile-slidBox .about-text p {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.tab-slider.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.tab-slider .slick-dots {
  bottom: -32px;
}
.tab-slider .slick-dots li.slick-active button:before {
  color: #606579;
  font-size: 20px;
}
.tab-slider .slick-dots li button:before {
  font-size: 12px;
  color: #BFBFBF;
}
.tab-slider .slick-slide div:not([class]) {
  height: 100%;
}

.background-personal {
  padding-top: 114px;
  font-family: "Roboto", serif;
}
.background-personal .border-bothSide {
  position: relative;
}
.background-personal .border-bothSide::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #A99C89 44%, rgba(169, 156, 137, 0) 100%);
}
.background-personal .border-bothSide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #A99C89 44%, rgba(169, 156, 137, 0) 100%);
}
.background-personal .border-devider {
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
}
.background-personal .border-devider::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.background-personal .border-devider.left-shadow::after {
  background: linear-gradient(to right, rgba(192, 185, 175, 0) 0%, rgba(192, 185, 175, 0.7) 50%, rgb(192, 185, 175) 100%);
}
.background-personal .border-devider.right-shadow::after {
  background: linear-gradient(to right, rgb(192, 185, 175) 0%, rgba(192, 185, 175, 0.7) 50%, rgba(192, 185, 175, 0) 100%);
}
.background-personal .border-devider.no-shadow::after {
  background: linear-gradient(to right, rgb(192, 185, 175) 0%, rgb(192, 185, 175) 50%, rgb(192, 185, 175) 100%);
}
.background-personal .personal-details-info {
  padding: 0 20px 0 80px;
}
.background-personal .col-md-4 .personal-details-info:first-child {
  padding-top: 24px;
}
.background-personal h4 {
  margin-bottom: 60px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 46.88px;
  color: #060606;
  text-transform: uppercase;
  position: relative;
  padding-left: 211px;
}
.background-personal h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  top: 50%;
  left: -60%;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(192, 185, 175, 0), #C0B9AF); /* Fades on the left */
  border-radius: 40px;
}
.background-personal h4 .btn {
  position: absolute;
  right: -62px;
  top: 4px;
}
.background-personal label {
  color: #726A5A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
}
.background-personal .value {
  font-weight: 900;
  font-size: 14px;
  line-height: 19.2px;
  color: #003049;
  text-transform: uppercase;
  margin-bottom: 0;
}
.background-personal .value .newWindow {
  display: inline-block;
  margin-left: 5px;
}

.issues-wrapper {
  padding: 60px 0 80px 0;
  overflow: hidden;
}
.issues-wrapper .common-all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.issues-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.issues-wrapper .common-all-heading h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.issues-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.issues-wrapper .posRelative {
  position: relative;
}
.issues-wrapper .posRelative .itemNumber {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #fff;
  bottom: 0;
  right: 160px;
  transform: translate(0, -10px);
}
.issues-wrapper .posRelative::after {
  content: "";
  position: absolute;
  top: 23px;
  height: 1px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #A99C89 44%, rgba(169, 156, 137, 0) 100%);
}
.issues-wrapper .slick-list.draggable {
  overflow: visible;
}
.issues-wrapper .custome-tab-slider {
  display: none;
}
.issues-wrapper .custome-tab-slider.active-tab {
  display: block;
}
.issues-wrapper .slide-count {
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 200px;
  bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.issues-wrapper .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  color: #221F1E;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0 30px 0 0;
  background: #fdf0d5;
  position: relative;
  z-index: 2;
}
.issues-wrapper .edit-text {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 46.88px;
  letter-spacing: 0%;
  text-align: center;
  color: #060606;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 20px 0 40px;
  background: #fdf0d5;
  position: relative;
  z-index: 2;
}
.issues-wrapper .edit-text .edit-icon {
  color: #333;
  font-size: 18px;
}
.issues-wrapper .edit-issues-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.issues-wrapper .edit-issues-wrapper .edit-text {
  color: #606579;
  font-size: 28px;
  margin: 0;
}
.issues-wrapper .edit-issues-wrapper .btn-light {
  color: #565A6D;
  font-size: 24px;
  padding: 8px;
  height: 44px;
  width: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.issues-wrapper .edit-issues-wrapper .issue-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42); /* White placeholder text */
  opacity: 1; /* Ensures visibility in some browsers */
}
.issues-wrapper .editIssues {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 40px;
}
.issues-wrapper .editIssues .modal-title {
  color: #606579;
  font-size: 28px;
  margin: 0;
}
.issues-wrapper .editIssues .btn-close {
  color: #565A6D;
  font-size: 16px;
  height: 44px;
  width: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.issues-wrapper .editIssues .modal-footer {
  gap: 20px;
  margin-top: 30px;
}

.news-updates-wrapper .common-all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.news-updates-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.news-updates-wrapper .common-all-heading h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.news-updates-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.news-updates-wrapper .news-boxes {
  margin-bottom: 140px;
}
.news-updates-wrapper .news-boxes #news_items {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.news-updates-wrapper .news-boxes #news_items .news-item {
  width: 48%;
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  background: transparent;
  transition: all 0.25s ease;
  padding: 52px 40px 40px 40px;
  min-height: 304px;
  margin-bottom: 48px;
  position: relative;
}
.news-updates-wrapper .news-boxes #news_items .news-item::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 8%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.news-updates-wrapper .news-boxes #news_items .news-item h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  font-variant: small-caps;
  color: #221F1E;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.news-updates-wrapper .news-boxes #news_items .news-item .title {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  color: #221F1E;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-updates-wrapper .news-boxes #news_items .news-item .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-updates-wrapper .news-boxes #news_items .news-item .external-link {
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
}
.news-updates-wrapper .news-boxes #news_items .news-item:hover {
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  background-color: #FCF4E3;
  transition: all 0.25s ease;
}
.news-updates-wrapper .news-boxes #news_items .news-item:hover .external-link {
  color: #006296;
  font-style: italic;
  transition: all 0.25s ease;
}
.news-updates-wrapper .news-boxes #news_items .news-item:hover::after {
  opacity: 100%;
  transition: all 0.25s ease;
}
.news-updates-wrapper .news-updates {
  display: flex;
  gap: 160px;
  align-items: flex-start;
}
.news-updates-wrapper .news-updates .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news-updates-wrapper .news-updates .section-header h2 {
  font-size: clamp(33px, 4vw, 36px);
  font-weight: 600;
  line-height: 48px;
  color: #606579;
}
.news-updates-wrapper .news-updates .section-header a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #606579;
}
.news-updates-wrapper .news-updates .news-section {
  flex: 1;
}
.news-updates-wrapper .news-updates .news-section .news-item {
  margin-bottom: 40px;
}
.news-updates-wrapper .news-updates .news-section .news-item h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #606579;
  margin: 0;
}
.news-updates-wrapper .news-updates .news-section .news-item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #606579;
  margin: 0;
}
.news-updates-wrapper .news-updates .news-section .news-item .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #606579;
  margin-bottom: 4px;
}
.news-updates-wrapper .news-updates .news-section .news-item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #606579;
}
.news-updates-wrapper .news-updates .updates-section {
  width: 340px;
}
.news-updates-wrapper .news-updates .updates-section .bg-wrapper {
  background-color: #606579;
  color: #fff;
  padding: 40px 17px 17px;
  border-radius: 6px;
}
.news-updates-wrapper .news-updates .updates-section .update-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  padding-bottom: 20px;
}
.news-updates-wrapper .news-updates .updates-section .update-item .day-time {
  font-size: 12px;
  margin-bottom: 0;
}
.news-updates-wrapper .news-updates .updates-section .update-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.news-updates-wrapper .news-updates .updates-section .update-item .actions {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
  align-items: center;
}
.news-updates-wrapper .news-updates .updates-section .update-item .actions button {
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.news-updates-wrapper .news-updates .updates-section .update-item .actions.btnWrap {
  display: flex;
  gap: 4px;
}
.news-updates-wrapper .news-updates .updates-section .update-item .actions.btnWrap a {
  color: #fff;
  transition: all 0.2s ease;
}
.news-updates-wrapper .news-updates .updates-section .update-item .actions.btnWrap a:hover {
  transform: translateY(-2px);
  transition: all 0.2s ease;
}
.news-updates-wrapper .news-updates .updates-section .bg-wrapper .view-all {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #fff;
  display: block;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item {
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0B9AF;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item .day-time {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 12px;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item .update-contText {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  max-width: 50%;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item .actions {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
  align-items: center;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item .actions button {
  border: 1px solid #C0B9AF;
  border-radius: 50px;
  background: #FDF0D5;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #221F1E;
  padding: 10px 15px;
  height: 36px;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item .actions .skip-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  text-decoration: none;
}
.news-updates-wrapper .updates-section .bg-wrapper .update-item:hover .update-contText {
  font-style: italic;
}

.legislation-wrapper {
  padding: 60px 0 80px;
  margin-bottom: 120px;
}
.legislation-wrapper .common-all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.legislation-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.legislation-wrapper .common-all-heading h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.legislation-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.legislation-wrapper .slider-container {
  background: #fdf0d5;
}
.legislation-wrapper .slider-container .background-cards .background-card {
  background: rgb(253, 240, 213);
}
.legislation-wrapper .slider-container .slider-content {
  background: #FBF0DA;
  border-radius: 16px;
  border-color: #C0B9AF;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
}
.legislation-wrapper .slider-container .slider-content .container-body {
  padding: 60px 80px 40px 80px;
}
.legislation-wrapper .slides-wrapper .slide .container-body {
  width: 100%;
}
.legislation-wrapper .posRelative {
  position: relative;
}
.legislation-wrapper .posRelative .legislation-count {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #fff;
  bottom: 0;
  right: 160px;
  transform: translate(0, -10px);
  display: none;
}
.legislation-wrapper .edit-text {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
  position: relative;
}
.legislation-wrapper .edit-text .edit-icon {
  color: #fff;
  font-size: 18px;
}
.legislation-wrapper .legislation-box {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #000000;
  padding: 38px 40px;
}
.legislation-wrapper .legislation-box h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #606579;
  margin-bottom: 20px;
}
.legislation-wrapper .legislation-box ul {
  padding-left: 14px;
  margin-bottom: 0;
}
.legislation-wrapper .legislation-box li {
  margin-bottom: 30px;
}
.legislation-wrapper .legislation-box li:last-child {
  margin-bottom: 0;
}
.legislation-wrapper .legislation-box li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #606579;
  margin-bottom: 0;
}
.legislation-wrapper .addEditLegislation {
  background: #fff;
  border-radius: 8px;
  padding: 20px 32px;
}
.legislation-wrapper .addEditLegislation .edit-text {
  color: #606579;
  font-size: 28px;
  margin: 0;
}
.legislation-wrapper .addEditLegislation .btn-light {
  color: #565A6D;
  font-size: 24px;
  padding: 8px;
  height: 44px;
  width: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.endorsement-wrapper {
  background-color: #F5E5C7;
  padding: 63px 0;
}
.endorsement-wrapper .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.endorsement-wrapper .section-header .common-all-heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.endorsement-wrapper .section-header .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.endorsement-wrapper .section-header h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  text-transform: uppercase;
}
.endorsement-wrapper .section-header a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #606579;
}
.endorsement-wrapper .gray-bg {
  padding: 130px 0;
  overflow: hidden;
  background-color: #F5E5C7;
  background: url("../images/endorse-blue-bg.svg") no-repeat center center;
  background-size: contain;
}
.endorsement-wrapper .blur-left, .endorsement-wrapper .blur-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.endorsement-wrapper .blur-left {
  left: 0;
  background: linear-gradient(to right, #f5e5c7 80%, transparent);
}
.endorsement-wrapper .blur-right {
  right: 0;
  background: linear-gradient(to left, #f5e5c7 80%, transparent);
}
.endorsement-wrapper .endorse-slider {
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.endorsement-wrapper .endorse-slider::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
.endorsement-wrapper .endorse-slider .slide-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.endorsement-wrapper .endorse-slider .slide-item .endorsement-box {
  width: 244px;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
}
.endorsement-wrapper .endorse-slider .slick-list.draggable {
  overflow: visible;
}

.events-wrapper {
  padding-top: 53px;
  background: #fdf0d5;
}
.events-wrapper .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.events-wrapper .section-header h2 {
  font-size: clamp(33px, 4vw, 44px);
  font-weight: 600;
  line-height: 48px;
  color: #606579;
  margin: 0;
}
.events-wrapper .section-header a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #606579;
}
.events-wrapper .section-header a.btn-primary {
  background: #606579;
  color: #fff;
  border: 0;
  text-decoration: none;
}
.events-wrapper .section-header .common-all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.events-wrapper .section-header .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #A99C89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.events-wrapper .section-header .common-all-heading h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.events-wrapper .section-header .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.events-wrapper .timeline-container {
  margin-left: 20px;
  position: relative;
  border-left: 2px solid #797F97;
}
.events-wrapper .timeline-container .timeline-item {
  display: flex;
  margin-bottom: 12px;
  position: relative;
  align-items: center;
}
.events-wrapper .timeline-container .timeline-item .timeline-marker {
  width: 12px;
  height: 12px;
  background-color: #606579;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  transform: translate(-50%, -50%);
}
.events-wrapper .timeline-container .timeline-item.active .timeline-marker {
  width: 18px;
  height: 18px;
}
.events-wrapper .timeline-container .timeline-item .timeline-content {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(96, 101, 121, 0.3);
}
.events-wrapper .timeline-container .timeline-item .timeline-content .form-control {
  background: #FCF4E3;
  border: 1px solid #C0B9AF;
  border-radius: 7.71px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
}
.events-wrapper .timeline-container .timeline-item .timeline-content .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: rgba(96, 101, 121, 0.8);
}
.events-wrapper .timeline-container .timeline-item .timeline-content .event-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #606579;
  margin: 0;
  max-width: 330px;
}
.events-wrapper .timeline-container .timeline-item .timeline-content .event-location {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(96, 101, 121, 0.8);
  margin: 0;
  max-width: 330px;
}
.events-wrapper .timeline-container .timeline-item .timeline-content .upcoming-event {
  font-family: "Roboto", serif;
}
.events-wrapper .timeline-container .timeline-item .timeline-content .upcoming-event .date {
  font-weight: 700;
  font-size: 14px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  font-variant: small-caps;
  color: #726A5A;
  margin-bottom: 16px;
}
.events-wrapper .timeline-container .timeline-item .timeline-content .upcoming-event .event-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 8px;
  color: #221F1E;
}
.events-wrapper .timeline-container .timeline-item .timeline-content .upcoming-event .event-location {
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 0;
}
.events-wrapper .timeline-container .timeline-item:last-child .timeline-content {
  border-bottom: 0;
}
.events-wrapper .timeline-container .timeline-item .event-details {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.events-wrapper .timeline-container .timeline-item .event-details .status {
  font-family: "Roboto", serif;
  border: 1px solid #221F1E;
  color: #221F1E;
  padding: 7px 15px;
  font-weight: 900;
  font-size: 11px;
  line-height: 12.14px;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
}
.events-wrapper .timeline-container .timeline-item .event-details .attendees {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #726A5A;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  background: #780000;
  border-radius: 55px;
  padding: 10px 20px;
  text-decoration: none;
  margin-left: 20px;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link.dem {
  background: #003049;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link.dem:hover {
  background: rgb(0, 14.4657534247, 22);
  color: #FDF0D5;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link.rep {
  background: #780000;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link.rep:hover {
  background: #450000;
  color: #FDF0D5;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link.independent {
  background: #491862;
}
.events-wrapper .timeline-container .timeline-item .event-details .action-link.independent:hover {
  background: rgb(42.4836065574, 13.9672131148, 57.0327868852);
  color: #FDF0D5;
}

.email-update .update-grayBox {
  background: #D9D9D9;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 50px;
}
.email-update .update-grayBox h3 {
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 400;
  line-height: 48px;
  color: #606579;
  margin-bottom: 10px;
}
.email-update .update-grayBox .info-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #565A6D;
  margin-bottom: 10px;
}
.email-update .update-grayBox .input-group {
  margin-bottom: 6px;
  gap: 35px;
}
.email-update .update-grayBox .input-group .input-group-prepend {
  flex: 1;
}
.email-update .update-grayBox .form-control {
  padding: 10px 24px;
  border-radius: 3px !important;
  color: #606579;
  border: 2px solid #898D9C;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 6px;
}
.email-update .update-grayBox .btn {
  background-color: #606579;
  border: none;
  border-radius: 3px !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  width: 230px;
}
.email-update .update-grayBox .btn:hover {
  background: #4c5165;
}

.swag-support {
  padding: 165px 0 147px;
}

.show-support {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 28px;
  border-radius: 40px;
  background: #F5E5C7;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  min-height: 400px;
  position: relative;
}
.show-support h3 {
  font-family: Roboto Condensed;
  font-weight: 800;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
  margin-bottom: 24px;
}
.show-support .btn {
  color: #FDF0D5;
  background-color: #221F1E;
  border-color: transparent;
  border-radius: 32px;
  padding: 24px 40px;
  cursor: pointer;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
}
.show-support .btn:hover {
  background: #606579;
  color: #fff;
}
.show-support .sign-in-box {
  display: flex;
  flex-direction: column;
  padding: 0 100px 90px;
}
.show-support .sign-in-box .swag-profile-img-container {
  background: url("../images/Vector2.svg") no-repeat left top;
  height: 277px;
  width: 247px;
  position: absolute;
  top: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-support .sign-in-box .swag-profile-img-container::after {
  content: "";
  background: url("../images/Vector3.svg") center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.show-support .sign-in-box img {
  height: 156px;
  width: 156px;
  border-radius: 50%;
}
.show-support .swag-support-img {
  mix-blend-mode: darken;
}

.info-provideText {
  padding: 28px 0 33px 0;
}
.info-provideText p {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: lighter;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin: 0;
}

.bottom-bar {
  z-index: 999;
  padding: 18px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -12px 12px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(24px);
}
.bottom-bar .bottom-bar-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.bottom-bar .drop-wrap {
  display: inline-flex;
  align-items: center;
  gap: 26px;
}
.bottom-bar .drop-wrap .btn {
  height: 36px;
  width: 36px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #003049;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.bottom-bar .drop-wrap .btn::after {
  display: none;
}
.bottom-bar .drop-wrap .btn .close-icon {
  display: none;
}
.bottom-bar .drop-wrap .btn.show {
  background: rgba(0, 48, 73, 0.0784313725);
}
.bottom-bar .drop-wrap .btn.show .dots-icon {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.bottom-bar .drop-wrap p {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 19.2px;
  color: #003049;
  margin-bottom: 0;
  text-transform: uppercase;
}
.bottom-bar .drop-wrap .dropdown-menu {
  border-radius: 12px 12px 0 0;
  width: 287px;
  background: #fef6e5;
  border-style: solid;
  border: 1px solid #C0B9AF;
  border-bottom: 0;
  bottom: 23px !important;
}
.bottom-bar .drop-wrap .dropdown-menu li {
  position: relative;
  padding: 8px 0;
}
.bottom-bar .drop-wrap .dropdown-menu li::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 1px;
  background: #C0B9AF;
  width: 85%;
  margin: 0 auto;
}
.bottom-bar .drop-wrap .dropdown-menu .dropdown-item {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  display: inline-flex;
  background: #fff5e3;
  width: auto;
  z-index: 9;
  position: relative;
}
.bottom-bar .drop-wrap .dropdown-menu .dropdown-item:hover, .bottom-bar .drop-wrap .dropdown-menu .dropdown-item:focus, .bottom-bar .drop-wrap .dropdown-menu .dropdown-item:focus-visible {
  background: transparent;
}
.bottom-bar .selected-users {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-bar .selected-users p {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #606579;
  margin: 0;
}
.bottom-bar .selected-users .selected-usersImg {
  display: flex;
  align-items: center;
}
.bottom-bar .selected-users .selected-usersImg .img-thumbnail {
  height: 48px;
  width: 48px;
  padding: 0;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.bottom-bar .selected-users .selected-usersImg .img-thumbnail:not(:first-child) {
  margin-left: -15px;
}
.bottom-bar .button-wrap {
  display: inline-flex;
  gap: 24px;
}
.bottom-bar .button-wrap div[id] {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.bottom-bar .button-wrap .btn {
  border: 0;
  padding: 18px 28px;
  background: #221F1E;
  border-radius: 52px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16.41px;
  text-align: center;
  text-transform: uppercase;
  color: #FCF4E3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bottom-bar .button-wrap .btn img {
  height: 16px;
  width: 16px;
}
.bottom-bar .button-wrap .btn.btn-light {
  background: transparent;
  color: #726A5A;
}
.bottom-bar .button-wrap .btn.btn-light:hover {
  background: rgba(217, 217, 217, 0.65);
}
.bottom-bar .button-wrap .btn.btn-secondary {
  background: #606579;
  color: #fff;
}
.bottom-bar .button-wrap .btn.btn-secondary:hover {
  background: #4c5165;
}
.bottom-bar .button-wrap .btn.compareBtn {
  color: #FDF0D5;
  border: 2px solid #003049;
  background: #080808;
  transition: all 0.2s ease 0s;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 85px;
}
.bottom-bar .button-wrap .btn.compareBtn:hover {
  background: #003049;
  color: #fff;
  border-color: #080808;
}
.bottom-bar .button-wrap .btn.discard-btn {
  background: transparent;
  color: #726A5A;
}
.bottom-bar .button-wrap .btn.remove-btn {
  border: 2px solid #C4B9A2;
  border-radius: 32px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
  padding: 16px 28px;
}
.bottom-bar .button-wrap .btn.shortlisted-btn {
  border: 2px solid #C4B9A2;
  border-radius: 12px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
  padding: 16px 28px;
}
.bottom-bar .button-wrap .btn.shortlist-btn {
  background: #221F1E;
  color: #FCF4E3;
}
.bottom-bar .button-wrap .btn.shortlist-btn img {
  margin-top: -3px;
}
.bottom-bar .button-wrap .btn.addedto-team-btn {
  background: transparent;
  border: 2px solid #C0B9AF;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #0D763E;
}
.bottom-bar .button-wrap .btn.addedto-team-btn img {
  height: 19px;
  width: 24px;
  margin-top: -3px;
}

@media screen and (max-width: 992px) {
  .dark-container .profile-img {
    height: 407px;
  }
  .dark-container .social-links,
  .dark-container .buttons {
    flex-wrap: wrap;
  }
  .dark-container .buttons .btn {
    flex: 1;
    min-width: 150px;
  }
  .profile-slidBox .about-text {
    padding: 20px;
  }
  .profile-slidBox .about-text h2 {
    margin-bottom: 0;
  }
  .custom-tabs .read-moreBtn {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .news-updates-wrapper .news-updates {
    flex-direction: column;
    row-gap: 0;
  }
  .news-updates-wrapper .news-updates .news-section,
  .news-updates-wrapper .news-updates .updates-section {
    width: 100%;
  }
  .events-wrapper .timeline-container .timeline-item .timeline-content {
    flex-direction: column;
    row-gap: 10px;
  }
  .events-wrapper .timeline-container .timeline-item .timeline-content .event-details {
    margin-bottom: 12px;
  }
  .events-wrapper .timeline-container .timeline-item .event-details {
    position: relative;
  }
  .events-wrapper .timeline-container .timeline-item .event-details .mobile-Container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .email-update .update-grayBox {
    padding: 20px;
  }
  .email-update .update-grayBox .input-group {
    justify-content: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .profile-slidBox .image-box {
    height: 250px;
  }
  .info-provideText {
    padding: 12px 0 28px 0;
  }
  .candidate-profile .signup-box .btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-bar .button-wrap .btn {
    padding: 6px 12px;
    font-size: 10px;
  }
  .bottom-bar .button-wrap .discard-btn,
  .bottom-bar .button-wrap .remove-btn {
    padding: 6px 12px !important;
    font-size: 10px !important;
    border-radius: 12px;
  }
  .bottom-bar .button-wrap .compareBtn {
    padding: 8px 16px !important;
    font-size: 10px !important;
  }
  .bottom-bar .bottom-bar-wrap {
    gap: 10px;
  }
  .bottom-bar .drop-wrap {
    gap: 10px;
    font-size: 12px;
  }
  .bottom-bar .drop-wrap p {
    font-size: 12px;
  }
  .bottom-bar .selected-users {
    gap: 8px;
  }
  .bottom-bar .selected-users p {
    font-size: 14px;
  }
}
/* Extra small (xs) – no media query needed as it's the default */
/* Small (sm) */
/* Medium (md) */
/* Large (lg) */
@media (max-width: 992px) {
  .candidate-profile .bannerWrapper .candidateNameBox {
    padding: 56px 0 0 20px;
    background-size: contain;
    position: relative;
  }
  .candidate-profile .bannerWrapper .candidateNameBox .candidate-name p {
    margin-bottom: 0;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.2 !important;
    max-width: 280px;
  }
  .candidate-profile .bannerWrapper .candidateNameBox .candidate-name h1 {
    margin-bottom: 0;
    padding: 0;
  }
  .candidate-profile .bannerWrapper .candidateNameBox .candidate-name h1::after {
    top: 29px;
  }
  .candidate-profile .bannerWrapper .candidateNameBox .image-box img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .candidate-profile .bannerWrapper .candidateNameBox .image-box {
    height: 110px;
    width: 110px;
    background-size: contain;
  }
  .candidate-profile .bannerWrapper .candidateNameBox .candidate-name {
    padding-left: 20px;
  }
  .candidate-profile .bannerWrapper .candidateBanner {
    margin-top: -16px;
    height: 139px;
    margin-bottom: 80px;
  }
  .candidate-profile .bannerWrapper .candidateBanner .stamp-logo {
    display: inline-flex;
    position: absolute;
    bottom: -14px;
    right: 33px;
    width: 37px;
    height: 33px;
  }
  .candidate-profile .bannerWrapper .stamp-logo-no-banner {
    position: absolute !important;
    left: auto !important;
    right: 20px !important;
    top: 70px !important;
  }
  .candidate-profile .bannerWrapper .stamp-logo-no-banner img {
    width: 45px;
    height: 40px;
  }
  .candidate-profile .bannerWrapper .representing-box h3 {
    line-height: 100%;
    padding-left: 15px;
  }
  .candidate-profile .bannerWrapper .representing-box h3::after {
    content: "";
    background: url("../images/quote.svg") no-repeat left top;
    position: absolute;
    height: 46px;
    width: 74px;
    background-size: contain;
    top: -29px;
    left: 0;
    z-index: -1;
    opacity: 0.4;
  }
  .candidate-profile .back-wrap {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 36px;
  }
  .candidate-profile .bannerWrapper .representing-box {
    padding-top: 0;
    padding-bottom: 80px;
    display: block;
  }
  .candidate-profile .bannerWrapper .representing-box .represent-name {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
  }
  .top-bar {
    border-right: 0;
    border-left: 0;
  }
  .top-bar .nav-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: 20px;
  }
  .top-bar .nav.nav-tabs .nav-link {
    height: 18px;
  }
  .top-bar .nav-scroll-wrapper .nav-link {
    flex: 0 0 auto;
    height: 18px;
  }
  .aboutSection {
    padding-top: 40px;
  }
  .aboutSection .content {
    margin-bottom: 30px;
  }
  .aboutSection .aboutHeading {
    text-align: center;
  }
  .aboutSection .aboutHeading h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 9.37px;
    text-align: center;
  }
  .aboutSection .aboutHeading h3::after {
    width: 100%;
  }
  .aboutSection .profile-slidBox .shape-container {
    margin: 0 auto 40px;
  }
  .aboutSection .read-moreAbout .btn {
    font-weight: 900;
    font-size: 12px;
    line-height: 95%;
    letter-spacing: 4%;
  }
  .background-personal .details-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .background-personal h4 {
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    padding-left: 20px;
  }
  .background-personal h4::after {
    left: 105%;
    transform: rotate(180deg);
  }
  .issues-wrapper .common-all-heading h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
  }
  .legislation-wrapper .common-all-heading h2,
  .news-updates-wrapper .common-all-heading h2,
  .endorsement-wrapper .section-header h2,
  .events-wrapper .section-header .common-all-heading h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
  }
  .news-updates-wrapper .news-boxes #news_items .news-item {
    width: 100%;
  }
  .legislation-wrapper .slider-container .slider-content .container-body {
    padding: 47px 28px 40px 28px;
  }
  .legislation-wrapper .legislation-header {
    margin-bottom: 20px;
  }
  .legislation-wrapper .legislation-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .endorsement-wrapper .endorse-slider .slide-item {
    column-gap: 32px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    row-gap: 10px;
    overflow-x: auto;
  }
  .endorsement-wrapper .endorse-slider .slide-item .endorsement-box {
    padding: 10px;
    font-weight: 900;
    font-size: 14px;
    line-height: 19.2px;
    letter-spacing: 0%;
  }
  .endorsement-wrapper .blur-left, .endorsement-wrapper .blur-right {
    width: 60px;
  }
  .endorsement-wrapper .gray-bg {
    padding: 40px 0;
  }
  .show-support {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .show-support h3 {
    text-align: center;
  }
  .show-support .sign-in-box {
    padding: 0 0 90px;
  }
  .background-personal {
    overflow: hidden;
  }
  .info-provideText p {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
  }
  .news-updates-wrapper .updates-section .bg-wrapper .update-item {
    padding: 0 20px 34px;
  }
  .news-updates-wrapper .updates-section .bg-wrapper .update-item .update-contText {
    max-width: 90%;
    margin-bottom: 20px;
  }
  .see-allPage .update-SeeAll .see-AllCards .card-body .card-text {
    max-width: 90%;
    margin-bottom: 20px;
  }
  .see-allPage .update-SeeAll .see-AllCards {
    margin-left: 36px;
  }
}
/* Extra large (xl) */
/* Extra extra large (xxl) */
.slider-container {
  position: relative;
  width: 100%;
  overflow: visible;
  touch-action: pan-y pinch-zoom;
}
.slider-container .background-cards {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .background-cards .background-card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(96, 101, 121, 0.6);
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.slider-container .slider-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  background: #374151;
  z-index: 5;
  cursor: grab;
}
.slider-container .slider-content:active {
  cursor: grabbing;
}
.slider-container .slider-content .slides-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.slider-container .slider-content .slides-wrapper .slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .slider-content .slides-wrapper .slide .row.g-0 {
  margin: 0;
}
.slider-container .slider-content .slides-wrapper .slide .profile-slidBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .slider-content .slides-wrapper .slide .profile-slidBox .image-box {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}
.slider-container .slider-content .slides-wrapper .slide .profile-slidBox .about-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  color: white;
  height: 100%;
}
.slider-container .slider-content .slides-wrapper .slide .profile-slidBox .about-text h2 {
  font-size: 2rem;
  font-weight: bold;
}
.slider-container .slider-content .slides-wrapper .slide .profile-slidBox .about-text p {
  font-size: 1rem;
  line-height: 1.5;
}
.slider-container .progress-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  z-index: 10;
}
.slider-container .progress-dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfbfbf;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-container .progress-dots .dot.active {
  background: #606579;
  transform: scale(1.5);
}

.max-width-container .container {
  max-width: 1030px;
}

.fixed-header .mobile-menu .navbar-brand {
  margin-right: 0;
}
.fixed-header .mobile-menu img {
  max-height: 40px;
}

@media (min-width: 992px) {
  .mobileMenu {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hideMobile {
    display: none !important;
  }
}

.navbar .nav-link.active,
.navbar .nav-link.line.active {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  border-bottom: none !important;
}

.location-detecting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='%23000' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'/%3E%3Cpath fill='%23000' d='M26.013 10.047l1.654-2.866a14.855 14.855 0 00-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.3s ease;
}

.location-detecting:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

/* Style for the input when using Google Places Autocomplete */
.pac-container {
  z-index: 9999; /* Ensure dropdown appears above modals */
}

.event-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 100%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.event-box.dem::after {
  background: url("../images/State-bg-dem.svg") no-repeat right top;
  background-size: contain;
}
.event-box.rep::after {
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
}
.event-box .badge-btn {
  position: relative;
  z-index: 1;
}

body {
  font-family: "Roboto", serif;
}

.back-wrap h6,
.see-allPage > .container h3,
.see-allPage > .voter-dashboard > .container h3 {
  font-family: "Roboto Condensed", serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #221F1E !important;
  margin-bottom: 6px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}

.back-wrap h6 {
  font-size: 20px !important;
}

.see-allPage h3 {
  font-size: 40px !important;
}

.dark-bg {
  background: rgb(253, 240, 213);
}

.navbar {
  color: #fff !important;
}
.navbar .nav-link {
  color: #003049 !important;
  text-decoration: none;
  cursor: pointer;
  margin-right: 40px;
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
.navbar .navbar-brand img {
  height: 58px;
  width: auto;
}
.navbar .btn {
  color: #fff;
  border-color: #080808;
  background: #080808;
  padding: 7px 25px;
  border-radius: 33px;
  text-decoration: none;
  height: 44px;
  font-size: clamp(12px, 2vw, 12px);
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}
.navbar .btn:hover {
  background: #4c5165;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler {
  border: 0;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-35 {
  margin-bottom: 35px;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  /* box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25); */
  background: rgb(253, 240, 213);
  height: 95px;
  display: flex;
  align-items: center;
}
.fixed-header::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.black-header .navbar .navbar-toggler-icon {
  background-image: url("../images/black-stroke.svg") !important;
}

.white-header {
  background: #fdf0d5;
}
.white-header .navbar .nav-link {
  color: #606579 !important;
}
.white-header .navbar .btn {
  color: #606579;
  border-color: #606579;
}
.white-header .navbar .btn:hover {
  background: #4c5165;
  color: #fff;
}

.header-space {
  padding-top: 95px;
}

.gray-bg {
  background: rgba(217, 217, 217, 0.5);
}

.signup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c0b9af;
  border-radius: 40px;
  background: url("../images/half-bg.svg") no-repeat;
  background-size: auto;
  background-position: right bottom;
  height: 224px;
  margin-bottom: 250px;
}
.signup-box .signup-box-left {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  border-radius: 40px 0 0 40px;
  z-index: 4;
  overflow: hidden;
  height: 100%;
}
.signup-box .signup-box-left::after {
  content: "";
  height: 203px;
  width: 148px;
  background: url("../images/signBoxBG.svg") no-repeat center center;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  mix-blend-mode: color-dodge;
}
.signup-box .signup-box-left img {
  height: 156px;
  width: 156px;
  border-radius: 50%;
}
.signup-box .btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-right: 60px;
}
.signup-box .btn-wrap .btn.btn-primary {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  border: 0;
  padding: 0;
  color: #221f1e;
  text-transform: uppercase;
}
.signup-box .btn-wrap .btn.btn-primary.card-btn {
  border-radius: 32px;
  background: #221f1e;
  color: #fdf0d5;
  padding: 20px 20px;
  min-width: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}
.signup-box.dem .btn.btn-primary.card-btn {
  background: #003049;
}
.signup-box.dem .btn.btn-primary.card-btn:hover {
  background: rgb(0, 14.4657534247, 22);
}
.signup-box.rep .btn.btn-primary.card-btn {
  background: #780000;
}
.signup-box.rep .btn.btn-primary.card-btn:hover {
  background: #450000;
}
.signup-box.independent .btn.btn-primary.card-btn {
  background: #491862;
}
.signup-box.independent .btn.btn-primary.card-btn:hover {
  background: rgb(42.4836065574, 13.9672131148, 57.0327868852);
}
.signup-box .signup-text {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 28.13px;
  color: #221f1e;
  text-transform: uppercase;
}
.signup-box .signup-text span {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 28.1px;
  text-transform: lowercase;
}
.signup-box .signup-text span.uName {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 28.13px;
  color: #006296;
  font-style: normal;
  text-transform: uppercase;
}
.signup-box .btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
  padding: 17px 36px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.signup-box .btn:hover {
  background: #4c5165;
}

#thankYouDialog {
  border: 1px solid rgb(96, 101, 121);
  border-radius: 8px;
  padding: 40px;
  font-size: 20px;
}
#thankYouDialog form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#thankYouDialog form button {
  border: 1px solid #333;
  padding: 8px 18px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#thankYouDialog form button:hover {
  background: #4c5165;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#messageboxdailog {
  border: 1px solid rgb(96, 101, 121);
  border-radius: 8px;
  padding: 40px;
  font-size: 20px;
  background: #ececec;
  min-width: 650px;
}
#messageboxdailog::backdrop {
  background: #000000;
  opacity: 0.6;
}
#messageboxdailog .close-dialog {
  position: absolute;
  border: 0;
  top: 10px;
  right: 10px;
  padding: 0;
}
#messageboxdailog p {
  color: #606579;
  margin-bottom: 20px;
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
#messageboxdailog form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 18px;
}
#messageboxdailog form textarea {
  font-size: 16px;
  padding: 6px;
  border: 1px solid #898d9c;
  resize: none;
  height: 140px;
  border-radius: 3px;
}
#messageboxdailog form textarea:focus, #messageboxdailog form textarea:active, #messageboxdailog form textarea:hover, #messageboxdailog form textarea:focus-visible, #messageboxdailog form textarea:focus-within {
  border-color: #898d9c;
  outline: 0;
}
#messageboxdailog form button {
  border: 1px solid #333;
  padding: 8px 18px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#messageboxdailog form button:hover {
  background: #4c5165;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#volunter-frame .submit-box {
  background: #606579;
  color: #fff;
  border-radius: 14px;
}
#volunter-frame .submit-box h2.font-bold {
  color: #fff;
}

.gray-candidate-box .btn {
  color: rgb(96, 101, 121);
  border-color: rgb(96, 101, 121);
}
.gray-candidate-box .btn:hover {
  background: #4c5165;
  color: #fff;
}
.gray-candidate-box h2.font-bold {
  color: #606579;
  margin: 0;
}

main {
  min-height: calc(100vh - 200px);
}

footer {
  position: sticky;
  background: #fff;
  z-index: 9;
}

.theme-bg {
  background-color: #f5e5c7;
}

.footer {
  padding: 82px 0;
}
.footer .up-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: auto;
  margin-left: 70px;
}
.footer .up-icon img {
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.footer ul li a {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #003049;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li.strong-btns a {
  font-weight: 700;
}
.footer ul.social-wrap {
  margin-bottom: 0;
  gap: 16px;
}
.footer ul.beGood-wrap .foot-signup-btn {
  background: transparent;
  padding: 17px 36px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: rgb(96, 101, 121);
  border: 2px solid rgb(96, 101, 121);
  display: inline-block;
}
.footer ul.beGood-wrap .foot-signup-btn:hover {
  background: #4c5165;
  color: #fff;
}
.footer ul.beGood-wrap .btn {
  padding: 0px 40px 10px;
  display: inline-block;
  line-height: 32px;
}
.footer ul.beGood-wrap .btn:hover {
  text-decoration: underline;
}
.footer .copy-right {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 48, 73, 0.6);
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .navbar .mobile-menu {
    display: inline-flex;
    gap: 4px;
  }
  .navbar .mobile-menu .mobile-logo {
    display: inline-block !important;
    margin-right: 0;
    max-width: 130px;
  }
  .navbar .mobile-menu .mobile-logo img {
    max-width: 90%;
    height: auto;
  }
  .navbar .mobile-signUp {
    padding: 7px 15px;
  }
  .navbar .navbar-nav.mb-2 {
    padding-left: 16px;
  }
  .navbar .navbar-nav.mb-2 .nav-link {
    line-height: 30px;
  }
  .signup-box {
    gap: 20px;
  }
  .signup-box .signup-text {
    text-align: center;
  }
  .signup-box .btn {
    padding: 17px 20px;
    min-width: 180px;
  }
  .mb-75 {
    margin-bottom: 45px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.onboardContainer {
  margin-top: 45px;
  padding-bottom: 83px;
}
.onboardContainer .bg-box {
  background-size: cover;
  height: 100%;
  position: relative;
}
.onboardContainer .bg-box::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/Dashboard-bg.svg") no-repeat center center;
}
.onboardContainer .onboardHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #080808;
  padding-left: 78px;
  margin-top: 57px;
}
.onboardContainer .onboardBox {
  padding: 71px 47px 45px 47px;
  border-radius: 16px;
  position: relative;
  border: 1px solid #c7c0b4;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  background: #fcf4e3;
  min-height: 650px;
  z-index: 8;
}
.onboardContainer .onboardBox::after {
  content: "";
  position: absolute;
  border: 1px solid #C7C0B4;
  border-left: 0;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1215686275);
  height: 90%;
  width: 12px;
  background: transparent;
  top: 5%;
  right: -12px;
  border-radius: 0px 20px 20px 0;
  opacity: 0.8;
  z-index: 1;
}
.onboardContainer .onboardBox::before {
  content: "";
  position: absolute;
  border: 1px solid #C7C0B4;
  border-left: 0;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1215686275);
  height: 70%;
  width: 10px;
  background: transparent;
  top: 15%;
  right: -22px;
  border-radius: 0px 20px 20px 0;
  opacity: 0.4;
  z-index: 1;
}
.onboardContainer .onboardBox .img-fluid {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 16px 0 0;
}
.onboardContainer .onboardBox .box-count {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  font-variant: small-caps;
  color: #fcf4e3;
}
.onboardContainer .onboardBox .btn.btn-primary {
  background: #080808;
  color: #fdf0d5;
  border: 0;
  padding: 16px 36px;
  min-width: 138px;
  border-radius: 66px;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.onboardContainer .onboardBox .treasurer-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.onboardContainer .onboardBox .treasurer-header h2 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #221f1e;
  margin-bottom: 0;
}
.onboardContainer .onboardBox .treasurer-header .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #726a5a;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #726a5a;
  cursor: pointer;
}
.onboardContainer .subHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 40px;
}
.onboardContainer .subHeading.smallHeading {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}
.onboardContainer .infoHeading {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #726a5a;
  margin-bottom: 30px;
}
.onboardContainer .infoHeading span {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 100%;
  color: #221f1e;
}
.onboardContainer .verificationBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 167px;
  padding-bottom: 90px;
  border-bottom: 1px solid #c0b9af;
}
.onboardContainer .verificationBox p {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726a5a;
  margin-bottom: 4px;
}
.onboardContainer .verificationBox a,
.onboardContainer .verificationBox input[type=submit] {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #003049;
}
.onboardContainer .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #726a5a;
  margin-bottom: 7px;
}
.onboardContainer .new_candidate .form-label.text-uppercase {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  color: #726a5a;
}
.onboardContainer .form-control,
.onboardContainer .form-select {
  font-family: "Roboto", serif;
  height: 44px;
  border: 0.77px solid #726a5a;
  padding: 12px 40px 12px 14px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #080808;
  background-color: #fcf4e3;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .form-control:focus,
.onboardContainer .form-select:focus {
  background-color: #fdf0d5;
  border-color: #080808;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .form-control::placeholder,
.onboardContainer .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(114, 106, 90, 0.5);
}
.onboardContainer .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.onboardContainer .custom-dropdown .styled-dropdown {
  padding: 0 20px 0 0;
  background-color: #fdf4e3;
  border: 0;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  align-items: center;
  position: relative;
  font-family: Roboto;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
}
.onboardContainer .custom-dropdown .styled-dropdown::after {
  display: none;
}
.onboardContainer .custom-dropdown .styled-dropdown .arrow-toggle {
  border: 1.26px solid #221f1e;
  border-radius: 5px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .styled-dropdown .arrow-toggle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid #221f1e;
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .styled-dropdown.show .arrow-toggle {
  background: #003049;
  padding-top: 10px;
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .styled-dropdown.show .arrow-toggle::after {
  border: solid #fdf0d5;
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(225deg);
  transition: all 0.25s ease-in-out;
}
.onboardContainer .custom-dropdown .dropdown-menu {
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  border: 0;
  border-radius: 16px;
  background-color: #fcf4e3;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  padding: 10px;
}
.onboardContainer .custom-dropdown .dropdown-menu li {
  padding: 10px 10px;
  position: relative;
}
.onboardContainer .custom-dropdown .dropdown-menu li::after {
  content: "";
  position: absolute;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 1px;
  background: #c0b9af;
  left: 0;
  right: 0;
  transform: translate(0px, 13px);
}
.onboardContainer .custom-dropdown .dropdown-menu .dropdown-item {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  text-transform: uppercase;
  color: #003049;
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  width: auto;
  background: #fdf4e3;
  z-index: 1;
  padding-right: 10px;
}

.comparison-page .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  height: 60px;
  border: 1px solid #c0b9af;
}
.comparison-page .back-wrap .badgeClass .add-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
  padding: 11px 15px;
  border: 1px solid #c0b9af;
  border-radius: 50px;
  text-decoration: none;
}
.comparison-page .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.comparison-page .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comparison-page .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.comparison-page .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.comparison-page .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 0;
}
.comparison-page .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.comparison-page .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.comparison-page .candidate-slots {
  position: sticky;
  top: 20px; /* Distance from the top of the viewport */
  z-index: 1000; /* Ensure it stays above other elements */
  background-color: #fdf0d5; /* Prevent transparency issues */
  transition: box-shadow 0.3s ease;
}
.comparison-page .candidate-slots.sticky-shadow .card {
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
}
.comparison-page .candidate-slots .card-row .mb-5 {
  margin: 0 !important;
}
.comparison-page .candidate-slots .card {
  border: 1px solid #c0b9af;
  background: #fdf0d5;
  border-radius: 12px;
  background: url("../images/Compare-right-bg.svg") no-repeat bottom right;
}
.comparison-page .candidate-slots .card .card-head {
  display: none;
}
.comparison-page .candidate-slots .card .closeWrapper {
  height: 29px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  top: -15px;
  right: -15px;
  position: absolute;
  z-index: 3;
  background: url("../images/card-close.svg") no-repeat center center;
}
.comparison-page .candidate-slots .card .closeWrapper .btn {
  padding: 0;
  height: 100%;
  width: 100%;
}
.comparison-page .candidate-slots .card .card-body {
  padding: 25px 12px 7px 12px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  background: url("../images/Compare-left-bg.svg") no-repeat top left;
  position: relative;
  margin-top: 0;
}
.comparison-page .candidate-slots .card .card-body::before {
  content: "";
  background: url("../images/compare-challenge-bg.svg") no-repeat top left;
  background-size: cover;
  width: 104px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 10px;
}
.comparison-page .candidate-slots .card .card-body .card-avtar {
  width: 103px;
  height: 101px;
  position: relative;
  top: 0;
  left: 0;
}
.comparison-page .candidate-slots .card .card-body .card-party-text {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  width: calc(100% - 123px);
  font-family: "Roboto", serif;
}
.comparison-page .candidate-slots .card .card-body .candidate-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #221f1e;
  margin: 0;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.comparison-page .candidate-slots .card .card-body .candidate-rank {
  font-weight: 700;
  font-size: 14px;
  line-height: 20.87px;
  text-transform: uppercase;
  color: #726a5a;
  margin: 0;
}
.comparison-page .candidate-slots .card .card-body .position-relative .card-body {
  padding: 18px;
}
.comparison-page .candidate-slots .card .card-body .position-relative .closeBtn {
  height: 40px;
  width: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  top: -15px;
  right: -12px;
}
.comparison-page .candidate-slots .card .card-body .position-relative .closeBtn i {
  font-size: 20px;
  color: #606579;
}
.comparison-page .candidate-slots .card .card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
.comparison-page .candidate-slots .card .card-footer .btn,
.comparison-page .candidate-slots .card .card-footer .button_to,
.comparison-page .candidate-slots .card .card-footer .btn-custom-class,
.comparison-page .candidate-slots .card .card-footer .unshortlisted-wrap form.button_to,
.comparison-page .candidate-slots .card .card-footer .unshortlisted-wrap {
  width: auto;
}
.comparison-page .candidate-slots .card .card-footer .shortlist-btn {
  border-radius: 12px;
  background: #221f1e;
  color: #fdf0d5;
  padding: 15px 24px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.comparison-page .candidate-slots .card .card-footer .shortlist-btn img {
  height: 16px;
  width: 15px;
  margin-top: -2px;
}
.comparison-page .candidate-slots .card .card-footer .add-teamBtn img {
  height: 19px;
  width: 24px;
  margin-top: -2px;
}
.comparison-page .candidate-slots .card .card-footer .view-profileBtn {
  display: none;
}
.comparison-page .candidate-slots .card .card-footer .remove-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #726a5a;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
}
.comparison-page .candidate-slots .card .card-footer .remove-btn img {
  height: 16px;
  width: 15px;
}
.comparison-page .candidate-slots .emptyCard {
  padding: 0 70px;
  display: flex;
  height: 100%;
  min-height: 198px;
  align-items: center;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 12px;
  border: 0;
  background: none;
}
.comparison-page .candidate-slots .emptyCard .card-body {
  padding: 0;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
}
.comparison-page .candidate-slots .emptyCard .card-body::before {
  display: none;
}
.comparison-page .candidate-slots .emptyCard .round-addBtn {
  height: 88px;
  width: 88px;
  background: #d9d9d9;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.comparison-page .candidate-slots .emptyCard .round-addBtn img {
  height: 32px;
  width: 32px;
}
.comparison-page .candidate-slots .emptyCard .addText {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #726a5a;
  margin-bottom: 20px;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container {
  width: 100%;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidate-search-input {
  background: #fdf0d5;
  border: 1px solid #c7c0b4;
  border-radius: 8px;
  padding: 10px 1rem;
  height: 40px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #221f1e;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidate-search-input::placeholder {
  color: rgba(114, 106, 90, 0.5);
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .search-field-container::after {
  display: none;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fcf4e3;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list {
  padding: 12px;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item {
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item:hover {
  background: #ecdfc6;
  transition: all 0.2s ease-in-out;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result {
  padding: 9px 11px;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 55px);
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names .fw-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #003049;
  margin: 0;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names .depart-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #726a5a;
  margin: 0;
}
.comparison-page .candidate-slots .emptyCard .candidate-search-container .candidates-dropdown .candidates-list .candidate-item .candidate-result .result-names .party-icon {
  width: 17px;
  height: 18px;
}
.comparison-page .candidate-slots .emptyCard .search-results-container .form-control {
  height: 44px;
  border-color: #cfd1d8;
  border-radius: 6px;
  padding: 14px 16px;
}
.comparison-page .candidate-slots .emptyCard .search-results-container .searchList:empty {
  display: none !important;
}
.comparison-page .candidate-slots .emptyCard .search-results-container .bi-search {
  color: #606579;
}
.comparison-page .candidate-slots .emptyCard #candidate_id {
  width: 100%;
  margin-bottom: 24px;
  height: 44px;
  border-color: #cfd1d8;
  border-radius: 6px;
  padding: 8px 16px;
}
.comparison-page .candidate-slots .emptyCard input[type=submit] {
  background: #606579;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
}
.comparison-page .candidate-slots .emptyCard .candidateName {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #606579;
}
.comparison-page .candidate-slots .emptyCard .text-muted {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #606579;
}
.comparison-page .comparison-section {
  margin-bottom: 85px;
  box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.1019607843);
}
.comparison-page .comparison-section .accordion-body {
  padding: 0 24px;
}
.comparison-page .comparison-section .sub-con .accordion-item {
  border-left: 0;
  border-right: 0;
}
.comparison-page .comparison-section .accordion-button {
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #606579;
}
.comparison-page .comparison-section .accordion-button:focus, .comparison-page .comparison-section .accordion-button:active, .comparison-page .comparison-section .accordion-button:hover {
  box-shadow: none;
  outline: 0;
  background: #fff;
}
.comparison-page .comparison-section .accordion-button:not(.collapsed) {
  background: #fff;
}
.comparison-page .comparison-section .accordion-button .bi.bi-chevron-down {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.comparison-page .comparison-section .accordion-button.collapsed .bi.bi-chevron-down {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.comparison-page .comparison-section .accordion-button::after {
  display: none;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button {
  font-size: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button .plusIcon {
  height: 18px;
  width: 18px;
  background: #606579;
  border-radius: 4px;
  display: none;
  align-items: center;
  justify-content: center;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button .fa-plus {
  display: none;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button .fa-plus,
.comparison-page .comparison-section .accordion-collapse .accordion-button .fa-minus {
  font-size: 12px;
  color: #fff;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button.collapsed .plusIcon .fa-minus {
  display: none;
}
.comparison-page .comparison-section .accordion-collapse .accordion-button.collapsed .plusIcon .fa-plus {
  display: block;
}
.comparison-page .background-body {
  padding: 0 18px;
}
.comparison-page .background-body .background-data:nth-child(2) {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.comparison-page .background-Personal .issue-header {
  padding-bottom: 24px;
}
.comparison-page .background-Personal .issue-header.issueSubHeader {
  margin: 20px 0;
  padding: 0px;
}
.comparison-page .issue-header.issueSubHeader {
  padding-bottom: 12px;
}
.comparison-page .issue-header.issueSubHeader .text-secondary {
  font-size: 20px;
  padding: 0px;
}
.comparison-page .issue-header .sub-head {
  font-size: 20px;
}
.comparison-page .issue-header .fa {
  text-align: center;
  color: #606579;
}
.comparison-page .accordion-wrpper {
  border: 1px solid #c7c0b4;
  border-radius: 10px;
  box-shadow: none !important;
  background: #f5e5c7;
}
.comparison-page .accordion-wrpper .accordion-toggleHead {
  padding: 0;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header {
  padding: 0;
  height: 84px;
  background: #f5e5c7;
  border-radius: 10px;
  cursor: pointer;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header h6 {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #003049;
  margin-right: 4px;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header i.fa {
  border: 1px solid #003049;
  border-radius: 5px;
  height: 23px;
  width: 23px;
  color: #003049;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-header i.fa.fa-chevron-up {
  background: #003049;
  color: #f5e5c7;
  transition: all 0.25s ease-in-out;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body {
  border-top: 1px solid #c7c0b4;
  background: #fdf0d5;
  border-radius: 0 0 10px 10px;
  padding: 0 12px;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .background-data.border-bottom {
  border-color: #c7c0b4 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .candidate-issue-card {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.2px;
  color: #221f1e;
  margin: 0;
  padding: 30px 20px;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .row:last-child .background-data {
  border-bottom: 0 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issues-data .issue-body .p-3 {
  padding: 30px 20px !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issues-data .issue-body p.small {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 19.2px;
  color: #221f1e;
  margin: 0;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issues-data:last-child .issue-body .border-bottom {
  border-bottom: 0 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issueSubHeader {
  height: 56px;
  background: #fdf0d5;
  margin: 0;
  cursor: default;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issueSubHeader h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 16px;
  vertical-align: middle;
  color: #780000;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .issueSubHeader i.fa {
  color: #780000;
  border: 0;
  height: auto;
  width: auto;
  background: transparent;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body {
  padding: 0;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body .issue-body .border-top,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body .issue-body .border-bottom,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .card-body .issue-body .border-end {
  border-color: #c7c0b4 !important;
}
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .endorsement-row .border-bottom,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .endorsement-row .border-top,
.comparison-page .accordion-wrpper .accordion-toggleHead .issue-body.background-body .endorsement-row .border-end {
  border-color: #c7c0b4 !important;
}

.filterGroup {
  display: flex;
  width: 100%;
}
.filterGroup .btn.btn-primary {
  width: 100%;
  background: #fff;
  color: #606579;
  border-color: #606579;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}
.filterGroup .btn.btn-primary.active {
  background: #606579;
  color: #fff;
}

.shortlist-modal .modal-content {
  border: 0;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  border-radius: 16px;
  background-color: #FBF0DA;
}
.shortlist-modal .modal-body {
  padding: 76px 44px 50px 44px;
  border-radius: 16px;
}
.shortlist-modal .modal-body .btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  height: auto;
  width: auto;
  border-radius: 0 16px 0 0;
  opacity: 1;
}
.shortlist-modal .modal-body .btn-close .close-bg {
  border-radius: 0 16px 0 0;
}
.shortlist-modal .modal-body .btn-close .close-icon {
  position: absolute;
  z-index: 9;
  height: 34px;
  width: 34px;
  top: 13px;
  right: 13px;
}
.shortlist-modal .modal-body .btn-close::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.shortlist-modal .modal-body .btn-close:focus, .shortlist-modal .modal-body .btn-close:active, .shortlist-modal .modal-body .btn-close:hover {
  outline: 0;
  box-shadow: none;
}
.shortlist-modal .modal-body .shortlist-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
.shortlist-modal .modal-body .shortlist-wrap .profile-image .img-box {
  height: 137px;
  width: 137px;
  border-radius: 50%;
  background: #d9d9d9;
  position: relative;
}
.shortlist-modal .modal-body .shortlist-wrap .profile-image .img-box .img-fluid {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.shortlist-modal .modal-body .shortlist-wrap .profile-image .img-box .thumb-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 34px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content h5 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 4px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content .moment-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 11px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content ul {
  padding-left: 18px;
  margin-bottom: 48px;
}
.shortlist-modal .modal-body .shortlist-wrap .shortlist-content ul li {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 16px;
}
.shortlist-modal .modal-body .modal-btns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.shortlist-modal .modal-body .modal-btns .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 22px 26px;
  border: 0;
  border-radius: 12px;
  min-height: 48px;
}
.shortlist-modal .modal-body .modal-btns .btn.btn-primary {
  background: transparent;
  border: 0;
  width: auto;
  padding: 12px 26px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
}
.shortlist-modal .modal-body .modal-btns .btn.btn-secondary {
  background: #221F1E;
  color: #FDF0D5;
  width: auto;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.shortlist-modal .modal-body .modal-btns .button_to {
  width: auto;
}

.accordion-button:not(.collapsed) .fa-plus {
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

.accordion-button .fa-plus {
  transition: transform 0.2s ease-in-out;
}

.candidate-issue-card {
  padding: 15px;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
}

.issue-description {
  margin-top: 10px;
}

.volunteerModal select {
  width: 100%;
  padding: 15px 15px !important;
}

.abouPage .aboutBanner {
  display: flex;
  align-items: center;
  padding-bottom: 105px;
  position: relative;
}
.abouPage .aboutBanner::after {
  content: "";
  position: absolute;
  background: url("../images/about-map.svg") no-repeat top center;
  height: 400px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
}
.abouPage .aboutBanner .aboutPageTitle {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 90%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  position: relative;
  z-index: 1;
}
.abouPage .aboutBanner .aboutPageTitle span {
  color: #006296;
}
.abouPage .aboutBanner .aboutPageTitle span.red-text {
  color: #780000;
}
.abouPage .aboutBanner .aboutPageText {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
}
.abouPage .aboutBanner .aboutPageImage {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}
.abouPage .aboutBanner .aboutPageImage img {
  width: 411px;
  height: auto;
}
.abouPage .ourMission {
  padding: 0px 0 73px 0;
}
.abouPage .ourMission .align-class {
  display: flex;
  align-items: flex-end;
}
.abouPage .ourMission .missionImage {
  background: #ececec;
  height: 100%;
  position: relative;
}
.abouPage .ourMission .missionImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #ececec;
  z-index: 1;
}
.abouPage .ourMission .missionText .missionTitle {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 20px;
}
.abouPage .ourMission .missionText .visionTitle {
  margin-top: 79px;
}
.abouPage .ourMission .missionText .missionDescription {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
}
.abouPage .ourMission .missionText.pos-relative .missionTitle {
  position: absolute;
  bottom: 60px;
  right: 0;
}
.abouPage .ourMission .layer-logo {
  margin-top: 74px;
  margin-bottom: 50px;
}
.abouPage .ourMission .mb-120 {
  margin-bottom: 120px;
}
.abouPage .ourMission .quoteText {
  margin-bottom: 70px;
}
.abouPage .ourMission .quoteText .missionDescription {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #780000;
  margin-bottom: 37px;
  padding-top: 83px;
  position: relative;
  z-index: 1;
}
.abouPage .ourMission .quoteText .missionDescription::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -40px;
  width: 205px;
  height: 128px;
  background: url("../images/Quote.svg") no-repeat center center;
  background-size: contain;
  z-index: -1;
  opacity: 20%;
}
.abouPage .ourMission .quoteText .quote-owner {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726A5A;
  margin-bottom: 0;
}
.abouPage .valuesSection {
  padding: 73px 0 87px 0;
  background-color: #ececec;
}
.abouPage .valuesSection h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #606579;
  margin-bottom: 50px;
}
.abouPage .valuesSection .valuesCard {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.abouPage .valuesSection .valuesCard .valuesImage {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(96, 101, 121, 0.2);
}
.abouPage .valuesSection .valuesCard .valuesImage img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.abouPage .valuesSection .valuesCard .valuesText {
  font-family: Inter;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #606579;
}
.abouPage .howItstarted {
  padding: 120px 0 140px 0;
}
.abouPage .howItstarted h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
}
.abouPage .howItstarted .howItStartedText {
  font-family: Inter;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 72px;
}
.abouPage .howItstarted .howItStartedText.styledText {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0px;
}
.abouPage .howItstarted .devideText {
  height: 2px;
  background: #d9d9d9;
  width: 150px;
  margin: 0 auto 67px;
}
.abouPage .teamSection {
  padding: 143px 0 84px 0;
}
.abouPage .teamSection h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 10px;
}
.abouPage .teamSection .missionDescription {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 78px;
}
.abouPage .teamSection .teamCard {
  background: rgba(96, 101, 121, 0.1);
  border-radius: 56px;
  display: flex;
  gap: 54px;
  margin-bottom: 24px;
}
.abouPage .teamSection .teamCard .teamImage {
  border-radius: 56px;
  width: 376px;
  display: inline-flex;
  align-items: center;
}
.abouPage .teamSection .teamCard .teamImage img {
  border-radius: 56px;
  width: 100%;
}
.abouPage .teamSection .teamCard .teamText {
  flex: 1;
  padding: 30px 60px 30px 0;
}
.abouPage .teamSection .teamCard .teamText h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #606579;
  margin-bottom: 40px;
}
.abouPage .teamSection .teamCard .teamText p {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
  margin-bottom: 0;
}
.abouPage .teamSection .teamCard.rightAligned .teamText {
  padding: 30px 0 30px 60px;
  text-align: right;
}
.abouPage .teamSection .card-grp .teamCard:last-child {
  margin-bottom: 76px;
}
.abouPage .teamSection .vertcalTeamSection {
  margin-bottom: 84px;
}
.abouPage .teamSection .verticalTeamCard {
  border-radius: 56px;
  background: #eff0f2;
  height: 100%;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamImage {
  height: 296px;
  width: 100%;
  background: #e1e2e6;
  border-radius: 56px;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamImage img {
  border-radius: 56px;
  width: 100%;
  height: 100%;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamText {
  padding: 40px 40px 78px;
  text-align: center;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamText h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #606579;
  margin-bottom: 11px;
}
.abouPage .teamSection .verticalTeamCard .verticalTeamText p {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #606579;
  margin-bottom: 0;
}
.abouPage .teamSection .new-teamCard {
  padding: 51px;
}
.abouPage .teamSection .new-teamCard .team-image {
  width: 197px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.abouPage .teamSection .new-teamCard .team-name {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  line-height: 15.61px;
  letter-spacing: 0%;
  text-align: center;
  color: #221f1e;
  margin-bottom: 25px;
}
.abouPage .teamSection .new-teamCard .post-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 19.6px;
  line-height: 18.59px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 36px;
  color: #780000;
}
.abouPage .teamSection .new-teamCard .team-discription {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #003049;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.abouPage .teamSection .new-teamCard .team-discription p {
  margin-bottom: 10px;
}
.abouPage .teamSection .new-teamCard .team-discription.no-truncate {
  -webkit-line-clamp: 50;
}
.abouPage .teamSection .new-teamCard .team-read {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #780000;
  text-decoration: none;
}
.abouPage .partCtzn {
  padding: 100px 0 80px 0;
}
.abouPage .partCtzn h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 10px;
}
.abouPage .partCtzn .for-voters {
  background: url("../images/Voter-bg.svg") no-repeat center right;
  padding: 190px 0;
  position: relative;
  margin-bottom: 40px;
}
.abouPage .partCtzn .for-voters .vote-check {
  position: absolute;
  top: 20%;
  right: -60px;
  transform: translate(0px, 50%);
}
.abouPage .partCtzn .for-voters h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 10px;
}
.abouPage .partCtzn .for-voters .vote-discription {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 15px;
}
.abouPage .partCtzn .for-voters .sign-btn {
  background: #221F1E;
  border-radius: 51px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  text-decoration: none;
  height: 66px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  width: 312px;
  justify-content: center;
  margin-top: 45px;
}
.abouPage .partCtzn .for-candidates {
  padding-bottom: 80px;
}
.abouPage .partCtzn .for-candidates .bg-box {
  position: relative;
  background: url("../images/Voter-bg.svg") no-repeat center left;
  padding: 190px 0;
  height: 490px;
}
.abouPage .partCtzn .for-candidates .bg-box img {
  position: absolute;
  top: 50px;
  left: -104px;
}
.abouPage .partCtzn .for-candidates .text-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
}
.abouPage .partCtzn .for-candidates .text-section h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 10px;
}
.abouPage .partCtzn .for-candidates .text-section .vote-discription {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 15px;
}
.abouPage .partCtzn .for-candidates .text-section .sign-btn {
  background: #221F1E;
  border-radius: 51px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FDF0D5;
  text-decoration: none;
  height: 66px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  width: 312px;
  justify-content: center;
  margin-top: 45px;
}
.abouPage .getTouchSection {
  padding: 83px 0 30px 0;
}
.abouPage .getTouchSection h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #060606;
  margin-bottom: 40px;
}
.abouPage .getTouchSection .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}
.abouPage .getTouchSection .form-control {
  background: #fcf4e3;
  border: 1px solid #c0b9af;
  border-radius: 7.71px !important;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221f1e;
  width: 100%;
  display: block;
  min-height: 44px;
  margin-bottom: 20px;
}
.abouPage .getTouchSection textarea.form-control {
  margin-bottom: 40px;
}
.abouPage .getTouchSection .form-control::placeholder,
.abouPage .getTouchSection .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(114, 106, 90, 0.5019607843);
}
.abouPage .getTouchSection textarea.form-control {
  height: 170px;
  resize: none;
}
.abouPage .getTouchSection .sendMsg {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 66px;
  height: 48px;
  color: #FDF0D5;
  background: #080808;
  border: 0;
  padding: 10px 44px;
}
.abouPage .getTouchSection .logo-wrapper {
  display: inline-flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}
.abouPage .getTouchSection .touch-form {
  position: relative;
  border: 1px solid #C7C0B4;
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  background-color: #FBF0DA;
  padding: 80px 68px 80px;
}
.abouPage .getTouchSection .touch-form .close-bg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 16px 0 0;
}
.abouPage .getTouchSection .touch-form::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.office-levelState {
  position: relative;
  z-index: 1;
}
.office-levelState .back-wrap {
  margin-bottom: 0 !important;
}
.office-levelState .back-wrap .badgeClass {
  font-weight: 500;
  font-size: 12px;
  line-height: 12.14px;
  text-align: center;
  padding: 8px 2px;
  color: #726a5a;
  background-color: #fdf0d5;
  border: 1px solid #726a5a;
  border-radius: 8px;
  text-transform: uppercase;
}
.office-levelState .back-wrap .badgeClass p {
  margin: 0;
  padding: 0 10px;
  color: #726a5a;
}
.office-levelState .number-devider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  margin-top: 62px;
}
.office-levelState .number-devider::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.office-levelState .number-devider h3 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #080808;
  margin: 0;
  position: relative;
  z-index: 1;
  background: #fdf0d5;
  padding: 0 12px;
}
.office-levelState .number-devider h3 span {
  color: #FDF0D5;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: url("../images/count-bg.svg") no-repeat center center;
  background-size: contain;
  padding: 10px;
  margin-left: 10px;
}
.office-levelState .number-devider .allbtn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #080808;
  text-decoration: none;
  position: absolute;
  right: 0;
  background: #fdf0d5;
  padding-left: 5px;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}
.office-levelState .shortlistWrap {
  border: 1px solid #C0B9AF;
  border-radius: 16px;
  padding: 20px 28px;
  margin-bottom: 39px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  background: #FBF0DA;
}
.office-levelState .shortlistWrap .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.office-levelState .shortlistWrap .content-wrap .selected-users {
  display: flex;
  align-items: center;
  gap: 16px;
}
.office-levelState .shortlistWrap .content-wrap .selected-users .selected-usersImg {
  display: flex;
  align-items: center;
}
.office-levelState .shortlistWrap .content-wrap .selected-users .selected-usersImg .img-thumbnail {
  height: 48px;
  width: 48px;
  padding: 0;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.office-levelState .shortlistWrap .content-wrap .selected-users .selected-usersImg .img-thumbnail:not(:first-child) {
  margin-left: -15px;
}
.office-levelState .shortlistWrap .content-wrap .selected-users p {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #003049;
  margin: 0;
}
.office-levelState .shortlistWrap .content-wrap .button-wrap .compareBtn {
  background: #080808;
  color: #FDF0D5;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 200px;
}

.favorites-tabs {
  margin: 36px 0 0;
}
.favorites-tabs .tabWrapper {
  border: 1px solid #C0B9AF;
  padding: 15px 0px;
}
.favorites-tabs .nav-tabs {
  background: transparent;
  font-family: "Roboto", serif;
  border-bottom: 0;
  gap: 0;
}
.favorites-tabs .nav-tabs .nav-item {
  margin-right: 18px;
  padding-right: 18px;
  position: relative;
}
.favorites-tabs .nav-tabs .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  height: 16px;
  width: 2px;
  background-color: #C0B9AF;
}
.favorites-tabs .nav-tabs .nav-item:last-child::after {
  display: none;
}
.favorites-tabs .nav-tabs .nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #726A5A;
  background: transparent;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding: 4px 0px;
}
.favorites-tabs .nav-tabs .nav-link:hover {
  border-bottom: 1px solid #221F1E;
}
.favorites-tabs .nav-tabs .nav-link.active {
  color: #221F1E;
  border-bottom: 2px solid #221F1E;
}
.favorites-tabs .selectBox {
  display: flex;
  margin-top: 30px;
}
.favorites-tabs .selectBox .form-select {
  border-color: rgb(0, 0, 0);
  border-radius: 0;
  line-height: normal;
  width: 180px;
}
.favorites-tabs .number-devider {
  margin-top: 38px;
  margin-bottom: 20px;
}
.favorites-tabs .number-devider .allbtn {
  text-decoration: none;
}

.endorsements-list .endorsement-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.endorsements-list .endorsement-item h4 {
  margin-bottom: 8px;
  font-weight: 600;
}
.endorsements-list .endorsement-item p.text-muted {
  margin-bottom: 0;
}

.empty-state {
  background-color: #FDF0D5;
  border-radius: 8px;
  padding: 64px 24px;
  margin: 24px 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #C0B9AF;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
}
.empty-state p {
  margin: 0;
}

.see-allPage {
  background: #fdf0d5;
}
.see-allPage .profile-img-wrap {
  border: 1px solid #c0b9af;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 77px;
}
.see-allPage .profile-img-wrap img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
}
.see-allPage .back-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  height: 60px;
  border: 1px solid #c0b9af;
}
.see-allPage .back-wrap .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.see-allPage .back-wrap .flex-wrapper .back-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.see-allPage .back-wrap .flex-wrapper .logo-btn .logo-style {
  width: 62px;
  height: auto;
}
.see-allPage .back-wrap .flex-wrapper .warpBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
}
.see-allPage .back-wrap .flex-wrapper h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #606579;
  margin: 0 !important;
}
.see-allPage .back-wrap .flex-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  color: #606579;
  background: transparent;
  height: 29px;
  width: 29px;
}
.see-allPage .back-wrap .flex-wrapper .btn img {
  height: 100%;
  width: 100%;
}
.see-allPage .back-wrap .chip-in .chip-in-btn {
  background: #003049;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 12px;
}
.see-allPage .back-wrap .chip-in .chip-in-btn p {
  margin: 0;
}
.see-allPage .back-wrap .chip-in .chip-in-btn p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
}
.see-allPage .back-wrap .chip-in .chip-in-btn p img {
  margin-left: 14px;
}
.see-allPage .back-wrap .chip-in.dem .chip-in-btn {
  background: #003049;
}
.see-allPage .back-wrap .chip-in.dem .chip-in-btn:hover {
  background: rgb(0, 14.4657534247, 22);
}
.see-allPage .back-wrap .chip-in.rep .chip-in-btn {
  background: #780000;
}
.see-allPage .back-wrap .chip-in.rep .chip-in-btn:hover {
  background: #450000;
}
.see-allPage .back-wrap .chip-in.independent .chip-in-btn {
  background: #491862;
}
.see-allPage .back-wrap .chip-in.independent .chip-in-btn:hover {
  background: rgb(42.4836065574, 13.9672131148, 57.0327868852);
}
.see-allPage .user-heading {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 16px;
  position: relative;
}
.see-allPage .user-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 72px;
  margin: 0 auto;
}
.see-allPage .moreData-heading {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 40px;
}
.see-allPage .party-text {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 95%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #726a5a;
  margin-bottom: 50px;
  position: relative;
  background: #fdf0d5;
  display: inline-flex;
  padding-right: 10px;
}
.see-allPage .moreData-text {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 30px;
}
.see-allPage .issues-wrapper {
  padding: 0px 0 40px 0;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 .tabs-container .nav-button.next {
  right: 80px;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 .tabs-container .nav-button.prev {
  left: 80px;
}
.see-allPage .issues-wrapper .col-md-9.offset-md-2 .common-all-heading {
  display: none;
}
.see-allPage .signup-box {
  margin-top: 70px;
  margin-bottom: 80px;
}
.see-allPage .button-wrapper .buttons {
  font-family: "Roboto", serif;
  padding-top: 36px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
}
.see-allPage .button-wrapper .buttons .btn {
  border-radius: 52px;
  padding: 20px 43px;
  display: block;
  margin: 0 auto;
  border: 1px solid #c0b9af;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
}
.see-allPage .button-wrapper .buttons .btn.discard-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.see-allPage .button-wrapper .buttons .btn.shortlist-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.see-allPage .button-wrapper .buttons .btn.shortlist-btn img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn {
  background-color: #003049;
  border-color: #003049;
  color: #fdf0d5;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn.dem {
  background-color: #003049;
  border-color: #003049;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn.rep {
  background-color: #780000;
  border-color: #780000;
}
.see-allPage .button-wrapper .buttons .btn.chipBtn.independent {
  background-color: #491862;
  border-color: #491862;
}
.see-allPage .slides-wrapper .readMore-btn {
  display: none;
}
.see-allPage .events-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .events-wrapper .section-header {
  margin-bottom: 0;
}
.see-allPage .events-wrapper .section-header .common-all-heading .all-btn {
  display: none;
}
.see-allPage .legislation-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .legislation-wrapper .common-all-heading .all-btn {
  display: none;
}
.see-allPage .about-add-wrap textarea {
  border: 1px solid #C7C0B4;
  border-radius: 7.71px;
  width: 100%;
  background: #fdf0d5;
  padding: 10px 16px;
  height: 400px;
  resize: none;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 14px;
}
.see-allPage .about-add-wrap [type=submit] {
  border: 0;
  padding: 18px 28px;
  background: #221F1E;
  border-radius: 52px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16.41px;
  text-align: center;
  text-transform: uppercase;
  color: #FCF4E3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.see-allPage .about-add-wrap a {
  color: #726A5A;
  padding: 18px 18px;
  border-radius: 52px;
  font-weight: 900;
  font-size: 14px;
  line-height: 16.41px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", serif;
}
.see-allPage .add-EndorsmentBtn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  border: 2px solid #C0B9AF;
  border-radius: 50px;
  padding: 18px 28px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 37px;
}
.see-allPage .add-EndorsmentBtn img {
  height: 12px;
  width: 12px;
}
.see-allPage .endorsement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 135px;
}
.see-allPage .endorsement-grid .endorsement-cell {
  background-color: #fdf0d5;
  padding: 1rem 60px;
  min-height: 88px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  border-bottom: 1px solid #ccc;
}
.see-allPage .endorsement-grid .endorsement-cell:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.see-allPage .endorsement-grid .endorsement-cell:nth-last-child(-n+2) {
  border-bottom: 0;
}
.see-allPage .endorsement-grid.odd-count .endorsement-cell:nth-last-child(-n+2) {
  border-bottom: 1px solid #ccc;
}
.see-allPage .endorsement-grid.odd-count .endorsement-cell:last-child {
  border-bottom: 0;
}
.see-allPage .press-showBox .signup-box, .see-allPage .press-showBox .updates-section {
  display: none;
}
.see-allPage .press-showBox .news-updates-wrapper .common-all-heading {
  display: none;
}
.see-allPage .press-showBox .news-updates-wrapper .col-md-9.offset-md-2 {
  width: 100%;
  margin: 0;
}
.see-allPage .press-showBox .dark-bg .container.pb-4.pt-4 {
  display: none;
}
.see-allPage .about-seeAll-wrap .top-bar {
  display: none;
}
.see-allPage .about-seeAll-wrap .aboutSection {
  padding-top: 0;
}
.see-allPage .about-seeAll-wrap .aboutSection .col-md-3, .see-allPage .about-seeAll-wrap .aboutSection .read-moreAbout {
  display: none;
}
.see-allPage .about-seeAll-wrap .aboutSection .col-md-8 {
  width: 100% !important;
}
.see-allPage .about-seeAll-wrap .morAbout-text {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #726A5A;
}
.see-allPage .update-SeeAll .see-AllCards {
  border: 0;
  background: #fdf0d5;
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0B9AF;
  border-radius: 0;
  margin-left: 20px;
  position: relative;
}
.see-allPage .update-SeeAll .see-AllCards::before {
  content: "";
  background: url("../images/li-list-icon.svg") no-repeat left top;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 34px;
  left: -35px;
  z-index: 1;
  opacity: 20%;
}
.see-allPage .update-SeeAll .see-AllCards .card-body {
  padding: 0;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .text-muted {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  font-variant: small-caps;
  color: #726A5A;
  margin-bottom: 12px;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .card-text {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
  max-width: 50%;
  margin: 0;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .actions {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
  align-items: center;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .actions .skip-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726A5A;
  text-decoration: none;
}
.see-allPage .update-SeeAll .see-AllCards .card-body .actions button {
  border: 1px solid #C0B9AF;
  border-radius: 50px;
  background: #FDF0D5;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #221F1E;
  padding: 10px 15px;
  height: 36px;
}
.see-allPage .event-box .event-discrip {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-SetUp .candidate-profile .back-wrap {
  margin-bottom: 80px;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726a5a;
  margin: 0;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper .profile-go-btn .profileBtn {
  background: #221f1e;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  padding: 8px 12px;
  border: 0;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper .profile-go-btn .profileBtn p {
  margin: 0;
}
.profile-SetUp .candidate-profile .back-wrap .flex-wrapper .profile-go-btn .profileBtn p span {
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
  margin: 0 3px;
}
.profile-SetUp .bannerWrapper .candidateNameBox {
  font-family: "Roboto Condensed", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url("../images/CTZN_Brand_Logo_Background.png") no-repeat right top;
  padding: 96px 0 0 83px;
  background-size: cover;
}
.profile-SetUp .bannerWrapper .candidateNameBox .image-box {
  background: url("../images/candidateProfileBG.svg") no-repeat center center;
  height: 209px;
  width: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.profile-SetUp .bannerWrapper .candidateNameBox .image-box img {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  object-fit: cover;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name {
  background: #fdf0d5;
  padding-left: 25px;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name h1 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 4%;
  color: #221F1E;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 20px;
  position: relative;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name h1::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(169, 156, 137, 0) 0%, #a99c89 44%, rgba(169, 156, 137, 0) 100%);
  width: 100%;
  height: 1px;
  top: 92px;
  left: 0;
  z-index: 2;
}
.profile-SetUp .bannerWrapper .candidateNameBox .candidate-name p {
  font-weight: 900;
  font-size: 20px;
  line-height: 18.9px;
  letter-spacing: 4%;
  color: #726a5a;
  display: inline-flex;
  background: #fdf1d5;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}
.profile-SetUp .bannerWrapper .candidateBanner {
  margin-top: -44px;
  margin-bottom: 131px;
  text-align: center;
  position: relative;
  height: 500px;
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 24px;
  background: #f5e5c7;
}
.profile-SetUp .bannerWrapper .candidateBanner .banner-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid #c0b9af;
}
.profile-SetUp .bannerWrapper .candidateBanner .stamp-logo {
  display: inline-flex;
  position: absolute;
  bottom: -60px;
  right: 128px;
}
.profile-SetUp .bannerWrapper .candidateBanner .banner-placeholder.as-placeholder {
  transform: scale(0.7);
  opacity: 0;
}
.profile-SetUp .bannerWrapper .candidateBanner:hover .banner-img.preview-image {
  opacity: 0;
  transition: all 0.2s ease;
}
.profile-SetUp .bannerWrapper .candidateBanner:hover .banner-placeholder.as-placeholder {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease;
}
.profile-SetUp .representing-box {
  position: relative;
  padding-top: 40px;
  margin-bottom: 130px;
}
.profile-SetUp .representing-box::after {
  content: "";
  background: url("../images/quote.svg") no-repeat left top;
  position: absolute;
  height: 121px;
  width: 193px;
  top: -23px;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
.profile-SetUp .representing-box .area-wrap {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
.profile-SetUp .representing-box .area-wrap .text-count-label {
  display: flex;
  justify-content: flex-end;
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
  margin-bottom: 4px;
}
.profile-SetUp .representing-box .area-wrap .form-control {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 56px;
  line-height: 100%;
  padding: 14px 20px;
  border: 1px solid #c7c0b4;
  color: #221f1e;
  border-radius: 8px;
  resize: none;
  height: 288px;
  background: #fdf0d5;
  margin-bottom: 18px;
}
.profile-SetUp .representing-box .area-wrap .form-control::-webkit-input-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
}
.profile-SetUp .representing-box .area-wrap .form-control:-moz-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
  opacity: 1;
}
.profile-SetUp .representing-box .area-wrap .form-control::-moz-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
  opacity: 1;
}
.profile-SetUp .representing-box .area-wrap .form-control:-ms-input-placeholder {
  color: rgba(114, 106, 90, 0.5019607843);
  font-weight: 500;
}
.profile-SetUp .representing-box .area-wrap .representing-title {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
  width: 90%;
}
.profile-SetUp .top-bar {
  margin-bottom: 90px;
}
.profile-SetUp .top-bar .about-pictureWrap {
  position: relative;
  margin: 0 auto;
  width: 172px;
}
.profile-SetUp .top-bar .about-pictureWrap .img-box {
  border: 1px solid #c0b9af;
  border-radius: 50%;
  height: 172px;
  width: 172px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fdf0d5;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translate(0, -50%);
  padding: 9px;
}
.profile-SetUp .top-bar .about-pictureWrap .img-box .profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-SetUp .top-bar.sticky-active .about-pictureWrap .img-box {
  transition: all 0.2s ease-in-out;
  height: 90px;
  width: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.profile-SetUp .aboutHeading h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 15.61px;
  text-align: center;
  color: #221f1e;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  gap: 12px;
  margin: 0;
  padding-bottom: 24px;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 78px;
}
.profile-SetUp .aboutHeading h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70%;
  height: 1px;
  background: #c0b9af;
  border-radius: 40px;
}
.profile-SetUp .aboutHeading h3 img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.profile-SetUp .content .buttons {
  font-family: "Roboto", serif;
  padding-top: 36px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
}
.profile-SetUp .content .buttons .btn {
  border-radius: 52px;
  padding: 20px 43px;
  display: block;
  margin: 0 auto;
  border: 1px solid #c0b9af;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
}
.profile-SetUp .content .buttons .btn.discard-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.profile-SetUp .content .buttons .btn.shortlist-btn {
  background-color: #221f1e;
  border-color: #221f1e;
  color: #fdf0d5;
}
.profile-SetUp .content .buttons .btn.shortlist-btn img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
.profile-SetUp .content .buttons .btn.chipBtn {
  background-color: #003049;
  border-color: #003049;
  color: #fdf0d5;
}
.profile-SetUp .content .buttons .btn.chipBtn.dem {
  background-color: #003049;
  border-color: #003049;
}
.profile-SetUp .content .buttons .btn.chipBtn.rep {
  background-color: #780000;
  border-color: #780000;
}
.profile-SetUp .content .buttons .btn.chipBtn.independent {
  background-color: #491862;
  border-color: #491862;
}
.profile-SetUp .add-aboutBtn {
  margin-top: 45px;
}
.profile-SetUp .add-aboutBtn .btn {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 95%;
  text-transform: uppercase;
  letter-spacing: 4%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #221F1E;
}
.profile-SetUp .add-aboutBtn .btn .plus-icon {
  height: 8px;
  width: 8px;
}
.profile-SetUp .add-aboutBtn .btn .right-black-arrow {
  width: 33px;
  height: 33px;
}
.profile-SetUp .slider-container {
  background: #fbf0da;
  border: 1px solid #c0b9af;
  border-radius: 16px;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  padding: 0;
}
.profile-SetUp .slider-container .profile-slidBox {
  padding: 68px 37px 46px 37px;
}
.profile-SetUp .slider-container .profile-slidBox .image-box {
  background: url("../images/Vector-bg.svg") no-repeat center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
  background-size: contain;
  width: 273px;
}
.profile-SetUp .slider-container .profile-slidBox .image-box .avatar-upload-container {
  position: relative;
}
.profile-SetUp .slider-container .profile-slidBox .image-box .avatar-upload-container .avatar-placeholder.as-placeholder {
  position: absolute;
  top: 5px;
  z-index: -1;
}
.profile-SetUp .slider-container .profile-slidBox .image-box .avatar-upload-container:hover .avatar-placeholder.as-placeholder {
  z-index: 1;
}
.profile-SetUp .background-personal {
  margin-bottom: 107px;
}
.profile-SetUp .background-personal h4 {
  position: relative;
  display: inline-flex;
  margin-bottom: 48px;
}
.profile-SetUp .background-personal .form-control {
  border: 0.77px solid #726a5a;
  border-radius: 8px;
  background: #fdf0d5;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .d-flex.gap-9 {
  align-items: start !important;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap {
  justify-content: end !important;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap .readMore-btn,
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap .like-box {
  display: none;
}
.profile-SetUp .issues-setupWrap .issues-containers .issue-card .readMoreWrap .addMore-btn {
  display: block;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #780000;
  text-decoration: none;
  margin-right: 40px;
}
.profile-SetUp .issues-setupWrap .edit-text {
  display: none;
}
.profile-SetUp .issues-setupWrap .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.profile-SetUp .issues-setupWrap .issue-content .btnBox,
.profile-SetUp .issues-setupWrap .issue-content .leading-relaxed {
  display: none;
}
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box {
  display: block;
}
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box .header-content .form-label,
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box .header-content p {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
}
.profile-SetUp .issues-setupWrap .issue-content .issues-edit-box .header-content p {
  margin: 0;
}
.profile-SetUp .set-upQuickBoxWrap {
  margin-bottom: 110px;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box {
  padding: 38px 91px;
  position: relative;
  border: 1px solid #c0b9af;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  background: url("../images/dashoboard-card-bg.svg") no-repeat right bottom;
  background-size: unset;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  bottom: 0;
  left: 0;
  background: url("../images/State-bg.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent .text-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent .boxHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 6px;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .boxContent .boxInfo {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 0;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .donate-btn {
  padding: 14px 14px;
  max-width: 280px;
  justify-content: center;
  background: #221f1e;
  border-radius: 50px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  border: 0;
  flex: 1;
}
.profile-SetUp .set-upQuickBoxWrap .quick-box .recruit-btn {
  border-radius: 37px;
  background-color: #fdf0d5;
  padding: 20px 43px;
  display: block;
  border: 1px solid #c0b9af;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #221f1e;
}
.profile-SetUp .press-card-wrapper {
  margin-bottom: 148px;
}
.profile-SetUp .setup-pressWrap .new-pressCard {
  box-shadow: 0px -2px 48px 0px rgba(0, 0, 0, 0.0784313725) inset;
  border-radius: 24px;
  background: #fdf0d5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 74px 44px 50px 44px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  height: 100%;
}
.profile-SetUp .setup-pressWrap .new-pressCard::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  top: 0;
  right: 0;
  background: url("../images/State-bg.svg") no-repeat right top;
  background-size: contain;
  opacity: 8%;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard .add-icon {
  width: 21px;
  height: 21px;
  margin-bottom: 20px;
}
.profile-SetUp .setup-pressWrap .new-pressCard h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 16px;
}
.profile-SetUp .setup-pressWrap .new-pressCard p {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #726a5a;
  margin-bottom: 0;
  padding-bottom: 58px;
  border-bottom: 1px solid #c0b9af;
}
.profile-SetUp .setup-pressWrap .new-pressCard:hover {
  background: #fcf4e3;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard:hover::after {
  opacity: 100%;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard .news-updates-wrapper {
  margin-bottom: 148px;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard {
  padding: 52px 44px 41px 44px;
  display: flex;
  text-align: left;
  align-items: flex-start;
  border: 1px solid #c0b9af;
  background: #fdf0d5;
  box-shadow: none;
  border-radius: 16px;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-title {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  text-align: left;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-heading {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-desc {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #726a5a;
  margin-bottom: 33px;
  padding: 0;
  border: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-link .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  padding: 0 10px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard .pressCard-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c0b9af;
  top: 50%;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover {
  background: #fcf4e3;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover::after {
  opacity: 100%;
  transition: all 0.25s ease;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover .pressCard-link .all-btn {
  background: #fcf4e3;
  font-style: italic;
  color: #780000;
}
.profile-SetUp .setup-pressWrap .new-pressCard.filled-pressCard:hover .pressCard-link .all-btn .icon {
  color: #780000;
}
.profile-SetUp .updates-section {
  margin-bottom: 148px;
}
.profile-SetUp .updates-section .no-updates li {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #c0b9af;
}
.profile-SetUp .updates-section .section-header {
  border-bottom: 1px solid #c0b9af;
  margin-bottom: 40px;
}
.profile-SetUp .updates-section .section-header .btn {
  border: 1.6px solid #c7c0b4;
  border-radius: 10px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 11px;
  line-height: 12.54px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  padding: 12px 28px;
  margin-bottom: 22px;
}
.profile-SetUp .updates-section .update-item {
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0B9AF;
}
.profile-SetUp .updates-section .update-item .width-set {
  max-width: 50%;
}
.profile-SetUp .updates-section .update-item .day-time {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 12px;
}
.profile-SetUp .updates-section .update-item .update-contText {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
}
.profile-SetUp .legislation-wrapper {
  margin-bottom: 100px;
}
.profile-SetUp .legislation-wrapper .legislation-item {
  border: 1px solid #c0b9af;
  background: #fbf0da;
  padding: 50px 60px 40px 88px;
  border-radius: 16px;
  margin-bottom: 0 !important;
  min-height: 452px;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group {
  width: 80%;
  margin-bottom: 26px;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control {
  border: 1px solid #c7c0b4;
  border-radius: 8px;
  background: #fbf0da;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  resize: none;
  padding: 9px 12px;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:focus, .profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:active {
  border: 1px solid #221f1e;
  box-shadow: none;
  outline: 0;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control::-webkit-input-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:-moz-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control::-moz-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group .form-control:-ms-input-placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group.summarize-area .form-control {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: inherit;
}
.profile-SetUp .legislation-wrapper .legislation-item .form-group.summarize-area .form-control::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(114, 106, 90, 0.5019607843);
  text-transform: inherit;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content {
  margin-bottom: 8px;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content .slide-number {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #780000;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content .count-text {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #726a5a;
  margin: 0;
}
.profile-SetUp .legislation-wrapper .legislation-item .header-content .form-label {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #726a5a;
  margin: 0;
}
.profile-SetUp .legislation-wrapper .legislation-item .readMoreWrap .addLink-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #780000;
  position: relative;
  background: #fbf0da;
  z-index: 1;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-list.draggable {
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.2);
  border-radius: 16px;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow {
  top: auto !important;
  bottom: -42px !important;
  z-index: 9;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow::before {
  display: none;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow.slick-prev {
  left: 390px;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-arrow.slick-next {
  right: 400px;
}
.profile-SetUp .legislation-wrapper .legislation-carousel .slick-dots {
  bottom: -35px;
}
.profile-SetUp .endorsements-wrapper {
  background: #f5e5c7;
  padding: 63px 0;
}
.profile-SetUp .endorsements-wrapper .common-all-heading {
  text-align: center;
  position: relative;
}
.profile-SetUp .endorsements-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.profile-SetUp .endorsements-wrapper .common-all-heading h4 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221f1e;
  margin: 0;
  background: #f5e4c7;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.profile-SetUp .endorsements-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  text-decoration: underline;
  border: 0;
  display: inline-flex;
  gap: 8px;
  background: #f5e4c7;
  z-index: 1;
  padding: 0 10px;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: -100%;
  transform: translate(0, 50%);
}
.profile-SetUp .endorsements-wrapper .gray-bg {
  padding: 130px 0;
  overflow: hidden;
  background-color: #f5e5c7;
  background: url("../images/endorse-blue-bg.svg") no-repeat center center;
  background-size: contain;
}
.profile-SetUp .endorsements-wrapper .gray-bg .add-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 27px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.profile-SetUp .endorsements-wrapper .gray-bg .add-btn img {
  width: 16px;
  height: 16px;
}
.profile-SetUp .endorsements-wrapper .endorsements-items {
  padding: 130px 0;
  overflow: hidden;
  background-color: #F5E5C7;
  background: url("../images/endorse-blue-bg.svg") no-repeat center center;
  background-size: contain;
}
.profile-SetUp .endorsements-wrapper .endorse-slider {
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.profile-SetUp .endorsements-wrapper .endorse-slider .slide-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.profile-SetUp .endorsements-wrapper .endorse-slider .slide-item .endorsement-box {
  width: 244px;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #003049;
  cursor: pointer;
}
.profile-SetUp .endorsements-wrapper .blur-left, .profile-SetUp .endorsements-wrapper .blur-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.profile-SetUp .endorsements-wrapper .blur-left {
  left: 0;
  background: linear-gradient(to right, #f5e5c7 80%, transparent);
}
.profile-SetUp .endorsements-wrapper .blur-right {
  right: 0;
  background: linear-gradient(to left, #f5e5c7 80%, transparent);
}
.profile-SetUp .events-wrapper .common-all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.profile-SetUp .events-wrapper .common-all-heading::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.profile-SetUp .events-wrapper .common-all-heading h2 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #221f1e;
  margin: 0;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-transform: uppercase;
}
.profile-SetUp .events-wrapper .common-all-heading .all-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  background: #fdf0d5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.profile-SetUp .show-supportBox {
  margin-top: 236px;
  margin-bottom: 137px;
}
.profile-SetUp .show-supportBox .quick-box {
  padding: 38px 91px;
  position: relative;
  border: 1px solid #c0b9af;
  border-radius: 16px;
  margin-bottom: 30px;
  background: url("../images/dashoboard-card-bg.svg") no-repeat right bottom;
  background-size: unset;
}
.profile-SetUp .show-supportBox .quick-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 68px;
  bottom: 0;
  left: 0;
  background: url("../images/State-bg.svg") no-repeat left bottom;
  background-size: contain;
  pointer-events: none;
  border-radius: 0 16px 0 0;
  z-index: 0;
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.profile-SetUp .show-supportBox .quick-box .support-bg {
  mix-blend-mode: darken;
  position: absolute;
  top: -210px;
  right: 30px;
}
.profile-SetUp .show-supportBox .quick-box .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-SetUp .show-supportBox .quick-box .boxContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-SetUp .show-supportBox .quick-box .boxContent .text-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.profile-SetUp .show-supportBox .quick-box .boxContent .boxHeading {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 6px;
}
.profile-SetUp .show-supportBox .quick-box .boxContent .boxInfo {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726a5a;
  margin-bottom: 0;
}
.profile-SetUp .show-supportBox .quick-box .donate-btn {
  padding: 14px 14px;
  max-width: 280px;
  justify-content: center;
  background: #221f1e;
  border-radius: 50px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fdf0d5;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  border: 0;
  flex: 1;
}
.profile-SetUp .show-supportBox .quick-box .recruit-btn {
  border-radius: 37px;
  background-color: #fdf0d5;
  padding: 20px 43px;
  display: block;
  border: 1px solid #c0b9af;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #221f1e;
}
.profile-SetUp .setup-bottomBar {
  backdrop-filter: blur(24px);
  box-shadow: 0px -12px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border-bottom: 1px solid #c0b9af;
  background: rgba(252, 244, 227, 0.8784313725);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
  height: 104px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.profile-SetUp .setup-bottomBar .publish-btn {
  background: #221f1e;
  border-radius: 32px;
  border: 0;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fcf4e3;
  padding: 10px 32px;
  height: 52px;
}
.profile-SetUp .setup-bottomBar .cancel-btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #726a5a;
}
.profile-SetUp .new-modalStyle .modal-content {
  border: 0;
  box-shadow: 0px 8px 24px 0px rgba(58, 40, 3, 0.4);
  background: #fcf4e3;
  padding: 60px 60px 40px 48px;
  border-radius: 16px;
}
.profile-SetUp .new-modalStyle .modal-header {
  padding: 0;
  padding: 0;
  border: 0;
  margin-bottom: 48px;
}
.profile-SetUp .new-modalStyle .modal-header .modal-title {
  font-family: "Roboto Condensed", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #080808;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0;
  height: auto;
  width: auto;
  border-radius: 0 16px 0 0;
  opacity: 1;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close .close-bg {
  border-radius: 0 16px 0 0;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close .close-icon {
  position: absolute;
  z-index: 9;
  height: 34px;
  width: 34px;
  top: 13px;
  right: 13px;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close::before {
  content: "";
  height: 82px;
  width: 82px;
  background: url("../images/modal-close-outline.svg") no-repeat top right;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.profile-SetUp .new-modalStyle .modal-header .btn-close:focus, .profile-SetUp .new-modalStyle .modal-header .btn-close:active, .profile-SetUp .new-modalStyle .modal-header .btn-close:hover {
  outline: 0;
  box-shadow: none;
}
.profile-SetUp .new-modalStyle .modal-body {
  padding: 0;
  margin-right: -52px;
  padding-right: 52px;
}
.profile-SetUp .new-modalStyle .modal-body .form-control {
  background: #fcf4e3;
  border: 1px solid #c0b9af;
  border-radius: 7.71px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221f1e;
}
.profile-SetUp .new-modalStyle .modal-body .form-control::placeholder,
.profile-SetUp .new-modalStyle .modal-body .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(114, 106, 90, 0.5019607843);
}
.profile-SetUp .new-modalStyle .modal-footer {
  border: 0;
  padding-right: 0;
}
.profile-SetUp .new-modalStyle .modal-footer .btn {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 16.33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 66px;
  height: 48px;
  padding: 14px 38px;
  display: inline-flex;
  width: auto;
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.profile-SetUp .new-modalStyle .modal-footer .btn.delete-btn {
  padding: 0;
  font-size: 26px;
  background: transparent;
  border: 0;
  color: #C1121F;
}
.profile-SetUp .new-modalStyle .modal-footer .btn-primary {
  color: #fdf0d5;
  background: #221f1e;
  border: 0;
}
.profile-SetUp .new-modalStyle .modal-footer .btn-secondary {
  border: 1px solid #c0b9af;
  color: #726a5a;
  background: transparent;
}

@media (max-width: 767px) {
  .footer .copy-right {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer .col-md-6.top ul {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 37px;
  }
  .see-allPage .endorsement-grid {
    grid-template-columns: 1fr;
  }
  .see-allPage .endorsement-grid .endorsement-cell:nth-child(odd) {
    border-right: 0;
  }
  .see-allPage .endorsement-grid .endorsement-cell:nth-last-child(-n+2) {
    border-bottom: 1px solid #ccc;
  }
  .see-allPage .profile-img-wrap {
    margin: 0 auto 30px;
  }
  .user-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .party-text {
    font-size: 16px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
  }
  .shortlist-modal .modal-body {
    padding: 30px;
  }
  .shortlist-modal .modal-body .shortlist-wrap .shortlist-content h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
  }
  .shortlist-modal .modal-body .shortlist-wrap .shortlist-content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }
  .shortlist-modal .modal-body .modal-btns {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .shortlist-modal .modal-body .shortlist-wrap {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.candidate-homepage .candidateBanner h1 {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 128px;
  line-height: 80%;
  letter-spacing: 0%;
  color: #003049;
  text-transform: uppercase;
  margin-bottom: 61px;
}
.candidate-homepage .candidateBanner .homeBannerImage {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: 140px;
}
.candidate-homepage .track-state {
  margin-top: 120px;
  padding-top: 71px;
  margin-bottom: 205px;
}
.candidate-homepage .track-state h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 26px;
}
.candidate-homepage .track-state .track-state-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 77px;
}
.candidate-homepage .track-state .track-state-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../images/track-Body.svg") no-repeat top center;
  width: 100%;
  height: 750px;
  padding: 38px 58px;
}
.candidate-homepage .track-state .track-state-image .content-box {
  border: 0.8px solid #221F1E;
  border-radius: 13px;
  background: #FDF0D5;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.candidate-homepage .track-state .track-state-image .content-box h3 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin: 0;
}
.candidate-homepage .spread-msgWrapp {
  margin-bottom: 117px;
  padding-bottom: 20px;
}
.candidate-homepage .spread-msgWrapp .row {
  position: relative;
}
.candidate-homepage .spread-msgWrapp .bg-wrapper {
  position: relative;
  display: inline-flex;
}
.candidate-homepage .spread-msgWrapp .bg-wrapper .people-img {
  position: relative;
  z-index: 2;
}
.candidate-homepage .spread-msgWrapp .bg-wrapper .people-bg {
  position: absolute;
  left: -50px;
  transform: translate(50%, -50px);
  z-index: 1;
}
.candidate-homepage .spread-msgWrapp .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.candidate-homepage .spread-msgWrapp .text-wrapper h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 40px;
}
.candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 0;
  color: #726A5A;
}
.candidate-homepage .get-DirectLine {
  padding-top: 118px;
  padding-bottom: 142px;
}
.candidate-homepage .get-DirectLine h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin-bottom: 26px;
}
.candidate-homepage .get-DirectLine ul {
  list-style-type: disc;
  padding-left: 30px;
  max-width: 50%;
}
.candidate-homepage .get-DirectLine ul li {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 40px;
}
.candidate-homepage .get-DirectLine .direct-ImgWrap {
  text-align: center;
  margin: 0 auto 170px;
}
.candidate-homepage .get-DirectLine .finder-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.candidate-homepage .get-DirectLine .finder-btn p {
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 32.81px;
  text-align: center;
  color: #726a5a;
  margin-bottom: 39px;
  position: relative;
  display: inline-flex;
}
.candidate-homepage .get-DirectLine .finder-btn p::after {
  content: "";
  background: url("../images/arrow-down.svg") no-repeat;
  background-size: 49px;
  background-position: right 0;
  position: absolute;
  top: 40px;
  right: -4px;
  height: 49px;
  width: 49px;
}
.candidate-homepage .get-DirectLine .finder-btn .find-btn {
  border-radius: 51.2px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  background: #080808;
  border-color: #080808;
  padding: 10px 78px;
  font-family: "Roboto", serif;
  font-size: 19.2px;
  font-weight: 900;
  line-height: 22.5px;
  color: #fdf0d5;
  transition: background-color 0.2s ease;
}
.candidate-homepage .ctzn-card {
  padding-bottom: 160px;
}
.candidate-homepage .ctzn-card .choose-candidate {
  border: 0.96px solid #C4B9A2;
  border-radius: 50px;
  padding: 18px 29px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.candidate-homepage .ctzn-card .form-control {
  background: transparent;
  border: 0;
  min-width: 255px;
}
.candidate-homepage .ctzn-card .form-control:focus, .candidate-homepage .ctzn-card .form-control:active {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.candidate-homepage .ctzn-card .form-control::placeholder,
.candidate-homepage .ctzn-card .form-select::placeholder {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #726A5A;
}
.candidate-homepage .ctzn-card .btn {
  background: #060606;
  border-color: #060606;
  border-radius: 32px;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #fdf0d5;
  padding: 10px 14px;
  min-width: 148px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.candidate-homepage .ctzn-card .note-text {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  margin-bottom: 0;
  padding-left: 10px;
}
.candidate-homepage .all-inOneSection {
  padding-bottom: 160px;
}
.candidate-homepage .all-inOneSection h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #221f1e;
  margin-bottom: 74px;
}
.candidate-homepage .all-inOneSection .all-inOneLogo-One {
  margin-bottom: 80px;
}
.candidate-homepage .container-fluid.position-relative::before {
  display: none;
}
@media (max-width: 991px) {
  .candidate-homepage .container-fluid.position-relative::before {
    display: none;
  }
  .candidate-homepage .position-relative::after {
    display: none;
  }
  .candidate-homepage .border-relative::before,
  .candidate-homepage .border-relative::after {
    display: none;
  }
  .candidate-homepage .candidateBanner h1 {
    font-size: 64px;
    line-height: 80%;
    margin-bottom: 40px;
  }
  .candidate-homepage .candidateBanner .banner-text {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .candidate-homepage .candidateBanner .homeBannerImage {
    padding-top: 60px;
    justify-content: center;
  }
  .candidate-homepage .candidateBanner .homeBannerImage img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .banner-content {
    padding-top: 80px;
  }
  .candidate-homepage .banner-content h2 {
    font-size: 40px;
    line-height: 110%;
  }
  .candidate-homepage .banner-content .scoop-text {
    font-size: 18px;
    line-height: 120%;
  }
  .candidate-homepage .banner-content .form-group .view-btn {
    height: 50px;
    width: 100px;
    font-size: 14px;
  }
  .candidate-homepage .track-state {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .candidate-homepage .track-state .col-md-10.offset-md-2 {
    margin-left: 0;
    width: 100%;
  }
  .candidate-homepage .track-state h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .candidate-homepage .track-state .track-state-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .candidate-homepage .track-state .track-state-image {
    height: 400px;
    padding: 20px;
  }
  .candidate-homepage .track-state .track-state-image .content-box h3 {
    font-size: 30px;
  }
  .candidate-homepage .spread-msgWrapp {
    margin-bottom: 60px;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-bg {
    position: relative;
    left: 0;
    transform: none;
    max-width: 100%;
    margin-top: -50px;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper {
    position: static;
    transform: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper h2 {
    font-size: 40px;
    line-height: 110%;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text {
    font-size: 18px;
    text-align: center;
  }
  .candidate-homepage .get-DirectLine {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .candidate-homepage .get-DirectLine h2 {
    font-size: 40px;
    line-height: 110%;
  }
  .candidate-homepage .get-DirectLine ul {
    max-width: 100%;
  }
  .candidate-homepage .get-DirectLine ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap {
    margin: 40px 0;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .ctzn-card .for-candidate {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
  .candidate-homepage .ctzn-card .for-candidate .for-candidate-heading {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate {
    margin-bottom: 30px;
    flex-direction: column;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate input {
    margin-bottom: 20px;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .right-section img {
    max-width: 150px;
    height: auto;
  }
  .candidate-homepage .all-inOneSection {
    padding-bottom: 80px;
  }
  .candidate-homepage .all-inOneSection h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-One {
    margin-bottom: 40px;
    text-align: center;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-Two {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .candidate-homepage .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .candidate-homepage [class*=col-md-].offset-md-1,
  .candidate-homepage [class*=col-md-].offset-md-2,
  .candidate-homepage [class*=col-md-].offset-md-3,
  .candidate-homepage [class*=col-md-].offset-md-4,
  .candidate-homepage [class*=col-md-].offset-md-5,
  .candidate-homepage [class*=col-md-].offset-md-6,
  .candidate-homepage [class*=col-md-].offset-md-7,
  .candidate-homepage [class*=col-md-].offset-md-8,
  .candidate-homepage [class*=col-md-].offset-md-9,
  .candidate-homepage [class*=col-md-].offset-md-10,
  .candidate-homepage [class*=col-md-].offset-md-11 {
    margin-left: 0 !important;
  }
  .candidate-homepage .container-fluid.position-relative::before {
    display: none;
  }
  .candidate-homepage .position-relative::after {
    display: none;
  }
  .candidate-homepage .border-relative::before,
  .candidate-homepage .border-relative::after {
    display: none;
  }
  .candidate-homepage .candidateBanner {
    text-align: center;
  }
  .candidate-homepage .candidateBanner h1 {
    font-size: 48px;
    line-height: 90%;
    margin-bottom: 30px;
  }
  .candidate-homepage .candidateBanner .banner-text {
    max-width: 90%;
    height: auto;
    object-fit: contain;
  }
  .candidate-homepage .candidateBanner .homeBannerImage {
    padding-top: 30px;
  }
  .candidate-homepage .candidateBanner .homeBannerImage img {
    max-width: 80%;
  }
  .candidate-homepage .banner-content {
    padding-top: 40px;
  }
  .candidate-homepage .banner-content h2 {
    font-size: 32px;
    line-height: 110%;
  }
  .candidate-homepage .banner-content .scoop-text {
    font-size: 16px;
    line-height: 120%;
  }
  .candidate-homepage .banner-content .scoop-text br {
    display: none;
  }
  .candidate-homepage .banner-content .map-bg {
    padding: 60px 0 100px;
  }
  .candidate-homepage .banner-content .form-group {
    flex-direction: column;
    gap: 20px;
    padding: 15px 20px;
  }
  .candidate-homepage .banner-content .form-group .view-btn {
    height: 44px;
    width: 120px;
    font-size: 14px;
    margin: 0 auto;
  }
  .candidate-homepage .track-state {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
    padding: 0 15px;
  }
  .candidate-homepage .track-state .row > div[class*=col-] {
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .candidate-homepage .track-state .col-md-10.offset-md-2 {
    margin-left: 0 !important;
    width: 100%;
  }
  .candidate-homepage .track-state h2 {
    font-size: 32px;
  }
  .candidate-homepage .track-state h2 br {
    display: none;
  }
  .candidate-homepage .track-state .track-state-text {
    font-size: 16px;
  }
  .candidate-homepage .track-state .track-state-text br {
    display: none;
  }
  .candidate-homepage .track-state .track-state-image {
    height: 300px;
    padding: 15px;
    background-size: contain;
  }
  .candidate-homepage .track-state .track-state-image .content-box h3 {
    font-size: 24px;
  }
  .candidate-homepage .spread-msgWrapp {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .candidate-homepage .spread-msgWrapp .row {
    margin: 0;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .spread-msgWrapp .bg-wrapper .people-bg {
    display: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper {
    position: static;
    transform: none;
    padding: 0;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper h2 {
    font-size: 32px;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper h2 br {
    display: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text {
    font-size: 16px;
    text-align: center;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .spread-msg-text br {
    display: none;
  }
  .candidate-homepage .spread-msgWrapp .text-wrapper .d-flex {
    justify-content: center;
  }
  .candidate-homepage .get-DirectLine {
    text-align: center;
    padding: 40px 15px;
  }
  .candidate-homepage .get-DirectLine h2 {
    font-size: 32px;
  }
  .candidate-homepage .get-DirectLine h2 br {
    display: none;
  }
  .candidate-homepage .get-DirectLine ul {
    text-align: left;
    padding-left: 20px;
    max-width: 100%;
  }
  .candidate-homepage .get-DirectLine ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap {
    margin: 30px 0;
    text-align: center;
  }
  .candidate-homepage .get-DirectLine .direct-ImgWrap img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .candidate-homepage .get-DirectLine .finder-btn p::after {
    display: none;
  }
  .candidate-homepage .get-DirectLine .finder-btn .find-btn {
    font-size: 16px;
    padding: 12px 30px;
    height: 60px;
  }
  .candidate-homepage .ctzn-card {
    padding: 0 15px 60px;
  }
  .candidate-homepage .ctzn-card .for-candidate {
    padding: 30px 20px;
  }
  .candidate-homepage .ctzn-card .for-candidate .for-candidate-heading {
    font-size: 18px;
  }
  .candidate-homepage .ctzn-card .for-candidate .for-candidate-heading br {
    display: none;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate {
    flex-direction: column;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
  .candidate-homepage .ctzn-card .for-candidate .choose-candidate .btn {
    font-size: 14px;
    padding: 12px 20px;
    min-width: 120px;
    height: 40px;
    width: 100%;
  }
  .candidate-homepage .ctzn-card .for-candidate .note-text {
    font-size: 12px;
    text-align: center;
    padding-left: 0;
  }
  .candidate-homepage .ctzn-card .for-candidate .note-text br {
    display: none;
  }
  .candidate-homepage .ctzn-card .for-candidate .right-section img {
    max-width: 120px;
  }
  .candidate-homepage .all-inOneSection {
    padding: 0 15px 60px;
  }
  .candidate-homepage .all-inOneSection h2 {
    font-size: 28px;
  }
  .candidate-homepage .all-inOneSection h2 br {
    display: none;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-One,
  .candidate-homepage .all-inOneSection .all-inOneLogo-Two {
    margin-bottom: 30px;
  }
  .candidate-homepage .all-inOneSection .all-inOneLogo-One img,
  .candidate-homepage .all-inOneSection .all-inOneLogo-Two img {
    max-width: 100%;
    height: auto;
  }
  .candidate-homepage .abouPage .aboutBanner {
    padding-bottom: 40px;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageTitle {
    font-size: 36px !important;
    line-height: 100% !important;
    margin-bottom: 20px;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageTitle br {
    display: none;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageText {
    font-size: 16px !important;
    line-height: 120% !important;
    margin-bottom: 15px !important;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageImage {
    padding-top: 40px;
    text-align: center;
  }
  .candidate-homepage .abouPage .aboutBanner .aboutPageImage img {
    width: 200px !important;
    max-width: 100%;
  }
  .candidate-homepage .abouPage .ourMission {
    padding: 40px 0;
    overflow-x: hidden;
  }
  .candidate-homepage .abouPage .ourMission .align-class {
    display: block !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText {
    padding: 0 15px;
  }
  .candidate-homepage .abouPage .ourMission .missionText .missionTitle {
    font-size: 32px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText .visionTitle {
    margin-top: 40px !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText .missionDescription {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
  }
  .candidate-homepage .abouPage .ourMission .missionText .missionDescription br {
    display: none;
  }
  .candidate-homepage .abouPage .ourMission .missionText.pos-relative .missionTitle {
    position: static !important;
    margin-bottom: 30px !important;
  }
  .candidate-homepage .abouPage .ourMission .layer-logo {
    margin: 30px 0;
    text-align: center;
  }
  .candidate-homepage .abouPage .ourMission .layer-logo img {
    max-width: 150px;
  }
  .candidate-homepage .abouPage .ourMission .mb-120 {
    margin-bottom: 60px !important;
  }
  .candidate-homepage .abouPage .ourMission .quoteText {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .candidate-homepage .abouPage .ourMission .quoteText .missionDescription {
    font-size: 24px !important;
    padding-top: 40px !important;
  }
  .candidate-homepage .abouPage .ourMission .quoteText .missionDescription::before {
    width: 100px !important;
    height: 64px !important;
    left: -20px !important;
    top: 0 !important;
  }
  .candidate-homepage .abouPage .ourMission .quoteText .quote-owner {
    font-size: 20px !important;
    text-align: center !important;
  }
  .candidate-homepage .abouPage .teamSection {
    padding: 60px 0 40px 0;
  }
  .candidate-homepage .abouPage .teamSection h2 {
    font-size: 36px !important;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard {
    margin-bottom: 40px;
    padding: 20px;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-image {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 20px;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-name {
    font-size: 20px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .post-name {
    font-size: 16px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-discription {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-discription p {
    margin-bottom: 10px !important;
  }
  .candidate-homepage .abouPage .teamSection .new-teamCard .team-read {
    font-size: 14px !important;
  }
  .candidate-homepage .abouPage .partCtzn {
    padding: 40px 0;
  }
  .candidate-homepage .abouPage .partCtzn h2 {
    font-size: 28px !important;
    line-height: 110% !important;
    text-align: center;
    margin-bottom: 40px;
  }
  .candidate-homepage .abouPage .partCtzn h2 br {
    display: none;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters,
  .candidate-homepage .abouPage .partCtzn .for-candidates {
    padding: 30px 15px;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters h3,
  .candidate-homepage .abouPage .partCtzn .for-candidates h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .vote-discription,
  .candidate-homepage .abouPage .partCtzn .for-candidates .vote-discription {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .vote-discription br,
  .candidate-homepage .abouPage .partCtzn .for-candidates .vote-discription br {
    display: none;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .sign-btn,
  .candidate-homepage .abouPage .partCtzn .for-candidates .sign-btn {
    font-size: 14px !important;
    padding: 12px 20px !important;
  }
  .candidate-homepage .abouPage .partCtzn .for-voters .vote-check,
  .candidate-homepage .abouPage .partCtzn .for-candidates .vote-check {
    display: none;
  }
  .candidate-homepage .abouPage .partCtzn .for-candidates .bg-box {
    margin-bottom: 20px;
    text-align: center;
  }
  .candidate-homepage .abouPage .partCtzn .for-candidates .bg-box img {
    max-width: 200px;
  }
  .candidate-homepage .abouPage .partCtzn .for-candidates .text-section {
    text-align: center;
  }
  .candidate-homepage .abouPage .getTouchSection {
    padding: 40px 0;
  }
  .candidate-homepage .abouPage .getTouchSection .logo-wrapper {
    display: none;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form {
    padding: 30px 20px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form h2 {
    font-size: 24px !important;
    margin-bottom: 30px;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .close-bg {
    width: 40px !important;
    height: 40px !important;
    top: 15px !important;
    right: 15px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .input-group {
    margin-bottom: 20px;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .input-group .form-label {
    font-size: 14px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .input-group .form-control {
    font-size: 14px !important;
  }
  .candidate-homepage .abouPage .getTouchSection .touch-form .sendMsg {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

.updates-container {
  background-color: #FDF0D5;
  padding: 20px 0 40px;
  min-height: calc(100vh - 80px);
}
.updates-container .updates-list {
  background: white;
  border-radius: 8px;
  padding: 0 35px;
  margin-top: 20px;
}

.back-button {
  margin: 15px 0;
}
.back-button .back-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #221F1E;
}
.back-button .back-link .back-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/back-arrow.svg") no-repeat center center;
  margin-right: 8px;
}
.back-button .back-link span {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 16px;
  color: #221F1E;
}

.updates-heading {
  margin-bottom: 20px;
}
.updates-heading h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 24px;
  color: #221F1E;
  line-height: 1.3;
}

.month-heading {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 18px;
  color: #4B4B4B;
  padding: 15px 0;
  border-bottom: 1px solid #E5E1D8;
  margin-bottom: 0;
}

.candidate-update-card {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.candidate-update-card:last-child {
  margin-bottom: 20px;
}
.candidate-update-card .candidate-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.candidate-update-card .candidate-info .candidate-avatar {
  position: relative;
  margin-right: 15px;
}
.candidate-update-card .candidate-info .candidate-avatar .avatar-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.candidate-update-card .candidate-info .candidate-avatar .avatar-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #D3D3D3;
}
.candidate-update-card .candidate-info .candidate-avatar .team-badge {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -2px;
  right: -2px;
}
.candidate-update-card .candidate-info .candidate-avatar .shortlisted-badge {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -2px;
  right: -2px;
}
.candidate-update-card .candidate-info .candidate-details .candidate-name {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  color: #221F1E;
  margin: 0;
}
.candidate-update-card .candidate-info .candidate-details .candidate-name.dem {
  color: #003049;
}
.candidate-update-card .candidate-info .candidate-details .candidate-name.rep {
  color: #780100;
}
.candidate-update-card .candidate-info .candidate-details .candidate-position {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  color: #787878;
  margin: 0;
  text-transform: uppercase;
}
.candidate-update-card .update-content {
  margin-bottom: 8px;
}
.candidate-update-card .update-content p {
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 1.5;
  color: #221F1E;
  margin: 0;
}
.candidate-update-card .update-meta {
  margin-bottom: 15px;
}
.candidate-update-card .update-meta .update-date {
  font-family: "Roboto", serif;
  font-size: 12px;
  color: #787878;
}
.candidate-update-card .update-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.candidate-update-card .update-actions .skip-btn {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  color: #787878;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.candidate-update-card .update-actions .skip-btn:hover {
  background-color: #F5F5F5;
}
.candidate-update-card .update-actions .view-btn {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  color: #221F1E;
  background-color: #FDF0D5;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.candidate-update-card .update-actions .view-btn:hover {
  background-color: #F5E1BD;
}
.candidate-update-card .update-actions .add-calendar-btn {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 12px;
  color: #FDF0D5;
  background-color: #006296;
  border: none;
  border-radius: 20px;
  padding: 6px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.candidate-update-card .update-actions .add-calendar-btn:hover {
  background-color: #004F7A;
}

@media (max-width: 768px) {
  .updates-heading h2 {
    font-size: 20px;
  }
  .candidate-update-card .update-actions {
    flex-direction: row;
    justify-content: flex-end;
  }
  .candidate-update-card .update-actions .skip-btn, .candidate-update-card .update-actions .view-btn, .candidate-update-card .update-actions .add-calendar-btn {
    font-size: 11px;
    padding: 5px 15px;
  }
}
.update-card-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.update-card-item:last-child {
  border-bottom: none;
}
.update-card-item .update-dot {
  position: absolute;
  left: -20px;
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
}
.update-card-item .update-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.update-card-item .update-content .update-date {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
}
.update-card-item .update-content .update-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.update-card-item .update-content .update-main .update-text {
  flex: 1;
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
}
.update-card-item .update-content .update-main .update-text .viewed-indicator {
  font-size: 12px;
  color: #6c757d;
  font-weight: normal;
}
.update-card-item .update-content .update-main .update-actions {
  display: flex;
  gap: 10px;
}
.update-card-item .update-content .update-main .update-actions .view-update-btn {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
}

.update-item {
  padding: 20px;
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}
.update-item .day-time {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
.update-item .update-contText {
  font-size: 16px;
  color: #212529;
  margin-bottom: 0;
  flex: 1;
}
.update-item .actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.update-item .actions .view-btn {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.update-item .actions .skip-btn {
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
}
.update-item .actions .skip-btn:hover {
  text-decoration: underline;
}

.update-full-content {
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
}
.update-full-content p {
  margin-bottom: 15px;
}

.update-form .form-group {
  margin-bottom: 20px;
}
.update-form .form-group .header-content {
  margin-bottom: 10px;
}
.update-form .form-group .header-content .form-label {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}
.update-form .form-group .header-content .count-text {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 0;
}

.updates-list .update-item {
  position: relative;
  grid-template-columns: 20px 1fr auto auto;
  grid-template-rows: auto auto;
  gap: 0 36px;
  align-items: start;
  padding: 22px 0;
}
.updates-list .update-item .update-headline {
  grid-column: 2;
  grid-row: 2;
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.43;
  color: #221F1E;
  margin: 0;
  max-width: 348px;
}
.updates-list .update-item .update-date {
  grid-column: 2;
  grid-row: 1;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.17;
  color: #726A5A;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.updates-list .update-item .viewed-dot {
  grid-column: 1;
  grid-row: 2;
  margin-top: 7px;
}
.updates-list .update-item .separator-line {
  position: absolute;
  bottom: 0;
  left: 33px;
  right: 0;
  height: 1px;
  background-color: #C0B9AF;
}
.updates-list .update-item .update-actions {
  grid-column: 3/-1;
  grid-row: 1/-1;
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 13px;
}
.updates-list .update-item .update-actions .btn-skip {
  background: transparent;
  color: #726A5A;
  border: none;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}
.updates-list .update-item .update-actions .btn-skip:hover {
  color: #221F1E;
}
.updates-list .update-item .update-actions .btn-view,
.updates-list .update-item .update-actions .btn-interested {
  background: #FDF0D5;
  color: #221F1E;
  border: 1px solid #C0B9AF;
  border-radius: 49px;
  padding: 11px 36px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.updates-list .update-item .update-actions .btn-view:hover,
.updates-list .update-item .update-actions .btn-interested:hover {
  background: #F5E1BD;
}
.updates-list .update-item .update-actions .btn-interested {
  padding: 11px 24px;
}
.updates-list .update-item .update-actions .btn-add-calendar {
  background: #780000;
  color: #FDF0D5;
  border: none;
  border-radius: 49px;
  padding: 11px 24px;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.updates-list .update-item .update-actions .btn-add-calendar:hover {
  background: #5A0000;
}
.updates-list .update-item:last-child .separator-line {
  display: none;
}

@media (max-width: 768px) {
  .update-card-item .update-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .update-card-item .update-main .update-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .update-item .d-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .update-item .d-flex .actions {
    width: 100%;
    margin-top: 15px;
  }
  .updates-list .update-item {
    padding: 16px;
  }
  .updates-list .update-item .update-candidate-section .candidate-avatar-wrapper .candidate-avatar {
    width: 40px;
    height: 40px;
  }
  .updates-list .update-item .update-actions {
    flex-direction: column;
    width: 100%;
  }
  .updates-list .update-item .update-actions .btn-skip,
  .updates-list .update-item .update-actions .btn-view {
    width: 100%;
    justify-content: center;
  }
}
.alert {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideIn 0.3s ease-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.alert.alert-success {
  background-color: #4CAF50;
  color: white;
}
.alert.alert-error {
  background-color: #f44336;
  color: white;
}
.alert.alert-notice {
  background-color: #2196F3;
  color: white;
}
.alert.alert-alert {
  background-color: #ff9800;
  color: white;
}
.alert .close-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  opacity: 0.8;
  margin-left: 10px;
}
.alert .close-button:hover {
  opacity: 1;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.nav-link {
  color: #6B7280;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: color 0.2s, border-bottom 0.2s;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  color: #111827;
}

.nav-link.active {
  color: #111827;
  border-bottom: 2px solid #2563EB;
}

.nav-tabs {
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  gap: 1rem;
}

.slider-container {
  position: relative;
  padding: 2rem 0;
  background: #374151;
  border-radius: 8px;
}

.container-body {
  padding: 2rem 3rem;
}

.edit-text {
  font-size: 2rem;
  font-weight: 600;
}

.bio-content {
  font-size: 1.125rem;
  line-height: 1.75;
}

.btn-edit {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.btn-edit:hover {
  color: white;
}

.slider-container {
  position: relative;
  padding: 2rem 0;
  background: #374151;
  border-radius: 8px;
}

.container-body {
  padding: 2rem 3rem;
}

.edit-text {
  font-size: 2rem;
  font-weight: 600;
}

.bio-content {
  font-size: 1.125rem;
  line-height: 1.75;
}

.btn-edit {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.btn-edit:hover {
  color: white;
}

/* 
 * Event Location Styles
 * Styles for the location field, map, and Google Places Autocomplete
 */
/* Map container */
.map-container {
  height: 300px;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-top: 0.5rem;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Location input field */
.location-input {
  /* Loading indicator state */
}
.location-input:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.location-input.location-detecting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='%23000' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'/%3E%3Cpath fill='%23000' d='M26.013 10.047l1.654-2.866a14.855 14.855 0 00-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.3s ease;
}
.location-input.location-detecting:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

/* Google Places Autocomplete container */
.issue-types-slider {
  background-color: #fdf0d5;
  padding: 0;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.tabs-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.tabs-container .nav-button {
  top: 4px;
  height: 24px;
  width: 24px;
  background: transparent;
  padding: 0;
}
.tabs-container .nav-button:hover, .tabs-container .nav-button:focus, .tabs-container .nav-button:active {
  background: transparent;
  box-shadow: none;
  outline: 0;
}
.tabs-container .nav-button.hidden {
  opacity: 0.3;
  cursor: not-allowed;
}
.tabs-container .nav-button.next {
  right: 140px;
}
.tabs-container .nav-button.prev {
  left: 140px;
  transform: rotate(180deg);
}

.tabs-scroll-container {
  max-width: 530px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 0.5rem 0;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.tabs-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.tabs-inner-container {
  display: flex;
  white-space: nowrap;
  padding: 0 1rem;
  justify-content: center;
  min-width: max-content;
}

.tabBtn {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  user-select: none; /* Prevent text selection */
  padding: 0 20px;
  text-decoration: none;
}
.tabBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #C0B9AF;
  border-radius: 0.125rem;
  transition: all 0.3s ease;
}
.tabBtn:last-child::before {
  display: none;
}
.tabBtn:last-child {
  margin-left: 0;
}
.tabBtn:hover {
  color: #221F1E;
}
.tabBtn.active {
  color: #221F1E;
  position: relative;
}
.tabBtn.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 0.25rem;
  background-color: #221F1E;
  border-radius: 0.125rem;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  min-height: 200px; /* Ensure minimum height */
}

.slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  cursor: pointer;
}
.dot.active {
  background-color: #3b82f6;
  transform: scale(1.2);
}
.dot:focus {
  outline: none;
}

.dots-container {
  padding: 1rem 0;
}

.nav-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.nav-button:hover {
  background-color: #e9ecef;
}
.nav-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.nav-btn:hover, .nav-btn:focus {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.nav-btn.hidden {
  display: none;
}

@media (max-width: 768px) {
  .issue-types-slider {
    padding: 1rem 0;
  }
}
@media (max-width: 992px) {
  .tabs-scroll-container {
    max-width: 80%;
  }
  .tabs-container .nav-button {
    top: 2px;
  }
  .tabs-container .nav-button.next {
    right: 2px;
  }
  .tabs-container .nav-button.prev {
    left: 2px;
  }
  .nav-button.prev {
    left: 10px !important;
    z-index: 10;
  }
  .nav-button.next {
    right: 10px !important;
    z-index: 10;
  }
  .tabBtn {
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .tabBtn.active:after {
    height: 2px;
  }
}
[data-turbo-preview] .tabs-scroll-container {
  overflow-x: visible;
}

.issues-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.slider-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.slides-wrapper {
  display: flex;
  transition: transform 0.3s ease-out;
}
.slides-wrapper .issue-card {
  padding: 39px;
}

.slide {
  min-width: 100%;
}

.issue-card {
  background: white;
  height: 100%;
}

.issue-content {
  padding-top: 1rem;
  position: relative;
  height: calc(100% - 1rem);
}
.issue-content .leading-relaxed {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
  margin-bottom: 37px;
}
.issue-content .btnBox {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.slidWrap {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  align-items: center;
}

.nav-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.nav-button.prev {
  left: -70px;
}

.nav-button.next {
  right: -70px;
}

@media (max-width: 992px) {
  .nav-button.prev {
    left: 10px !important;
  }
  .nav-button.next {
    right: 10px !important;
  }
  .handImg {
    display: none !important;
  }
  .wrapper .text-wrapper {
    width: 100% !important;
    padding-right: 24px;
  }
  .readMoreWrap {
    padding-right: 24px !important;
  }
}
.nav-button:hover {
  background: #f3f4f6;
  transform: scale(1.05);
}

.action-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.action-button i {
  margin-right: 0.5rem;
}

.action-button.edit {
  color: #3b82f6;
  background: #eff6ff;
}

.action-button.edit:hover {
  background: #dbeafe;
}

.action-button.delete {
  color: #ef4444;
  background: #fef2f2;
}

.action-button.delete:hover {
  background: #fee2e2;
}

.dots-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.dots-container .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e7eb;
  transition: background-color 0.3s ease;
}

.dots-container .dot.active {
  background-color: #3b82f6;
}

.issues-container {
  max-width: 1200px;
  margin: 0 auto;
}

.issue-types-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 1rem;
}

.scrollWrap {
  display: flex;
  overflow: auto;
}

.tabBtns {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  text-decoration: none;
  width: auto;
  flex: 1;
  min-width: fit-content;
}

.issue-types-slider::-webkit-scrollbar {
  display: none;
}

.btn-primary {
  background-color: #3b82f6;
  color: white;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
}

.profile-img-upload {
  width: 100%;
  padding: 1rem;
}

.image-upload-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f8f9fa;
}

.upload-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-image.hidden {
  display: none;
}

.placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdf0d5;
  background-image: url("/images/upload-mask.svg");
  background-position: center;
  border-radius: 50%;
  transform: scale(1);
  transition: opacity 0.3s ease;
  background-size: 248px;
  background-repeat: no-repeat;
}

.placeholder-image i {
  font-size: 4rem;
  color: #adb5bd;
}

.upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.upload-overlay i {
  font-size: 2rem;
  color: white;
  margin-bottom: 0.5rem;
}

.upload-overlay p {
  color: white;
  margin: 0;
}

.upload-area:hover .upload-overlay {
  opacity: 1;
}

.upload-area:hover .placeholder-image {
  z-index: 9;
  transition: all 0.3s ease;
  transform: scale(1.2);
}

/* Banner upload styles */
.banner-upload-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.banner-upload-area {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  transition: opacity 0.3s ease;
}

.upload-text {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 27px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #221F1E;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-container {
  position: relative;
  padding: 20px 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.map-container {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}

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

.location-input {
  margin-bottom: 8px;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5rem;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.nav-tabs .nav-link.active {
  color: #111827;
  border-bottom: 2px solid #2563EB;
}

.nav-tabs {
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  gap: 1rem;
}

.slider-container {
  position: relative;
  padding: 2rem 0;
  background: #374151;
  border-radius: 8px;
}

.container-body {
  padding: 2rem 3rem;
}

.edit-text {
  font-size: 2rem;
  font-weight: 600;
}

.bio-content {
  font-size: 1.125rem;
  line-height: 1.75;
}

.btn-edit {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.btn-edit:hover {
  color: white;
}

/* Custom toggle switch styling */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switch .toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  transition: 0.4s;
  border-radius: 34px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.toggle-input:checked + .toggle-slider {
  background-color: #4CAF50;
}

.toggle-input:checked + .toggle-slider:before {
  transform: translateX(26px);
}

/* Label styling */
.text-success {
  color: #4CAF50 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-muted {
  color: #6c757d !important;
}

.selected-auth-btn {
  background-color: #221F1E !important;
  color: #fff !important;
}

.legislation-wrapper .addLink-btn {
  color: #007bff;
  text-decoration: none;
  padding: 0;
  transition: color 0.3s ease;
}
.legislation-wrapper .addLink-btn:hover {
  color: #0056b3;
  text-decoration: underline;
}
.legislation-wrapper .addLink-btn.link-added {
  color: #28a745;
}
.legislation-wrapper .addLink-btn.link-added .fas {
  margin-right: 5px;
}
.legislation-wrapper .count-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 0;
}
.legislation-wrapper .count-text.text-danger {
  color: #dc3545 !important;
}
.legislation-wrapper .carousel-navigation {
  position: relative;
  z-index: 9;
}
.legislation-wrapper .carousel-navigation .carousel-control-next, .legislation-wrapper .carousel-navigation .carousel-control-prev {
  top: 28px;
  opacity: 1;
}
.legislation-wrapper .carousel-navigation .carousel-control-next {
  right: 45%;
}
.legislation-wrapper .carousel-navigation .carousel-control-prev {
  left: 35%;
}
.legislation-wrapper .carousel-navigation .carousel-control {
  background: none;
  border: none;
  padding: 5px 10px;
  height: 30px;
  width: auto;
}
.legislation-wrapper .carousel-navigation .carousel-control:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.legislation-wrapper .carousel-navigation .carousel-control .slider-arrow {
  width: 27px;
  height: 27px;
}
.legislation-wrapper .carousel-navigation .carousel-control .slider-arrow.flip-horizontal {
  transform: scaleX(-1);
}
.legislation-wrapper .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.legislation-wrapper .carousel-indicators .carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C0B9AF;
  border: none;
  padding: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.legislation-wrapper .carousel-indicators .carousel-indicator.active {
  background-color: #221F1E;
  transform: scale(1.2);
}
.legislation-wrapper .carousel-indicators .carousel-indicator.add-new {
  background-color: #28a745;
  position: relative;
}
.legislation-wrapper .carousel-indicators .carousel-indicator.add-new:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.legislation-wrapper .carousel-indicators .carousel-indicator.add-new.active {
  background-color: #218838;
  transform: scale(1.2);
}
.legislation-wrapper .slide-number {
  color: #6B2025;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

/* 
 * Event Location Styles
 * Styles for the location field, map, and Google Places Autocomplete
 */
/* Map container */
.map-container {
  height: 300px;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-top: 0.5rem;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Location input field */
.location-input {
  /* Loading indicator state */
}
.location-input:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.location-input.location-detecting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath opacity='.2' fill='%23000' d='M20.201 5.169c-8.254 0-14.946 6.692-14.946 14.946 0 8.255 6.692 14.946 14.946 14.946s14.946-6.691 14.946-14.946c-.001-8.254-6.692-14.946-14.946-14.946zm0 26.58c-6.425 0-11.634-5.208-11.634-11.634 0-6.425 5.209-11.634 11.634-11.634 6.425 0 11.633 5.209 11.633 11.634 0 6.426-5.208 11.634-11.633 11.634z'/%3E%3Cpath fill='%23000' d='M26.013 10.047l1.654-2.866a14.855 14.855 0 00-7.466-2.012v3.312c2.119 0 4.1.576 5.812 1.566z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.3s ease;
}
.location-input.location-detecting:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

/* Google Places Autocomplete container */
.issue-types-slider {
  background-color: #fdf0d5;
  padding: 0;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.tabs-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.tabs-container .nav-button {
  top: 4px;
  height: 24px;
  width: 24px;
  background: transparent;
  padding: 0;
}
.tabs-container .nav-button:hover, .tabs-container .nav-button:focus, .tabs-container .nav-button:active {
  background: transparent;
  box-shadow: none;
  outline: 0;
}
.tabs-container .nav-button.hidden {
  opacity: 0.3;
  cursor: not-allowed;
}
.tabs-container .nav-button.next {
  right: 140px;
}
.tabs-container .nav-button.prev {
  left: 140px;
  transform: rotate(180deg);
}

.tabs-scroll-container {
  max-width: 530px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 0.5rem 0;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.tabs-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.tabs-inner-container {
  display: flex;
  white-space: nowrap;
  padding: 0 1rem;
  justify-content: center;
  min-width: max-content;
}

.tabBtn {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #726A5A;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  user-select: none; /* Prevent text selection */
  padding: 0 20px;
  text-decoration: none;
}
.tabBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #C0B9AF;
  border-radius: 0.125rem;
  transition: all 0.3s ease;
}
.tabBtn:last-child::before {
  display: none;
}
.tabBtn:last-child {
  margin-left: 0;
}
.tabBtn:hover {
  color: #221F1E;
}
.tabBtn.active {
  color: #221F1E;
  position: relative;
}
.tabBtn.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 0.25rem;
  background-color: #221F1E;
  border-radius: 0.125rem;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  min-height: 200px; /* Ensure minimum height */
}

.slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  cursor: pointer;
}
.dot.active {
  background-color: #3b82f6;
  transform: scale(1.2);
}
.dot:focus {
  outline: none;
}

.dots-container {
  padding: 1rem 0;
}

.nav-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.nav-button:hover {
  background-color: #e9ecef;
}
.nav-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.nav-btn:hover, .nav-btn:focus {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.nav-btn.hidden {
  display: none;
}

@media (max-width: 768px) {
  .issue-types-slider {
    padding: 1rem 0;
  }
}
@media (max-width: 992px) {
  .tabs-scroll-container {
    max-width: 80%;
  }
  .tabs-container .nav-button {
    top: 2px;
  }
  .tabs-container .nav-button.next {
    right: 2px;
  }
  .tabs-container .nav-button.prev {
    left: 2px;
  }
  .nav-button.prev {
    left: 10px !important;
    z-index: 10;
  }
  .nav-button.next {
    right: 10px !important;
    z-index: 10;
  }
  .tabBtn {
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .tabBtn.active:after {
    height: 2px;
  }
}
[data-turbo-preview] .tabs-scroll-container {
  overflow-x: visible;
}

.issues-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.slider-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.slides-wrapper {
  display: flex;
  transition: transform 0.3s ease-out;
}
.slides-wrapper .issue-card {
  padding: 39px;
}

.slide {
  min-width: 100%;
}

.issue-card {
  background: white;
  height: 100%;
}

.issue-content {
  padding-top: 1rem;
  position: relative;
  height: calc(100% - 1rem);
}
.issue-content .leading-relaxed {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #606579;
  margin-bottom: 37px;
}
.issue-content .btnBox {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.slidWrap {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  align-items: center;
}

.nav-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.nav-button.prev {
  left: -70px;
}

.nav-button.next {
  right: -70px;
}

@media (max-width: 992px) {
  .nav-button.prev {
    left: 10px !important;
  }
  .nav-button.next {
    right: 10px !important;
  }
  .handImg {
    display: none !important;
  }
  .wrapper .text-wrapper {
    width: 100% !important;
    padding-right: 24px;
  }
  .readMoreWrap {
    padding-right: 24px !important;
  }
}
.nav-button:hover {
  background: #f3f4f6;
  transform: scale(1.05);
}

.action-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.action-button i {
  margin-right: 0.5rem;
}

.action-button.edit {
  color: #3b82f6;
  background: #eff6ff;
}

.action-button.edit:hover {
  background: #dbeafe;
}

.action-button.delete {
  color: #ef4444;
  background: #fef2f2;
}

.action-button.delete:hover {
  background: #fee2e2;
}

.dots-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.dots-container .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e7eb;
  transition: background-color 0.3s ease;
}

.dots-container .dot.active {
  background-color: #3b82f6;
}

.issues-container {
  max-width: 1200px;
  margin: 0 auto;
}

.issue-types-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 1rem;
}

.scrollWrap {
  display: flex;
  overflow: auto;
}

.tabBtns {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  text-decoration: none;
  width: auto;
  flex: 1;
  min-width: fit-content;
}

.issue-types-slider::-webkit-scrollbar {
  display: none;
}

.btn-primary {
  background-color: #3b82f6;
  color: white;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
}

.candidate-search-form {
  max-width: 400px;
  margin: 0 auto;
}

.search-field-container {
  position: relative;
}

.candidate-search-input {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 16px;
  padding-right: 40px;
}

.candidate-search-input:focus,
.candidate-search-input:active .candidate-search-input:hover {
  box-shadow: none;
  outline: 0;
}

.candidate-search-input:focus {
  border-color: #606579;
}

.candidate-search-input::placeholder {
  color: rgba(96, 101, 121, 0.5);
}

.search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.search-icon {
  fill: #6c757d;
}

.candidates-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
}

.candidate-item {
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 6px;
}

.candidate-item:hover {
  background-color: #ECECEC;
}

.candidate-avatar {
  width: 40px;
  height: 40px;
}

.party-badge {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  font-weight: bold;
}

.office-levelState .number-devider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  margin-top: 62px;
}
.office-levelState .number-devider::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #a99c89, rgba(0, 0, 0, 0));
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.office-levelState .number-devider h3 {
  position: relative;
  z-index: 1;
  background: #fdf0d5;
  padding: 0 12px;
  margin: 0 0 10px 0;
  text-align: center;
}
.office-levelState .number-devider .allbtn {
  position: relative;
  z-index: 1;
  background: #fdf0d5;
  padding: 0 12px;
  white-space: nowrap;
}

.fixed-header .mobile-menu .navbar-brand {
  margin-right: 0;
}
.fixed-header .mobile-menu img {
  max-height: 40px;
}

@media (min-width: 992px) {
  .mobileMenu {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hideMobile {
    display: none !important;
  }
}

.navbar .nav-link.active,
.navbar .nav-link.line.active {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  border-bottom: none !important;
}

@media (min-width: 992px) {
  .mobileMenu {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hideMobile {
    display: none !important;
  }
}

body {
  background-color: #fdf0d5;
}

.modal {
  z-index: 1050 !important;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.search-results {
  position: absolute;
  width: 100%;
  background: #fdf0d5;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1000;
}

.search-result:hover {
  background-color: #f8f9fa;
}

.edit-text {
  font-size: 2rem;
  font-weight: 600;
}

.container-body {
  padding: 3rem;
}

.legislation-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #ffffff;
}

.progress-dots {
  margin-top: 2rem;
}

.progress-dots .dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.progress-dots .dot.active {
  background-color: #ffffff;
  transform: scale(1.2);
}

.logout-link:hover {
  background-color: #790000 !important;
  color: white !important;
}

/* Update and Press Styles */
.updates-section {
  margin-bottom: 40px;
}

.date-badge {
  display: inline-block;
  background-color: #f0ece0;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}

.update-content {
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C0B9AF;
}
.update-content .update-date {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #726A5A;
  margin-bottom: 12px;
}
.update-content .update-text {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #221F1E;
  margin: 0;
  max-width: 50%;
}

.update-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.section-header {
  margin-bottom: 20px;
}

.btn-maroon {
  background-color: #8b0000;
  color: white;
}

.btn-maroon:hover {
  background-color: #700000;
  color: white;
}

.no-updates {
  padding: 20px;
  background-color: #f9f7f0;
  border-radius: 8px;
  text-align: center;
  border: 1px dashed #ddd;
}

.new-pressCard {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  height: 100%;
  transition: all 0.3s ease;
}

.new-pressCard:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.filled-pressCard {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pressCard-title {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.pressCard-heading {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.pressCard-desc {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
  flex-grow: 1;
}

.pressCard-link {
  margin-top: auto;
}
