body { overflow-y: hidden; } .main-container { overflow-y: overlay; height: calc(100vh - 167px); &::-webkit-scrollbar { margin-top: $header-height; position: absolute; width: 10px; } &::-webkit-scrollbar-thumb { margin-top: $header-height; border: 4px solid transparent; background: $faint-secondary-primary-20; border-radius: 16px; background-clip: content-box; } } .pointer { cursor: pointer; } .icon-edit, .icon-options { display: block; margin: 2px 12px 0 auto; cursor: pointer; } h3, .h3 { font-size: 1.75rem; font-weight: 400; line-height: 1.2857; } h4, .h4 { font-size: 1.25rem; font-weight: 400; line-height: 1.3; } h5, .h5 { font-size: 1rem; font-weight: 500; line-height: 1.375; } h6, .h6 { font-size: 0.875rem; font-weight: 500; line-height: 1.2857; } .regular-12px { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 400; line-height: 16px; letter-spacing: 0em; text-align: left; color: $text-primary; &.red { color: $red-brand-primary } &.underline { text-decoration: underline; cursor: pointer; } &.tretiatry { color: $text-tretiatry; } &.quaternary { color: $text-quaternary; } } .light-12px { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 300; line-height: 16px; letter-spacing: 0em; text-align: left; color: $text-secondary; } .caption-12px { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 500; line-height: 16px; letter-spacing: 0em; text-align: left; color: $text-tretiatry; } .semi-bold-12px { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 600; line-height: 16px; letter-spacing: 0em; text-align: left; } .semi-bold-12px__caps { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 600; line-height: 16px; letter-spacing: 0em; text-align: left; text-transform: uppercase; color: $text-primary; &:hover { color: $text-primary; } &.tretiatry { color: $text-tretiatry !important; } } .bold-12px__caps { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 700; line-height: 16px; letter-spacing: 0em; text-align: left; color: $text-secondary; text-transform: uppercase; } .medium-12px { font-family: 'Inter', sans-serif; font-size: 12px; font-style: normal; font-weight: 500; line-height: 16px; letter-spacing: 0em; text-align: left; color: $text-primary; } .regular-14px { font-family: 'Inter', sans-serif; font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; letter-spacing: 0em; text-align: left; color: $text-secondary; } .regular-16px { font-family: 'Inter', sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: 0em; text-align: left; } .semi-bold-16px { font-family: 'Inter', sans-serif; font-size: 16px; font-style: normal; font-weight: 600; line-height: 20px; color: $text-primary; } .medium-16px { font-family: 'Inter', sans-serif; font-size: 16px; font-style: normal; font-weight: 500; line-height: 20px; letter-spacing: 0em; text-align: left; color: $text-primary; } .bold-16px { font-family: 'Inter', sans-serif; font-size: 16px; font-style: normal; font-weight: 700; line-height: 20px; letter-spacing: 0em; text-align: left; } .bold-16px__caps { font-family: 'Inter', sans-serif; font-size: 16px; font-style: normal; font-weight: 700; line-height: 20px; letter-spacing: 0em; text-align: left; text-transform: uppercase; color: $text-secondary; } .semi-bold-20px { font-family: 'Inter', sans-serif; font-size: 20px; font-style: normal; font-weight: 600; line-height: 24px; letter-spacing: 0em; text-align: center; } .bold-24px { font-family: 'Inter', sans-serif; font-style: normal; font-weight: bold; font-weight: 700; font-size: 24px; line-height: 28px; color: $text-primary; margin: 0; } .auth-description { font-family: 'Inter', sans-serif; font-style: normal; font-weight: normal; font-size: 12px; line-height: 16px; color: $login-page-description-color; } .icon-expand { height: 1.2rem; width: 1.2rem; float: right; transition: 0.3s linear; margin: $spacer/4 35px 0 auto; } .icon-expand-right { height: 1.2rem; width: 1.2rem; float: right; transition: 0.3s linear; margin: $spacer/4 5px 0 0; }