/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"],"display":"swap"}],"variableName":"inter"} ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/6d93bde91c0c2823-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_d65c78 {font-family: 'Inter', 'Inter Fallback';font-style: normal
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
:root {
    /* --background: #ffffff; */
    --foreground: #171717;
    border-radius: 12px;
    --background: linear-gradient(0deg, #ebeeee 0%, #ebeeee 100%), #f4f5f5;
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
} */

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
    background-color: #f4f6f8;
    min-height: 100vh;
    cursor: default;
}

body {
    color: var(--foreground);
    background: var(--background);
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Inter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

p.description {
    color: var(--black-white-black, #000);

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
.error {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0px 0px;
    padding: 8px 0 20px 0;
    margin-bottom: -12px;
    width: 100%;
    color: #f13a3a;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.084px;
    background: linear-gradient(
            0deg,
            rgba(241, 58, 58, 0.25) 0%,
            rgba(241, 58, 58, 0.25) 100%
        ),
        #fff;
}
.input-wrapper {
    display: flex;
    flex-direction: column;
    color: var(--black-white-black, #000);

    /* Running Text / Paragraph 16 Reg */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.176px;
    gap: 4px;
    width: 100%;
    position: relative;
}

.input-wrapper > label {
    /* Running Text / Paragraph 16 Reg */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.176px;
}

.input-wrapper input {
    /* display: flex; */
    height: 44px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #dde2e4;
    background: var(--black-white-white, #fff);
    /* Running Text / Paragraph 16 Reg */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.176px;
}
.form-type {
    width: 100%;
}
.login-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex: 1 1;
    /* gap: 48px; */
}

.login-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    /* text-align: center; */
}

.login-page-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.login-page-logo > img {
    margin-bottom: 16px;
}

.login-page-logo-first-row {
    color: var(--black-white-black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.096px;
    text-transform: uppercase;
}

.login-page-logo-last-row {
    color: var(--Mid-Gray-Mid-Gray-2, #6e7c87);

    /* Running Text / Paragraph 14 Reg */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.084px;
}

.login-data {
    display: flex;
    min-width: 360px;
    padding: 40px;
    flex-direction: column;
    /* align-items: center; */
    gap: 16px;
    border-radius: 12px;
    background: var(--black-white-white, #fff);
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.login-data-label {
    flex: 1 0;
    color: var(--black-white-black, #000);
    text-align: center;

    /* Headings / Heading 18 Semi Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.252px;
}

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

.register-additional {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    text-wrap: nowrap;
    width: 100%;
}
.register-additional a {
    line-height: 24px;
    -webkit-text-decoration: 1px underline #cbcbcb;
            text-decoration: 1px underline #cbcbcb;
}
.register-additional a:hover {
    text-decoration: none;
}
.button {
    display: flex;
    min-width: 250px;
    width: 100%;
    padding: 10px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #f13a3a;
    cursor: pointer;
    color: var(--black-white-white, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    /* 150% */
    letter-spacing: -0.096px;
    transition: background-color 0.3s;
}
.button:hover {
    background-color: #de3535;
}
.button.disabled {
    background: linear-gradient(0deg, #f89c9c 0%, #f89c9c 100%), #f13a3a;
}

.button-text {
    display: flex;
    min-width: 270px;
    padding: 10px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.096px;
    transition: background-color 0.3s;
}

.button-text:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.register-form-row {
    display: flex;
    flex-direction: row;
    min-width: 730px;
    gap: 16px;
}

.type-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 44px;
    flex-wrap: nowrap;
}

.type-option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

input[type='radio'] {
    accent-color: #ff4d4f;
    cursor: pointer;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0px;
}

input[type='checkbox']:checked + label,
input[type='checkbox']:not(:checked) + label,
input[type='radio']:checked + label,
input[type='radio']:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.176px;
}

input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before,
input[type='radio']:checked + label:before,
input[type='radio']:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #dde2e4;
}

input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before {
    background-color: #f13a3a;
    border: 1px solid #f13a3a;
}

input[type='checkbox']:checked + label:before,
input[type='checkbox']:not(:checked) + label:before {
    border-radius: 4px;
}

input[type='radio']:checked + label:before,
input[type='radio']:not(:checked) + label:before {
    border-radius: 50%;
}

input[type='checkbox']:checked + label:after,
input[type='checkbox']:not(:checked) + label:after,
input[type='radio']:checked + label:after,
input[type='radio']:not(:checked) + label:after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
}

input[type='checkbox']:checked + label:after,
input[type='checkbox']:not(:checked) + label:after {
    left: 5px;
    top: 4px;
    width: 12px;
    height: 13px;
    background: url(/_next/static/media/checkmark.4e4afe09.svg);
}

input[type='radio']:checked + label:after,
input[type='radio']:not(:checked) + label:after {
    left: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

input[type='checkbox']:not(:checked) + label:after,
input[type='radio']:not(:checked) + label:after {
    opacity: 0;
}

input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after {
    opacity: 1;
}

label {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
}

select {
    padding: 9px 26px 9px 16px;
    border: 1px solid #dde2e4;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(/_next/static/media/down.56587863.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.176px;
}

select:focus,
input {
    border: 1px solid #dde2e4;
    transition: 0.3s;
    outline: none;
}

select:focus,
input:focus {
    border: 1px solid rgba(241, 58, 58, 0.5);
}

.email-confirm {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    min-height: 100vh;
}

.v-delimiter {
    height: calc(100% - 20px);
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #9aa6ac;
    /* background: var(--Mid-Gray-Mid-Gray-4, #9AA6AC); */
}

.cards-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    color: var(--black-white-black, #000);

    /* Headings / Heading 24 Semi Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.456px;
}

.cards-container {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.cards-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    color: var(--black-white-black, #000);

    /* Headings / Heading 24 Semi Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.456px;
}

.card-filter-container {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.card-filter-item {
    display: flex;
    flex-direction: row;
    /* height: 32px; */
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    background: var(--Light-Gray-Light-Gray-2, #dde2e4);
    cursor: pointer;
    color: var(--black-white-black, #000);
    text-align: center;
    gap: 6px;
    /* Running Text / Paragraph 16 Reg */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;
}
.card-filter-item-counter {
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background-color: var(--Light-Gray-Light-Gray-5, #f6f8f9);
    color: var(--black-white-black, #000);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.084px;
    transition: background-color 0.3s;
}
.card-filter-item:hover {
    background-color: var(--Light-Gray-Light-Gray-1, #d5dadd);
}

.card-filter-item.active {
    color: white;
    background-color: var(--black-white-black, #000);
}

.bold-text {
    color: var(--black-white-black, #000);
    text-align: center;

    /* Headings / Heading 18 Semi Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.252px;
}

.secondary-text {
    color: var(--Mid-Gray-Mid-Gray-2, #6e7c87);
    text-align: center;

    /* Running Text / Paragraph 14 Reg */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

.checkbox-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

/* Дашборд если пусто у клиента */
.no-data-conrtainer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    cursor: default;
}

.no-data-card {
    display: flex;
    position: relative;
    width: 280px;
    height: 200px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: var(--Light-Gray-Light-Gray-2, #dde2e4);
    color: var(--black-white-black, #000);
    text-align: center;

    /* Running Text / Paragraph 16 Reg */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;

    cursor: pointer;
}

.howitworks {
    transform: rotate(-9.221deg);
    color: var(--Mid-Gray-Mid-Gray-2, #6e7c87);
    text-align: center;

    /* Running Text / Paragraph 16 Reg */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;
    position: absolute;
    top: -120px;
    left: -10px;
}

.howitworks-svg {
    /* width: 100px;
    height: 80px; */
    /* transform: rotate(104.15deg); */
    flex-shrink: 0;
    position: absolute;
    top: -90px;
    left: 80px;
}
/* Дашборд конец стилей пусто */

