/* src/styles.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ul,
ol {
  list-style: none;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --system-border: #DFE7EF;
  --default-font-size: 16;
  --primary-25: #faf8f6;
  --primary-50: #f7f5f0;
  --primary-100: #e6e0cf;
  --primary-200: #dad1b8;
  --primary-300: #c9bb97;
  --primary-400: #beae83;
  --primary-500: #ae9a64;
  --primary-600: #9e8c5b;
  --primary-700: #7c6d47;
  --primary-800: #605537;
  --primary-900: #49412a;
  --gray-25: #fafafa;
  --gray-50: #f5f5f5;
  --gray-100: #e8e8e8;
  --gray-200: #d1d1d1;
  --gray-300: #a8a8a8;
  --gray-400: #8f8f8f;
  --gray-500: #666666;
  --gray-600: #525252;
  --gray-700: #3d3d3d;
  --gray-800: #2b2b2b;
  --gray-900: #1f1f1f;
  --error-25: #fffbfa;
  --error-50: #fef3f2;
  --error-100: #fee4e2;
  --error-200: #fecdca;
  --error-300: #fda29b;
  --error-400: #f97066;
  --error-500: #f04438;
  --error-600: #d92d20;
  --error-700: #b42318;
  --error-800: #912018;
  --error-900: #7a271a;
  --warning-25: #fffcf5;
  --warning-50: #fffaeb;
  --warning-100: #fef0c7;
  --warning-200: #fedf89;
  --warning-300: #fec84b;
  --warning-400: #fdb022;
  --warning-500: #f79009;
  --warning-600: #dc6803;
  --warning-700: #b54708;
  --warning-800: #93370d;
  --warning-900: #7a2e0e;
  --success-25: #f6fef9;
  --success-50: #ecfdf3;
  --success-100: #d1fadf;
  --success-200: #a6f4c5;
  --success-300: #6ce9a6;
  --success-400: #32d583;
  --success-500: #12b76a;
  --success-600: #039855;
  --success-700: #027a48;
  --success-800: #05603a;
  --success-900: #054f31;
  --blue-gray-25: #fcfcfd;
  --blue-gray-50: #f8f9fc;
  --blue-gray-100: #eaecf5;
  --blue-gray-200: #c8cce5;
  --blue-gray-300: #9ea5d1;
  --blue-gray-400: #717bbc;
  --blue-gray-500: #4e5ba6;
  --blue-gray-600: #3e4784;
  --blue-gray-700: #363f72;
  --blue-gray-800: #293056;
  --blue-gray-900: #101323;
  --blue-light-25: #f5fbff;
  --blue-light-50: #f0f9ff;
  --blue-light-100: #e0f2fe;
  --blue-light-200: #b9e6fe;
  --blue-light-300: #7cd4fd;
  --blue-light-400: #36bffa;
  --blue-light-500: #0ba5ec;
  --blue-light-600: #0086c9;
  --blue-light-700: #026aa2;
  --blue-light-800: #065986;
  --blue-light-900: #0b4a6f;
  --blue-25: #f5faff;
  --blue-50: #eff8ff;
  --blue-100: #d1e9ff;
  --blue-200: #b2ddff;
  --blue-300: #84caff;
  --blue-400: #53b1fd;
  --blue-500: #2e90fa;
  --blue-600: #1570ef;
  --blue-700: #175cd3;
  --blue-800: #1849a9;
  --blue-900: #194185;
  --indigo-25: #f5f8ff;
  --indigo-50: #eef4ff;
  --indigo-100: #e0eaff;
  --indigo-200: #c7d7fe;
  --indigo-300: #a4bcfd;
  --indigo-400: #8098f9;
  --indigo-500: #6172f3;
  --indigo-600: #444ce7;
  --indigo-700: #3538cd;
  --indigo-800: #2d31a6;
  --indigo-900: #2d3282;
  --purple-25: #fafaff;
  --purple-50: #f4f3ff;
  --purple-100: #ebe9fe;
  --purple-200: #d9d6fe;
  --purple-300: #bdb4fe;
  --purple-400: #9b8afb;
  --purple-500: #7a5af8;
  --purple-600: #6938ef;
  --purple-700: #5925dc;
  --purple-800: #4a1fb8;
  --purple-900: #3e1c96;
  --pink-25: #fef6fb;
  --pink-50: #fdf2fa;
  --pink-100: #fce7f6;
  --pink-200: #fcceee;
  --pink-300: #faa7e0;
  --pink-400: #f670c7;
  --pink-500: #ee46bc;
  --pink-600: #dd2590;
  --pink-700: #c11574;
  --pink-800: #9e165f;
  --pink-900: #851651;
  --rose-25: #fff5f6;
  --rose-50: #fff1f3;
  --rose-100: #ffe4e8;
  --rose-200: #fecdd6;
  --rose-300: #fea3b4;
  --rose-400: #fd6f8e;
  --rose-500: #f63d68;
  --rose-600: #e31b54;
  --rose-700: #c01048;
  --rose-800: #a11043;
  --rose-900: #89123e;
  --sidebar-width: 256px;
  --color-page-title: #1A1A1A;
  --p-toggleswitch-width: 34px;
  --p-toggleswitch-height: 20px;
  --p-toggleswitch-border-radius: 999px;
  --p-toggleswitch-background: var(--gray-200);
  --p-toggleswitch-checked-hover-background: var(--primary-600);
  --p-toggleswitch-hover-background: var(--gray-300);
  --p-toggleswitch-checked-background: var(--primary-700);
  --p-toggleswitch-checked-border-color: transparent;
  --p-toggleswitch-handle-background: var(--white);
  --p-toggleswitch-handle-hover-background: var(--white);
  --p-toggleswitch-handle-checked-hover-background: var(--white);
  --p-toggleswitch-handle-checked-background: var(--white);
  --p-toggleswitch-handle-checked-color: var(--white);
  --p-toggleswitch-border-width: 0;
  --p-toggleswitch-handle-size: 16px;
  --p-toggleswitch-handle-border-radius: 50%;
  --p-toggleswitch-gap: 2px;
  --p-toggleswitch-focus-ring-shadow: 0px 0px 0px 2px #005BD3;
  --p-toggleswitch-transition-duration: 0.3s;
  --p-toggleswitch-slide-duration: 0.3s;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 300;
  src:
    url(/assets/fonts/Satoshi-Light.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Light.woff) format("woff"),
    url(/assets/fonts/Satoshi-Light.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  src:
    url(/assets/fonts/Satoshi-Regular.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Regular.woff) format("woff"),
    url(/assets/fonts/Satoshi-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  src:
    url(/assets/fonts/Satoshi-Medium.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Medium.woff) format("woff"),
    url(/assets/fonts/Satoshi-Medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  src:
    url(/assets/fonts/Satoshi-Bold.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Bold.woff) format("woff"),
    url(/assets/fonts/Satoshi-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 900;
  src:
    url(/assets/fonts/Satoshi-Black.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Black.woff) format("woff"),
    url(/assets/fonts/Satoshi-Black.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 300 900;
  src:
    url(/assets/fonts/Satoshi-Variable.woff2) format("woff2"),
    url(/assets/fonts/Satoshi-Variable.woff) format("woff"),
    url(/assets/fonts/Satoshi-Variable.ttf) format("truetype");
  font-display: swap;
}
html {
  font-size: var(--default-font-size)px;
}
@media screen and (width <= 481px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: Satoshi, sans-serif;
  line-height: 20px;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  min-height: 100vh;
  background-color: var(--primary-25);
}
button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
[hidden] {
  display: none !important;
}
.p-overlay {
  --p-anchor-gutter: 4px;
}
@supports (-moz-appearance: none) {
  * {
    scrollbar-color: #677284 transparent;
    scrollbar-width: thin;
  }
}
@supports selector(::-webkit-scrollbar) {
  *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 30px;
  }
  *::-webkit-scrollbar-thumb {
    background: #9ba5b5;
    border-radius: 30px;
  }
  *::-webkit-scrollbar-thumb:hover {
    background: #677284;
  }
}
.card {
  overflow: auto;
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 4px;
}
.base-select {
  --base-select-shadow: none;
  --base-select-border-radius: 4px;
  --base-select-background: var(--white);
  --base-select-disabled-background: var(--gray-50);
  --base-select-border-color: var(--gray-200);
  --base-select-hover-border-color: var(--primary-900);
  --base-select-focus-border-color: var(--primary-900);
  --base-select-focus-ring-offset: 0;
  --base-select-focus-ring-width: 2px;
  --base-select-focus-ring-style: solid;
  --base-select-focus-ring-color: #005BD3;
  --base-select-focus-ring-shadow: none;
  --base-select-color: var(--gray-900);
  --base-select-placeholder-color: var(--gray-400);
  --base-select-invalid-placeholder-color: var(--gray-400);
  --base-select-disabled-color: #818b9c;
}
.base-select-panel {
  --base-select-overlay-background: var(--white);
  --base-select-overlay-border-color: var(--gray-100);
  --base-select-overlay-border-radius: 4px;
  --base-select-overlay-shadow: 0 4px 6px -2px #1a1a1a33;
  --base-select-overlay-color: var(--gray-900);
  --base-select-list-padding: 4px;
  --base-select-list-gap: 2px;
  --base-select-option-focus-background: var(--primary-50);
  --base-select-option-selected-background: #e8e4d8;
  --base-select-option-selected-focus-background: var(--primary-100);
  --base-select-option-color: var(--gray-900);
  --base-select-option-border-radius: 4px;
}
.page {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page__title-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.page__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1A1A1A;
}
.page__loading-indicator {
  width: 80px;
  height: 80px;
  margin: 100px 20px;
  align-self: center;
}
.date-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.date-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.date-section__header {
  padding: 8px 0;
}
.date-section__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.date-section__title {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--gray-700);
}
.table-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
}
.auth-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  padding: 20px 24px;
}
.auth-card__text-content {
  text-align: center;
}
.auth-card__title {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--gray-900);
}
.auth-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--gray-700);
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-form__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.auth-page {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}
.auth-page__logo {
  width: 100%;
  max-width: 225px;
  aspect-ratio: 225/51;
}
.user-short-info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.user-short-info__name {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.user-short-info__name span:not([class]) {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.user-short-info__club-icon {
  width: 26px;
  height: 26px;
}
.user-short-info__favorite-icon,
.user-short-info__exclude-icon {
  width: 20px;
  height: 20px;
  color: var(--primary-600);
}
.user-short-info__alternative {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: calc(2 / var(--default-font-size) * 1rem) calc(6 / var(--default-font-size) * 1rem);
  gap: 10px;
  background-color: var(--gray-50);
  border-radius: 4px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: calc(13 / var(--default-font-size) * 1rem);
  line-height: calc(18 / var(--default-font-size) * 1rem);
  color: var(--gray-700);
  margin-left: auto;
}
.input-text {
  width: 100%;
  color: var(--gray-900);
  appearance: none;
  resize: vertical;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 4px;
}
.input-text:not([readonly]):hover {
  border-color: #4F5258;
}
.input-text::placeholder {
  color: var(--gray-400);
}
.input-text:not([readonly]):focus {
  border-color: var(--primary-900);
  box-shadow: 0 0 0 2px #005BD3;
}
.input-text:not([readonly]):disabled {
  color: var(--gray-400);
  background-color: var(--gray-50);
  border-color: var(--gray-50);
}
.input-text_small {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.input-text_medium {
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.input-text_large {
  height: 50px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.input-text_filled {
  color: var(--gray-600);
  background-color: var(--gray-50);
  border-color: var(--gray-50);
}
.input-text_invalid {
  background-color: var(--error-50);
  border-color: var(--error-700);
}
.input-text_invalid:not([readonly]):hover {
  border-color: var(--error-700);
}
.input-text_invalid:not([readonly]):focus {
  border-color: var(--error-700);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
