/* Default
__________________________________________________________*/

a {
    color:var(--main-color);
}

[link] {
  color: var(--main-color);
    cursor:pointer;
}

[text-u] {
    text-decoration: underline;
}

[text-uc] {
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    margin:0 0 20px;
}

h1 {
    font-size:40px;
    line-height: 1.2;
    margin:40px auto 10px;
    font-weight: 800;
}


h2 {
    color:var(--text-color);
    font-weight: inherit;
    font-size:inherit;
    line-height: inherit;
    margin:20px auto 30px;
}


h5 {
    color:var(--text-color);
    font-weight: 700;
    font-size:26px;
    line-height: 1.4;
    margin:60px auto 15px;
}

h6 {
    color:var(--text-color);
    font-weight: 700;
    font-size:inherit;
    line-height: 1.6;
    margin: 20px 0 5px;
}


[time-wrapper] {
    display:flex;
    align-items: center;
    gap:6px;
}

[time-left] {
    border-radius:6px;
    font-size:15px;
    font-weight: 600;
    display:flex;
    gap:7px;
}

/*
[time-left]:before {
    background-image: url("../img/icons/clock.svg");
    width:18px;
    height: 18px;
    background-size:18px 18px;
    background-repeat: no-repeat;
    content:"";
}
*/


[text-color-alt] {
    color:var(--text-color-alt);
}

/*[text-color-faded] {
    color:var(--text-color-faded);
}*/

[text-color-main] {
    color:var(--main-color);
}

[bg-color] {
    background-color:var(--bg-color);
}
[bg-color-alt] {
    background-color:var(--bg-color-alt);
}
[bg-color-featured] {
    background-color:var(--bg-color-featured);
}


[bg-yellow] {
	background-color:var(--color-yellow)!important;
	color:#fff!important;
}
[bg-yellow-alt],
[bg-yellow][hover]:hover {
	background-color:var(--color-yellow-alt)!important;
	color:#fff!important;
}


[bg-color-gradient] {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(244,245,247,1) 100%);
}

[bg-color-gradient]:after {
    position: absolute;
    top:0;
    width:100%;
    height: 50%;
    content:"";
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 51%, rgba(244,245,247,1) 100%);
    z-index:1;
}

[bg-color-gradient-up] {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(244,245,247,1) 100%);
}

[bg-color-gradient-down] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 51%, rgba(244,245,247,1) 100%);
}

body.dark-mode [bg-color-gradient-down] {
    background: rgb(18,18,18);
    background: linear-gradient(0deg, rgba(18,18,18,1) 51%, rgba(0,0,0,1) 100%);
}

[button] {
    border: solid 1px #0080f4;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    text-align: center;
    justify-content: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    font-size: 16px;
    
    background: rgb(23,144,254);
    background: linear-gradient(180deg, rgba(23,144,254,1) 0%, rgba(1,128,244,1) 100%);
    
    position: relative;
    overflow: hidden;
}

[button]:after {
    content:"";
    position: absolute;
    top:0;
    left: 0;
    height:1px;
    width:100%;
    background-color:#2598ff;
}

[button][default] {
    background:transparent;
    background-color: var(--bg-color);
    border: solid 1px var(--border-color);
    color: var(--text-color);
}

[button][default]:after {
    display:none;
}

[button][green] {
    background:transparent;
    background-color: var(--color-green);
    border: solid 1px var(--color-green);
    color: #fff;
}

[button][green]:after {
    display:none;
}

[button][alt] {
    background-image:none;
    border-color:transparent;
    background-color: var(--bg-color-alt);
    color: var(--main-color);
}
[button][alt]:after {
    display:none;
}

[button][xxxs] {
    padding: 0.3rem 0.7rem;
    font-size: 11px;
}

[button][xxs] {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
}

[button][xs] {
    padding: 0.4rem 1rem;
    font-size: 13px;
}

[button][sm] {
    padding: 0.5rem 1rem;
    font-size: 15px;
}

[button][lg] {
    padding: 0.6rem 1.4rem;
    font-size: 17px;
}

[button][xl] {
    padding: 0.7rem 1.8rem;
    font-size: 17px;
}

[button][xxl] {
    padding: 0.8rem 2rem;
    font-size: 18px;
}

[button][disabled] {
    opacity:0.3;
}


[button]:hover {
    filter:brightness(120%);
    cursor:pointer;
}
[button][default]:hover {
    filter:brightness(100%);
    background-color:var(--bg-color-alt);
    border-color:#afb2c1;
}


/* Images
__________________________________________________________*/

img {
    max-width: 100%;
    max-height: 100%;
}

[icon-color] {
    filter: brightness(0) saturate(100%) invert(30%) sepia(69%) saturate(1300%) hue-rotate(220deg) brightness(90%) contrast(105%);
}


/* Form and Inputs
__________________________________________________________*/

input,select,textarea {
    font-family:var(--main-font);
    border:solid 2px var(--border-color);
    background-color:var(--bg-color);
    font-size:16px;
    border-radius:10px;
    padding:15px 20px;
    display:block;
    color:var(--text-color);
    width:100%;
}


input[type="checkbox"],
input[type="radio"]{
    display:inline-block;
}


@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
    input[type=checkbox] {
        margin: 0;
        padding: 0;
        width: 14px; /* Adjust the width as needed */
        height: 14px; /* Adjust the height as needed */
    }
}

input[sm],select[sm],textarea[sm] {
    font-size:13px;
    padding:5px 10px;
}

@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
    input[sm],select[sm],textarea[sm] {
        font-size:16px;
    }
}


button {
    background-color:var(--main-color);
    color:#fff;
    font-size:15px;
    border-radius:10px;
    padding:15px 20px;
    border:0;
    display:block;
    font-weight: 600;
}

button:hover {
    cursor:pointer;
    filter:brightness(110%);
}


[input] {
    margin-bottom: 30px;
}

[input] [title] {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}


/* Display
__________________________________________________________*/


[flex] {
    display:flex;
}
[flex-wrap] {
    flex-wrap: wrap;
}
[inline-flex] {
    display:inline-flex;
}
[align-items-center] {
    align-items: center;
}

[justify-content-center] {
    justify-content: center;
}

[justify-content-space-around] {
    justify-content: space-around;
}

[justify-content-space-between] {
    justify-content: space-between;
}
[flex-shink-0] {
    flex-shrink: 0;
}
[gap-1] {
    gap:1px;
}
[gap-2] {
    gap:2px;
}
[gap-3] {
    gap:3px;
}
[gap-4] {
    gap:4px;
}
[gap-5] {
    gap:5px;
}
[gap-6] {
    gap:6px;
}
[gap-7] {
    gap:7px;
}
[gap-8] {
    gap:8px;
}
[gap-9] {
    gap:9px;
}
[gap-10] {
    gap:10px;
}
[gap-11] {
    gap:11px;
}
[gap-12] {
    gap:12px;
}
[gap-13] {
    gap:13px;
}
[gap-14] {
    gap:14px;
}
[gap-15] {
    gap:15px;
}

/* Headlines
__________________________________________________________*/


h1,[h1] {
    font-size:47px;
}
h2,[h2] {
    font-size:42px;
}
h3,[h3] {
    font-size:37px;
}
h4,[h4] {
    font-size:32px;
}
h5,[h5] {
    font-size:27px;
}
h6,[h6] {
    font-size:22px;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}


/* Divider
__________________________________________________________*/

[divider] {
	position: relative;
	display:flex;
	align-items:center;
	gap:20px;
	font-size:16px;
	font-weight: 600;
}


[divider][sm] {
	font-size:13px;
	font-weight: 500;
}

[divider] > div {
	flex-shrink: 0;
    position: relative;
}

/*[divider][icon] > div:before {
    position: relative;
    font-size:15px;
    content: "\f05a";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 500;
    margin-right:10px;
    color:var(--main-color-alt);
}*/


[divider][icon][icon-chart] > div:before {
    content: "\f080";
}
[divider][icon][icon-accounting] > div:before {
    content: "\f6a3";
}
[divider][icon][icon-summary] > div:before {
    content: "\f036";
}

[divider][center]::before {
  position: relative;
  content: "";
  background-color: var(--border-color);
  width: 100%;
  height: 2px;
  z-index: 5;
}
[divider]::after {
  position: relative;
  content: "";
  background-color: var(--border-color);
  width: 100%;
  height: 2px;
  z-index: 5;
}

[divider] > *:first-child {
    flex-shrink: 0;
}




ul[price-list] li {
    border-bottom:solid 2px var(--border-color);
    display:flex;
    padding:10px 0;
    justify-content: space-between;
    font-size:14px;
}

ul[price-list] li:last-child {
    border-bottom:0;
}



[box] {
      box-shadow: 0 0 14px 2px rgba(0,0,0,0.05);
    border: solid 1px var(--border-color-alt);
    border-radius:10px;
    padding:25px;
}




[user] {
    display:flex;
    gap:10px;
    font-size:12px;
    align-items: center;
    font-weight: 600;
    line-height: 1.4;
    flex-shrink: 0;
    border-radius:6px;
    padding:4px;
    color:var(--text-color);
}
[user] img {
    width:35px;
    height: 35px;
    border-radius:50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}
[user][hover]:hover {
    cursor:pointer;
    background-color:var(--bg-color-alt);
}





/* Review Card
__________________________________________________________*/

[review-card] {
	text-align: center;
	padding:30px;
	overflow: hidden;
	background-color:var(--bg-color);
	max-width:600px;
	margin:0 auto;
    border-radius:10px;
    
    -webkit-box-shadow: 0 0 100px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 100px 0px rgba(0,0,0,0.1);
	box-shadow: 0 0 100px 0px rgba(0,0,0,0.1);
    border: solid 1px var(--border-color);
}

	[review-card] [review-card-ratings] {
		display:inline-flex;
		justify-content: center;
		align-items: center;
		background-color:var(--bg-color-alt);
		padding:10px 15px;
		border-radius:6px;
		font-size:12px;
		font-weight: 600;
		margin:10px 0;
	}

		[review-card] [review-card-ratings] .rating {
			margin-right:10px;
		}


    [review-card] ul[review-card-stats] {
        margin-right:10px;
    }

    [review-card] ul[review-card-stats] li {
        margin-bottom:20px;
        display:flex;
        font-size:12px;
        align-items: center;
        gap:10px;
        color:rgba(0,0,0,0.5);
    }


    [review-card] ul[review-card-stats] li > div:nth-child(1) {
        flex:0 0 70px;
    }
    [review-card] ul[review-card-stats] li > div:nth-child(2) {
        flex-grow:1;
    }
    [review-card] ul[review-card-stats] li > div:nth-child(3) {
        flex:0 0 50px;
        text-align: left;
    }

    [review-card] ul[review-card-stats] li .progress .progress-bar {
        height: 100%;    
    }


@media (max-width: 1050px) {
    [review-card] {
        padding:20px;   
    }
    [review-card] ul[review-card-stats] li {
        margin-bottom:10px;   
    }
}



/* Progress
__________________________________________________________*/

.progress {
	display: flex;
	height: 8px;
	overflow: hidden;
	font-size: .75rem;
	background-color: var(--bg-color-alt);
	border-radius: 30px;
	position: relative;
}	

	.progress.xs {
		height: 0.25rem;
	}	

	.progress.sm {
		height: 0.5rem;
	}

	.progress.lg {
		height: 0.75rem;
	}

	.progress.xl {
		height: 1rem;
	}


	.progress .progress-bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		background-color: rgba(0,0,0,0.1);
		transition: width .6s ease;
		border-radius: 30px;
		position: relative;
	}

		.progress.no-zero .progress-bar {
			min-width:30px;
		}

		.progress .progress-bar > div {
			position: absolute;
			right:10px;
			font-size:0.6rem;
		}


@media (max-width: 1050px) {
    .progress {
        height:5px;    
    }
}



ul[tags] {
    display:flex;
    align-items:center;
    gap:5px;
    flex-shrink: 0;
    justify-content: center;
    flex-wrap: wrap;
}


ul[tags] > li > a,
ul[tags] > li {
    display:block;
    background-color: var(--bg-color-alt);
    color: var(--text-color-alt);
    border-radius:4px;
    padding:2px 8px;
    font-size:12px;
    font-weight: 400;
    flex-shrink: 0;
}



[headline] {
    background-color: var(--bg-color);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.075);
    border-bottom: solid 1px rgba(0,0,0,0.1);
    border-top: solid 1px rgba(0,0,0,0.1);
    padding:10px;
    font-size:14px;
    font-weight: 600;
    display:flex;
    justify-content: space-between;
}

[headline] a {
    font-size:12px;
}

[hl] {
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0;
}

[info-box]{
	background: var(--bg-color);
	color:var(--text-color-alt);
    border:solid 1px var(--border-color);
    padding:20px;
    border-radius:10px;
    font-size:13px;
    font-weight:500;
    line-height: 1.6;
}

a[info-box] {
    display:block;
    border:solid 1px var(--border-color);
}
a[info-box]:hover {
    display:block;
    border-color: var(--main-color-alt);
}


[text-focus] {
	border-radius: 91% 9% 90% 10% / 29% 82% 18% 71%;
	background-color:var(--main-color);
	padding: 0.5rem 1rem;
	font-weight: 500;
	color:#fff;
}









[custom-select] {
  width: auto;
  position: relative;
    display:inline-block;
}

[filters] select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 12px;
  padding: 6px 8px;
  background-color: var(--bg-color);
  border: solid 1px rgba(0,0,0,0.1);
  border-radius: 10px;
  color: rgba(0,0,0.8);
  cursor: pointer;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
}

[custom-select]::before,
[custom-select]::after {
    --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

[custom-select]::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

[custom-select]::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}






/* SAFARI FIXES */


body.safari [gap-10] > * {
    margin-right:10px;
}


ul[breadcrumbs] {
    display:flex;
    gap:10px;
    font-size:14px;
}

ul[breadcrumbs] li {
    position: relative;
    display: flex;
    align-items: center;
}

ul[breadcrumbs]:not([skeleton]) li:after {
    content:"»";
    padding-left:10px;
}

ul[breadcrumbs] li:last-child:after {
    content:"";
}
ul[breadcrumbs] li a {
    color:var(--main-color);
}


@media (max-width: 650px) {
    

    
    ul[breadcrumbs] li[hide-xs],
    ul[breadcrumbs] li[hide-xs],
    ul[breadcrumbs] li[hide-arrow]:after{
        display:none;
    }
    
    
    
}




[select-boxes] {
    display:flex;
}

[select-boxes] [select-box] {
    background-color:var(--bg-color);
    padding:20px;
    overflow: hidden;
    display:block;
    border:solid 1px transparent;
    position: relative;
    border-radius:10px;
}
label[select-box] input[type="radio"] {
    display:none;
}

label[select-box]:has(input[type="radio"]:checked) {
    border-color:var(--main-color);
    background-color:var(--bg-color-alt);
}

label[select-box]:after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-color:rgba(255,255,255,0.5);
}

label[select-box]:has(input[type="radio"]:checked):after {
    display:none;
}

label[select-box] [input] {
    margin:0;
}


