.w-auto {
  width: auto !important;
}

.W-100 {
  width: 100% !important;
}

.mw-auto {
  min-width: auto !important;
}

.w-550 {
  width: 550px !important;
}

.mw-800 {
  max-width: 800px !important;
}

.w-30 {
  width: 30% !important;
}

.w-33 {
  width: 33% !important;
}

.fs-23 {
  font-size: 23px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ph-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.mh-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.custom-h5 {
  margin-left: 30px !important;
  margin-bottom: 0px !important;
}

.form-section {
  /* background-image: linear-gradient(180deg, #4F7175 0%, #036194 100%); */
  background: url(assets/image/background.jpg) no-repeat center center;
  background-size: cover;
}

.form-container {
  border-radius: 10px;
  margin-bottom: 10px;
}

.tab {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-color: #f1f1f1; */
  /* background: #f4f1e3; */
  /* background: #fff; */
  /* border-bottom: 3px solid #ee3a81; */
  border-radius: 10px;
  margin-bottom: 10px;
}

.tab button {
  flex: 1 1 0px;
  background-color: #ffffff65;
  /* background-color: transparent; */
  float: left;
  /* color: #2e5225; */
  color: #2F3E50;
  font-size: 15px;
  font-weight: bold;
  border: none;
  /* border-right: 2px solid rgb(218, 218, 218); */
  /* border-bottom: 3px solid #ee3a81; */
  border-bottom: 3px solid #fff;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 14px 16px;
  transition: 0.3s;
  /* width: 145px !important; */
  height: 100px;
}

/* .tab button:hover {
    background-color: #ddd;
} */

#defaultOpen.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tab button.active {
  background-color: #2F3E50;
  overflow: visible !important;
  color: #fff;
  font-weight: 700;
  border-bottom: none;
}

.tab button:hover {
  background: #46804B;
  color: #fff;
}

.form-page-container {
  position: relative;
  overflow: hidden;
}

.tabcontent {
  display: none;
  background: #fff;
  padding: 15px 20px;
  border-top: 3px solid #46804B;
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  border-radius: 10px;
  overflow: scroll;
  height: calc(100vh - 120px);
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

.reg-form {
  border-top-left-radius: 10px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 10px;
}

.reg-form h1 {
  color: rgb(26, 26, 26);
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 20px;
}

.btn-outline-danger:hover {
  border: 4px solid #dc3545;
}

.form-sec {
  padding: 20px;
}

.custom-form-sec input {
  width: 350px !important;
}

.form-sec input::placeholder {
  color: rgb(190, 190, 190);
  font-size: 18px;
  font-weight: normal;
}

.form-sec input[type="file"] {
  width: 200px !important;
  position: relative;
  height: 225px;
  border: 2.5px dashed rgb(85 85 85);
  z-index: 1;
}

.form-sec span {
  display: flex;
  width: 100%;
}

.form-sec span h5 {
  display: flex;
  min-width: 20%;
  align-items: center;
  margin: 17px 10px 10px 0;
}

.form-sec span a {
  color: #2F6394;
}

.form-sec span a:hover {
  color: #5796d1;
}


.form-sec span h5 i {
  font-size: 16px;
  font-weight: lighter;
}

.form-sec span i {
  color: #2e5225c7;
  font-size: 25px;
  margin-top: 19px;
}

.form-sec span input,
.form-sec span div select {
  width: 300px;
  background: #fff;
  border: none;
  border-bottom: 2px solid rgb(190, 190, 190);
  padding: 10px 10px 10px 15px;
  margin: 15px 15px 15px 0;
}

.form-sec span div select,
.form-sec span div select option {
  color: rgb(190, 190, 190);
  font-size: 18px;
  font-weight: normal;
}

.form-sec span input[type="checkbox"] {
  border: 2px solid black;
}

.btn-outline-danger {
  width: 35px;
  height: 35px;
  padding: 0;
  position: relative;
  left: -28px;
  top: -12px;
  z-index: 9;
  background: #fff;
}

.form-sec-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-sec-header h3 {
  display: inline-block;
  color: #274f26;
  white-space: nowrap;
  margin-right: 10px;
}

.horizon-line {
  height: 1.5px;
  background: #274f26;
  margin-right: 30px;
}

.image-upload img {
  position: absolute;
  width: 190px;
  left: 5px;
  top: 5px;
  border-radius: 10px;
}

.image-upload p {
  line-height: 20px;
  margin-top: 10px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

::-webkit-file-upload-button {
  display: none;
}

::file-selector-button {
  display: none;
}

.checkmark-container {
  display: flex;
}

.option {
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 7px 20px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}

.option .dot {
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  box-sizing: border-box;
}

.option.selected-radio .dot {
  background: #769851;
  border: #d9d9d9 4px solid;
}

/* .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #769851;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
} */

input[type="radio"] {
  display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
  border-color: rgb(190, 190, 190);
  /* background: #0069d9; */
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
  background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}

.option span {
  width: auto;
  font-size: 20px;
  color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
  color: rgb(190, 190, 190);
}

/* quantity counter */
.counter {
  width: 150px;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter input {
  width: 50px !important;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #2e5225;
  appearance: none;
  outline: 0;
  border: 2px dashed rgb(190, 190, 190) !important;
  border-radius: 5px;
  padding: 10px !important;
  margin: 15px !important;
}

.counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  color: #2e5225;
  user-select: none;
}

.counter-text {
  bottom: -20px;
  color: rgb(190, 190, 190);
  font-size: 16px;
  font-weight: normal;
  margin-right: 0 !important;
}

.consent-container p {
  font-size: 26px;
  font-weight: normal;
}

/* Checkmark */
.checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-e input:checked~.checkbox__checkmark {
  background-color: #2e5225;
}

.checkbox.style-e input:checked~.checkbox__checkmark:after {
  left: 33px;
}

.checkbox.style-e:hover input~.checkbox__checkmark {
  background-color: rgb(219, 219, 219);
}

.checkbox.style-e:hover input:checked~.checkbox__checkmark {
  background-color: #2e5225;
}

.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  /* top: 1px; */
  top: 38%;
  left: 0;
  /* height: 22px;
    width: 40px; */
  height: 28px;
  width: 56px;
  background-color: #cfcfcf;
  transition: background-color 0.25s ease;
  border-radius: 50px;
}

.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  /* top: 3px; */
  top: 6px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}

.bg-transparent {
  background: transparent !important;
}

.checkbox.style-e .checkbox__body {
  color: #2e5225;
  font-size: 20px;
  font-weight: 600;
  transition: color 0.25s ease;
  margin: 10px 10px 10px 20px;
}

.horizon-file {
  height: 47px !important;
}

.immune-btn {
  display: flex;
  align-items: center;
}

.immune-btn button {
  background: transparent;
  color: #2e5225;
  border: 2px solid #2e5225;
}

.immune-btn button:hover {
  background: #2e5225;
  color: #f4f1e3;
}

.immune-list div div {
  width: auto;
  margin: 15px 15px 15px 0;
}

.checkbox.style-g {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-g input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-g input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-g input:checked~.checkbox__checkmark:after {
  opacity: 1;
  left: 8px;
}

.checkbox.style-g input:checked~.checkbox__body {
  font-weight: bold;
}

.checkbox.style-g:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-g:hover input:checked~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-g .checkbox__checkmark {
  position: absolute;
  top: 1px;
  right: 0;
  height: 22px;
  width: 22px;
  /* background-color: #eee; */
  border: 2px dashed #2e5225;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}

.checkbox.style-g .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: -20px;
  /* top: -8px;
    width: 15px;
    height: 25px; */
  top: -6px;
  width: 12px;
  height: 22px;
  border: solid #2e5225;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease, left 0.25s ease;
}

.checkbox.style-g .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
}

#sig-canvas {
  border: 2px dashed rgb(190, 190, 190) !important;
  border-radius: 15px;
  cursor: crosshair;
}

.sign-btn button:nth-child(1) {
  background: #2e5225;
  color: #f4f1e3;
  padding: 8px 10px;
  border-radius: 5px;
}

.sign-btn button:nth-child(2) {
  background: transparent;
  color: #2e5225;
  border: 2px solid #2e5225;
  padding: 8px 10px;
  border-radius: 5px;
  margin-left: 20px;
}

#sig-image {
  width: fit-content !important;
}

.nav-btn {
  width: 84%;
}

.nav-btn button {
  border: none;
}

.nav-btn button:nth-child(2) {
  /* position: absolute; */
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 10%;
  color: #fff;
  font-weight: bolder;
  background: #46804B;
  border-radius: 100%;
}

.nav-btn button:nth-child(1) {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 17%;
  color: #ffffff;
  background: #46804B;
  border-radius: 100%;
}

@media (min-width: 1600px) {
  .nav-btn button:nth-child(2) {
    right: 16%;
  }

  .nav-btn button:nth-child(1) {
    right: 22%;
  }
}

.form-rocket {
  position: absolute;
  z-index: 1;
  /* top: 55%; */
  top: 80%;
  /* right: -40px; */
  right: -75px;
  transform: rotate(-110deg);
  width: 400px;
}

.form-sec input.w-150 {
  width: 170px !important;
}

.valid_email {
  border-bottom: 2px solid #22bb33 !important;
}

.invalid_email {
  border-bottom: 2px solid #ff0000 !important;
}

.toast {
  opacity: 1 !important;
}

#toast-container>div {
  opacity: 1 !important;
}

.is-invalid {
  border-bottom: 2px solid #de0000 !important;
}

.blocker {
  padding-top: 175px !important;
}

.asterisk {
  position: absolute;
  color: red;
  top: 20px;
  left: -310px;
}

.asterisk-two {
  position: absolute;
  color: red;
  top: -60px;
  left: 6px;
}

.asterisk-three {
  position: absolute;
  color: red;
  top: -94px;
  left: -12px;
}

.button-img-delete {
  position: absolute;
  bottom: 0px;
  width: 170px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  color: crimson;
  cursor: pointer;
  display: none;
}

.educore-watermark {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 12px;
}

.educore-watermark img {
  width: 70px;
}

::-webkit-scrollbar {
  display: none !important;
}

.gi-shapes {
  position: absolute;
  width: 250px;
  right: 0;
  top: 0;
}

.logo {
  margin: 0 auto;
}

#main_form {
  padding: 10px 0 0;
}

#admission-attachment h5 a {
  color: #46804B;
}