* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

p {
  margin: 0;
  letter-spacing: 0.2px;
}

.row {
  --bs-gutter-x: 0rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: GSKPrecision;
  counter-reset: question;
  color: white;
}


#main-wrapper{
  position: relative;
}


.error::before {
  content: "*Required";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  color: red;
  font-size: calc(0.2rem + 0.5vw);
  margin-left: 0;
  z-index: 1;
}

.inputBox {
  font-size: calc(0.3rem + 0.7vw);
  position: relative;
}




/* ---- Success screen ---- */

#success-screen {
  position: fixed;
  background-color: rgb(12 33 65 / 77%);
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0c2141;
  display: none;
  padding: 0.5rem;
}

#success-screen .inner-box {
  background-color: #fff;
  padding: calc(2.5vh + 2.5rem) calc(2.5vw + 2.5rem);
  border-radius: 20px;
  text-align: center;
  max-width: 90%;
  width: 55%;
  text-align: center;
  border: 2px solid #fdf48e;
  background: #3a2652;
  color: #fdf48e !important;
}
#success-screen .inner-box h2 {
  color: #fdf48e !important;
}
#success-screen .inner-box h2 {
  font-weight: 900;
  font-size: calc(0.5rem + 1.7vw);
}
#success-screen .inner-box h4 {
  font-size: 1.2rem;
}

#submitted-before {
  position: fixed;
  background-color: rgb(12 33 65 / 77%);
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0c2141;
  display: none;
  padding: 0.5rem;
}

#submitted-before .inner-box {
  background-color: #fff;
  padding: 2rem calc(2.5vw + 2.5rem) 1.5rem;
  border-radius: 20px;
  text-align: center;
  max-width: 90%;
}

#submitted-before .inner-box h4 {
  font-size: 1.2rem;
}

#submitted-before .inner-box h2 {
  font-weight: 900;
}

a {
  color: #3a2652;
  text-decoration: none;
}
a:hover {
  color: #3a2652;
}
/* textarea {
    border-radius: 5px;
    resize: none;
    width: 100%;
    padding: 0.5rem;
    border: 2px dashed #8e8e8e;
    height: 50vh;
}

textarea:focus,
input:focus {
    outline: none;
} */

.err,
.others_error {
  color: red;
  display: none;
  font-size: calc(0.3rem + 0.5vw);
  font-weight: normal;
}

i {
  font-size: 0.8rem;
  color: #fff;
}

.others {
  border: 1px dashed #0771aa;
  width: 70%;
  height: 72%;
  outline: none;
  font-size: 0.9em !important;
  padding: 0.4em;
  margin-left: 0.6em;
  color: #343233 !important;
}

#question_14_others {
  display: none;
}

.step {
  height: 0.75em;
  width: 0.75em;
  margin: 0 0.1em;
  background-color: #5d5c5d;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

.step.active {
  opacity: 1;
  background-color: #e75824;
}

.btns_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
}

.prev-btn {
  max-width: 5.875em;
  width: 100%;
  margin-left: 1em;
  margin-bottom: 0.8em;
  cursor: pointer;
  margin-top: 1em;
  text-decoration: none;
  outline: none;
  border: none;
}

.btn-next {
  /* max-width: 5.875em; */
  /* margin-right: 4em; */
  cursor: pointer;
  background-color: #0074af;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: fit-content;
  padding: 8px 18.9px;
  display: flex;
  font-size: calc(0.1rem + 0.8vw) /* margin-top: 15px; */;
  align-items: center;
  justify-content: center;
}

.cust_grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}



#question_24_others,
#question_25_others,
#question_2_11_others,
#question_2_12_others,
#question_3_2_others,
#question_12_others {
  display: none;
}

/* sorting question*/
.list-group-item.active {
  color: black;
  background-color: rgba(255, 255, 255, 0);
  border-color: #aaaaaa;
}

#q1 .dragged_cont {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid;
  margin: 0.3em 0;
  padding: 0.3em;
  background-color: #fff;
}

.form-check1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-left: 0 !important;
  align-items: center;
  align-content: center;
}

.percentage_textarea {
  width: 15%;
  height: 30px;
  margin-left: 4rem;
  margin-top: 1rem;
  border: 1px dashed #e75824;
  padding: 5px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
}


.login #invalid_name,
.login #right_name,
.login #invalid_email,
.login #right_email {
  font-family: GSKPrecision;
  position: absolute;
  font-size: calc(5px + 0.6vw);
  color: red;
  display: none;
  margin-top: 4px;
}



.err,
#chk_option_error {
  color: red;
  display: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5x;
  -webkit-border-radius: 5x;
  -moz-border-radius: 5x;
  -ms-border-radius: 5x;
  -o-border-radius: 5x;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e75824;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e75824;
}


.start_btn {
  background-color: #e92429;
  color: white;
  text-transform: uppercase;
  border-radius: 1.2125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  width: fit-content;
  padding: 0.5rem 1.3125rem;
  font-size: calc(0.7rem + 0.2vw);
  cursor: pointer;
  font-weight: bold;
  padding: 0.8rem 3rem;
  border: 0;
}


.header {
  display: flex;
  position: relative;
  height: 10vh;
  background: transparent;
  width: 100%;
  flex-direction: row-reverse;
}
.header img {
  height: 100%;
}
.footer {
  display: flex;
  position: relative;
  height: 10vh;
  background: transparent;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: .5rem;
}
.footer .footer_img img {
  width: 7vw;
}
.footer .divider {
flex-grow: 1;
display: flex;
}
.footer .divider span {
   width: 100%;
   background: gray;
   height: 2px;

}
.content_footer {
  display: flex;
  position: relative;
  height: 8vh;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: .5rem;
  background: #3a2652;
}
.content_footer .content_footer_img img {
  width: 7vw;
}
.content_footer .divider {
flex-grow: 1;
display: flex;
}
.content_footer .divider span {
   width: 100%;
   background: gray;
   height: 2px;

}
.login_form_wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  background: #00000085;
  border-radius: 1rem;
  padding: 1rem;
  height: 50%;
  align-content: center;
  justify-content: center;
}




#Page_2  {
  z-index: 2;
  position: relative;
  background: url(../images/bg2.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  justify-content: space-around;
  overflow: hidden;
   flex-direction: column;
}

#Page_1 {
  z-index: 2;
  position: relative;
  background: url(../images/bg2.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  justify-content: space-around;
  overflow: hidden;
  flex-direction: column;
}
.hide{
  display: none ;
  height:0;
}
.show {
display: flex;
height: 100vh;
}
.content_wrapper {
  z-index: 2;
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
  line-height: 1;
  line-height: 1;
}

.content_wrapper h3 {
  font-family: GSKPrecision, sans-serif;
  font-size: calc(0.6rem + 1.7vw);
  color: rgb(255, 255, 255);
  text-align: center;
}
.content_wrapper h2 {
  font-family: GSKPrecision, sans-serif;
  font-size: calc(0.9rem + 1.7vw);
  color: rgb(255, 255, 255);
  font-weight: bolder;
  text-align: center;
}

.border_bottom{
  border: none;
  border-bottom: 2px gray solid;
}
.content_wrapper form {
  width: 100%;
  display: flex;
  gap: 0.5rem 2rem;
  padding-bottom: 0.5rem;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.content_wrapper form small {
  color: rgb(189, 32, 32);
  font-family: GSKPrecision;
  min-height: 1rem;
  min-width: 1rem;
}
.inputBox input,
.inputBox textarea {
  letter-spacing: 0.062rem;
  position: relative;
  margin-bottom: 0.875rem;
  border: none;
  outline: none;
  background: #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  font-family: GSKPrecision;
  font-size: calc(0.7rem + 0.3vw);
  width: 100%;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
.error input {
  border-bottom: 2px solid rgb(189, 32, 32);
  color: rgb(189, 32, 32);
}

#overlay {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
    background: rgba(29, 29, 31, 0.31); /* Slightly adjusted for better readability */
}

.loader {
    border: 6px solid rgb(255, 255, 255); /* Light outer border */
    border-top: 6px solid #9b000c; /* Color of the loader */
    border-radius: 50%; /* Circular shape */
    width: 80px; /* Size of the loader */
    height: 80px; /* Size of the loader */
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.download_wrapper{
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 10;
  flex-direction: column;
  gap: 0.5rem;

}
.download_wrapper button {
  cursor: pointer;
  background-color: #9b000d88;
  color: white;
  text-transform: uppercase;
  border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border: none;
  width: fit-content;
  padding: .5rem;
  display: flex;
  font-size:calc(0.1rem+0.8vw);
  align-items: center;
  justify-content: center;
}
.container{
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}