body {
    background-image: url('../img/bg-test.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    color: #777;
    font-size: 1rem;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 150px;
    font-family: roboto !important;
    font-size: 1em !importants;
    color: #333;
}
p{ line-height:2em; 
}
.navbar{ width:100% !important; top:0px; padding:5px 0px !important; } 

.homepage{ padding:0px !important; background-image:none; }
.nav-item .btn{ margin-top:4px; }

*{/*border-radius: 6px !important;*/}
.menu, .navbar{border-radius: 0px !important;}

.test-page {
    padding: 40px;
    padding-top: 10px;
    background-color: #fff;

    -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.13);
    z-index: 0;
}

.select2 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.file {
    border: none;
    padding-left: 0px;
}

/* Styling for select dropdown options */
.custom-select option {
    background-color: #f8f9fa;
    color: #333;
    font-weight: bold;
}

.custom-select option:hover {
    background-color: #e2e6ea;
    color: #333;
}

.test-page .logo {
    margin: 0 auto;
    display: block;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

.test-page h2 {
    text-align: center;
    padding-top: 20px;

}

label span{ color:red }


.ball {
    position: fixed;
    border-radius: 100%;
    opacity: 0.3;
    z-index: -1;
}

.CodeMirror{ border:1px #eee solid; background-color:#f4f4f4 }
.testlink{ border:1px #cccccc dashed; padding:15px; background-color:#f3f3f3 }

.animationz{ width:320px; }

/* Custom styles for file input button */
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Choose File';
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 8px 15px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
}

.custom-file-input:hover::before {
    background-color: #0056b3;
    border-color: #0056b3;
}

.custom-file-input:active::before {
    background-color: #004080;
    border-color: #004080;
}
.back-home a {
    background: #51227a;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 4px;
}

 #lottie-container {
width: 100px; /* Set the width */
      margin: 0 auto;
    }


    form .btn{ display:inline-block !important; }

    .btn{ width:auto;font-family: 'Roboto'; }

