@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
}
h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: #9a9a9a;
}

p {
  font-size: 14px;
  font-weight: 500;
  color: #737373;
}

label {
  font-size: 14px;
  font-weight: 600;
  color: #737373;
}

/* /////////////////////////////////////////////* Aside style start ////////////////// */

.aside-bg {
  background-color: #f9fafb;
  padding: 32px;
  height: 100vh;
  position: fixed;
  overflow: auto;
}

.aside-heading {
  display: block;
  margin-bottom: 32px;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.aside-tag-cnt {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.user-white {
  display: none;
}

.aside-tag-cnt.active .user-white {
  display: block;
}

.aside-tag-cnt.active .user-grey {
  display: none;
}

.aside-tag-cnt.active h3 {
  color: #000000;
}

.aside-tag-cnt::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #dfdfdf;
  position: absolute;
  top: 99%;
  left: 5%;
}

.aside-tag-wrapper .aside-tag-cnt:last-child::after {
  content: none;
}

.icon-box {
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  margin-right: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-year {
  position: absolute;
  bottom: 0;
}

.acount-cnt {
  padding: 32px;
  height: 100vh;
}

.need-help-cnt {
  text-align: end;
}

.need-help-cnt span {
  display: inline-block;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.create-account-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.form-cnt {
  max-width: 400px;
}

.tab-content,
.company-contetnt {
  display: none;
}

.tab-content.show,
.company-contetnt.show {
  display: block;
}

.icon-box-form {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #2a75ae;
  display: flex;
  justify-content: center;
  align-items: center;
}

.commom-header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-heading {
  text-align: center;
}

.form-input-cnt div {
  margin-bottom: 10px;
}

.form-input-cnt input {
  width: 100%;
  background: #fcfcfc;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  padding: 5px 5px 5px 36px;
  outline: none;
}

.form-input-cnt {
  position: relative;
}

.input-icon-person {
  position: absolute;
  top: 14%;
  right: 90%;
  border-right: 1px solid #dfdfdf;
  padding: 0px 6px 0px 0px;
}

.input-icon-at {
  position: absolute;
  top: 50%;
  right: 90%;
  border-right: 1px solid #dfdfdf;
  padding: 0px 6px 0px 0px;
}

.input-icon-flag {
  position: absolute;
  top: 86%;
  right: 90%;
  border-right: 1px solid #dfdfdf;
  padding: 0px 6px 0px 0px;
}

.checkbox-cnt {
  display: flex;
  align-items: center;
  /* margin: 30px 0px; */
}

.checkbox-cnt input {
  margin-right: 10px;
}

.privacy-policy {
  color: #000000;
}

.login-text {
  text-align: center;
}

.proceed-btn {
  width: 100%;
  border: none;
  background-color: #2a75ae;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  text-transform: capitalize;
}

.proceed-btn i {
  margin-left: 10px;
}

.login-text {
  margin-top: 20px;
}

.login-text a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  margin-left: 10px;
}

.needHelpWrapper {
  flex: 1;
  display: flex;
  justify-content: end;
}

.needHelpWrapper a {
  text-decoration: none;
  border: 1px solid #dfdfdf;
  background: #fbfbfb;
  width: 120px;
  padding: 10px 0px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.right-section {
  margin-left: 33.33%;
}

/* indicator css start */
.indicatorWrapper {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 6px;
  margin: 0 auto;
  list-style: none;
  width: max-content;
}

.indicatorItem {
  width: 12px;
  height: 12px;
  background-color: #E8E8E8;
  border-radius: 100%;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.indicatorItem.active {
  width: 72px;
  border-radius: 10px;
  background-color: #2A75AE;
}

/*  indicator css start end*/

/* responsive for login and aside section */
@media (max-width: 576px) {
  body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
  }

  .aside-bg {
    flex: 1;
    background-color: #f9fafb;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .aside-heading {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }

  .aside-tag-wrapper {
    margin-top: 20px;
  }

  .aside-tag-cnt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
  }

  .icon-box {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #fff;
  }

  .icon-box img {
    max-width: 100%;
    height: auto;
  }

  .aside-tag-cnt h3 {
    font-size: 14px;
    margin: 0;
    color: #000000;
  }

  .aside-tag-cnt p {
    font-size: 12px;
    margin: 0;
    color: #737373;
  }

  .company-year {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
  }

  .create-account-cnt {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
  }

  .form-cnt {
    width: 100%;
    max-width: 400px;
  }

  .form-heading {
    margin-bottom: 20px;
    text-align: center;
  }

  .form-heading h1 {
    font-size: 18px;
  }

  .form-heading p {
    font-size: 14px;
  }

  .form-input-cnt p {
    margin-bottom: 16px;
  }

  .form-input-cnt input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .proceed-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #2a75ae;
    color: #fff;
    border: none;
  }

  .checkbox-cnt {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }

  .checkbox-cnt input {
    margin-right: 10px;
  }

  .privacy-policy {
    color: #000000;
  }

  .login-text {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }

  .indicatorCnt ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
  }

  .indicatorItem {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
  }

  .aside-tag-cnt::after {
    content: "";
    width: 1px;
    height: 94px;
    background-color: #dfdfdf;
    position: absolute;
    top: 70%;
    left: 7%;
  }

  .checkbox-cnt lable {
    font-size: 13px;
  }
}

/* ////////////////////////////Aside style end //////////////////////////////////*/



/* //////////////////////////// OTP section style start ///////////////////////////*/
.need-help-otp-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}

.needHelpWrapper {
  flex: 1;
  display: flex;
  justify-content: end;
}

.needHelpWrapper a {
  text-decoration: none;
  border: 1px solid #DFDFDF;
  background: #FBFBFB;
  width: 120px;
  padding: 10px 0px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.need-help-otp-cnt button {
  border: none;
  background: transparent;
}

.need-help-otp-cnt span {
  display: inline-block;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.need-help-otp-cnt button i {
  margin-right: 10px;
}

.form-input-otp-cnt input {
  width: 60px;
  height: 60px;
  border: 2px solid #DFDFDF;
  background: #F9FAFB;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}

.form-input-otp-cnt :last-child {
  margin-right: 0;
}

/* ///////////////////////////////////// OTP section style end //////////////////////////////// */


/* ///////////////////////////////// M-pin section style start //////////////////////////////// */

.form-input-mpin-cnt input {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  border-radius: 10px;
  border: 2px solid #DFDFDF;
  text-align: center;
  font-weight: 600;
}

.form-input-mpin-cnt :last-child {
  margin-right: 0;
}

/* ////////////////////////////////////////M-pin section style end  ////////////////////////////*/


/* ///////////////////////////////conpany detials section first style start ////////////////////*/
.scroll-icon-cnt {
  display: flex;
  justify-content: space-between;
}

.progress {
  height: 10px;
}

.progress-bar {
  width: 1px;
}

.progress-bar1 {
  width: 40%;
}

.progress-bar2 {
  width: 60%;
}

.progress,
.progress-stacked {
  border-radius: 0;
}

.first-comp {
  color: #2A75AE;

}

.selector-field {
  justify-content: space-between;
  align-items: center;
}

.selector-field select {
  width: 386px;
  padding: 5px;
  border-radius: 6px;
}

.selector-field input {
  width: 386px;
  border-radius: 6px;
}

.comp-details-btn-cnt button {
  width: 350px;
  height: 46px;
}

.comp-details-btn-cnt {
  padding: 30px 0px;
  text-align: center;
}

.input-bg {
  background: #F9FAFB;
  border: 1px solid #DFDFDF;
  outline-color: #2A75AE;
  padding: 0px 16px;


}

/* ///////////////////////////////conpany detials section first style end ////////////////////*/

/* ///////////////////////////////conpany detials section second style start ////////////////////*/
.progress-bar {
  background-color: #2A75AE;
}

.Go-back-btn {
  border: 1px solid #2A75AE;
  width: 181px !important;
  padding: 10px;
  border-radius: 10px;
  margin-right: 16px;
  background-color: transparent;
  color: #2A75AE;
  font-weight: 700;
}

/* ///////////////////////////////conpany detials section second style end ////////////////////*/


/* ////////////////////////////// Bank detials section style start//////////////////////////////////////*/
.bank-fileUpload-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-color: #DFDFDF;
  background: #F9FAFB;
  padding: 16px;
  border-style: dashed;
  border-radius: 10px;
}

input[type="file"] {
  display: none;
}

.custom-file-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.custom-file-label img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.bank-fileUpload-cnt p {
  margin: 0;
}

.devider-line {
  width: 2px;
  height: 35px;
  background-color: #000000;

}

/* ////////////////////////////// Bank detials section style end//////////////////////////////////////*/


/* ///////////////////////////// good to go section style start /////////////////////////////////////*/
.video-container {
  position: relative;
  width: 662px;
  height: 330px;
  margin: 20px auto;
  background-color: #000;
  overflow: hidden;
  border-radius: 10px;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-icon:hover {
  background-color: rgba(255, 255, 255, 1);
}

.play-icon::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.finish-btn-cnt {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.finish-btn {
  width: 350px !important;
  height: 46px;
  background-color: #2A75AE;
  border-radius: 10px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* //////////////////////////////////////good to go section style end ///////////////////////////////////////*/


/* //////////////////////////////////// Project Aside style start /////////////////////////////////////////// */

.project-aside {
  background-color: #f9fafb;
  height: 100vh;
  overflow: auto;
  position: fixed;
}

.lttv-cnt {
  margin-right: 10px;
}

.right-section-project {
  margin-left: 16.66%;
}

.bookmytestcenter-heading {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.project-aside ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

.project-aside ul li a {
  text-decoration: none;
  text-align: center;
  padding: 10px 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #737373;
  border-radius: 10px;

}

.createProject {
  margin-left: 30px;
  text-align: center;
  margin-top: 16px;
  background: #2A75AE;
  padding: 10px 0px;
  border-radius: 10px;
  color: #fff;
  display: none;
}

.project-aside ul li.active a {
  background-color: #2A75AE;
  color: #fff;
}

.project-aside ul li.active a .black-radio {
  display: none;
}

.project-aside ul li a .white-radio {
  display: none;
}

.project-aside ul li.active a .white-radio {
  display: block;
}

.createProject {
  display: none;
}

.createProject.active {
  display: block;
}

.project-aside ul li a img {
  margin-right: 10px;
}



.aside-buttom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.aside-footer-cnt {
  position: absolute;
  bottom: 0;
  left: 13px;
}

.aside-footer-cnt p {
  font-size: 10px !important;
}

.aside-buttom-btn {
  width: 180px;
  height: 60px;
  margin: auto;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 4px 4px 9px 0px #0000000A;
  padding: 0px 10px;

}

.aside-img-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-circle-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* //////////////////////////////////// Project Aside style end /////////////////////////////////////////// */


/* Myproject Navbar notification style start */
.tablecalenderContent,
.createProjectSection,
.projectTableContent,
.createProjectForm,
.eligibleCnt,
.approveCnt {
  display: none;
}

.tablecalenderContent.show,
.createProjectSection.show,
.projectTableContent.show,
.createProjectForm.show,
.eligibleCnt.show,
.approveCnt.show {
  display: block;
}

.notification-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.notification-navbar button {
  border: 1px solid #DFDFDF;
  padding: 0px 10px;
  border-radius: 10px;
  background-color: #fff;
  height: 40px;


}

.create-project-btn {
  background-color: #2A75AE !important;
  color: #fff;
  border: none;
  font-weight: 700;
  margin-left: 16px;
  display: inline-block;
}

.notification-navbar span {
  background-color: #2A75AE;
  padding: 5px 10px;
  border-radius: 100%;
  color: #fff;
}

.notification-navbar h2 span {
  color: #2A75AE;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
}

/* Myproject Navbar notification style end */


/* ////////////////////////////////////////Numarical information section style start ////////////////*/
.numerical-box1 {
  background-color: #F9FAFB;
  border-radius: 10px;
  padding: 24px 10px;

}

.Numerical-text-cnt {
  padding: 0px 10px;
}

.Numerical-text-cnt p {
  margin: 0;
  padding-bottom: 10px;
}

.Numerical-text-cnt h2 {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Numerical-text-cnt h2 span {
  background: #CAFFBD;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 20px;
  margin-left: 10px;
  display: flex;

}

.numerical-opption-btn {
  flex: 1;
  text-align: end;
}

.numerical-opption-btn select {
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 20px;
  outline: none;
}

/*/////////////////////////////////// Numarical information section style end ///////////////////////////*/


/*////////////////////////////////// Create-Project-Btn-Section style start ///////////////////////// */
.project-create-cnt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  background-color: #F9FAFB;
  width: 378px;
  padding: 0px 16px;
  border-radius: 10px;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}

.project-create-cnt ul a {
  text-decoration: none;
  color: #737373;
  font-size: 16px;
  font-weight: 600;
}

.all-project-tab {
  background-color: #2A75AE;
  padding: 10px 16px;
  color: #fff !important;
  border-radius: 10px;
}

.all-project-tab span {
  background-color: #fff;
  color: #2A75AE !important;
  padding: 0px 10px;
  border-radius: 20px;
}

.panding-project {
  background-color: #2A75AE;
  padding: 10px 16px;
  color: #fff !important;
  border-radius: 10px;
}

.panding-project span {
  background-color: #fff;
  color: #2A75AE !important;
  padding: 0px 10px;
  border-radius: 20px;
}

.projectCreate-btn-cnt {
  text-align: end;
}

.projectCreate-btn-cnt button {
  padding: 0px 16px;
  border: none;
  border-radius: 10px;
  background-color: #2A75AE;
  color: #fff;
  font-weight: 700;
  height: 40px;
}

.bi-plus {
  font-size: 20px;
  font-weight: 700;
}

/* ///////////////////////////// Create-Project-Btn-Section style end ///////////////////// */


/*//////////////////////////// table style start here///////////////////////////////// */
table td,
th {
  padding: 16px !important;
  text-align: center;

}

.tableCnt {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}

.tableHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  position: relative;
}

.exam-name-input-cnt img {
  position: absolute;
  top: 25px;
  left: 20px;
}

.exam-name-input-cnt input {
  border: 1px solid #DFDFDF;
  padding: 10px 30px;
  border-radius: 10px;
  width: 223px;
}

.filter-download-cnt select {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  margin-right: 20px;
  padding: 10px;
  width: 117px;
}

.filter-download-cnt button {
  width: 106px;
  padding: 10px;
  background-color: #000000;
  color: #fff;
  border-radius: 10px;
  border: none;
}

.mytable thead tr {
  color: #737373 !important;
}

.mytable {
  width: 100%;
}

.mytable th,
.mytable td {
  border-top: 1px solid #DFDFDF;
}

.mytable td,
.mytable th {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #DFDFDF;
}



.panding-btn {
  background: #FEFFBD;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  color: #909229;

}

.compelet-btn {
  background: #CAFFBD;
  color: #3F892C;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

.reject-btn {
  background: #EA36361A;
  color: red;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

.reject-btn-Approved {
  background: #EA36361A;
  color: red;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  width: 40%;
}
.approved-btn-Approved{
  background: #CAFFBD;
  color: #3F892C;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  width: 55%
}

.view-btn {
  padding: 5px 10px;
  background: #2A75AE;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  color: #fff;

}

.reject-btn img {
  margin-right: 10px;
}

.compelet-btn img {
  margin-right: 10px;
}

.panding-btn img {
  margin-right: 10px;
}

.table-footer-btn-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pre-arrow-btn-cnt button {
  width: 123px;
  height: 38px;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  border-radius: 10px;

}

.pre-arrow-btn-cnt img {
  margin-right: 10px;
}

.no-of-page-btn button {
  width: 166px;
  height: 38px;
  background: #F9FAFB;
  border: none;
  border-radius: 10px;

}

.next-arrow-btn-cnt button {
  width: 100px;
  height: 38px;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  border-radius: 10px;
}

.next-arrow-btn-cnt img {
  margin-left: 10px;
}

/* ///////////////////////////////////// table style end here //////////////////////////*/


/* ////////////////////////// create project infobar style start ///////////////////////*/
.active-img-cnt {
  position: relative;
}

.conect-line::after {
  content: "";
  display: block;
  width: 51%;
  height: 2px;
  background-color: #DFDFDF;
  margin: 10px auto;
  position: absolute;
  top: 10px;
  left: 51%;
}

.inactive-img-cnt {
  position: relative;
}

.inactive-img-line::after {
  content: "";
  display: block;
  width: 34%;
  height: 2px;
  background-color: #DFDFDF;
  margin: 10px auto;
  position: absolute;
  top: 10px;
  left: 68%;
}

/* //////////////////////////////////create project infobar style end /////////////////////// */

/*/////////////////////////// first info detials section style start ///////////////////////  */
.main-projectDetials-enter-cnt {
  background-color: #F9FAFB;
  padding: 30px;
  border-radius: 10px;

}

.project-Detials-btn-cnt {
  text-align: center;
  padding: 30px 0px;
}

.project-Detials-btn-cnt .cancel-btn {
  width: 141px;
  padding: 10px;
  border: 1px solid #2A75AE;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  margin-right: 10px;
}

.project-Detials-btn-cnt .Next-btn {
  width: 225px;
  padding: 10px;
  background: #2A75AE;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-left: 10px;

}

/*/////////////////////////// first info detials section style end///////////////////////  */

/*/////////////////////////// Enter Amenity requirements style start /////////////////////*/
.main-wrapper-section {
  background-color: #F9FAFB;
  padding: 20px;
  border-radius: 10px;

}

.go-back-next-btn-cnt .go-back-btn {
  width: 141px;
  padding: 10px;
  border: 1px solid #2A75AE;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 10px;
  color: #2A75AE;
  font-size: 16px;
  font-weight: 700;
}

.go-back-next-btn-cnt .go-back-btn {
  width: 141px;
  padding: 10px;
  border: 1px solid #2A75AE;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 10px;
  color: #2A75AE;
  font-size: 16px;
  font-weight: 700;
}

.go-back-next-btn-cnt .next-btn {
  width: 255px;
  border: 1px solid #2A75AE;
  background: #2A75AE;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;

}

/* ///////////////////////////////////Enter Amenity requirements style end ///////////////////////*/


/* ///////////////////////////////// My Calendar style start ////////////////////////////////*/
.main-calender-cnt {
  position: relative;
  cursor: pointer;
}

.calender-tab-btn-cnt {
  width: 350px;
}

.upcoming-btn {
  padding: 10px 16px;
  background-color: #2A75AE;
  color: #fff;
}

.rounded-left {
  border-radius: 10px 0px 0px 10px;
}

.border-right {
  border-right: 1px solid #DFDFDF;
  border-radius: 5px 0px 0px 5px;
}

.booked-btn {
  padding: 2px 16px;
  border-radius: 7px;
  background: #CAFFBD;
  color: #000000;
  margin: 0px 16px;
  border: none;
  text-align: center;

}

.panding-calender-btn {
  padding: 2px 16px;
  border-radius: 7px;
  background: #FEFFBD;
  color: #000000;
  border: none;
  text-align: center;
}

/* /////////////////////////////////// My Calendar style end ///////////////////////////////*/


/* pop-up section style start */
.main-share-cnt {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  overflow: auto;
}
.main-share-cnt.show{
  display: block;
}
.main-share-wrapper {
  max-width: 460px;
  background-color: #fff;
  box-shadow: -4px 0px 40px 0px #A29F9F3D;
  position: absolute;
  top: 0; 
  right: 0;
  cursor: pointer; 
  visibility: hidden;
  transform: translateX(100%);
  transition: 5s all ease-in-out;
}
.main-share-cnt.show .main-share-wrapper{
  visibility: visible;
  transform: translateX(0);
  overflow: auto;
}
.open-modal {
  margin-right: 460px;
}

.share-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  padding: 10px 30px;
  border-bottom: 1px solid #DFDFDF;
}

/* pop-up section style end */

/* Eligible progress bar style start */
.progress-height {
  height: 80px !important;
  border-radius: 10px;
}

.Eligible-progress-bar {
  background: #A0E290;
  font-size: 20px;
  color: #737373;
  ;
}

.prosses-bar-bg {
  background: #F9FAFB;

}

/* Eligible progress bar style end */


/*//////////////////////////////////// Approved-page style start ////////////////////////////////// */
.Approved-left-cnt{
  background: #F9FAFB;

}
.Audit-history-cnt{
  background: #F9FAFB;
  padding: 20px;
  border-radius: 10px;

}
.view-report-btn{
  border: none;
  border-radius: 10px;
  border: 1px solid #2A75AE;
  background: #FFFFFF;
  color:#2A75AE;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;

}
.view-location-btn{
  border: none;
  border-radius: 10px;
  border: 1px solid #F9822C;
  background: #FFFFFF;
  color: #F9822C;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
}
.examCenterBtn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.examCenterBtn label{
  color: #2A75AE;
  text-decoration: underline;
  cursor: pointer;
}
.approveItemBtn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.approveItemBtn label{
  color: #2A75AE;
  text-decoration: underline;
  cursor: pointer;
}
/*//////////////////////////////////// Approved-page style end ////////////////////////////////// */

/* setting page style start */
.setting-my-profile-wrapper{
  background: #F9FAFB;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
.setting-my-profile-wrapper.show{
  display: block;
}
.setting-tab-container button{
  border: none;
  border-radius: 10px;
  background: #FFFFFF;
  color: #737373;
  padding: 10px 20px;
}
.my-profile-btn,.account-btn,.help-support-btn{
  background: #E5EDF3 !important;
  color: #2A75AE !important;

}
.log-out-btn{
  background: #EA3636;
  color: #fff;

}
.red-text{
  margin: 0;
  color: #FF0000;

}
.delete-btn{
  background: #F9FAFB;
  color: #EA3636;
  display: flex;
  align-items: center;
  font-weight: 700;
  

}
/* setting page style end */

/* Hide arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


input:invalid {
    border-color: red;
}

.input-error {
    border: 1px solid red !important;
}

.hide{
  display: none;
}

.is-invalid {
    border-color: #dc3545 !important; /* Red border for invalid fields */
}

.is-valid {
    border-color: #28a745 !important; /* Green border for valid fields */
}

/* For radio button containers */
.d-flex.border.is-invalid {
    border-color: #dc3545 !important;
}

.d-flex.border.is-valid {
    border-color: #28a745 !important;
}

img.popup-img {
    cursor: pointer;
}

.active-tab {
    font-weight: bold;
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
}

.past-event {
    opacity: 0.8;
    background-color: #f8f9fa;
}

.completed-btn {
    background-color: #6c757d;
    color: white;
}

a.d-flex.align-items-center {
    text-decoration: none;
    color: black;
}

.link-icon{
  cursor: pointer;
}