.custom-detail-view table tr th {
    width: 260px;
}

.custom-detail-view.head-w-small table tr th {
    width: 180px;
}

.custom-detail-view:not(.without-inline-edit) table tr th,
.custom-detail-view:not(.without-inline-edit) table tr td {
    vertical-align: middle;
    height: 60px;
}

.custom-detail-view .kv-editable-form-inline .btn {
    width: 37px;
    height: 37px;
    padding: 0;
    margin-top: 0;
}

.custom-detail-view .kv-editable-form-inline .btn-close {
    font-size: 24px;
}

.custom-detail-view .kv-editable-form-inline .btn i {
    padding: 0;
}

.custom-detail-view td img {
    display: inline-block;
    max-width: 25%;
    height: auto;
}

.custom-detail-view .select2 {
    min-width: 200px;
}

.custom-detail-view .kv-editable-content .form-group {
    margin: 0;
}

.ck-editor__editable:not(.ck-editor__nested-editable) {
    min-height: 120px;
}

body .ck .ck-powered-by-balloon {
    display: none !important;
}

.table.table-custom-v1 tr th {
    padding-left: 0;
    padding-right: 0;
}

.table.table-custom-v1 tr:first-child th,
.table.table-custom-v1 tr:first-child td {
    border: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.step-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    background: #eff0f5;
    font-size: 14px;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}

.step-menu li {
    box-sizing: border-box;
    flex: 1;
    background: #ffffff;
    height: 50px;
    text-align: center;
    padding: 15px 15px 15px 50px;
    position: relative;
    margin-left: 10px
}

.step-menu li:before {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-left-color: #eff0f5;
    top: 0;
    right: -60px;
}

.step-menu li:after {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-left-color: #ffffff;
    top: 0;
    right: -50px;
}

.step-menu li:nth-child(1) {
    z-index: 600;
    margin-left: 0;
    padding-left: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.step-menu li:nth-child(2) {
    z-index: 500;
}

.step-menu li:nth-child(3) {
    z-index: 400;
}

.step-menu li:nth-child(3) button {
    color: #ff0000;
}

.step-menu li.current:nth-child(3) button {
    background: #fd397a;
    color: #fff;
}

.step-menu li.current:nth-child(3):after {
    border-left-color: #fd397a;
}

.step-menu li:nth-child(4) {
    z-index: 300;
    padding-right: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.step-menu li:nth-child(4):after,
.step-menu li:nth-child(4):before {
    border: none
}

.step-menu li.current:nth-child(4) button {
    background: #0abb87;
    color: #fff;
}

.step-menu li.current:nth-child(4):after {
    border-left-color: #0abb87;
}

.step-menu li.current {
    background: rgb(88 103 221);
    color: white;
}

.step-menu li.current:after {
    border-left-color: rgb(88 103 221);
}

.step-menu li button {
    background: none;
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.step-menu li.current button {
    color: #fff;
}

.no-pointer-events {
    pointer-events: none !important;
}

.kt-widget__files{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kt-widget__files .kt-widget__media {
    text-align: center;
}

.kt-widget__files .kt-widget__media img {
    width: 5rem;
}
.kt-widget__files .kt-widget__desc {
    text-align: center;
    display: block;
    font-weight: 500;
    color: #595d6e;
    font-size: 1.2rem;
    padding-top: 2rem;
}