/* Assesment Main Page */

html {
    scroll-behavior: smooth;
}

.top-bar {
    display: none;
}

body {
    background-image: url(https://storage.googleapis.com/infiflexnew.appspot.com/assesment/image/banner-image.png);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-y: hidden;
    font-family: Montserrat !important;
}


#section1 {
    text-align: center;
    padding-top: 10%;
    height: 100vh;
    vertical-align: middle;
}

#section2 {
    padding-top: 5rem;
    height: 100vh;
}

#section3 {
    padding-top: 15%;
    height: 100vh;
}

#section4 {
    padding-top: 5%;
    height: 100vh;
}
#section6, #section11, #section12, #section13, #section22, #section29, #section30, #section31, #section32, #section34, #section37, #section39, #section52, #section53, #section57 {
    padding-top: 15%;
}
section {
    height: 100vh;
    padding-top: 18%;
}

#section1 .firstSection-btn {
    width: 215px;
    height: 45px;
    background: #1E8999 0% 0% no-repeat padding-box;
    margin: 5px auto;
    border-radius: 4px;
    border: none;
    margin-left: 10rem;
}
.fa-clock-o {
    margin-right: 10px;
}
#section1 .firstSection-button-style-text {
    color: #ffff;
    font-size: 2.2rem !important;
    font-weight: 700;
}

#section2 .secondSection-button {
    width: 145px;
    height: 40px;
    background: #1E8999 0% 0% no-repeat padding-box;
    margin: 5px auto;
    border-radius: 3px;
    border: none;
}

.thirdSection-button {
    width: 120px;
    height: 40px;
    background: #1E8999 0% 0% no-repeat padding-box;
    margin: 5px auto;
    border-radius: 3px;
    border: none;
}

.ok-button {
    width: 90px;
    height: 40px;
    background: #1E8999 0% 0% no-repeat padding-box;
    margin: 5px auto;
    border-radius: 3px;
    border: none;
    margin-left: 3%;
}

.assessment-textstyle {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    margin: 0 0 0px;
    line-height: 0.8;
}
.button-style-text {
    color: #ffff;
    font-size: 2rem !important;
    font-weight: 700;
}

.welcome-heading {
    font-weight: 700;
    font-size: 2.5rem !important;
}

.business-textStyle {
    font-size: 2rem;
    line-height: 1.8;
    margin: 0 0 0px;
}
.arrow-button {
    width: 27px;
    height: 27px;
    background: #1E8999 0% 0% no-repeat padding-box;
    margin: 5px auto;
    border-radius: 3px;
    border: none;
    color: white;
    position: fixed;
    top: 0;
}

.arrow-downButton-position {
    text-align: left;
}

#up-down-button {
    display: none;
}

.arrow-upButton-position {
    text-align: right;
}

::placeholder {
    height: auto;
    font-size: 2rem;
    color: #1e899953;
}

.logoImg-col {
    padding-bottom: 2rem;
}

.logoImg-style {
    height: 110px;
}

.welcome-heading-style {
    padding-bottom: 2rem;
}

.angle-buttonStyle {
    position: fixed;
    bottom: 0;
}

.details {
    width: 100%;
    margin-bottom: 2.5rem;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #1e899953;
    margin-top: 2rem;
    margin-left: 3%;
    background: none;
}
.upDown-Style {
    font-weight: 600;
    font-size: 2.5rem;
    margin-left: -2px;
    margin-top: 0.2rem;
}
.business-symbol {
    color: #1E8999;
    font-size: 1.5rem !important;
    float: right;
    margin-top: 9px;
    margin-right: -15px;
}

.numbering {
    font-weight: 500;
    color: #1E8999;
    font-size: 1.6rem !important;
}

.question-text {
    margin-left: 10px;
    font-size: 2.4rem !important;
    font-weight: 500;
}

.option-box1 {
    width: 100%;
    height: 40px;
    margin-left: 2rem;
    border: 1px solid #1E8999;
    border-radius: 5px;
    background: #1e89991c;
    margin-bottom: 1rem;
    word-wrap: break-word;
}

.option-number-box {
    border: 1px solid #1E8999;
    border-radius: 3px;
    margin-top: 6px;
    margin-right: 8px;
    background: #f1f1f1;
    color: #1E8999;
    text-align: center;
    font-size: 12px !important;
    font-weight: 600;
    vertical-align: middle;
    padding: 2px 6px;

}

.option-text {
    width: auto;
    color: #1E8999;
    font-size: 2rem !important;
    font-weight: 400;
    margin-top: 2px;
    border: none;
    background: #1e899900;
    text-align: left;
    word-wrap: break-word;
}

input:focus {
    outline: none;
}

.form-container-label {
    font-size: 1.6rem;
    color: #1E8999;
    font-weight: 400;
    margin-left: 3%;
}

input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.option-box1 input[type="radio"] {
    transition: ease-in-out 0.3s;
}

.option-box1:hover {
    background-color: #1e899974;
}

.option-box1 input[type="radio"]:checked+label {
    position: absolute;
    top: -2px;
    left: 15px;
    right: 0;
    bottom: 0;
    width: 96%;
    word-wrap: break-word;
    padding-top: 3px;
    padding-left: 10px;
    height: 40px;
    margin-left: 2rem;
    border: 2px solid #1E8999;
    background-color: #1e89994e;
    border-radius: 5px;
}
#question1-choice4 .option-box1 {
    height: 65px;
}
#question1-choice4 .option-box1 input[type="radio"]:checked+label{
    height: 65px;
}
.space {
    padding-bottom: 1rem;
}
.option-box1 label {
    position: absolute;
    top: 0px;
    left: 45px;
    right: 0;
    padding-top: 2px;
    bottom: 0;
}

.option-box1 input {
    position: absolute;
    top: 0px;
    left: 45px;
    right: 0;
    bottom: 0;
}


 /* Thank You Page  */

.positionstyle {
    text-align: center;
    text-align: center;
    padding-top: 8%;
}

.thankYoustyle {
    font-size: 3rem;
    font-weight: 500;
    color: #5cb85cd6;
}

.submissionStyle {
    font-size: 2rem;
    font-weight: 500;
    color: #0000008f;
}

.logo-img {
    height: 100px;
    margin-bottom: 2rem;
}

.checkStyle {
    color: #5cb85cd6;
    font-size: 55px;
}
.backStyle {
    margin-top: 2rem;
    height: 31px;
    width: 100px;
    background: #567aced1;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

/* Modal style */

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 15%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 45px;
    border: 1px solid #888;
    width: 25%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -30px;
    margin-right: -20px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  /* Loader css */

  .loader-submit {
    background: currentcolor;
    position: fixed;
    -webkit-animation: loader-submit 1s ease-in-out infinite;
    animation: loader-submit 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: 0.25em;
    height: 1rem;
    top: 50%;
    left: 50%;
    color: #1E8999;
    visibility: hidden;
}

.loader-submit:after,
.loader-submit:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}

.loader-submit:before {
    right: 0.5em;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-submit:after {
    left: 0.5em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loader-submit {

    0%,
    100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
    }
}

@keyframes loader-submit {

    0%,
    100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
    }
}