.ribbon-primary {
    background-color: var(--theme-deafult);
}
.alert-primary.inverse{
    border-color: var(--theme-deafult);
}
.alert-primary.inverse i{
    background-color: var(--theme-deafult);
}
.alert-success.inverse:before{
    top: 50%;
    margin-top:-7px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    text-transform: inherit;
}
.page-wrapper .sidebar-main-title p{
    text-transform: inherit;
}

.page-wrapper .page-body-wrapper .page-title .row h3{
    text-transform: inherit;
}

.breadcrumb-item.active{
    text-transform: inherit;
}
.card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0){
    text-transform: inherit;
}
.project-box{
    padding-top:40px;
}

.project-box h6 a{
    color: #2b2b2b;
}

.project-box h6 a:hover{
    text-decoration: underline;
}

.coach-card .list-item i{
    width:25px;
}
.coach-card .coach-actions .btn{
    width:100%;
}
/*
.coach-card .profile-vector{
    max-width:50px;
}*/

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table.table-categories, thead, tbody, th, td, tr {
        display: block;
    }

    table.table-categories td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    table.table-categories td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

.session-planning{
    background: none;
    box-shadow: none;
}

.ecommerce-widgets .fa-user {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9));
    background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}
.ecommerce-widgets .fa-users {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9));
    background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}
.ecommerce-widgets .fa-comment {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9));
    background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}
.wizard-4 .step-container div.content{
    height:95%;
}
.wizard-4 .action-bar{
    bottom: 40px;
    right: 0;
    z-index: 1;
}
@media only screen and (max-width: 991.98px){
    .wizard-4 .action-bar{
        width: 380px;
        left:50%;
        margin-left:-190px;
    }
}
@media only screen and (max-width: 768px){
    .wizard-4 .step-container{
        height: auto !important;
        min-height: inherit;
    }
    .wizard-4 .step-container div.content{
        position: relative;
        padding-bottom:30px;
        padding-top: 30px;
    }
    .wizard-4 .action-bar{
        top: 10px;
        right: 0;
        width: 280px;
        margin-left:-140px;
        position: relative;
        min-height: 225px;
    }

    .wizard-4 .action-bar .btn{
        width: 100%;
    }
    .wizard-4 .action-bar .btn+.btn {
         margin-top: 10px;
     }
}
.show-hide span.show:before {
    content: "показать";
}
.show-hide span:before {
    content: "скрыть";
}

.job-accordion {
    height: 100%;
}
.job-accordion .card{
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.nav-tabs .nav-link.active{
    font-weight: 400;
}
@media only screen and (max-width: 480px) {
    .knob-block > div:not(.chart-clock-main) canvas {
        width: inherit !important;
        height: inherit !important;
    }
}

.details-about {
    margin-top: 15px !important;
}
.details-about .your-details p{
    margin-bottom: 5px;
}
.details-about .your-details p:last-child{
    margin-bottom: 0;
}