@import url("https://fonts.googleapis.com/css?family=DM Sans");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

body {
  font-family: "Poppins" !important;
  width: 100%;
  background-color: #f5f5f5 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 21px;
}
.portal-button {
  position: relative;
  background-color: #2a5f33;
  border: none;
  color: white;
  width: 128px;
  height: 41px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #2a5f33;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 90%; /* Position the tooltip above the button */
  right: 0%;
  opacity: 0;
  transition: opacity 0.3s;
}

.portal-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.main-container {
  padding-top: 110px;
}
.header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2a5f33;
  padding: 0 70px;
  box-shadow: 0px 4px 16px 0px #ffffff1a;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
.logo-div {
  display: flex;
  align-items: center;
}
.logo-div h3 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 20px;
}
.logo {
  width: 200px;
  height: auto;
  background-color: white;
}

button {
  background-color: #2a5f33;
  border: none;
  color: white;
  width: 128px;
  height: 41px;
  border-radius: 4px;
}
.portal-button a {
  color: inherit !important;
  text-decoration: inherit !important;
}

.main {
  background-color: #f5f5f5;
  width: 97.3%;

  padding: 67px;
  gap: 4rem;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px #00000040;
  flex: 1;
}
.main-second {
  display: flex;
  justify-content: space-between;
}
.main-img {
  width: 500px;
  height: 350px;
  object-fit: contain;
}

.left h1 {
  color: #2a5f33;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.left p {
  color: black;
  font-weight: 400;
  font-size: 16px;
}
.left {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* mine  */

.right {
  padding: 50px;
  border-radius: 50px;
  background: white;
  /* width: 670px; */
  width: 525px;
}

.right_signIn_form {
  background-color: white;
  width: 525px;
  padding: 50px;
  border-radius: 50px;
}
.form_main__container__toggle__button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 22px;
  height: 48px;
  background-color: #2a5f33;
  border: 1px solid #2a5f33;
  align-items: center;
}
.form_main__container__toggle__button a {
  text-decoration: none !important;
  color: #2a5f33;
  width: 50%;
  background-color: white;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_main__container__toggle__button a:hover {
  color: #2a5f33;
  cursor: pointer;
}
.form_main__container__toggle__button .active {
  text-decoration: none;
  color: white;
  background-color: #2a5f33;
  border-color: #2a5f33;
}
.form_main__container__toggle__button .active:hover {
  color: #f6f6f6;
  cursor: pointer;
}

.form_main__container__signIn {
  /* hover:shadow-md */
  text-align: center;
  width: 40%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 1.25rem; */
  transition-duration: 300ms;
}
.form_main__container__signUp {
  /* hover:shadow-md  */
  text-align: center;
  width: 40%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 1.25rem; */
  transition-duration: 300ms;
}
/* bring  */
.form_main__container__toggle_checkbox {
  display: none;
}

/* sigIn Form */
#chbox:not(:checked) ~ .singIn {
  width: 100%;
}
.signIn__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* end bring */
.form-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 13px;
  width: 100%;
}
.text-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.text {
  width: 100%;
  border-radius: 8px;
  padding: 8px 0 8px 16px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  border: 1px solid #cfd3d4;
  position: relative;
}
.password-toggle-icon1,
.password-toggle-icon2,
.password-toggle-icon3 {
  position: absolute;
  right: 4%;
  transform: translateY(-50%);
  cursor: pointer;
  top: 2.5rem;
  font-size: 12px;
  color: #5e6366;
}
.text label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #5e6366;
}
.text input {
  border: none;
  outline: none;
  font-family: "Poppins";
  font-weight: 400;
  width: 100%;
}
.text input::placeholder {
  color: #abafb1;
}

/* Mine select  */

.text select {
  background-color: transparent !important;
  color: rgb(17, 24, 39);
  width: 97%;
  outline: none;
  margin-left: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("./assets/dropdown-icon.svg") no-repeat right center;
  background-position: right 5px bottom 10px;
  cursor: pointer;
}
.country {
  top: 10px;
  right: 10px;
  border: none;
  width: 15px;
  background-color: red;
}
/* end select */

.text input::placeholder {
  color: #abafb1;
  letter-spacing: 0.1px;
  font-size: 14px;
  font-weight: 400;
}
.forget-div {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.forget-div p {
  color: #2a5f33;
  text-align: right;
  cursor: pointer;
}

.form-text .login-btn {
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  margin-top: 13px;
  cursor: pointer;
}

.text-resume {
  width: 100%;
  position: relative;
}
.file {
  content: " ";
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  /* z-index: 100; */
}
.file-input-inner-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.upload-btn {
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 20px;
  color: black;
  font-size: 15px;

  /* z-index: 10; */
}
.upload-icon {
  height: auto;
  width: 16px;
  margin-bottom: 0;
}

.select-text {
  color: gray;
  font-size: 14px;
  text-align: left;
}

footer {
  width: 100%;
  height: 90px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #2a5f33;
}
footer a {
  text-decoration: none;
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 14px;
}
::-webkit-scrollbar-thumb {
  background: #2a5f33;
  border-radius: 14px;
}
.error-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.errorMassage,
.error {
  color: red;
  /* padding-top: 0.75rem; */
  font-size: 0.8rem;
  text-align: center;
}
.loading-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginLoadingClass {
  width: 4rem;
  height: 4rem;
}
.forgotLoadingClass {
  width: 4rem;
  height: 4rem;
}
.registerLoadingClass {
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 1024px) {
  .main {
    height: auto;

    width: 96%;
  }
  .main-second {
    flex-direction: column;
    align-items: center;
  }
  .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left h1,
  p {
    text-align: center;
    width: 98%;
  }
  .right {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  form {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .right,
  .right_signIn_form {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
  /* .logo {
    width: 110px;
    height: 58px;
  } */
  .main {
    flex-direction: column;
    align-items: center;
    width: 94%;
    padding: 40px;
    gap: 0;
  }
  .main-img {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  body {
    gap: 15px;
  }
  .main {
    padding: 45px 5px;
  }
  form {
    border-radius: 35px;
    height: auto;
  }
  .select-text {
    text-align: start;
  }
  .text-lg {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .main-container {
    padding-top: 105px;
  }
  .right,
  .right_signIn_form {
    padding: 50px 30px;
    border-radius: 35px;
    background: white;
  }
  .logo-div h3 {
    font-size: 1rem;
    margin-left: 10px;
  }
  .logo {
    width: 150px;
  }
  .main {
    gap: 0;
  }
  .header {
    width: 100%;
    padding: 0 20px;
  }
  .left {
    width: auto;
    height: auto;
  }
  input::placeholder {
    font-size: 12px;
  }
  .left h1 {
    font-size: 22px;
  }
  form {
    border-radius: 30px;
  }

  .text {
    position: relative;
    border-radius: 6px;
  }
  .select-text {
    text-align: start;
    font-size: 12px;
  }
  .main-img {
    width: 100%;
  }

  footer a {
    font-size: 11px;
  }
}
/* job openings css */

@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}
.heading {
  font-size: 35px;
  color: #2a5f33;
  font-weight: 600;
  font-family: "Poppins";
}

.job_opening_main {
  margin: 3% 0;
}

.job_details {
  background-color: #fff;
  padding: 2%;
  margin: 2% 0 2% 0;
  border-radius: 4px;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
}

@keyframes slide-bottom {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.job_name {
  background: #2a5f33;
  color: #fff;
  padding: 2%;
  font-size: 1.3rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  /* clip-path: polygon(1% 0, 100% 0, 99% 99%, 0 100%); */
  position: relative;
}

.job_title {
  flex: 3;
}
.expand_sign {
  flex: 0.15;
  margin-left: 5%;
}
.apply_now_button {
  background-color: #fff;
  border-color: #fff;
  color: #2a5f33;
  border-radius: 4px;
  padding: 5% 15%;
  cursor: pointer;
  float: right;
  position: relative;
  width: max-content;
  clip-path: polygon(5% 0, 100% 0, 95% 99%, 0 100%);
}

.apply_now_button:hover {
  animation: vibrate-1 0.3s linear infinite both;
}

.heading_job_description {
  font-size: 1.25rem;
  margin: 2% 0 0.5% 0;
  font-weight: 600;
}

.text_area_job_description {
  font-size: 1rem;
  color: #000;
}
.text_area_job_description ul {
  padding-inline-start: 30px;
}

#assistant_sales_manager,
#assistant_sales_manager_minus,
#senior_wealth_advisor,
#senior_wealth_advisor_minus,
#wealth_advisor,
#wealth_advisor_minus,
#sales_manager,
#sales_manager_minus,
#officer_compliance,
#officer_compliance_minus {
  display: none;
}

@media only screen and (max-width: 1050px) {
  .job_title {
    flex: 2.7;
  }

  .apply_now_button {
    flex: 0.75;
    left: 1%;
  }
}

@media only screen and (max-width: 990px) {
  .job_name {
    font-size: 1rem;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .job_details {
    padding: 2% 3.5%;
  }
}

@media only screen and (max-width: 800px) {
  .apply_now_button {
    margin-left: 9%;
    left: 1%;
  }
}

@media only screen and (max-width: 700px) {
  .apply_now_button {
    top: -2px;
    left: 1%;
  }
}

@media only screen and (max-width: 640px) {
  .text_area_job_description ul {
    padding-left: 7%;
  }

  .heading {
    font-size: 2rem;
    margin-top: 5%;
    margin-left: 4%;
    margin-bottom: 3%;
  }
  .job_opening_main {
    margin: 3% 4% 3% 4%;
  }

  .heading_job_description {
    font-size: 1rem;
  }

  .text_area_job_description {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 550px) {
  .job_name {
    font-size: 0.7rem;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 14px;
}

::-webkit-scrollbar-thumb {
  background: #2a5f33;
  border-radius: 14px;
}

@media only screen and (max-width: 400px) {
  .job_name {
    font-size: 0.6rem;
  }
}
