/*******************************************
    Filter icon used in datatables.
*******************************************/
.tk-filter-icon {
    border-radius: 50px;
    padding: 7px;
    transition: background-color 0.25s ease;
}

.tk-filter-icon:hover {
    background: #ecf2f5;
    transition: background-color 0.25s ease;
}

.tk-filter-icon svg {
    display: block;
    min-width: 28px;
    max-width: 28px;
}

/*******************************************
    Page Layout used for ViewAll /ViewSingle
*******************************************/
.tk-page-wrapper {
    padding: 10px;
}

.tk-page-header-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #172D40;
    padding: 0px 15px 0px 0px;
    margin: 0px 0px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tk-page-header-title i {
    font-size: 24px;
}

.tek-page-header-actions {
    margin-left: auto; 
}