/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/app/_base.scss ***!
  \*********************************************************************************************************************************************************************/
body,
input,
textarea {
    font-family: "Inter";
}

body {
    padding: 0;
    margin: 0;
    overflow: scroll;
    background-color: #f4f6f7;
}

@keyframes D6P_8jeUtbkZlmvU0J9H {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
svg[id^=shaking-element]:active {
    animation: D6P_8jeUtbkZlmvU0J9H 0.5s;
    animation-iteration-count: 5;
}

input,
select,
textarea,
div[id^=textarea] {
    border-radius: 4px;
    border: solid 1px #e6e9ed;
    padding-left: 16px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    color: #2c3e50;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
div[id^=textarea]:focus-visible {
    outline: solid 1px #00bd9c;
    border: transparent;
}
input::placeholder,
select::placeholder,
textarea::placeholder,
div[id^=textarea]::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: rgba(44, 62, 80, 0.5);
    line-height: 1.14;
}
input > div,
select > div,
textarea > div,
div[id^=textarea] > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    color: #2c3e50;
    position: absolute;
    left: 16px;
    width: calc(100% - 16px - 32px);
    text-align: start;
    display: flex;
    align-items: center;
}

textarea {
    padding: 16px;
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

a {
    font-size: 14px;
    font-weight: 500;
    color: #00bd9c;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}
a:hover {
    color: #00bd9c;
}

button {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

label {
    position: absolute;
    top: -26px;
    font-size: 14px;
    font-weight: normal;
    color: rgba(44, 62, 80, 0.5);
    line-height: 1.14;
    left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
}

html,
body {
    overflow: overlay;
    height: 100%;
}

div {
    position: relative;
    z-index: 1;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
}

h3 {
    font-size: 26px;
    font-weight: bold;
    color: #2c3e50;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
}

h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #2c3e50;
}

table {
    border-collapse: collapse;
}

ul {
    padding: 0;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f4f6f7;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f4f6f7;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: transparent;
    border: none;
    background-color: transparent;
}

input[type=checkbox]:checked:after {
    content: "";
    background: transparent;
    background-color: transparent;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input:focus::placeholder {
    color: transparent;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: rgba(44, 62, 80, 0.5);
    line-height: 1.14;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

input[type=radio] {
    accent-color: #00957b;
}

svg:hover {
    opacity: 1;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Skeleton/styles.scss ***!
  \**************************************************************************************************************************************************************************************/
.LC8_N5v_Mx6eSPka71mZ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #f4f6f7;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/routes/Root/Private/styles.scss ***!
  \**************************************************************************************************************************************************************************************/
.VfgNASeIe0_gWt_Z_y46 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 79px);
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Popover/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
.m9_Sg4KFbXgAa1KkNwaw {
    position: fixed;
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 16px;
}

.dvtXWJHdqcOg3JkcWz9A {
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/popovers/User/Info/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
.Hf6uz8SbGAf3RE3AKbtq {
    font-size: 14px;
    font-weight: normal;
    color: #2c3e50;
    display: block;
}

.lGXnLAwUu3xKbk0luckq {
    min-width: 143px;
    margin-top: 14px;
    right: 24px;
    left: auto !important;
    width: fit-content !important;
}

.RnHGV3rKD6QQ294NHgcw {
    min-width: 143px;
}

.TCmyN317diEUagN2oHPQ {
    margin-bottom: 16px;
}

.SUbfEleR1Id1iCsE5bVl {
    border-radius: 5.1px;
    background-color: #f4f6fa;
    margin-left: 8px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.ahWV9ntxp0a5mNWm9f65 {
    font-size: 12px;
    font-weight: 500;
    color: #8d9cab;
}

.lW9X1ErKJejc1FAbjGdP {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.05;
    color: #8d9cab;
}

.NcJ5Jr6gYlMpNTJMVLeu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AKDicMEIv7ZwQhMkyMtj {
    border: solid 1px #f4f6f7;
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/User/Info/styles.scss ***!
  \***************************************************************************************************************************************************************************************/
.EGIFUpl2Ov_z9TqLgGre {
    background-color: #00bd9c;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iYmcZENXAeBAA1QUTvkv {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.OiaRycI6cApK1EbT4bHW {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.CIHI3C5RAkA6YQoev4oq {
    font-size: 12px;
    font-weight: 500;
    color: #8d9cab;
    margin-top: 2px;
}

.ZsRlv7QRgwxRcL3qAbbJ {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hqBSUvBclVPHebwW4rRk {
    text-align: right;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Notification/styles.scss ***!
  \******************************************************************************************************************************************************************************************/
.VyL4jDWidk9aBx8nBgCG {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-column-gap: 16px;
    height: fit-content;
    padding: 8px 16px;
    border-radius: 12px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    align-items: center;
    max-width: 700px;
    overflow: hidden;
}

.zxi5rkvtn0m53_MpIxXJ {
    font-size: 12px;
    font-weight: 500;
    color: #8d9cab;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 600px;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Urls/styles.scss ***!
  \**********************************************************************************************************************************************************************************/
.KAVYwNo2jo1fzpa28cLy > a {
    padding-left: 4px;
}
.KAVYwNo2jo1fzpa28cLy > a:not(:last-child) {
    padding-right: 5px;
    border-right: 1px solid rgba(141, 156, 171, 0.4);
}

.VnrdBACxmONFHXLYW3uf {
    font-size: 12px;
    font-weight: 500;
    color: #8d9cab;
    color: #8d9cab;
}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Button/Icon/styles.scss ***!
  \*****************************************************************************************************************************************************************************************/
.xKhX2mT8ok71TENnRGsk {
    height: 32px;
    min-width: 32px;
    width: 32px;
    border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e6e9ed;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}
.xKhX2mT8ok71TENnRGsk:hover {
    background-color: transparent;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Sidebar/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
.gps6YuB2bzLebRYISdCw {
    width: 254px;
    z-index: 3;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow: hidden;
}

.lbUXRX7lBFZrIhAlDsRQ {
    width: 104px;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fnOe8xInOZ6WOYaPCdKB {
    height: 28px;
    width: 115px;
    margin-right: 27px;
    cursor: pointer;
    opacity: 1;
    display: block;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: height, width, opacity;
}

.itpr3huk2_JIelpj6mbw {
    height: 0;
    width: 0;
    opacity: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: height, width, opacity;
    margin-right: 0;
}

.LKxMdDpi9ZaKF5Kpsfo7 {
    opacity: 0.8;
    margin-right: 16px;
    width: 24px;
}

.L4xnqDgZ9OcJ1lOMWZA_ {
    display: flex;
    align-items: center;
    padding-left: 40px;
    position: relative;
    opacity: 0.8;
}
.L4xnqDgZ9OcJ1lOMWZA_:hover {
    opacity: 1;
}

.ljQNh8NiPpXprvJlRAzA {
    display: grid;
    grid-row-gap: 20px;
    padding-top: 40px;
}

.JunjUjIViiGFZ1Ebt3Mi {
    display: flex;
    padding-left: 40px;
    height: 80px;
    align-items: center;
}

.tsU7m7uQUbhhiIKdK_rg path {
    fill: #00bd9c;
}

.yeeDzqpa9APZ3w4yJjLU {
    cursor: pointer;
}

.X3r0UWQhquwq6JZZ4Vkw {
    padding-left: 40px;
    padding-top: 40px;
    opacity: 1;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: opacity;
    display: flex;
    overflow: hidden;
    min-width: 254px;
    position: fixed;
    bottom: 40px;
}

.VAErF0P8zrpcsIAmZG53 {
    opacity: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: opacity;
}

.hfNwI3fSM3uEMuZhr1Vi {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #00bd9c;
}

.TrQYEEb39SYE7Vbos2bV {
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: width, opacity;
}

.lMraxtzRj1HAPX0ewI4f {
    opacity: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: width, opacity;
}

._Ds3W_7zweBTR0OQ4D6N {
    position: fixed;
    left: 0;
    top: 0;
}

.rTR3udhLegJBTZCM3w8v {
    opacity: 1;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/layouts/Main/styles.scss ***!
  \*******************************************************************************************************************************************************************************/
.BJWf_THUk0YUL0AdHgle {
    display: flex;
    padding-right: 24px;
}

.ajUe480QKKzEC9zaKz0S {
    margin-left: 24px;
}

.rYQbYP6RV96eXcJZuPAA {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 24px;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f4f6f7;
    z-index: 5;
}

.s4wCZzLTLczKYN3dEKsP {
    width: calc(100vw - 254px - 24px);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: height, width;
}

.FPNvVQNotoECWSM2kWYs {
    width: calc(100vw - 104px - 24px);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: height, width;
    z-index: 4;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/layouts/Empty/styles.scss ***!
  \********************************************************************************************************************************************************************************/

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Error/Boundary/Error/styles.scss ***!
  \**************************************************************************************************************************************************************************************************/
.L0Lcsn0cj9n7N8coN3Au {
    background-color: #f4f6f7;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PU61aE8x5TWOf20lINoh {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    color: #00bd9c;
    cursor: pointer;
}

.VDxrtQ65IjHbErOireua {
    width: 394px;
    margin-top: 40px;
    text-align: center;
    line-height: 1.7;
}

.ytNRBea25KOaXmMiBPUw {
    display: grid;
    justify-items: center;
}
