.se_link_click {
    position: relative;
    display: block;
    background: #f5f8fa;
    padding: 1.8rem 2rem;
    margin: 0 0 3rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: inherit !important;
    border-color: #fcab32;
    border-left: .5rem solid #f5c26b;
    border-radius: 0.1875rem;
    box-shadow: 0 .1rem .5rem 0 #cbd6e2;
    cursor: pointer;
    transition: .2s ease-in-out all;
}
.se_link_click_bdr{
    border-right: 5px solid #f5c26b;
}
.se_link_click:hover {
    cursor: pointer;
    box-shadow: 0 1rem 1.5rem -4.5px #cbd6e2;
    transition: 0.3s ease-in-out;
    color: inherit;
    text-decoration: none;
}
.se_link_click,
.se_link_click p,
.se_link_click span{
    text-decoration: none;
}
.se_link_click p{
    font-size: 1.6rem;
    margin: 0;
}
.se_link_click span,
.cards_item .card_link span{
    color: var(--bg-site-blue);
    font-size: 1.2rem;
    font-weight: bold;
}
.se_link_click span img,
.se_link_click span svg,
.cards_item .card_link span img,
.cards_item .card_link span svg{
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 .2rem 1rem;
    object-fit: contain;
}
.flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-wrapper .ml-auto svg,
.flex-wrapper .ml-auto img,
.flex-wrapper .ml-right svg,
.flex-wrapper .ml-right svg {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -.2rem;
    object-fit: contain;
}
.se_box {
    position: relative;
    background-color: #fff;
    min-height: 15rem;
    padding: 2rem;
    margin: 0 0 3rem;
    border-radius: .7rem;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .1);
}
.user-card {
    position: relative;
    min-height: 16rem;
    margin-bottom: 2em;
    box-shadow: rgba(103, 113, 133, 0.2) .5rem 1rem 1.5rem 0 !important;
    overflow: hidden;
}
.u-card--img {
    position: relative;
    margin-bottom: 1rem;
}
.u-card--img svg,
.u-card--img img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}
.head-text-overflow {
    display: block;
    font-size: 2.4rem;
    width: 27rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dashboard-title{
    font-size: 3rem;
    font-family: var(--Delivery-Black);
}
.dashboard-title span{
    display: block;
    font-size: 1.4rem;
    font-family: var(--Roboto);
}
.sett_profile_mini {
    justify-content: center;
    margin-bottom: 2.5rem;
}
.sett_profile_mini .info {
    position: relative;
}
.sett_profile_mini .info h3 {
    color: #4b4b4b;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}
.sett_profile_mini .info h3 a {
    color: #4b4b4b;
}
.sett_profile_mini .info p {
    color: #e4a008;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}
.avatar-change{
    position: relative;
    background: #f0f0f0;
    height: 7.5rem;
    width: 7.5rem;
    margin-right: 0.5rem;
    border-radius: 100%;
    border: .5rem solid #d39e0e;
    overflow: hidden;
}
.user_profile {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.user_profile img,
.user_profile svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.table-data__history thead tr th{
    overflow: hidden;
    white-space: nowrap;
}
.table-data__history a.view{
    color: var(--text-white);
    background-color: var(--google);
    font-size: 1.3rem;
    padding: .8rem 1.3rem;
    border-radius: 10rem;
    max-width: 5rem;
    text-overflow: ellipsis;
}
.table-data__history a.view img,
.table-data__history a.view svg{
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 .2rem .1rem;
    object-fit: contain;
}
.table-data__history .link_wrapper{
    justify-content: center;
    /* gap: .5rem; */
}
.table-data__history .link_wrapper a.view{
    position: relative;
    color: var(--bg-blue);
    background-color: var(--transparent);
    padding: .8rem 1rem;
    max-width: 100%;
    border-radius: 0;
}
.table-data__history .link_wrapper a.view img,
.table-data__history .link_wrapper a.view svg{
    fill: currentColor;
}
.table-data__history .link_wrapper a.view:first-child::after{
    content: "";
    position: absolute;
    background-color: var(--bg-blue);
    width: .1rem;
    height: 50%;
    top: 1rem;
    right: 0rem;
    z-index: 0;
}
/* user navbar */
.nav_tabs {
    margin-bottom: 2.5rem;
}
.nav_tabs_settings {
    position: sticky;
    background-color: var(--transparent);
    top: 0;
    margin-bottom: 3rem;
    z-index: 1;
}
.nav_tabs ul {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
}
.nav_tabs ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .2rem;
    background-color: rgba(230, 230, 230, 0.204);
    z-index: -1;
}
.nav_tabs ul li {
    margin: 0;
}
.nav_tabs ul li:first-child {
    margin-left: auto;
}
.nav_tabs ul li:last-child {
    margin-right: auto;
}
.nav_tabs ul li a {
    display: block;
    color: #8b8b8b;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    padding: 1.3rem 2.5rem;
    border-bottom: .2rem solid rgba(230, 230, 230, 0.204);
}
.nav_tabs ul li a:hover {
    color: #4e4e4e
}
.nav_tabs ul li.active a {
    background: var(--transparent);
    color: #e4a008;
    border-bottom-color: #e4a008;
}
/* End user navbar */

.user-greeting {
    position: relative;
    background: #fff;
    padding: 1.5rem 2rem;
    border-left: .4rem solid;
    border-left-color: #C1C1C1;
    margin-bottom: 3rem;
}
.user-greeting p {
    margin: 0;
}
.card {
    min-width: 0;
    min-height: 16rem;
    padding: 1.25rem;
    border-radius: .1rem;
    border: none;
    box-shadow: var(--box-shadow-3);
    border-radius: 3rem;
    transition: background-image 0.6s ease 0s;
}
.cards_item{
    display: block;
    color: var(--bg-black-80);
    background: var(--bg-white);
    font-size: 1.4rem;
    text-decoration: none;
    min-height: 22rem;
    padding: 2.5rem;
    margin: 0 0 4rem;
    border: 1px solid var(--grey-50);
    border-radius: 2rem;
    box-shadow: var(--box-shadow-9);
}
.cards_item img,
.cards_item svg{
    width: 4rem;
    height: 4rem;
    margin: 0 0 1rem;
    fill: currentColor;
    object-fit: contain;
}
.cards_item .card_title{
    font-size: 1.6rem;
    margin: 1rem 0;
}
.cards_item .card_text{
    font-size: 1.4rem;
    color: var(--bg-black-50);
    margin: 0;
}
.cards_item .card_link{
    display: inline-block;
    text-decoration: none;
    margin: 1rem 0 0;
}
.cards_item .card_link span{
    font-size: 1.3rem;
}

/* filter pills */
.filter_parents{
    position: relative;
    margin: 2rem 0 3rem;
}
.filter_parents .title{
    display: block;
    font-size: 1.6rem;
    text-align: center;
}
.small-pills__parent {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    margin: 0;
    overflow-y: hidden;
}
.small-nav__pills {
    position: relative;
    max-width: 190px;
    margin: 0 10px 0 0;
    border: 1px solid var(--transparent);
    border-radius: 100px;
    transition: .1s ease-in-out all;
}
.small-nav__pills .btn {
    font-size: 1.2rem;
    margin: 0;
    padding: .5rem 1rem !important;
    border-radius: 10rem;
    max-width: 19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.small-nav__pills.bgclass.active{
    border: 1px solid rgb(174 164 164 / 50%);
    box-shadow: rgb(0 0 0 / 49%) -4px 9px 8px -6px;
    border-radius: 100px;
}
.small-nav__pills.bgclass.active:hover {
    box-shadow: rgb(0 0 0 / 19%) 0px 0px 0px 0px;
}
/* End filter pills */

.site-breadcrumbs,
.site-breadcrumbs .link,
.site-breadcrumbs .breadcrumbs__navs
{
    display: flex;
    align-items: center;
}
.site-breadcrumbs svg,
.site-breadcrumbs img{
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    object-fit: contain;
}
.site-breadcrumbs .breadcrumbs__navs{
    flex-wrap: wrap;
    gap: 1rem;
}
.site-breadcrumbs .link{
    color: var(--bg-dark-80);
    font-size: 1.4rem;
    gap: .5rem;
    padding: 0;
    border: none;
}
.site-breadcrumbs .link a{
    text-decoration: none;
}
.site-breadcrumbs .link[is-clickable] a{
    color: var(--dark-50);
}
.site-breadcrumbs .go-back{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    color: var(--black);
    background-color: var(--white);
    cursor: pointer;
    padding: .5rem 1.5rem;
    border: .1rem solid var(--bg-site-grey);
    border-radius: .4rem;
}
