.svg-icon>svg>path, .svg-icon>svg>rect {
    fill: #C5C5D8;
}

.svg-icon-primary>svg>path {
    fill: #009ef7 !important;
}

.btn.btn-light-success i,
.btn.btn-light-success .svg-icon {
    fill: #47be7d;
}

.svg-icon.svg-icon-primary {
    fill: var(--kt-text-primary);
}

.btn.btn-primary i,
.btn.btn-primary .svg-icon {
    fill: var(--kt-primary-inverse);
}

.btn-active-color-primary:hover {
    color: #009ef7;
    border-color: #f1faff;
    background-color: #f1faff !important;
}

.btn-active-color-danger:hover >.svg-icon>svg>path{
    fill: #f1416c !important;
}

.btn-active-color-danger:hover {
    color: #d9214e;
    border-color: #efbeca;
    background-color: #efbeca !important;
}

.btn-active-color-success:hover >.svg-icon>svg>path{
    fill: #47be7d !important;
}

.btn-active-color-success:hover {
    color: #47be7d;
    border-color: #50cd89;
    background-color: #50cd89 !important;
}

.btn-active-color-primary:hover >.svg-icon>svg>path{
    fill: #009ef7 !important;
}

svg>g>path {
    fill: #C5C5D8 !important;
}

.svg-icon.svg-icon-primary {
    color: #009ef7 !important;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #9899ac;
    text-shadow: 2px 2px #000000;
}

.search_container {
    position: relative;
}

.search_results {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 0.1rem;
    padding: 0.5rem;
    background: var(--bg-silver-light2);
    overflow-y: auto;
    max-height: 40vh;
    position: absolute;
    top: 100%;
}

.search_results > .item_result {
    width: 100%;
    background-color: var(--bg-silver-light);
}

.search_results > .item_result p {
    margin: 0;
    line-height: 1.3rem;
    font-size: 14px;
}

.search_results > .item_result > .item_result_container {
    min-height: 5rem;
    display: flex;
    padding: 0.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.search_results > .item_result > .item_result_container a h5 {
    cursor: pointer;
}

.search_results > .item_result > .item_result_container h5 {
    color: var(--body-font-color);
}

.search_results > .item_result > .item_result_container .image {
    max-width: 4.5rem;
}

.search_results > .item_result > .item_result_container .image img {
    border-radius: 0.25rem;
}

.search_results > .item_result > .item_result_container > .item_result_category {
    min-height: 5rem;
    min-width: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.8rem;
    border-left-width: 3px;
    border-left-style: solid;
}

.search_results > .item_result > .item_result_container > .item_result_category span {
    font-size: 12px;
}
