/**
 * TARG Design System — Powrót do strony.
 */

/* ==========================================================
   LINK
========================================================== */

body.tds-dashboard-page
.tds-dashboard-back-home {
display: flex !important;
align-items: center !important;
gap: 15px;

width: auto;
min-height: 52px;
margin: 18px 20px !important;
padding: 0 18px !important;

color: #686b66 !important;
background: transparent !important;

border: 1px solid transparent !important;
border-radius: 10px !important;

font-family:
"Satoshi",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif !important;

font-size: 13px !important;
font-weight: 500 !important;
line-height: 1.25;

text-decoration: none !important;

transition:
color 160ms ease,
background-color 160ms ease,
border-color 160ms ease;
}

/* ==========================================================
   WŁASNA IKONA TDS
========================================================== */

body.tds-dashboard-page
.tds-dashboard-back-home-icon {
display: inline-flex !important;
align-items: center;
justify-content: center;

flex: 0 0 24px;
width: 24px;
height: 24px;

margin: 0 !important;
padding: 0 !important;

color: #747771;
background: transparent !important;

border: 0 !important;
border-radius: 0 !important;

-webkit-mask-image: none !important;
mask-image: none !important;
}

body.tds-dashboard-page
.tds-dashboard-back-home-icon::before,

body.tds-dashboard-page
.tds-dashboard-back-home-icon::after {
content: none !important;
display: none !important;
}

body.tds-dashboard-page
.tds-dashboard-back-home-icon svg {
display: block !important;

width: 23px !important;
height: 23px !important;

margin: 0 !important;
padding: 0 !important;

overflow: visible;

stroke: currentColor !important;
stroke-width: 1.7 !important;
stroke-linecap: round !important;
stroke-linejoin: round !important;

fill: none !important;

opacity: 1 !important;
filter: none !important;
}

/* ==========================================================
   HOVER
========================================================== */

body.tds-dashboard-page
.tds-dashboard-back-home:hover {
color: #8f602d !important;
background: #faf6f0 !important;
border-color: #eadbc7 !important;
}

body.tds-dashboard-page
.tds-dashboard-back-home:hover
.tds-dashboard-back-home-icon {
color: #a56e31 !important;
}

/* ==========================================================
   USUNIĘCIE STARYCH IKON I PSEUDOELEMENTÓW
========================================================== */

body.tds-dashboard-page
.tds-dashboard-back-home > i,

body.tds-dashboard-page
.tds-dashboard-back-home > img {
display: none !important;
}

body.tds-dashboard-page
.tds-dashboard-back-home::before,

body.tds-dashboard-page
.tds-dashboard-back-home::after {
content: none !important;
display: none !important;
}
