/* general contains basic stuff that modifies the defaults of elements */

@font-face {
	font-family: BarlowCondensed-Light;
	src: url(../fonts/Barlow_Condensed/BarlowCondensed-Light.ttf);
    font-display: swap;
}

@font-face {
	font-family: BarlowCondensed-Regular;
	src: url(../fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf);
    font-display: swap;
}

@font-face {
	font-family: BarlowCondensed-Medium;
	src: url(../fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf);
    font-display: swap;
}

@font-face {
	font-family: BarlowCondensed-Bold;
	src: url(../fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf);
    font-display: swap;
}

:root {
    --primary: #c4007a;
    --primary-transparent: #c4007a0d;
    --secondary: #8c1765;
    --blue: #34215f;
    --blue-transparent: #34215f80;
    --green: #afe656;
    --mint: #b5e8cf;
	--sage: #9ab990;
    --dark-sage: #9eb699;
	--lighter-lavender: #b3a8ce26;
    --light-lavender: #ebe9f3;
	--lavender: #b3a8ce;
	--darker-lavender: #7b67ae;
    --lighter-gray: #f8f8f8;
    --light-gray: #f2f2f2;
    --gray: #ececec;
    --dark-gray: #d8d8d8;
    --darker-gray: #979797;
	--darkest-gray: #888888;
    --video-background: #171717;
    --video-container: #282828;
    --orange: #fe8473;
    --lighter-orange: #f8e0e2;
    --gold: #f2cb13;
	--pink: #ff7791;
    --lighter-pink: #facdd8;
    --hot-pink: #ff5892;
    --lighter-hot-pink: #fbcade;
	--red: #ff7977;
	--purple: #7b67ae;
	--clay: #5b5360;
	--pastel-purple: #d6d0e4;
	--pastel-orange: #f8d4b5;
	--pastel-blue: #dcd8e2;
	--pastel-red: #f4b3aa;
	--primary-background-colour: #fff2ed;
	--secondary-background-colour: transparent;
	--tertiary-background-colour: #f5f4f9;
    --error-background: #ffb2c5;
    --error-foreground: #d7214e;
    --separator: var(--gray);
	--card-colour: #f7f6f4;
    --gradient-start: #ffab62;
	--gradient-center: #ff479c;
    --gradient-end: #8067b2;
    --gradient-start-transparent: #ffab6280;
	--gradient-center-transparent: #ff479c80;
    --gradient-end-transparent: #8067b280;
	--font-colour-light: #444555;
	--font-colour: #282c30;
	--font-colour-transparent: #282c3017;
    --font-title: BarlowCondensed-Medium, sans-serif;
    --font-subtitle: BarlowCondensed-Medium, sans-serif;
    --font-default: BarlowCondensed-Regular, sans-serif;
    --font-light: BarlowCondensed-Regular, sans-serif; /* originally BarlowCondensed-Light, sans-serif; */
    --font-bolder: BarlowCondensed-Bold, sans-serif;
    --font-bold: BarlowCondensed-Medium, sans-serif;
    --font-button: BarlowCondensed-Medium, sans-serif;
    --font-fat: AlfaSlabOne-Regular, sans-serif;
    --swiper-theme-color: var(--primary);
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
}

::placeholder {
    color: var(--font-colour-light);
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
	color: var(--font-colour-light);
}

* {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
    overflow-x: clip;
}

body {
    color: var(--font-colour);
    font-family: var(--font-default);
    font-weight: 400;
    font-size: 16px;
}

*:focus, *:focus-visible {
    outline: none;
}

a {
    text-decoration: none;
    color: var(--font-colour);
    transition: .4s ease;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: var(--font-colour);
    transition: .4s ease;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--font-colour);
    text-decoration: none;
}

b {
	font-family: var(--font-bold);
    font-weight: normal;
}

button {
    background-color: transparent;
}

div.title,
span.title {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 900;
    vertical-align: middle;
}

h1 {
    font-size: 40px;
    line-height: 1.4;
    font-family: var(--font-title);
    margin-bottom: 0.25em;
	text-wrap: balance;
}

h2 {
    font-size: 36px;
    font-family: var(--font-title);
    padding-bottom: 10px;
	text-wrap: balance;
}

h3 {
    font-size: 24px;
    font-family: var(--font-title);
    padding-bottom: 10px;
	text-wrap: balance;
}

h4 {
    font-size: 20px;
    font-family: var(--font-title);
    text-transform: uppercase;
	text-wrap: balance;
}

h5 {
    font-size: 18px;
    font-family: var(--font-title);
    color: var(--primary);
	text-wrap: balance;
}

h6 {
    font-size: 14px;
    font-family: var(--font-bolder);
    text-transform: uppercase;
    margin-bottom: 0;
	text-wrap: balance;
}

.small, small {
    font-size: 0.875rem;
    font-weight: 400;
}

light {
    opacity: 0.5;
    font-family: var(--font-light);
    font-weight: lighter;
}

.limit-lines-1 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-all;
}

img {
    width: fit-content;
}

img.icon {
    width: 35px;
    height: 35px;
}

img.icon.filled {
    background-color: var(--primary);
    border-radius: 8px;
    width: 35px;
    height: 35px;
    padding: 5px;
}

input {
    border: 0px solid;
    border-radius: 3px;
    padding: 8px 20px;
}

input.error {
    background-color: var(--error-background);
    box-shadow: 0 0 0 1px var(--error-foreground);
}

/* radio */

label.radio {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.radio span.title {
    font-size: 16px;
    font-family: var(--font-default);
	color: var(--font-colour-light);
    font-weight: normal;
    vertical-align: unset;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

label.radio span.title img {
    width: 24px;
    padding-right: 8px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.radio .circle,
label.radio .empty-circle {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 3px;
    border-radius: 50%;
    transition: 0.5s ease;
}

label.radio .circle {
    border: 2px solid var(--gray);
}

label.radio .empty-circle {
    border: 2px solid var(--gray);
}

label.radio .circle {
    display: none;
}

label.radio .title {
    padding-left: 26px;
}

label.radio input:checked ~ .empty-circle {
    display: none;
}

label.radio input:checked ~ .circle {
    border: 2px solid var(--orange);
    display: block;
}

label.radio input:checked ~ .circle .inside {
    width: 10px;
    height: 10px;
    background-color: var(--orange);
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 2px;
    position: absolute;
}

/* end radio */

/* checkbox */

label.checkbox {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox span.title {
    font-size: 16px;
    font-family: var(--font-light);
	color: var(--font-colour-light);
    font-weight: 400;
}

label.checkbox span.title a {
	text-decoration: underline;
}

label.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.checkbox .circle,
label.checkbox .empty-circle {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: none;
    transition: 0.5s ease;
}

label.checkbox .circle.dark,
label.checkbox .empty-circle.dark {
	background-color: var(--tertiary-background-colour);
}

label.checkbox .circle {
    display: none;
}

label.checkbox .title {
    padding-left: 26px;
}

label.checkbox .title.tiny {
    display: inline-block;
    font-size: 14px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

label.checkbox input:checked ~ .empty-circle {
    display: none;
}

label.checkbox input:checked ~ .circle {
    display: block;
}

label.checkbox input:checked ~ .circle .inside {
    display: inline-block;
    height: 12px;
    width: 6px;
    border-bottom: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    -webkit-transform: translate(6px, -2px) rotate(45deg);
    -ms-transform: translate(6px, -2px) rotate(45deg);
    transform: translate(6px, -2px) rotate(45deg);
}

.text-center label.checkbox input:checked ~ .circle .inside {
    -webkit-transform: translate(0, -2px) rotate(45deg);
    -ms-transform: translate(0, -2px) rotate(45deg);
    transform: translate(0, -2px) rotate(45deg);
}

/* end checkbox */

/* switch */

label.field.switch-container {
    font-family: var(--font-light);
	color: var(--font-colour-light);
    font-size: 16px;
}

label.field.switch-container .text {
	margin-top: -3px;
}

label.switch-container {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-weight: inherit;
    justify-content: left;
    gap: 10px;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 24px;
}

label.switch-container .switch {
    background-color: var(--dark-gray);
    border-radius: 40px;
    cursor: pointer;
    flex-shrink: 0;
    height: 25px;
    position: relative;
    transition: background-color .2s;
    width: 45px;
}
label.switch-container .switch.on {
    background-color: var(--orange);
}
label.switch-container.secondary .switch.on {
    background-color: var(--dark-sage);
}
label.switch-container .switch.on:before {
    left: 23px;
}
label.switch-container .switch:before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 19px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: left .2s;
    width: 19px;
}
label.switch-container .checkbox {
    cursor: pointer;
    left: 0;
    opacity: 0;
    height: 0;
    position: absolute;
}

/* end switch */

li {
    display: inline-block;
}

table {
    width: 100%;
}

table td,
table th {
    font-size: 14px;
}

table th {
    font-family: var(--font-subtitle);
}

table tr.no-border td {
    border: none;
}

.table thead th {
    border-top: none;
}

.table table.table-center thead th {
    text-align: center;
}

table.table-center td {
    text-align: center;
}

textarea {
    padding: 15px;
    border: 1px solid var(--gray);
    border-radius: 7px;
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.default-ul {
    margin-bottom: 1rem;
}

.text-center .default-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}

.avatar.tiny {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.avatar.small {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.avatar.mid {
    width: 128px;
    height: 128px;
}

.avatar.big {
    width: 100%;
	border-radius: 50%;
}

.avatar.edge {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    top: -30px;
    left: calc(50% - 30px);
}

.therapist-card .avatar.mobile-avatar {
    display: none;
}

.badge {
    padding: 5px 10px;
    background-color: var(--light-gray);
    border-radius: 7px;
    font-size: 12px;
    margin-right: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.badge img {
    height: 16px;
    margin-right: 3px;
}

.badge span {
    vertical-align: middle;
}

.link {
	font-family: var(--font-bold);
	padding-right: 20px;
	transition: all .3s ease;
}

.link.inverted {
	padding-right: 0;
	padding-left: 20px;
}

.link:after {
	content: '';
	background-image: url(../images/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 10px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) scaleX(1);
    transition: all 300ms ease;
}

.link.inverted:after {
	right: unset;
	left: 0;
	transform: translateY(-50%) scaleX(-1);
}

.link:hover {
	color: var(--font-colour);
	padding-right: 25px;
	transition: all .3s ease;
}

.link.inverted:hover:after {
	left: -5px;
}

.link.light {
    font-family: var(--font-default);
}

.link.link-large {
	font-size: 20px;
}

.btn {
    font-size: 16px;
    padding: 12px 48px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-family: var(--font-button);
    transition: .4s ease;
    z-index: 1;
}

.btn-filled-secondary {
	background-color: var(--orange);
	color: #fff !important;
	padding: 9px 48px;
}

.btn-has-link:after {
	content: '';
	background-image: url(../images/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 10px;
	display: block;
	filter: brightness(2);
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.btn-has-link:hover:after {
	right: 0.75em;
	transition: all .3s ease;
}

.btn.btn-has-link:hover {
	opacity: 1;
}

.btn.btn-whole-width {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.btn.btn-large {
	font-size: 20px;
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-arrow {
    transition: transform 300ms ease;
}

.btn.btn-arrow img {
    filter: brightness(0);
    transition: transform 300ms ease;
}

.btn.btn-arrow.left {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.btn.btn-arrow.left:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.btn.btn-arrow.right:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.btn.btn-arrow.left:active img {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
}

.btn.btn-arrow.right:active img {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
}

.btn.btn-narrow {
    padding-left: 18px;
    padding-right: 18px;
}

.btn.btn-wide {
    padding-left: 80px;
    padding-right: 80px;
}

.btn.btn-thin {
    padding-top: 9px;
    padding-bottom: 9px;
}

.btn.btn-truncate {
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.btn-text {
    font-family: var(--font-subtitle);
    text-decoration: underline !important;
    text-align: left;
    padding: 0;
}

.btn-text:hover {
    text-decoration: none !important;
}

.btn-normal {
    font-family: var(--font-default);
    text-decoration: underline !important;
    text-align: left;
    text-transform: none;
    padding: 0;
    font-size: 16px;
    vertical-align: baseline;
}

small .btn-normal {
    font-size: inherit;
}

.btn-normal:hover {
    text-decoration: none !important;
}

.btn.btn-filled-secondary:hover {
	filter: brightness(0.95);
}

.btn.btn-outlined:hover {
	background-color: var(--light-gray);
}

.btn.btn-outlined-secondary:hover {
	background-color: var(--primary-background-colour);
}

.btn.btn-outlined-tertiary:hover {
	background-color: var(--font-colour-transparent);
}

.btn img {
    margin-right: 10px;
}

.btn img:only-child {
    margin-right: 0;
}

.btn.btn-stretch {
    width: 100%;
}

.btn.btn-small {
    font-size: 12px;
    padding: 5px 20px;
}

@keyframes btn-rotation {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.btn .spinner {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    top: 1px;
}

.spinner {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border-top: 0.1em solid var(--orange);
    border-right: 0.1em solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.spinner.bright {
    border-top: 0.1em solid #fff;
}
  
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn.btn-filled {
    background-image: linear-gradient(to right, var(--gradient-start) -29%, var(--gradient-center) 70%, var(--gradient-end) 183%);
	background-size: 200% 200%;
    color: #fff !important;
}

.btn.btn-filled.no-gradient {
    background-color: var(--primary);
    background-image: none;
    color: #fff !important;
}

.btn.btn-filled:not(:disabled):not(.disabled).active, .btn.btn-filled:not(:disabled):not(.disabled):hover {
	background-position: 100% 100%;
}

.btn.btn-filled:not(:disabled):not(.disabled).active, .btn.btn-filled:not(:disabled):not(.disabled):active {
	background-image: linear-gradient(to right, var(--gradient-start) -29%, var(--gradient-center) 70%, var(--gradient-end) 183%);
    transition: 0.4s ease;
}

.btn.btn-outlined {
    border: 1px solid var(--darker-gray);
    color: var(--font-colour);
}

.btn.btn-outlined-secondary {
    border: 1px solid var(--orange);
    color: var(--font-colour-light);
}

.btn.btn-outlined-tertiary {
	border: 1px solid var(--font-colour);
	color: var(--font-colour-light);
}

.btn.btn-outlined-secondary.btn-chat:before {
	content: '';
	background-image: url(../images/icons/conversation.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: calc(100% - 20px);
	aspect-ratio: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	filter: brightness(1);
	transition: all 0.4s ease;
}

.btn.btn-outlined-secondary.btn-chat.btn-no-text {
	height: 50px;
	aspect-ratio: 1;
	padding: 0;
}

.btn.btn-outlined-secondary.btn-chat.btn-thin {
	padding-left: 42px;
	padding-right: 42px;
}

.btn.btn-more:after {
    display: none;
}

.btn.btn-mono {
    border: 1px solid var(--blue);
    color: var(--blue) !important;
    font-family: var(--font-default);
    text-transform: none;
}

.btn.btn-input {
    padding: 11px 10px;
    font-size: 12px;
}

.btn-calendar {
    background-color: #f8f9fa;
    border: 1px solid #efeff4;
    border-radius: 9999px;
    padding: 5px 20px;
    font-size: 16px;
    font-family: var(--font-light);
    color: var(--font-colour-light);
    cursor: pointer;
    transition: background-color 400ms ease, color 400ms ease;
}

.btn-calendar:hover {
    background-color: var(--orange);
    color: #fff;
}

.btn-calendar.icon {
    width: 36px;
    height: 36px;
    padding: 0;
}

.btn-calendar:is(:focus, :focus-visible) {
    outline: none;
}

.btn-slider {
    background-color: #f8f9fa;
    border: 1px solid #efeff4;
    border-radius: 9999px;
    padding: 5px 20px;
    font-size: 16px;
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.btn-slider > button {
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-family: var(--font-light);
    color: var(--font-colour-light);
    transition: color 400ms ease;
}

.btn-slider > button.active {
    color: #fff;
}

.btn-slider .pill {
    background-color: var(--orange);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    border-radius: 9999px;
    z-index: 2;
    transition: width 400ms ease, transform 400ms ease;
    display: none;
}

.card {
    border-radius: 3px;
    background-color: #fff;
    margin: 30px 0px;
    padding: 25px;
    border: none;
}

.card.floating {
    position: sticky;
    top: 158px;
    margin-bottom: 104px;
}

.card.secondary-card {
	background-color: var(--primary-background-colour);
}

.card.disabled {
    background-color: var(--separator);
    color: var(--blue-transparent);
}

.card.card-small-padding {
    padding: 15px;
}

.card .header {
    font-family: var(--font-subtitle);
    font-size: 16px;
}

.card .header-alt {
    font-family: var(--font-bold);
    font-size: 20px;
}

div.subtitle,
span.subtitle {
    font-family: var(--font-subtitle);
    font-size: 16px;
    font-weight: 900;
    vertical-align: middle;
}

.card .header img {
    margin-right: 3px;
}

.date-picker [class^="col-"]:first-child,
.date-picker [class*=" col-"]:first-child {
    padding-right: 0;
}

.date-picker [class^="col-"]:last-child,
.date-picker [class*=" col-"]:last-child {
    padding-left: 0;
}

.date-picker [class^="col-"] .select2,
.date-picker [class*=" col-"] .select2 {
    min-width: initial;
    width: 100%;
}

.daterangepicker .calendar td {
    font-family: var(--font-default);
    font-size: 16px;
}

.daterangepicker .calendar th {
    font-family: var(--font-bold);
    font-weight: normal;
    font-size: 16px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-image: linear-gradient(to right, var(--gradient-start) -29%, var(--gradient-center) 70%, var(--gradient-end) 183%);
	background-size: 200% 200%;
    color: #fff;
}

.daterangepicker .calendar {
    max-width: initial;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    text-transform: uppercase;
    padding: 5px 10px;
}

.f-end {
    justify-content: end;
}

.field.inline.tall textarea {
    min-height: 150px;
}

.field {
	margin-bottom: 12px;
}

.field.inline :is(input, textarea) {
    display: block;
    width: 100%;
    border-radius: 3px;
	padding: 30px 18px 10px 18px;
	border: none;
	min-height: 64px;
}

.field.inline input[type="date"] {
    height: 64px;
    -webkit-appearance: none;
    color: var(--font-colour);
    background-color: #fff;
}

input::-webkit-date-and-time-value {
    text-align: left!important;
}

.field.inline :is(input, textarea)::placeholder {
	opacity: 0;
}

.field.inline {
	overflow: hidden;
	border-radius: 3px;
}

.field.inline label {
	font-size: 16px;
	color: var(--font-colour-light);
	position: absolute;
	top: 20px;
	left: 18px;
	display: block;
	font-size: 1rem;
	margin: 0;
	transition: .2s ease;
	transform-origin: 0 0;
	pointer-events: none;
}

.field.inline :is(input, textarea):not(:-moz-placeholder-shown) ~ label {
	color: var(--font-colour);
	transform: translate3d(0, -10px, 0) scale(0.75);
}

.field.inline :is(input, textarea):not(:-ms-input-placeholder) ~ label {
	color: var(--font-colour);
	transform: translate3d(0, -10px, 0) scale(0.75);
}

.field.inline :is(input, textarea):not(:placeholder-shown) ~ label {
	color: var(--font-colour);
	transform: translate3d(0, -10px, 0) scale(0.75);
}

.field.inline :is(input, textarea):focus ~ label {
	color: var(--font-colour);
	transform: translate3d(0, -10px, 0) scale(0.75);
}

.field.inline .line {
	width: 100%;
	height: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, var(--gradient-start) -29%, var(--gradient-center) 70%, var(--gradient-end) 183%);
	background-size: 200% 200%;
	transition: .1s ease;
}

.field.inline :is(input, textarea):focus ~ .line {
	height: 2px;
}

.gradiented-top {
    background-image: linear-gradient(to bottom, #f8f8f8 50%, #fff);
    background-size: 100% 340px;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 340px;
}

.gradiented-bottom {
    background-image: linear-gradient(to bottom, #f8f8f8 50%, #fff);
    background-position: bottom;
    background-size: 100% 340px;
    background-repeat: no-repeat;
    min-height: 340px;
}

.gradient {
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 51%, #fff 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0 !important;
}

.row > .gradient {
    left: 15px;
    right: 15px;
    width: initial;
}

.horizontal {
    flex-direction: row;
    display: flex;
}

.horizontal-between {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.html-container {
    padding: 15px;
}

.html-container ol {
    list-style: decimal;
    padding-left: 30px;
}

.html-container li {
    display: list-item;
}

.list-group {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
}

.list-group ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.list-group li {
    padding: 5px 0;
    border-bottom: 1px solid var(--gray);
}

.list-group li:first-child {
    padding-top: 0;
}

.list-group li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.loader {
    background-image: url('../images/loader.svg');
    width: 200px;
    height: 37px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-position-y: center;
    flex-shrink: 0;
}

.modal button.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal .modal-content {
    padding: 40px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px 0 rgba(76, 76, 76, 0.2);
}

.modal-backdrop.show {
    opacity: 0.2;
}

.modal-dialog {
    max-width: 750px;
}

.modal h3 {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.modal form {
    margin-top: 20px;
}

.nav.nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.number {
    color: var(--orange);
    font-family: var(--font-subtitle);
}

.one-line {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.padded-container {
    padding-left: 50px;
    padding-right: 50px;
}

.page-item.active .page-link {
	background-image: linear-gradient(to right, var(--gradient-start) -29%, var(--gradient-center) 70%, var(--gradient-end) 183%);
	background-size: 200% 200%;
	background-color: #fff;
	border: none;
}

.page-link {
    border: none
}

.page-item.active:hover .page-link {
	color: #fff;
}

.rating .stars,
.rating .score {
    display: inline-block;
    vertical-align: middle;
}

.rating .score {
    font-size: 12px;
    margin-left: 5px;
	margin-top: 2px;
}

.rating .star-empty,
.rating .star-full {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.rating .star-empty {
    background-image: url(../images/icons/star-empty.svg);
}

.rating .star-full,
.rating .star-hover {
    background-image: url(../images/icons/star-full.svg);
}

.rating .stars.spread {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.section .header {
    font-family: var(--font-bold);
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid var(--separator);
    padding-bottom: 5px;
}

.section .item {
    margin: 5px 0;
}

.select2 {
    /*min-width: 150px;*/
}

.select2-input-height .select2-container--default {
    height: 42px;
    width: 100% !important;
}

.select2-input-height .select2-container--default .select2-selection--single {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select2-input-height .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container li {
    display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-image: linear-gradient(to right, var(--gradient-start) -29%, var(--gradient-center) 70%, var(--gradient-end) 183%);
	background-size: 200% 200%;
    color: #fff;
}

.select2-container--default {
    height: fit-content;
}

.select2-container--default :is(.select2-selection--single, .select2-selection--multiple) {
    border: 1px solid transparent;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/icons/arrow.svg);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 10px;
    height: 8px;
	border: none;
	margin: 0;
	left: calc(50% - 2px);
	filter: brightness(0);
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .4s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.select2-container--default:is(.select2-container--open, .select2-container--focus) :is(.select2-selection--single, .select2-selection--multiple) {
    border: 1px solid var(--orange) !important;
}

.select2-multi-placeholder {
    position: absolute;
    top: 20px;
    left: 18px;
    line-height: 1.5;
    font-size: 1rem;
    display: block;
    transform: translate3d(0, -10px, 0) scale(0.75);
    transform-origin: 0 0;
    width: 100%;
}

.select2-dropdown {
    border: 1px solid var(--orange);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--light-gray);
}

.select2-container img.flag {
    height: 12px;
    margin-right: 5px;
    margin-top: -4px;
    width: auto;
}

.select2-container .country-code {
    vertical-align: middle;
}

.select2-time .select2 {
    width: 100px;
    text-align: left;
    margin-right: 20px;
}

.select2-time .select2-container--default {
    height: 36px;
}

.select2-time .select2-container .select2-selection--single {
    height: 100%;
}

.select2-time .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-time .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.country-code .select2-container .selection {
    height: 100%;
    display: block;
}

.country-code .select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.country-code .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.country-code .select2-container--default {
    width: 100px;
    min-width: initial;
    border: 1px solid var(--gray);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
    height: initial;
}

.country-code input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.country-code span.country-code {
    font-family: var(--font-bolder);
}

.country-code .select2-container--default .select2-selection--single .select2-selection__arrow b {
    filter: invert(36%) sepia(100%) saturate(2.9) hue-rotate(266deg) brightness(93%);
}

.country-code .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.country-code .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-right-radius: 0;
}

.country-code .select2-dropdown {
    min-width: 250px;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: var(--separator);
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.star {
    background-image: url(../images/icons/star.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.star-half {
    background-image: url(../images/icons/star-half.svg);
    width: 5px;
    height: 10px;
    display: inline-block;
	margin: 0 1px;
}

.tag {
    padding: 10px 25px;
    background-color: #f2f2f2;
    margin-left: 10px;
    border-radius: 8px;
    font-family: var(--font-title);
    font-size: 15px;
    cursor: pointer;
}

.tag i.la-times {
    color: var(--primary);
    padding: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.vertical {
    flex-direction: column;
    display: flex;
}

.vertical.justify-center {
    justify-content: center;
}

.v-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v-center h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.select-label {
	position: relative;
	top: -1px;
	height: 64px;
}

.select-label .label {
	position: absolute;
	top: 19px;
	left: 0;
	line-height: 1.5;
	font-size: 1rem;
	display: block;
	transform: translate3d(0, -10px, 0) scale(0.75);
	transform-origin: 0 0;
}

.select-label .text {
	height: 100%;
	padding: 30px 0 11px 0;
	line-height: 1.5;
	color: var(--font-colour);
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.alert {
	border-radius: 3px;
	padding: 20px 18px;
	border: none;
}

.dropdown-toggle:after {
    content: unset;
}

.dd-toggle {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-toggle .unread {
    width: 11px;
    aspect-ratio: 1;
    background-color: var(--red);
    border-radius: 50%;
    position: absolute;
    right: 3px;
    bottom: 5px;
}

.dd-menu {
    max-width: 75vw;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 25px 30px;
	position: absolute;
	bottom: -15px;
	right: -20px;
	-webkit-transform: translateY(calc(100% + 2px));
	-ms-transform: translateY(calc(100% + 2px));
	transform: translateY(calc(100% + 2px));
	box-shadow: 0 2px 4px 0 rgba(232, 232, 232, 0.5);
	pointer-events: none;
	min-width: 250px;
	cursor: auto;
	opacity: 0;
	transition: .4s ease;
}

.dd-menu:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 26px;
	width: 0;
	border-bottom: 5px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 1;
}

.dd-menu:after {
	content: '';
	position: absolute;
	bottom: calc(100% + 1px);
	right: 26px;
	width: 0;
	border-bottom: 5px solid #e6e6e6;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.dd-menu.show {
	pointer-events: all;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 1;
}

.dd-menu .dd-section {
	padding: 20px 5px 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.dd-menu .dd-section:not(.dd-main) > div:hover:after {
	opacity: 1;
}

.dd-menu .dd-section:not(.dd-main) > div:after {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	display: block;
	width: calc(100% + 65px);
	height: 100%;
	background-color: var(--lighter-gray);
	opacity: 0;
	pointer-events: none;
	transition: .4s ease;
}

.dd-menu .dd-section a.notification {
    padding-left: 20px;
}

.dd-menu .dd-section a.notification:before {
    content: '';
    width: 8px;
    aspect-ratio: 1;
    background-color: var(--red);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dd-menu .dd-section a .date {
    font-size: 12px;
    font-family: var(--font-light);
}

.dd-menu .dd-section a .name {
    font-size: 16px;
    font-family: var(--font-light);
}

.dd-menu .dd-section a {
	font-family: var(--font-bold);
	padding: 3px 0;
	display: block;
	z-index: 2;
}

.dd-menu .dd-section:first-child {
	padding-top: 0;
}

.dd-menu .dd-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.dd-menu .dd-section.dd-main {
	display: flex;
	flex-direction: row;
	align-items: end;
	gap: 30px;
	justify-content: space-between;
}

.dd-menu .dd-section:not(.dd-main) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.dd-menu .dd-section .data .name {
	white-space: nowrap;
	font-size: 16px;
	font-family: var(--font-bold);
	line-height: 1;
}

.dd-menu .dd-section .data .action {
	white-space: nowrap;
	font-size: 16px;
	font-family: var(--font-light);
	color: var(--font-colour-light);
	line-height: 1;
}

.dd-menu .dd-main .avatar {
	width: 48px;
	aspect-ratio: 1;
	background-image: linear-gradient(to right, var(--gradient-start-transparent) -29%, var(--gradient-center-transparent) 70%, var(--gradient-end-transparent) 183%);
	background-size: 200% 200%;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dd-menu .dd-main .avatar img {
	width: 75%;
	height: auto;
    object-fit: cover;
}

.profile .row.padded {
    margin-top: 60px;
}

:is(input, textarea):disabled {
    background-color: var(--gray);
}

.breadcrumb-arrow {
    display: inline-block;
    padding: 0 5px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.breadcrumbs {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
}

.carousel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.carousel-list {
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    height: 350px;
    justify-content: center;
    perspective: 300px;
}

.carousel-item {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    background-color: var(--tertiary-background-colour);
    width: 435px;
    height: 350px;
    padding: 35px 40px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 3px rgba(208, 208, 208, 0.5);
    position: absolute;
    transition: all 400ms ease;
}

.carousel-item:not(.active-item) {
    cursor: pointer;
}

.carousel-item .body {
    color: var(--font-colour-light);
    margin-top: 10px;
    text-align: center;
    overflow-y: auto;
}

.carousel-item .body.fade-grad:after {
    content: '';
    position: fixed;
    bottom: 69px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, var(--tertiary-background-colour));
    pointer-events: none;
}

.carousel-item .title {
    font-weight: normal;
    font-family: var(--font-bold);
    color: var(--hot-pink);
    font-size: 16px;
}

.carousel-item[data-pos="0"] {
    z-index: 5;
}

.carousel-item[data-pos="-1"],
.carousel-item[data-pos="1"] {
    opacity: 0.7;
    filter: blur(1px) grayscale(10%);
}

.carousel-item[data-pos="-1"] {
    -webkit-transform: translateX(-50%) scale(0.9);
    -ms-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    z-index: 4;
}

.carousel-item[data-pos="1"] {
    -webkit-transform: translateX(50%) scale(0.9);
    -ms-transform: translateX(50%) scale(0.9);
    transform: translateX(50%) scale(0.9);
    z-index: 4;
}

.term-icon {
    width: 18px;
    padding-right: 4px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modal-buttons button {
    width: 100%;
}

.otp-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

.otp-container input {
    width: 60px;
    height: auto;
    aspect-ratio: 6 / 7;
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-family: var(--font-bolder);
    background-color: var(--tertiary-background-colour);
}

.otp-container input:focus {
    outline: 1px solid var(--orange);
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.fix-z {
    z-index: 1;
}

.inline-note {
    opacity: 0.5;
    font-size: 14px;
}

.font-default {
    font-family: var(--font-default);
}