/*==================================================
  B.Tech Admission Portal
==================================================*/

body{
    background:#f4f6f9;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    color:#333;
}

/*---------------------------------
Header
---------------------------------*/

.page-title{
    color:#0d6efd;
    font-weight:700;
}

.card{
    border:none;
    border-radius:10px;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
}

.card-header{
    font-size:17px;
    font-weight:600;
}
.header{
	width: 100%;
    clear: both;
    height: 100px;
}

.required{
    color:red;
}
.progress{
    height:8px;
}
     
.logo{
	text-align: left;
	width: 25%;
	float:left;
}
.logo img{width:100%;}
.wizard {
   clear: both;
    margin-top: 40px;
}	
/*---------------------------------
Section Heading
---------------------------------*/

.section-title{

    background:#0d6efd;
    color:#fff;

    padding:12px 18px;

    border-radius:8px;

    font-size:18px;

    font-weight:600;

    margin-bottom:20px;

}

/*---------------------------------
Labels
---------------------------------*/

label{

    font-weight:600;
    margin-bottom:6px;

}

.required{

    color:#dc3545;

}

/*---------------------------------
Inputs
---------------------------------*/

.form-control,
.form-select{

    border-radius:8px;

    min-height:44px;

}

.form-control:focus,
.form-select:focus{

    border-color:#0d6efd;

    box-shadow:0 0 8px rgba(13,110,253,.25);

}
.page-title{
	font-weight:bold;
	color:#0d6efd;
}
/*---------------------------------
Tables
---------------------------------*/

.table th{

    vertical-align:middle;
    text-align:center;

}

.table td{

    vertical-align:middle;

}

/*---------------------------------
Progress
---------------------------------*/

.progress{

    height:10px;

    border-radius:10px;

}

/*---------------------------------
Buttons
---------------------------------*/

.btn{

    border-radius:8px;

    min-width:130px;

}

.btn-lg{

    padding:10px 30px;

}

/*---------------------------------
Wizard
---------------------------------*/

.step-indicator{

    display:flex;

    justify-content:space-between;

    margin-bottom:30px;

}

.step{

    flex:1;

    text-align:center;

    position:relative;

}

.step::after{

    content:"";

    position:absolute;

    top:18px;

    left:50%;

    width:100%;

    height:3px;

    background:#dee2e6;

    z-index:0;

}

.step:last-child::after{

    display:none;

}

.step-number{

    width:36px;

    height:36px;

    line-height:36px;

    border-radius:50%;

    display:inline-block;

    background:#adb5bd;

    color:#fff;

    font-weight:bold;

    position:relative;

    z-index:1;

}

.step.active .step-number{

    background:#0d6efd;

}

.step.completed .step-number{

    background:#198754;

}

.step-title{

    display:block;

    margin-top:8px;

    font-size:13px;

    font-weight:600;

}

/*---------------------------------
Upload
---------------------------------*/

input[type=file]{

    padding:8px;

}

.upload-success{

    color:green;

    font-size:13px;

}

/*---------------------------------
Preview
---------------------------------*/

.preview-box{

    background:#fafafa;

    border:1px solid #ddd;

    padding:20px;

    border-radius:8px;

}

/*---------------------------------
Footer
---------------------------------*/

.footer{

    text-align:center;

    padding:20px;

    color:#666;

}

/*---------------------------------
Responsive
---------------------------------*/

@media(max-width:768px){

.step-title{

    font-size:11px;

}

.btn{

    width:100%;

    margin-bottom:10px;

}

.section-title{

    font-size:16px;

}

.table{

    font-size:13px;

}

}