body {
    font-family: 'Montserrat', sans-serif;
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.login-logo a, .register-logo a {
    color: white;
}

a {
    color: #FF6600;
}

a:hover {
    color: #B34700;
}
.nav-sidebar .nav-link p{
    text-transform: uppercase;
}

.nav-pills .nav-link:not(.active):hover {
    color: #FF6600;
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #FF6600;
    font-weight: 600;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff751a;
    border-color: #ff751a;
}

.btn-exilab {
    color: #ffffff;
    background-color: #FF6600;
    border-color: #B24700;
    text-transform: uppercase;
}

.btn-exilab:hover,
.btn-exilab:focus,
.btn-exilab:active,
.btn-exilab.active,
.open .dropdown-toggle.btn-exilab {
    color: #ffffff;
    background-color: #CB5000;
    border-color: #B24700;
}

.btn-exilab:active,
.btn-exilab.active,
.open .dropdown-toggle.btn-exilab {
    background-image: none;
}

.btn-exilab.disabled,
.btn-exilab[disabled],
fieldset[disabled] .btn-exilab,
.btn-exilab.disabled:hover,
.btn-exilab[disabled]:hover,
fieldset[disabled] .btn-exilab:hover,
.btn-exilab.disabled:focus,
.btn-exilab[disabled]:focus,
fieldset[disabled] .btn-exilab:focus,
.btn-exilab.disabled:active,
.btn-exilab[disabled]:active,
fieldset[disabled] .btn-exilab:active,
.btn-exilab.disabled.active,
.btn-exilab[disabled].active,
fieldset[disabled] .btn-exilab.active {
    background-color: #FF6600;
    border-color: #B24700;
}

.btn-exilab .badge {
    color: #FF6600;
    background-color: #ffffff;
}

.btn-radius-10{
    border-radius: 10px;
}

.btn-radius-15{
    border-radius: 15px;
}

.btn-radius-20{
    border-radius: 20px;
}

.card-exilab-border {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    box-shadow: -7px 7px 23px #dedede, 7px -7px 23px #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (min-width: 768px)  {
    .card-exilab-border {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.card-exilab-border:hover {
    box-shadow: -7px 7px 27px #c9c9c9, 7px -7px 27px #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}

.title-step h3{
    text-transform: uppercase;
    font-size: 16px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;

}
@media (min-width: 576px) { }
@media (min-width: 768px) {
    #msform {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }
#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    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;
}

/*progressbar*/
#progressbar {
    /* margin-bottom: 24px; */
    overflow: hidden;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: -7px 7px 23px #dedede, 7px -7px 23px #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}

#progressbar:hover {
    box-shadow: -7px 7px 27px #c9c9c9, 7px -7px 27px #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}

#progressbar .active {
    color: #ff6501;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    /* width: 25%; */
    float: left;
    position: relative;
    width: 25%;
    width: -webkit-calc(25% - 0px);
    width: -moz-calc(25% - 0px);
    width: calc(25% - 0px);
    z-index: 1;
}

/*Icons in the ProgressBar*/
#progressbar #first:before {
    font-family: Font Awesome 6 Free;
    font-weight: 900;
    content: "\31";
}

#progressbar #second:before {
    font-family: Font Awesome 6 Free;
    font-weight: 900;
    content: "\32";
}

#progressbar #third:before {
    font-family: Font Awesome 6 Free;
    font-weight: 900;
    content: "\33";
}

#progressbar #fourth:before {
    font-family: Font Awesome 6 Free;
    font-weight: 900;
    content: "\34";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #000;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before {
    background: #ff6501;
    color: #FFFFFF;
}

#progressbar li.active:after {
    background: #ff6501;
}

.header-top-message{
    text-align: center;
    color: darkred;
    font-size: 0.7rem;
    margin-bottom: 0;
    font-style: italic;
}

.exilab-float{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}