.navigation-link {
    display: block;
    padding: 0.5rem 1rem;
}

.navigation.navigation-active {
    background-color: #ffffff;
}

.top-right-radius {
    border-top-right-radius: 8px;
}
.navigation {
    height: 100%;
    align-items: center;
    display: flex;
    color: #48465B;
}
.navigation-titles {
    display: flex;
    height: 100%;
    align-items: center;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
    display: flex;
    align-items: center;
    align-content: flex-end;
}

#tools-header {
    padding: 0;
    background-color: #f2f3f8;
}

#tools-header {
    border-bottom: none;
}
.kt-portlet .kt-portlet__head {
    transition: height 0.3s;
}
.kt-portlet .kt-portlet__head {
    transition: left 0.3s, right 0.3s, height 0.3s;
}
.kt-portlet .kt-portlet__head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-portlet {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet.tool {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #E2E5EC;
}
.kt-portlet {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet .kt-portlet__body {
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}
.kt-widget__files .kt-widget__media {
    text-align: center;
}

.kt-widget__files .kt-widget__desc {
    padding-top: 1rem;
    transition: all 0.2s ease;
}

.kt-widget__files .kt-widget__desc {
    text-align: center;
    display: block;
    font-weight: 500;
    color: #595d6e;
    font-size: 1.2rem;
    padding-top: 5rem;
}
.kt-font-15 {
    font-size: 15px !important;
}