
    .photo {
    width: 171px;
    height: 171px;
    border: 1px solid #1a1b1b;
    background: white;
    border-radius: 50%;
    box-shadow: -5px 3px 1px 8px #00BCD4;
}
.table img {
	width: 43px;
	height: 43px;
}
input.form-control.address {
    height: 67px;
}
.new_stu label {
    margin-bottom: 3px; 
    margin-top: 23px;
}
.new_stu select.form-control {
    margin-top: 3px;
}
.img_t img {
    border: 2px solid #eaeaea;
    border: 50%;
    border-radius: 5%;
    margin: 7px;
    width: 23%;
}
.img_t {
    text-align: center;
}

.modal-header .close {
    position: absolute;
    right: 43px;
    top: 17px;
}
.add_btn_s{
    text-align:center;
    margin:7px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #48483b;
    background: #17a2b8;
    color: rgb(255 255 255 / 90%);
}
label {
    margin-bottom: 0;
    margin-top: 13px;
}
select.form-control {
    margin-top: 0px;
    height: 41px;
}
input#insert {
}
@media (max-width: 640px) {
.birth_div {
    padding: 6px 7px;
}
select.birth_d {
    width: 100%;
    margin: 0 7px 0 0;
    color: #212529;
    padding: 3px;
}
}

    * {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#insert_form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#insert_form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#insert_form fieldset:not(:first-of-type) {
    display: none
}

#insert_form input,
#insert_form textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 13px;
    margin-top: 2px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#insert_form input:focus,
#insert_form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}


#insert_form .action-button {
    width: 100px;
    background: #17a2b8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    float: right;
}
#insert_form .action-button:hover,
#insert_form .action-button:focus {
    background-color: #311B92
}


#insert_form .action-button-previous {
    width: 100px;
    background: #17a2b8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    float: left;
}



.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#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 li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
