* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background: linear-gradient(180deg, #2196F3 250px, #FFF 250px);
    background-repeat: no-repeat;
}
select {
    padding: 5px !important;
    font-size: 14px !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}
.justify-content-center{
	padding: 15px;
}

p {
	color: grey;
}

.text_upper {
    text-transform: uppercase;
}

#heading {
	text-transform: capitalize;
    color: #3d475f;
    font-weight: 500;
}

#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msformparent {
    text-align: center;
    position: relative;
}

#msformparent fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

.form-card {
	text-align: left;
	padding:10px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msformparent fieldset:not(:first-of-type) {
    display: none;
}

#msform input, #msform textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}

#msformparent input, #msformparent textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msformparent input:focus, #msformparent textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}

/*Next Buttons*/
#msform .action-button {
	width: 100px;
    background: #008d8d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:disabled {
    background: #cccccc; /* Light gray background */
    color: #666666;       /* Dimmed text color */
    cursor: not-allowed;  /* Show not-allowed cursor */
    opacity: 0.7;         /* Optional: make it look faded */
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #008d8d;
}

/*Next Buttons*/
#msform .visitor-action-button {
    background: #008d8d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0px 10px 5px;
}

#msform .visitor-action-button:disabled {
    background: #cccccc; /* Light gray background */
    color: #666666;       /* Dimmed text color */
    cursor: not-allowed;  /* Show not-allowed cursor */
    opacity: 0.7;         /* Optional: make it look faded */
}

#msform .visitor-action-button:hover, #msform .visitor-action-button:focus {
    background-color: #008d8d;
}

/*Next Buttons*/
#msformparent .action-button {
    background: #008d8d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0px 10px 5px;
}

#msformparent .action-button:disabled {
    background: #cccccc; /* Light gray background */
    color: #666666;       /* Dimmed text color */
    cursor: not-allowed;  /* Show not-allowed cursor */
    opacity: 0.7;         /* Optional: make it look faded */
}

#msformparent .action-button:hover, #msformparent .action-button:focus {
    background-color: #008d8d;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: none;
    font-weight: bold;
    color: #3d475f;
    border: 1px solid #008f8f;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #008f8f;
    color: #fff !important;
}

/*The background card*/
.side-card.show {
	height: 100%;
    /* display: flex; */
 	flex-direction: column;
}
.side-card {
	background-color: #40475f;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
    z-index: 0;
    border: none;
    position: relative;
}

.side-header-container {
    width: 99.85%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.side-header-container .logo{
	background: #fff;
	padding: 20px;
}

.logo img{
	width : 40%;
}

.schoolname{
	text-align: justify;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.welcome-msg{
	color: #fff;
    text-align: justify;
    font-size: 15px;
}

.bottom-div{
	border-bottom: 3px solid #edb720;
    width: 40px;
    margin-right: 300px;
}

.schooldetails{
	margin-top: 20px;
	text-align: justify;
 	color: #e4e8ed;
 	padding: 0;
}

.schooldetails button{
	background: azure;
    padding: 5px;
    font-size: 12px;
    width: 90px;
    font-weight: 700;
    margin: 0;
}

.schooldetails p{
	margin-top: 2rem;
 	margin-bottom: 2rem;
 	color: #e4e8ed !important;
}

.schooldetails i{
	margin-right: 8px;
 	color: azure;
}

.form-name{
	color: #fff;
    font-size: 20px;
    text-align: left !important;
    width: 100%;
}

.custom-control{
	background: darkcyan;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.custom-control p{
	margin: 0;
    color: #fff;
    padding-bottom: 2px;
}
 		
.bottom-content{
	margin-top: auto;
	padding: 0;
	margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer{
	background: azure;
    padding: 10px 5px;
    font-weight: 700;
    width: 386px;
    position: absolute;
    bottom: 0px;
}

.footer span{
	font-size: 15px;
 	font-weight: 500;
}
.card {
    z-index: 0;
    border: none;
    position: relative;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
    padding:10px !important;
}

/*FieldSet headings*/
.fs-title {
    font-size: 20px;
    color: #3d475f;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
	color: #673AB7;
    font-weight: normal;
}

/*Step Count*/
.steps {
	font-size: 20px;
    color: #3d475f;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
	color: gray;
	text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #3d475f;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 14.28%;
    float: left;
    position: relative;
    font-weight: 400;
}

.reg li {
    list-style-type: none;
    font-size: 15px;
    width: 16.5% !important;
    float: left;
    position: relative;
    font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #Instructions:before {
    font-family: FontAwesome;
    content: "\f06a";
}

#progressbar #Student:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #Parent:before {
    font-family: FontAwesome;
    content: "\f0c0";
}

#progressbar #Candidate:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #Family:before {
    font-family: FontAwesome;
    content: "\f0c0";
}

#progressbar #Communication:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #Criteria:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #Document:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #Languages:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #Experience:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #Education:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #Employment:before {
    font-family: FontAwesome;
    content: "\f15b";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #008d8d;
}

/*Animated Progress Bar*/
.progress {
	height: 20px;
}

.progress-bar {
	background-color: #008d8d;
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

.form-card .title{
	background: cadetblue;
    color: #fff;
    padding: 5px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;	
    font-size: 1rem;
}

.instruction-box{
	padding: 10px 10px;
}

.instruction-box p{
	/* text-transform: uppercase; */
    font-size: 15px;
}

.disclaimer-box{
	padding: 10px 10px;
	font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .table-textbox_100
	{
		width : 100px !important;
	}
}


.fa-hand-o-right {
    margin-right: 8px;
}

.datepickericon{
	position: absolute;
    right: 25px;
    top: 30px;
    color: gray;
}
.fit-image {
    width: 50%;
    object-fit: cover;
}

.setlebal{
	width: 100%;
}
label {
    display: inline-block;
    margin-bottom: 0px;
}

#spinner {
	position: absolute;
    top: 42px;
    left: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.datepicker {
    z-index: 9999 !important; /* Ensures datepicker appears on top of other elements */
}

.form-container {
    margin-top: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.datepicker-container {
    position: relative;
}

canvas {
  max-width: 100%;
}

.panel
{
    margin-top: 16px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-lined, .panel-default, .panel-primary, .panel-success, .panel-info, .panel-warning, .panel-danger
{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.panel-stacked {
    position: relative;
}

.panel-default .panel-heading
{
    padding-bottom: 10px;
}

.panel-default .panel-heading {
    margin: 0 22px;
    padding: 14px 0;
}
.panel-default > .panel-heading {
    color: #535353;
    background-color: #ffffff;
    border-color: #e4e4e4;
}
.panel-heading {
    padding: 14px 22px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-heading {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.panel-body {
    padding: 22px;
}

.alert
{
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

.alert-warning {
    background-color: #f9f6dc;
    border-color: #f5e9c6;
    color: #8a6d3b;
}
.alert {
    padding: 10px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 2px;
}