.widget-container {
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.m-widget24__item--border-bottom {
    border-bottom: 1px solid #F0F0F0;
}

.m-widget24__stats {
    font-size: 18px !important;
    position: relative;
    top: -9px;
}

.m-widget24 .m-widget24__item .progress {
    margin-top: 15px !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    height: 10px !important;
}

.m-widget24 .m-widget24__item .m-widget24__title {
    margin-left: 40px !important;
    margin-top: 40px !important;
}

.m-widget24 .m-widget24__item .m-widget24__stats {
    margin-right: 40px !important;
}

.m-widget24 .m-widget24__item .m-widget24__number {
    margin-right: 40px !important;
}

#generalSearch {
    padding-right: 40px !important;
}

.step-item {
    padding: 40px;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.step-item.step-item--bottom {
    margin-bottom: 30px;
}

.step-item.step-item--line:before {
    width: calc(100% - 30px);
    border-radius: 4px 4px 0 0;
    position: absolute;
    background: #34BFA3;
    content: '';
    height: 10px;
    left: 15px;
    top: 0;
}

.step-item .step-item__list {
    list-style-type: none;
    position: relative;
    padding: 20px;
}

.step-item .step-item__title {
    font-size: 15px;
}

.step-item .step-item__title .step-item__title-desc {
    margin-left: 7px;
    font-weight: 500;
}

.step-item .step-item__title .step-item__title-clock {

}

.step-item .step-item__list .step-item__list-item {
    position: relative;
    margin-bottom: 13px;
}

.step-item .step-item__list .step-item__list-item:before {
    border-radius: 50% 50% 50% 50%;
    background-color: #2EA5DD;
    position: absolute;
    font-size: 14px;
    height: 7px;
    width: 7px;
    content: '';
    left: -19px;
    top: 6px;
}

.step-item__files {
    margin-top: 25px;
}

.step-item__files .step-item__files-divider {
    margin-left: 4px;
    margin-right: 4px;
}

.step-item__files .step-item__files-download-link {
    color: #0184ff;
    font-weight: 500;
}

.btn-ease {
    background: transparent !important;
    border: none !important;
}

.btn.btn-gradient {
    color: #fff;
    border-radius: 20px;
    padding: 10px 22px;
    background: -moz-linear-gradient(to right, #000082 0%, #6d23a4 100%);
    background: -webkit-linear-gradient(to right, #000082 0%, #6d23a4 100%);
    background: -o-linear-gradient(to right, #000082 0%, #6d23a4 100%);
    background: -ms-linear-gradient(to right, #000082 0%, #6d23a4 100%);
    background: linear-gradient(to right, #000082 0%, #6d23a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c97', endColorstr='#8a43bf', GradientType=1 );
    box-shadow: 5px 0 0 9px rgba(0, 0, 0, 0.32);
    opacity: 0.71;
}
.btn.btn-gradient:hover{
    box-shadow: 6px 0 0 9px rgba(0, 0, 0, 0.5);
}

.step {
    margin-bottom: 110px;
}

.step .step__item {
    /*width: 20%;*/
    width: 25%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: relative;
}

.step .step__item .start-circle {
    border-radius: 50% 50% 50% 50%;
    border: 3px solid #D9DCE3;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 20px;
    left: 0;
}

.step .step__item .finish-circle {
    border-radius: 50% 50% 50% 50%;
    border: 3px solid #D9DCE3;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 20px;
    right: 0;
}

.step .step__item.active .start-circle,
.step .step__item.active .finish-circle {
    border-color: #34BFA3;
    background: #34BFA3;
}

.step .step__item.active .step__item-container {
    border-color: #34BFA3;
}

.step .step__item .step__item-container-desciption {
    position: absolute;
    text-align: center;
    font-size: 14px;
    bottom: -30px;
    width: 100%;
}

.step .step__item.active .step__item-container svg {
    stroke: #34BFA3;
}

.step .step__item.active:before {
    background: #34BFA3;
}

.step .step__item.active:after {
    background: #34BFA3;
}

.step .step__item:first-child:before {
    width: calc(50% - 60px);
    left: 25px;
}

.step .step__item:last-child:after {
    width: calc(50% - 60px);
    right: 25px;
}

.step .step__item:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(50% - 35.5px);
    height: 3px;
    background: #D9DCE3;
    top: 32px;
}

.step .step__item:after {
    content: '';
    position: absolute;
    right: 0;
    width: calc(50% - 35.5px);
    height: 3px;
    background: #D9DCE3;
    top: 32px;
}

.step .step__item .step__item-container {
    border: 3px solid #D9DCE3;
    border-radius: 50%;
    width: 71px;
    height: 71px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.row.align-items-center .btn-gradient{
    float: left;
}
.m-content.p-b{
    padding-bottom: 60px!important;
}
.step-item.step-item--bottom{
    align-items: center;
}
.step-item.step-item--bottom .step-info > h5{
    color: #262839;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
}
.step-item.step-item--bottom .step-info > p{
    font-family: Roboto;
    font-size: 13px;
    color: #6f7785;
    font-weight: 400;
    margin-bottom: 0;
}
.step-item.step-item--bottom .step-date > div{
    font-family: Roboto;
    font-size: 16px;
    color: #00c689;
    font-weight: bold;
}
.m-login__form-action.dashboard-butt{
    position: relative;
    left: 15px;
    margin-top: 58px;
}
.m-login__form-action.dashboard-butt .bth-new-style{
    padding: 1rem 2rem 1.075rem 2rem;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 13.19px;
    height: 46px;
}
.m-login__form-action.dashboard-butt .bth-new-style-white{
    border: 1px solid transparent;
    padding: 1rem 2rem;
    background: #fff;
    box-shadow: 1px 0 15px rgba(69, 65, 78, 0.08)!important;
    color: #6f7785;
    font-family: Roboto;
    font-size: 13.19px;
}
