html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.icon-hover:hover {
    border-color: #3b71ca !important;
    background-color: white !important;
}

    .icon-hover:hover i {
        color: #3b71ca !important;
    }





#container {
    max-width: 1000px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007bff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}



.aerStudyDecoration {
    font-size: 20px;
    padding: 10px;
    text-align: justify;
}

.aerStudyButton {
    font-size : 23px; 
    margin-top : 50px;
    padding : 20px; 
}

.figure {
    max-width : 200px;

}

.text-justified {
    text-align: justify;
}


.spinner-container {
    position: fixed;
    top: 56px; /* Adjust this value based on your navbar height */
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); /* semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure the spinner is on top */
}

.border-design {
    /*    border-image-source: url('/images/image-from-rawpixel-id-1232879-original.png');
    border-image-slice: 100;
    border-image-repeat: stretch;
    border-width: 40px;
    border-style: solid;*/
    padding: 20px;
    width: 120%; 
    margin-left: -10%;
    font-family: sans-serif;
    background-color: white;
    border-radius: 5px;
    min-height : 70vh;
    margin-top:75px;
}

.blueBox {
    background-color: #1D4159;
    border-radius: 5px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
}

.blueSimpleBox {
    background-color: #1D4159;
    border-radius: 10px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.blueText {
    color: #1D4159;
    font-family: sans-serif;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 50px;
    font-weight: bold;
}


.blueTextQuestions {
    color: #1D4159;
    font-family: sans-serif;
    text-align: center;
    padding-top: 5px; 
    font-size: 40px;
    font-weight: bold;
}

.blueTextSimple {
    color: #1D4159;
    font-family: sans-serif;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.smallWords {
    font-size: 20px;
    text-align:center;
    margin-top:20px;
}

.PinkBox {
    background-color: #FFFBF4;
    border-radius: 5px;
    border: solid;
    border-color: #1D4159;
    color: black;
    font-family: sans-serif;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px !important;
}
 
.border-design div { 
    font-size : 30px; 
}


/*.border-design { 
    border : solid;  
    border-style: solid;
    padding: 20px;
}*/

/*body .border-design {
    background-image: url('/images/image-from-rawpixel-original.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/

.aerStudyContFigButton {
    font-size: 23px; 
    padding: 20px;
}

.password-indicator {
    display: none; /* Initially hidden */
    flex-direction: column;
}

    .password-indicator li {
        color: red; /* Default color */
    }

        .password-indicator li.valid {
            color: green;
        }

            .password-indicator li.valid::before {
                content: "\2713"; /* Checkmark */
                margin-right: 5px;
            }


.div-button {
    display: inline-block; 
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
    .div-button:hover {
        background-color: #00635A;
    }

    /* Additional styles for better user experience */
    .div-button:focus {
        outline: none;
        box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #4CAF50;
    }

#livePreviewContainer {
    position: relative;
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Ensure the canvas doesn't intercept mouse events */
}

.top-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999; /* Set a high z-index to ensure the image is on top */
}

#livePreview, #recordedVideo {
    transform: scale(-1,1);
}

    /* Revert the playback button if it was flipped */
    #recordedVideo::-webkit-media-controls-panel {
        transform: scale(-1,1);
    }

.no-scroll {
    overflow: hidden;
}

form .speaker img {
    margin-left: 0; /* Default margin */
}

.PinkBoxExtra {
    background-color: #FFFBF4;
    border-radius: 5px;
    border: solid;
    border-color: #1D4159;
    color: black;
    font-family: sans-serif;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 40px !important;
}

@media (max-width: 576px) { /* Adjust the maximum width as per your requirement */
    form .speaker img {
        margin-left: -60px;
    }

    .PinkBoxExtra {
        font-size: 25px !important;
    }

}

.hide-slider-thumb::-webkit-slider-thumb {
    display: none;
}


/* Default zoom */
html {
    zoom: 100%;
}

/* Small devices (landscape phones, less than 576px) */
@media (max-width: 576px) {
    html {
        zoom: 70%; /* Adjust the zoom level as needed */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 992px) {
    html {
        zoom: 70%; /* Adjust the zoom level as needed */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html {
        zoom: 80%; /* Default zoom */
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html {
        zoom: 110%; /* Adjust the zoom level as needed */
    }
}

/* Set full-screen modal backdrop */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the RGBA values as needed */
    position: fixed;
    top: 0;
    left: 0;
    width: 160vw; /* 100% of the viewport width */
    height: 200vh; /* 100% of the viewport height */
    z-index: 1040; /* Ensure it's above other elements */
}

