@import url('https://fonts.googleapis.com/css2?family=Arima:wght@400;600&family=Open+Sans:wght@300;500&display=swap');
:root {
    --primary-color:#233b85;
}
html {
    --scrollbarBG: #eefaff;
    --thumbBG: #233b85;
  }
  body::-webkit-scrollbar {
    width: 15px;
  }
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/* body */
body {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    font-family: 'Arima', cursive;
    font-weight: 400;
}
.form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.progressbar {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 95px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.main-content .wizard-form {
    display: block;
}
.main-content .wizard-form .progressbar-list::before{
    content: " ";
    background-color: rgb(155, 155, 155);
    border: 10px solid #fff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition:all;
    z-index: 1;
    position: inherit;
}
.main-content .wizard-form .progressbar-list::after{
    content: "";
    background-color: rgb(155, 155, 155);
    padding: 0px 0px;
    position: absolute;
    top: 14px;
    left: -50%;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: 0;
    transition: all 0.8s;
}
.main-content .wizard-form .progressbar-list.active::after{
    background-color: green;
}
.main-content .wizard-form .progressbar-list:first-child::after{
    content: none;
}
.main-content .wizard-form .progressbar-list.active::before{
    font-family: "Font Awesome 5 free";
    content: "\f00c";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 6px;
    background-color: green;
    border: 1px solid green;
    box-shadow: 0 0 0 7.5px rgb(118 60 176 / 11%);
}
.main-content .wizard-form .progressbar-list.current::after{
    background-color: rgb(59, 63, 180);
}
.main-content .wizard-form .progressbar-list.current::before{
    font-family: "Font Awesome 5 free";
    content: "\f192";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 6px;
    background-color: rgb(59, 63, 180);
    border: 1px solid rgb(59, 63, 180);
    box-shadow: 0 0 0 7.5px rgb(118 60 176 / 11%);
}
.main-content .w-20 {
    width:25% !important;
}
header {
    background-color:var(--primary-color) ;
    padding:10px 20px;
    min-height: 50px;
    box-shadow: 0 5px 5px #253d85;
}
.schoolName {
    font-size: 32px;
    color:#fff;
    font-weight:600; 
    font-family: 'Arima', cursive;
    margin-top:10px
}
.logo {
    display: flex;
    align-items: center;
}
.logoClass {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
}
.academicHead {
    font-size: 25px;
    color:#fff;
    font-weight:500; 
    display: flex;
    justify-content: end;
    min-height: 70px;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}
.progressbar-list{
    color:#6f787d;
}
.active{
    color:green;
}
.current{
    color:#253d85;
}
.main-content .card {
    padding:10px
}
.main-content .card-header {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 0px !important;
    font-size: 17px;
    padding: .2rem 1rem;
}
.main-content .card-body {
    padding: .5rem .5rem;
}
.noteHead {
    color: #a71e1e;
    font-weight: 600;
    font-size: 14px;
}
.noteBox {
    border-radius: 10px;
    border: solid 1px #b10707;
    background-color: #ffdcdc;
}
.mandatory {
    color:#f00;
}
.form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Arima', cursive;
}
.form-group {
    margin-bottom:10px
}

fieldset {
    border:solid 1px #ddd;
    padding: 10px;
    border-radius: 5px;
}
fieldset legend {
    background-color: #ddd;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.custom-fr-btn {
    background-color: var(--primary-color);
    min-width: 125px;
    border-color:  var(--primary-color);
}
.custom-bk-bt {
    background-color: #6f787d;
    min-width: 125px;
    border-color: #6f787d;
}
.custom-fn-bt {
    background-color: #1e9864;
    min-width: 125px;
    border-color: #1e9864;
}


.needs-validation .invalid-tooltip {
	right: 10px
}

html[dir="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: unset;
	margin-right: -1px;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

html[dir="rtl"] .was-validated .form-control:invalid,
html[dir="rtl"] .form-control.is-invalid,
html[dir="rtl"] .was-validated .form-control:valid,
html[dir="rtl"] .form-control.is-valid {
	background-position: left calc(0.375em + 0.1875rem) center;
	padding-left: calc(1.5em + 0.75rem);
	padding-right: 12px
}

body.dark-only .was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #1d1e26
}

html[dir="rtl"] .was-validated .form-select:invalid {
	background-position: left 0.75rem center, center left 1.75rem !important
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ced4da;
    background-image: none;
}
.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #ced4da;
}
.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}

@media (max-width:981px) {
    .logo {
        justify-content: center;
    }
    .academicHead {
        justify-content: center;
    }
}

@media (max-width:575px) {
    .logo {
        justify-content: center;
        flex-flow: column;
       
    }
    .logo .schoolName {
        font-size: 25px;
    }
    .academicHead {
        justify-content: center;
        text-align: center;
        flex-flow: column;
        font-size: 18px;
        line-height:25px
    }
    .academicHead span {
        font-size: 25px;
    }
}
@media (max-width:767px) {
    .progressbar {
        flex-flow: row;
        padding-left: 10px;
    }
    .progressbar-list {
        font-size: 14px;
    }
}
@media (max-width:510px) {
    .progressbar-list span {
        display: none;
    }
}