html,
body {
    color: #636b6f !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 200 !important;
    font-size: 15px !important;
    height: 100%;
    width: 100%;
}

main > .container{
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}
.btn-home{
    border-radius: 10px;
    background-color: #ce2920!important;
    color:white!important;
}

.btn-home:hover{
    background-color: #23201c!important;
}

.nav-link-sm {
    font-size: 10px !important;
}

.nav-link-col {
    padding-right: 0 !important;
}

.card-auth {
    padding: 50px 50px 25px 50px !important;
}

.btn-auth {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.card-panel {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.nav-tabs .nav-item .nav-link {
    color: #636b6f !important;
}

.nav-tabs .nav-item .active {
    color: #0056b3 !important;
}


/*---------- step bar progression $$$$$$$$$$$$$$$$$$$*/


/*Form Wizard*/

.bs-wizard {
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 15px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: lightgrey;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: '';
    width: 14px;
    height: 14px;
    background: lightgrey;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background: #787777;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #cccccc;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:nth-child(2) > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard > .bs-wizard-step.complete-25 > .progress > .progress-bar {
    width: 25%;
}

.bs-wizard > .bs-wizard-step.complete-50 > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.complete-75 > .progress > .progress-bar {
    width: 75%;
}

.bs-wizard > .bs-wizard-step.complete-100 > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot1 {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #787777;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot1:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #474646;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}


/*END Form Wizard*/

.shadow-c {
    box-shadow: 0 1rem 3rem #787777 !important;
}

.w-78 {
    width: 78%;
}

.button-fixed {
    height: 0;
    width: 85px;
    position: fixed;
    left: 5%;
    top: 30%;
    z-index: 1000;
    /*transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}


ul .active{
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}
