.kt-aside .ps>.ps__rail-y {
    left: 0 !important;
}

.form_action {
    text-align: left;
    width: 100%;
}

.kt-portlet.kt-iconbox {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet__body {
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}

.kt-iconbox__body {
    display: flex;
    flex-wrap: nowrap;
}

.kt-iconbox__icon {
    flex: 0 0 50px;
    padding-left: 20px;
}

.fa-caret-right:before {
    content: "\f0d9";
}


.flaticon2-next:before {
    content: "\f1b2";
}

.flaticon2-back:before {
    content: "\f1a9";
}

.flaticon2-fast-next:before {
    content: "\f1b0";
}

.flaticon2-fast-back:before {
    content: "\f1af";
}


.senteces_group{
    border: 1px dashed #c12727;
    border-radius: 5px;
    padding: 20px 0;
    margin: 10px 0;
}

.matncount{
    display:none;
}