.blue-bullets li::marker {
  color: #3d6800;
}

.show-education {
  display: block !important;
}

.hide-edu-page {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
}

#heading {
  text-transform: uppercase;
  color: #673ab7;
  font-weight: normal;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #673ab7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311b92;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

/* .fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
} */

.fs-title {
  font-size: 25px;
  color: #10afd7;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

/* .steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
} */

.steps {
  font-size: 25px;
  color: #02b7e3;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
  /* width: max-content; */
  /* background: aliceblue; */
  text-decoration: underline;
  text-underline-offset: 5px;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #63a210;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "1";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "2";
}

#progressbar #travel:before {
  font-family: FontAwesome;
  content: "3";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "4";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "5";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #61a901;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #629d13;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}
#progressbar li strong {
  font-weight: 600;
  color: #63a210;
}
.label-th {
  color: #3d6800;
  font-weight: 600;
  font-size: 16px;
}

.label-th b {
  font-weight: 600;
}

#msform td {
  /* border: 1px solid var(--color-border); */
  padding: 5px 10px;
}

/* Inspired by twitter.com/marina_uiux */

.nextb.button {
  font-size: 17px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgb(56, 56, 56) 0%,
    rgb(36, 36, 36) 66%,
    rgb(41, 41, 41) 100%
  );
  color: rgb(218, 218, 218);
  border: none;
  padding: 2px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.nextb.button span {
  border-radius: 10px;
  padding: 0.8em 1.3em;
  padding-right: 1.2em;
  text-shadow: 0px 0px 20px #4b4b4b;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  transition: all 0.3s;
  background-color: rgb(29, 29, 29);
  background-image: radial-gradient(
      at 95% 89%,
      rgb(15, 15, 15) 0px,
      transparent 50%
    ),
    radial-gradient(at 0% 100%, rgb(17, 17, 17) 0px, transparent 50%),
    radial-gradient(at 0% 0%, rgb(29, 29, 29) 0px, transparent 50%);
}

.nextb.button:hover span {
  background-color: rgb(26, 25, 25);
}

.nextb.button-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-conic-gradient(
      rgb(48, 47, 47) 0.0000001%,
      rgb(51, 51, 51) 0.000104%
    )
    60% 60%/600% 600%;
  filter: opacity(10%) contrast(105%);
  -webkit-filter: opacity(10%) contrast(105%);
}

.nextb.button svg {
  width: 15px;
  height: 15px;
}

#msform .action-button {
  width: 75px;
  background: #497c06;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  height: auto;
  font-size: 20px;
}
#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #406d04;
}

select#noOfDelegates {
  height: 40px;
  width: auto;
}

table {
  margin-bottom: 10px !important;
  /* margin-top: 10px; */
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-right: 20px;
}
.pt_ev_none {
  pointer-events: none;
}

input.previous.action-button {
  width: 100px;
}

#msform .action-button-previous {
  width: 100px;
  background: #497c06;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  height: auto;
  font-size: 20px;
}

#msform input,
#msform textarea {
  padding: 0px 15px 0px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #ffffff;
  border: 1px solid #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
  height: 45px;
  border-radius: 5px;
}

select {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #7f7f7f;
  border-radius: 3px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 15px;
  font-weight: 600;
  background: url(../images/icons/arrow-icon.png) 90% center no-repeat
    transparent;
  background-color: var(--color-lighten01);
  min-width: 100px;
  cursor: pointer;
}
select#noOfDelegates {
  font-size: 14px;
}

.head_form_sec {
  color: green;
  border-width: 0px;
  padding-left: 9px;
  font-size: 17px;
  font-weight: 500 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.head_form_sec b {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 7px;
}

td b {
  font-weight: bold;
  font-weight: 500;
  color: green;
}
td p {
  color: #000000;
}

.bg_shadow {
  background: #f2fffd;
  /* border-style: solid; */
  box-shadow: 0px 2px 1px 1px #d5dbd0;
  /* border-width: 1px; */
  /* border: navajowhite; */
}
select {
  /* background: url(../images/icons/arrow-icon.png) 90% center no-repeat
    transparent; */
  background-color: #ffffff;
}
#msform td {
  /* border: 1px solid var(--color-border); */
  /* padding: 5px 10px; */
  text-align: left;
}

select#n_salutation {
  background: url(../images/icons/arrow-icon.png) 91% center no-repeat
    transparent;
  min-width: 90px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 11px;
}
select {
  height: 45px;
  border-radius: 5px;
}

#delegateDetailsReview thead th {
  border: none !important;
}

#msform .action-button-previous {
  border-radius: 5px;
  background-image: linear-gradient(
    to right top,
    #0d8575,
    #028e6f,
    #189664,
    #329d55,
    #4ca343,
    #4ca343,
    #4ca343,
    #4ca343,
    #329d55,
    #189664,
    #028e6f,
    #0d8575
  );
}
#msform .action-button {
  border-radius: 5px;
}
#msform .action-button {
  background-image: linear-gradient(
    to right top,
    #0d8575,
    #028e6f,
    #189664,
    #329d55,
    #4ca343,
    #4ca343,
    #4ca343,
    #4ca343,
    #329d55,
    #189664,
    #028e6f,
    #0d8575
  );
}
.total-fee-payment {
  width: 175px !important;
}
#totalFeeP {
  font-size: 17px;
  font-weight: 500;
  /* color: green !important; */
}
#pay-btn {
  float: none !important;
  width: max-content !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.center-td {
  text-align: center !important;
}
.wp75 {
  width: 75%;
  margin: auto;
}
.pay_table td {
  vertical-align: top;
}

.delegateDetailsContainer td b {
  color: #000000;
}

.blk-td td b {
  color: black !important;
}

.blk-table-td tr td b {
  color: #000000;
}
.error {
  color: red !important;
}
#delegateDetailsContainer select {
  margin-top: 8px;
  margin-bottom: 8px;
}

#msform td {
  vertical-align: top;
}
.error {
  color: red !important;
  font-size: 13px;
}
.pt12 {
  padding-top: 12px !important;
}
#d_salutation1-error {
  margin-top: 5px;
}

#noOfDelegates-error {
  margin-top: 5px;
}

input[type="radio"] ~ label::before {
  border: 0.9px solid #80888a;
  border-radius: 50%;
}



@media screen and (max-width:600px){
  #progressbar li strong {
    font-weight: 600;
    color: #63a210;
    font-size: small;
    display: grid;
}
.fs-title {
  font-size: 17px;

}
.steps {
  font-size: 18px;

}
input[type="checkbox"] ~ label, input[type="radio"] ~ label {
  position: relative;
  font-size: 14px;
  line-height: 25px;

}
input[type="checkbox"] ~ label::before, input[type="radio"] ~ label::before {

  top: 5px;


}
/* fieldset table {

  /* margin-top: 10px; */
  /* width: max-content;
}  */

/*ad 21sep*/
.container-fluid.form-container {
  padding-left: 0px;
  padding-right: 0px;
}
table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
#msform input, #msform textarea {
  min-width: 150px;
  overflow-x: scroll;
}
.bg_shadow.wp75{
  width: 100%;
}
/* fieldset{
  overflow-x: scroll;
} */
}

/*