@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: 600;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer !important;
}

[role=button],
[onclick],
.clickable {
  cursor: pointer !important;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root:not(:has(.page--roadmap)) {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body {
    overflow-y: auto;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer !important;
}
a * {
  cursor: inherit !important;
}
a:hover {
  text-decoration: none;
  cursor: pointer !important;
}
a[href^=tel] {
  text-decoration: none;
  cursor: default !important;
}

button,
.button,
.box__button,
.button-icon,
.header__link,
[role=button],
[onclick] {
  cursor: pointer !important;
}
button:hover,
.button:hover,
.box__button:hover,
.button-icon:hover,
.header__link:hover,
[role=button]:hover,
[onclick]:hover {
  cursor: pointer !important;
}
button *,
.button *,
.box__button *,
.button-icon *,
.header__link *,
[role=button] *,
[onclick] * {
  cursor: inherit !important;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

ol,
ul {
  list-style-position: inside;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/* Overflow Truncate */
.overflow-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 12px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}

.is-invisible {
  visibility: hidden;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  No pointer events  */
[pointer-events-none],
.pointer-events-none {
  pointer-events: none;
}

/*  No border  */
.borderless {
  border: none !important;
}

/* Text Center */
.text-center {
  text-align: center;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.is-green {
  color: #6ab683;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .is-green {
    font-size: 12px;
  }
}

.is-blue {
  color: #24bffa;
  font-size: 14px;
  font-weight: 600;
}

.is-blue-45 {
  color: #4596dd;
  font-size: 14px;
  font-weight: 600;
}

.is-red {
  color: #de5353;
  font-size: 14px;
}

/* Outline icons - prevents fill from being applied to Heroicons */
.icon-outline {
  display: inline-flex;
}
.icon-outline svg,
.icon-outline svg path {
  fill: none !important;
  stroke: currentColor;
}

/* Simple pencil icon - default for task group header (white) */
.icon-simple-pencil svg {
  width: 21px;
  height: 22px;
}

/* Simple pencil icon in task preview cards */
.box .icon-simple-pencil {
  margin-top: -1px;
  color: #727272;
}
.box .icon-simple-pencil svg {
  width: 20px;
  height: 20px;
}

/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
.base-layout {
  display: flex;
  flex-flow: row;
  width: 100vw;
  height: calc(100vh - var(--header-height, 0px));
}
.base-layout__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #e8ecef;
  max-width: calc(100% - 45px);
  transition: max-width 0.3s ease-in-out;
}
.base-layout.is-extended .base-layout__main {
  max-width: 100%;
}
.base-layout.is-extended .header {
  padding-left: 50px;
  margin-left: -25px;
}
.base-layout.is-extended .subheader {
  padding-left: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .base-layout.is-extended .subheader {
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px;
    transform: unset;
  }
}
.base-layout.is-extended .page {
  padding-left: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .base-layout.is-extended .page {
    width: unset;
    padding-left: 5px;
    padding-right: 5px;
    transform: unset;
  }
}

.base-layout--centered {
  height: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.base-layout--centered .base-layout__main {
  background-color: #fff;
}

.login {
  flex-grow: 1;
  text-align: center;
  vertical-align: middle;
  width: unset;
  height: unset;
}

.login__container {
  max-width: 500px;
  margin: auto;
  padding: 50px 50px;
  border: solid 1px #d3d3d3;
  border-radius: 10px;
  text-align: left;
}

.login__field {
  display: block;
  width: 100%;
  padding: 10px 17px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.login__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60%;
  padding: 7px 16px;
  margin-top: 20px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #3376a3;
  color: #ffffff;
  transition: box-shadow 0.3s;
}
.login__button:hover {
  box-shadow: 0 0 1px 1px #3376a3;
  opacity: 0.8;
}

.login__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.login__group--center-items {
  align-items: center;
}

.login_nav-link {
  font-size: 12px;
  color: #58a6ff;
  text-decoration: none;
}
.login_nav-link:hover {
  text-decoration: underline;
}

.login__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .login__header {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .login__header img {
    margin-bottom: 40px;
  }
}

.login__header-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.login__header-title {
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.login__group-label {
  margin-bottom: 10px;
}

.login__failed {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fef2f2;
}
.login__failed svg {
  fill: #ca5151;
}
.login__failed.is-hidden {
  display: none;
}
.login__failed p {
  font-size: 14px;
  font-weight: 600;
  color: #ca5151;
  text-align: center;
  margin: 0;
}
.login__failed .login__cancel {
  position: absolute;
  right: 6%;
  top: 50%;
  width: 13px;
  height: 13px;
  background: unset;
  border: unset;
  transition: opacity 0.3s;
  transform: translate(50%, -50%);
}
.login__failed .login__cancel:hover {
  opacity: 0.3;
}
.login__failed .login__cancel:before, .login__failed .login__cancel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ca5151;
}
.login__failed .login__cancel:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.login__failed .login__cancel:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .login__failed .login__cancel {
    top: unset;
  }
}

/* ------------------------------------------------------------ *\
    Login with Google
\* ------------------------------------------------------------ */
.login__socialite {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  padding: 8px 23px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.login__socialite:hover {
  box-shadow: 0 0 3px 1px #e6e6e6;
  text-decoration: none !important;
}
.login__socialite img {
  position: absolute;
  left: 16px;
  width: 17px !important;
  height: 17px !important;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  height: 50px;
  padding: 0 25px 0 2px;
  background-color: #fff;
  border: none;
  z-index: 6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 0 10px 0 0;
  }
}
.header .header__left {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__left {
    padding-left: 5px;
  }
}
.header .header__left-links {
  display: flex;
  gap: 4px;
  list-style: none;
  flex-flow: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__left-links {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__left-links li {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__left-links li a {
    display: inline-block;
    background: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__left-links li a.active {
    background: none;
    color: #3376a3;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header__right .button {
  height: 39px;
}
@media (max-width: 1023px) {
  .header .header__right .button {
    padding: 7px 12px;
    font-size: 13px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__right {
    display: none;
    position: absolute;
    top: 65px;
    right: 10px;
  }
}
.header .header__right img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__right-img-button {
  background: none;
  border: none;
  cursor: pointer;
}
.header .header__joined-badge {
  display: inline-flex;
  align-items: center;
  height: 39px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 400;
  background: #f5f5f5;
  color: #000;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .header .header__joined-badge {
    font-size: 12px;
    padding: 0 10px;
  }
}
.header .header__link {
  display: inline-flex;
  align-items: center;
  margin: 1px 0;
  padding: 0 14px;
  height: 39px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background: #f5f5f5;
  transition: background 0.3s;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header .header__link {
    font-size: 13px;
    padding: 9px 5px;
  }
}
.header .header__link:hover {
  background: rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__link:hover {
    background: none;
  }
}
.header .header__link.active {
  background: #828b97;
  color: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__link.active {
    background: none;
  }
}
.header .header__link.active:hover {
  background: #a6a6a6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__link.active:hover {
    background: none;
  }
}
.header .header__link--login {
  font-weight: 400;
  background: none !important;
  color: #000 !important;
}
.header .header__link--login .header .header__link:hover {
  background: none;
}

.toggle-header-nav {
  position: relative;
  display: none;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 18px;
  color: #131313;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .toggle-header-nav {
    display: block;
  }
}
.toggle-header-nav span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  transition: all 0.25s;
  background: currentcolor;
}
.toggle-header-nav span:nth-child(1) {
  top: 0;
}
.toggle-header-nav span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.toggle-header-nav span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open {
    z-index: 2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .toggle-header-nav span:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .toggle-header-nav span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header.is-open .toggle-header-nav span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__right,
  .header.is-open .header__left-links {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__right {
    display: flex;
  }
  .header.is-open .header__right .button.white {
    display: none;
  }
}

.subheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  padding: 0 25px 0 22px;
  background-color: #d9e2e7;
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subheader {
    left: 0;
    flex-wrap: wrap;
    gap: 5px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 10px;
    min-height: 50px;
    transition: width 350ms, transform 300ms;
    transform: translateX(calc(-1 * 45px));
    width: calc(100% + 45px);
  }
}
@media (max-width: 500px) {
  .subheader {
    gap: 10px;
    justify-content: center;
    padding: 5px 10px;
  }
}
.subheader.is-gray {
  background: #dbe2e6;
}
@media (max-width: 500px) {
  .subheader.is-gray {
    justify-content: space-between;
  }
}
.subheader .subheader__left {
  display: flex;
  align-items: center;
}
.subheader .subheader__left .subheader__title {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.subheader .subheader__left .subheader__title span {
  display: block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subheader .subheader__left .subheader__title strong {
  display: block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subheader .subheader__left .subheader__title.separator::after {
  content: "";
  height: 15px;
  width: 1px;
  margin: 0 8px 0 2px;
  background-color: #707070;
}
.subheader .subheader__left .subheader__title.separator span {
  margin-right: 4px;
}
.subheader .subheader__left .subheader__title svg {
  vertical-align: middle;
  padding-top: 4px;
}
.subheader .subheader__left .subheader__title svg path {
  fill: #7c8593;
}
.subheader .subheader__left .subheader__content {
  display: block;
  max-width: 500px;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}
.subheader .subheader__left .subheader__content i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
.subheader .subheader__left .subheader__content .subheader-select-field {
  overflow: visible;
}
.subheader .subheader__right {
  display: flex;
  align-items: center;
  gap: 5.5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subheader .subheader__right {
    gap: 2.5px;
  }
}
.subheader .subheader__right .subheader__focus-mode {
  display: flex;
  align-items: center;
}
.subheader .subheader__right .box__button.share {
  margin-right: 6px;
}
.subheader .subheader__divider {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #444444;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subheader .subheader__divider {
    height: 9px;
  }
}
.subheader .subheader__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subheader .subheader__actions {
    gap: 5px;
  }
}
.subheader b {
  font-size: 14px;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-is-open .subheader {
    transform: translateX(0);
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
    Subheader Dashboard
\* ------------------------------------------------------------ */
.subheader--dashboard {
  min-height: 77px;
  padding: 25px 58px 0 55px;
  background-color: #ffffff;
}
.subheader--dashboard .subheader__content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgb(215, 215, 215);
}
.subheader--dashboard .subheader__title {
  display: block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px !important;
}

/* ------------------------------------------------------------ *\
    Subheader Settings Panel
\* ------------------------------------------------------------ */
.subheader-settings-panel {
  display: flex;
  align-items: center;
  gap: 5.5px;
}
.subheader-settings-panel__content {
  display: flex;
  align-items: center;
  gap: 5.5px;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.subheader-settings-panel__content--hiding {
  opacity: 0;
  transform: translateX(20px);
}
.subheader-settings-panel__content--showing {
  margin-left: 5px;
  animation: subheaderSettingsSlideIn 0.25s ease-out;
}
.subheader-settings-panel__content .filter {
  margin-right: 4px;
}
.subheader-settings-panel__content .filter .filter-icon svg,
.subheader-settings-panel__content .filter .filter-icon svg path {
  stroke: #727272 !important;
}
.subheader-settings-panel__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background: #e1eaf0;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.subheader-settings-panel__toggle:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.subheader-settings-panel__toggle--collapsed {
  background: #e1eaf0;
}
.subheader-settings-panel__toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #707070;
}

.subheader-add-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background: #e1eaf0;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.subheader-add-button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.subheader-add-button::before, .subheader-add-button::after {
  content: "";
  position: absolute;
  background-color: #707070;
}
.subheader-add-button::before {
  width: 12px;
  height: 2px;
}
.subheader-add-button::after {
  width: 2px;
  height: 12px;
}
.subheader-add-button__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  min-width: 120px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
  overflow: hidden;
}
.subheader-add-button__option {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  text-align: left;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.subheader-add-button__option:hover {
  background: #f5f5f5;
}
.subheader-add-button__option:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

@keyframes subheaderSettingsSlideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .button {
    white-space: nowrap;
  }
}
.button svg {
  margin: 0 10px 0 0;
}
.button.has-opacity {
  pointer-events: none;
  opacity: 0.25;
}
.button.rounded {
  border-radius: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .button.rounded {
    border-radius: 15px;
  }
}
.button.medium {
  padding: 0 16px;
}
.button.larger {
  height: 32px;
  padding: 0 23px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .button.mobile-full {
    width: 100%;
  }
}
.button.white {
  background: #e1eaf0;
  border: 0.5px solid #ffffff;
  transition: box-shadow 0.3s;
}
.button.white:hover {
  box-shadow: 0 0 3px 1px #e6e6e6;
}
.button.blue {
  background: #0e97e2;
  color: #fff;
  border: none;
  transition: box-shadow 0.4s, opacity 0.4s;
}
.button.blue:hover {
  box-shadow: 0 0 1px 1px #0e97e2;
  opacity: 0.8;
}
.button.green {
  background: #65c870;
  color: #fff;
  transition: box-shadow 0.4s, opacity 0.4s;
}
.button.green:hover {
  box-shadow: 0 0 1px 1px #65c870;
  opacity: 0.8;
}
.button.dark {
  padding: 10px 17px;
  background: #545458;
  color: #fff;
  transition: box-shadow 0.4s, opacity 0.4s;
}
.button.dark:hover {
  box-shadow: 0 0 1px 1px #4f6173;
  opacity: 0.8;
}
.button.black {
  height: 34px;
  padding: 0 15px;
  background: #525e6a;
  color: #fff;
  transition: box-shadow 0.4s, opacity 0.4s;
}
.button.black:hover {
  box-shadow: 0 0 1px 1px #4f6173;
  opacity: 0.8;
}
.button.black.gray {
  background: #545458;
}
.button.red-text {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #f7665e;
  opacity: 1;
  transition: opacity 0.4s, -webkit-text-decoration 0.4s;
  transition: opacity 0.4s, text-decoration 0.4s;
  transition: opacity 0.4s, text-decoration 0.4s, -webkit-text-decoration 0.4s;
}
.button.red-text:hover {
  opacity: 0.3;
  text-decoration: underline;
}
.button.blue-text {
  padding-left: 0px;
  background: #fff;
  border: none;
  color: #3376a3;
  transition: opacity 0.3s;
}
.button.blue-text:hover {
  opacity: 0.4;
}
.button.black-text {
  font-size: 15px;
  border: none;
  background: #fff;
  transition: opacity 0.4s;
  color: #333333;
}
.button.black-text:hover {
  opacity: 0.4;
}
.button.close {
  padding: 5px 0px;
  background: #fff;
  border: none;
  color: #ed365d;
}
.button.close:hover {
  opacity: 0.4;
}
.button.margin {
  margin-top: 10px;
}
.button.blue-gradient {
  max-height: 30px;
  font-weight: 600;
  border: none;
  color: #fff;
  background: linear-gradient(180deg, rgb(16, 189, 255) 0%, rgb(11, 107, 227) 100%);
  transition: opacity 0.3s;
}
.button.blue-gradient:hover {
  opacity: 0.8;
}

.button:disabled,
.button[disabled] {
  display: none;
  background: #f2f2f2 !important;
  border: none;
}

.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  opacity: 1;
  cursor: pointer;
}
.button-icon.is-hidden {
  visibility: hidden;
}
.button-icon .edit-settings {
  transition: transform 0.5s;
}
.button-icon .edit-settings:hover {
  transform: rotate(90deg);
}
.button-icon path {
  fill: #fff;
}
.button-icon.blue path {
  fill: #3376a3;
}
.button-icon.gray path {
  fill: #707070;
}
.button-icon.lighter-gray path {
  fill: #454545;
}
.button-icon.has-border {
  height: -moz-fit-content;
  height: fit-content;
  padding: 7px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: background 0.4s;
}
.button-icon.has-border:hover {
  background: #eeeeee;
}

.button--widget {
  padding: 10px 17px;
  font-size: 15px;
  color: #333333;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 6px;
  background-color: #f8f9f8;
  opacity: 1;
  transition: opacity 0.4s;
  cursor: pointer;
}
.button--widget:hover {
  opacity: 0.8;
}
.button--widget.darker {
  width: 100%;
  padding: 13px 17px;
  color: #fff;
  background-color: #626b7d;
}

/* ------------------------------------------------------------ *\
    Button Rectangular
\* ------------------------------------------------------------ */
.button--rectangular {
  width: 201px;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  background-color: #f7665e;
  border: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
.button--rectangular:hover {
  opacity: 0.8;
}
.button--rectangular.is-blue, .button--rectangular.is-dark {
  width: 144px;
  padding: 12px 16px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  background-color: #0e97e2;
  border: none;
}
.button--rectangular.is-white {
  width: 144px;
  padding: 12px 16px;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  border: 1px solid #f0b7b4;
  border-radius: 5px;
}
.button--rectangular.is-dark {
  background-color: #545458;
}
.button--rectangular.gray {
  width: 144px;
  padding: 12px 16px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  background-color: #545458;
  border: none;
}
.button--rectangular.is-red {
  width: -moz-fit-content;
  width: fit-content;
  min-height: unset;
  border-radius: 4px;
  background-color: #e66f64;
}
.button--rectangular.is-transparent {
  width: -moz-fit-content;
  width: fit-content;
  min-height: unset;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: unset;
  color: #333333;
}

/* ------------------------------------------------------------ *\
    Button Add Record
\* ------------------------------------------------------------ */
.button--add-record {
  width: 100%;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #d2dce2;
  border: 0.5px solid #eff3f5;
  border-radius: 2px;
  opacity: 1;
  transition: opacity 0.4s;
  cursor: pointer;
}
.button--add-record:hover {
  opacity: 0.8;
}
.button--add-record img {
  width: 13px;
  height: 13px;
  margin-right: 9px;
}
.button--add-record.no-border {
  border: none;
}

.button-deny {
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  border-radius: 4px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .button-deny {
    font-size: 12px;
  }
}
.button-deny--block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.button-deny svg {
  margin: 0 10px 0 0;
}
.button-deny.is-red {
  background-color: #d65d5d;
}
.button-deny.is-green {
  background-color: #6ab683;
}
.button-deny:disabled {
  display: flex !important;
  background-color: #eaeaea !important;
}
.button-deny:hover {
  opacity: 0.8;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45px;
  background: var(--project-accent-color, #3376a3);
  z-index: 2;
  transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar {
    transform: translateX(-100%);
  }
}
.sidebar .toggle-sidebar {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar .toggle-sidebar {
    display: inline-flex;
    position: absolute;
    left: 100%;
    top: 0;
    width: 45px;
    height: 45px;
    justify-content: center;
    background: none;
    align-items: center;
    transition: left 0.3s;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .sidebar .toggle-sidebar:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: 3px solid var(--project-accent-color, #3376a3);
    border-bottom: 3px solid var(--project-accent-color, #3376a3);
    transform: rotate(-45deg);
    transition: border-color 0.3s, transform 0.3s;
  }
}
.sidebar .sidebar__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sidebar .sidebar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 43px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.sidebar .sidebar__link path {
  fill: #ffffff;
}
.sidebar .sidebar__link g {
  fill: #ffffff;
}
.sidebar .sidebar__link:hover:not(.disabled) {
  opacity: 1;
}
.sidebar .sidebar__link.disabled {
  opacity: 0.5;
}
.sidebar .sidebar__link-inner {
  padding: 8px;
  border-radius: 50%;
  transition: background 0.3s;
}
.sidebar .sidebar__link.active {
  opacity: 1;
}
.sidebar .sidebar__link.active path {
  fill: #ffffff;
}
.sidebar .sidebar__link.active g {
  fill: #ffffff;
}
.sidebar .sidebar__link--stroke path {
  fill: none;
  stroke: #ffffff;
}
.sidebar .sidebar__link--stroke.active path, .sidebar .sidebar__link--stroke:hover:not(.disabled) path {
  fill: none;
  stroke: #ffffff;
}
.sidebar .sidebar__link--dashboard {
  background: #fff;
  height: 50px;
  opacity: 1;
  margin-bottom: 3px;
  transition: background 0.3s;
}
.sidebar .sidebar__link--dashboard:hover {
  background: #fff;
}
.sidebar .sidebar__link--dashboard:hover .sidebar__link-inner {
  background: var(--project-accent-color, #3376a3);
}
.sidebar .sidebar__link--dashboard:hover path {
  fill: #fff;
  transition: fill 0.3s;
}
.sidebar .sidebar__link--dashboard:hover g {
  fill: #fff;
  transition: fill 0.3s;
}
.sidebar .sidebar__link--dashboard path {
  fill: var(--project-accent-color, #3376A3);
}
.sidebar .sidebar__link--dashboard g {
  fill: var(--project-accent-color, #3376A3);
}
.sidebar .sidebar__link--dashboard .sidebar__link-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 34px;
  padding: 0 0 2px;
  margin-top: 2px;
  margin-left: 2px;
}
.sidebar .sidebar__link--dashboard.active {
  opacity: 1;
}
.sidebar .sidebar__link--dashboard.active .sidebar__link-inner {
  background: var(--project-accent-color, #3376a3);
}
.sidebar .sidebar__link--dashboard.active path {
  fill: #fff;
}
.sidebar .sidebar__link--dashboard.active g {
  fill: #fff;
}
.sidebar .sidebar__collapse-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 43px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.sidebar .sidebar__collapse-btn:hover {
  opacity: 1;
}
.sidebar .sidebar__collapse-btn path,
.sidebar .sidebar__collapse-btn line,
.sidebar .sidebar__collapse-btn polyline,
.sidebar .sidebar__collapse-btn rect {
  stroke: #ffffff;
}
.sidebar.sidebar--collapsed {
  transform: translateX(-100%);
  margin-left: -45px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar.sidebar--collapsed {
    transform: translateX(-100%);
    margin-left: 0;
  }
}

.sidebar-expand-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: var(--project-accent-color, #3376a3);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.sidebar-expand-btn:hover {
  opacity: 1;
  transform: scale(1.05);
}
.sidebar-expand-btn svg {
  display: block;
  margin: 0 auto;
}
.sidebar-expand-btn path,
.sidebar-expand-btn line,
.sidebar-expand-btn polyline,
.sidebar-expand-btn rect {
  stroke: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar-expand-btn {
    display: none;
  }
}

.nav-is-open .sidebar {
  padding-top: 45px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-is-open .sidebar {
    transform: translateX(0);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-is-open .sidebar .toggle-sidebar {
    left: 0;
  }
}
.nav-is-open .sidebar .toggle-sidebar:before {
  border-color: #fff;
  transform: rotate(135deg);
}

.page {
  flex: 1;
  padding: 22px 25px 0 22px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aaaaaa transparent;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .page {
    padding: 10px 10px 0 10px;
    transition: width 350ms, transform 300ms;
    transform: translateX(calc(-1 * 45px));
    width: calc(100% + 45px);
  }
}
.page.is-upper {
  padding-top: 23px;
}
.page a,
.page button,
.page .button,
.page .box__button,
.page .header__link,
.page .button-icon,
.page [role=button] {
  cursor: pointer !important;
}
.page::-webkit-scrollbar {
  width: 6px;
}
.page::-webkit-scrollbar:horizontal {
  height: 6px;
}
.page::-webkit-scrollbar-track {
  background-color: transparent;
}
.page::-webkit-scrollbar-corner {
  background: transparent;
}
.page::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 6px;
}
.page.is-white {
  background: #fff;
}
.page.is-gray {
  background: #e8ecef;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-is-open .page {
    transform: translateX(0);
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
    Page Fallback
\* ------------------------------------------------------------ */
.page--fallback {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* ------------------------------------------------------------ *\
    Page Stripe Product
\* ------------------------------------------------------------ */
.page--stripe-product {
  padding: 0 0 44px !important;
  overflow: auto;
}

/* ------------------------------------------------------------ *\
    Page Roadmap
\* ------------------------------------------------------------ */
.page--roadmap {
  overflow-x: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .page--roadmap {
    overflow-x: hidden;
  }
}
.page--roadmap:has([data-rbd-droppable-id]) {
  cursor: grab;
}
.page--roadmap:has([data-rbd-droppable-id]).is-dragging .group__draggable-container {
  cursor: unset !important;
}
.page--roadmap:has([data-rbd-droppable-id]) a,
.page--roadmap:has([data-rbd-droppable-id]) button,
.page--roadmap:has([data-rbd-droppable-id]) .button,
.page--roadmap:has([data-rbd-droppable-id]) .box__button,
.page--roadmap:has([data-rbd-droppable-id]) .header__link,
.page--roadmap:has([data-rbd-droppable-id]) [role=button] {
  cursor: pointer !important;
}
.page--roadmap:has([data-rbd-droppable-id]) .group__header,
.page--roadmap:has([data-rbd-droppable-id]) .box--task [data-rbd-drag-handle-context-id],
.page--roadmap:has([data-rbd-droppable-id]) .accordion--subtask .accordion__header {
  cursor: grab !important;
}
.page--roadmap:has([data-rbd-droppable-id]):has([data-rbd-draggable-id][style*="position: fixed"]), .page--roadmap:has([data-rbd-droppable-id]):has([data-rbd-draggable-id][style*="position: fixed"]) * {
  cursor: grabbing !important;
}

.project__items-holder {
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .project__items-holder {
    display: table;
    border-spacing: 0 5px;
  }
}

.project__items-wrapper {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .project__items-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.project__item {
  margin-bottom: 5px;
  border-radius: 5px;
  background: #fff;
}
.project__item:first-child {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .project__item {
    display: table-row;
    white-space: nowrap;
  }
}
.project__item.is-green-bordered {
  border: 1px solid #82ba8a;
}
.project__item .project__item-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 11px 10px 18px;
}
.project__item .project__item-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .project__item .project__item-left {
    padding-right: 10px;
  }
}
.project__item .project__item-left .bold {
  font-weight: 600;
  margin-right: 10px;
}
.project__item .project__item-left > span {
  font-size: 12px;
  color: #727b83;
}
.project__item .project__item-logo {
  margin-right: 12px;
  flex-shrink: 0;
}
.project__item .project__item-logo .project-logo-image,
.project__item .project__item-logo .project-logo-initial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__item .project__item-logo .project-logo-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--project-accent-color, #3376a3);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.project__item .project__item-title {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
.project__item .project__item-title a,
.project__item .project__item-title button {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: unset;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.project__item .project__item-title a:hover,
.project__item .project__item-title button:hover {
  text-decoration: underline;
}
.project__item .project__item-title a span,
.project__item .project__item-title button span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .project__item .project__item-title a span,
  .project__item .project__item-title button span {
    max-width: 170px;
  }
}
.project__item .project__item-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.project__item .project__item-groups {
  display: flex;
  align-items: center;
  gap: 5px;
}
.project__item .project__item-group {
  display: flex;
  align-items: center;
  gap: 3px;
}
.project__item .project__item-group-link {
  text-decoration: none;
}
.project__item .project__item-link {
  font-size: 14px;
  font-weight: 400;
  color: #0e97e2;
  text-decoration: none;
  transition: opacity 0.3s;
}
.project__item .project__item-link:hover {
  opacity: 0.6;
}
.project__item .project__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  padding: 7px 11px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: box-shadow 0.3s;
}
.project__item .project__item-button img {
  max-width: initial;
}
.project__item .project__item-button:hover {
  box-shadow: 0 0 3px 2px #e6e6e6;
}
.project__item .project__item-button .project__item-text {
  color: #000000;
  font-size: 14px;
}
.project__item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  background: #c84863;
  color: #fff;
}
.project__item .project__item-group:last-child {
  margin-right: 0px;
}

.project__item-button.larger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 2px);
  margin-left: -1px;
  height: 32px;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: linear-gradient(360deg, rgb(243, 245, 246) 0%, rgb(255, 255, 255) 100%);
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.project__item-button.larger:hover {
  box-shadow: 0 0 3px 2px #e6e6e6;
}
.project__item-button.larger img {
  height: 13px;
  width: 13px;
}
.project__item-button.is-gray svg {
  fill: #707070;
}

/* ------------------------------------------------------------ *\
    Project Avatar Component (for MultipleSelectField)
\* ------------------------------------------------------------ */
.project-avatar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-avatar__logo {
  flex-shrink: 0;
}
.project-avatar__image, .project-avatar__initial {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-avatar__initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--project-accent-color, #3376a3);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.project-avatar__title {
  font-size: 13px;
  color: #333;
}

.modal {
  position: fixed;
  left: 50%;
  display: flex;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 20px);
  transform: translateX(-50%);
  box-shadow: 0px 0px 125px 0px rgba(13, 13, 13, 0.13);
}
.modal.larger {
  width: 1050px;
}
.modal.medium {
  width: 647px;
  max-width: 100%;
}
@media (max-width: 1095px) {
  .modal {
    max-width: 100%;
  }
}
.modal.full-height {
  min-height: 100dvh;
}
.modal.modal-ai-summary {
  width: 40%;
  min-width: 400px;
  box-shadow: 0px 0px 63px 0px rgba(13, 13, 13, 0.13);
}
@media (max-width: 1095px) {
  .modal.modal-ai-summary {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .modal.modal-ai-summary {
    width: 95%;
    min-width: auto;
  }
}

.modal__container {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
}
@supports (max-height: 100dvh) {
  .modal__container {
    max-height: 100dvh;
  }
}
.modal__container .modal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
  background: #545458;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.modal__container .modal__header.medium {
  padding: 12px 25px 12px 17px;
}
.modal__container .modal__header.is-white {
  padding: 14px 18px;
  background: #fff;
}
.modal__container .modal__header.is-white .modal__header-button span:before, .modal__container .modal__header.is-white .modal__header-button span:after {
  background-color: #000;
}
.modal__container .modal__header .modal__header-left {
  flex: 1 1 50%;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__header .modal__header-left {
    font-size: 12px;
  }
}
.modal__container .modal__header .modal__header-right {
  flex: 1 1 49%;
  width: 100%;
  padding: 5px 20px;
  color: #ffffff;
  border-left: 1px solid rgba(230, 230, 230, 0.2);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__header .modal__header-right {
    display: none;
  }
}
.modal__container .modal__header .modal__header-button {
  background: none;
  border: none;
}
.modal__container .modal__header .modal__header-button span {
  position: relative;
  display: block;
  width: 15px;
  height: 14px;
  transition: opacity 0.3s;
}
.modal__container .modal__header .modal__header-button span:hover {
  opacity: 0.3;
}
.modal__container .modal__header .modal__header-button span:before, .modal__container .modal__header .modal__header-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.modal__container .modal__header .modal__header-button span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__container .modal__header .modal__header-button span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__container .modal__header-title strong:nth-child(1) {
  font-size: 14px;
}
.modal__container .modal__header-title strong {
  font-size: 13px;
  font-weight: 600;
}
.modal__container .modal__header-title span {
  font-size: 13px;
  font-weight: normal;
}
.modal__container .modal__header-title span:last-child {
  color: #4fc7ee;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__header-title {
    margin-left: -10px;
  }
  .modal__container .modal__header-title strong {
    font-size: 12px;
  }
  .modal__container .modal__header-title strong:nth-child(1) {
    font-size: 12px;
    margin-right: 32px;
  }
}
.modal__container .form__content {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .form__content {
    background-color: #fff;
  }
}
.modal__container .modal__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content .form {
    background-color: #fff;
  }
}
.modal__container .modal__content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 47px;
  background: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-wrapper {
    padding: 20px;
  }
}
.modal__container .modal__content-icon {
  text-align: center;
  margin-bottom: 27px;
  animation: pop-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-icon svg {
    width: 150px;
    height: 150px;
  }
}
@keyframes pop-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  85% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.modal__container .modal__content-text {
  margin-bottom: 20px;
}
.modal__container .modal__content-text h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-text h3 {
    font-size: 15px;
  }
}
.modal__container .modal__content-text p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-text p {
    font-size: 12px;
  }
}
.modal__container .modal__content-text p span {
  font-size: 16px;
  font-weight: 400;
  color: #3376a3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-text p span {
    font-size: 12px;
  }
}
.modal__container .modal__content-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-button-wrapper {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-button-wrapper button {
    font-size: 12px;
    white-space: break-spaces;
  }
}
.modal__container .modal__content-button-wrapper span {
  color: #2ac644;
  font-size: 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal__container .modal__content-button-wrapper span {
    font-size: 13px;
  }
}
.modal__container .modal__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.4s;
}
.modal__container .modal__checkbox input {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}
.modal__container .modal__checkbox input:checked {
  background-color: #32a5da;
}
.modal__container .modal__checkbox input:checked:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal__container .modal__checkbox label {
  margin-left: 14px;
  font-size: 16px;
}
.modal__container .modal__checkbox:hover {
  opacity: 0.8;
}

.ReactModal__Overlay {
  z-index: 20;
  opacity: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 150ms ease-in-out;
}

.ReactModal__Content {
  transition: transform 150ms ease-in-out;
  transform: translateX(100%);
  right: 0;
  left: unset;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
  transition: all 150ms ease-in-out;
}
.ReactModal__Overlay--after-open .ReactModal__Content {
  transform: translate(0);
}
.ReactModal__Overlay--after-open .ReactModal__Content--before-close {
  transform: translateX(100%);
  transition: transform 150ms ease-in-out;
}

.ReactModal__Overlay:has(> .ReactModal__Content--before-close) {
  opacity: 0;
  transition: opacity 150ms ease-in-out 100ms;
}

/* ------------------------------------------------------------ *\
    Modal Confirm Item
\* ------------------------------------------------------------ */
.modal--confirm-item {
  width: 580px;
  max-width: calc(100% - 20px);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal--confirm-item {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
    Modal Edit Payment Details
\* ------------------------------------------------------------ */
.modal--edit-payment-details {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .modal--edit-payment-details {
    width: 100%;
  }
}
.modal--edit-payment-details .modal__container {
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
@media (max-width: 575px) {
  .modal--edit-payment-details .modal__container {
    width: 100%;
  }
}
.modal--edit-payment-details .modal__header-button span {
  top: 11px;
  right: 9px;
  transform: unset !important;
}

/* ------------------------------------------------------------ *\
    Modal Stripe Products
\* ------------------------------------------------------------ */
.modal--stripe-products {
  width: 85%;
}
@media (max-width: 1399px) {
  .modal--stripe-products {
    width: 100%;
  }
}
.modal--stripe-products .modal__header {
  height: 17px;
  min-height: 17px;
  padding: 0 !important;
  background-color: #fff;
}
.modal--stripe-products .modal__header-button span {
  top: 0;
  right: 0;
  transform: unset !important;
}
.modal--stripe-products .modal__container {
  background-color: #fff;
}
.modal--stripe-products .modal__content {
  padding: 11px 8px 27px;
}

/* ------------------------------------------------------------ *\
    Modal Limit
\* ------------------------------------------------------------ */
.modal--limit {
  width: 636px;
  min-height: 385px;
}
.modal--limit .modal__content-wrapper {
  padding: 34px 43px 30px;
}
@media (max-width: 575px) {
  .modal--limit .modal__content-wrapper {
    padding: 34px;
  }
}
@media (max-width: 374px) {
  .modal--limit .modal__content-wrapper {
    padding: 20px 10px 20px;
  }
}
.modal--limit .modal__content-text {
  margin-bottom: 24px;
  text-align: center;
}
.modal--limit .modal__content-text img {
  height: 118px;
  margin-bottom: 20px;
}
.modal--limit .modal__content-text h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
}
@media (max-width: 374px) {
  .modal--limit .modal__content-text h4 {
    font-size: 19px;
  }
}
.modal--limit .modal__content-text p {
  font-size: 16px;
}
@media (max-width: 374px) {
  .modal--limit .modal__content-text p {
    font-size: 15px;
  }
}
.modal--limit .modal__content-button-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.modal--limit .modal__content-button-wrapper button:nth-child(1) {
  display: block;
  font-size: 15px;
  font-weight: 400;
  width: 173px;
  padding: 12px 0px;
}
.modal--limit .modal__content-button-wrapper button:nth-child(2) {
  display: block;
  padding: 0;
}
.modal--limit .modal__content-actions {
  width: 100%;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e6e6e6;
}

/* ------------------------------------------------------------ *\
    Modal Onboarding
\* ------------------------------------------------------------ */
.modal--onboarding {
  width: 636px;
}
.modal--onboarding .modal__checkbox label {
  margin-left: 11px;
  font-size: 15px;
}
.modal--onboarding .modal__content-wrapper {
  padding: 29px 20px 30px;
}
@media (max-width: 575px) {
  .modal--onboarding .modal__content-wrapper {
    padding: 34px;
  }
}
@media (max-width: 374px) {
  .modal--onboarding .modal__content-wrapper {
    padding: 20px 10px 20px;
  }
}
.modal--onboarding .modal__content-text {
  margin-bottom: 11px;
  text-align: center;
}
.modal--onboarding .modal__content-text svg {
  height: 118px;
  margin-bottom: 20px;
}
.modal--onboarding .modal__content-text h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
}
@media (max-width: 374px) {
  .modal--onboarding .modal__content-text h4 {
    font-size: 19px;
  }
}
.modal--onboarding .modal__content-text p {
  margin-bottom: 16px;
  font-size: 16px;
}
@media (max-width: 374px) {
  .modal--onboarding .modal__content-text p {
    font-size: 15px;
  }
}
.modal--onboarding .modal__content-text p b {
  font-weight: 600;
  color: #3376a3;
}
.modal--onboarding .modal__content-button-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.modal--onboarding .modal__content-button-wrapper button:nth-child(1) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 23px;
  font-size: 15px;
  font-weight: 400;
}
.modal--onboarding .modal__content-button-wrapper button:nth-child(2) {
  display: block;
  padding: 0;
}
.modal--onboarding .modal__content-actions {
  width: 100%;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.modal--onboarding.conclude .modal__content-text p {
  margin-bottom: 12px;
}
.modal--onboarding.conclude .modal__content-text h4 {
  margin-bottom: 7px;
}
.modal--onboarding.conclude .modal__content-wrapper {
  padding: 26px 60px 30px;
}

/* ------------------------------------------------------------ *\
    Modal Confirm
\* ------------------------------------------------------------ */
.modal--confirm {
  width: 636px;
}
.modal--confirm .modal__content-wrapper {
  padding: 33px 43px 30px;
}
@media (max-width: 575px) {
  .modal--confirm .modal__content-wrapper {
    padding: 34px;
  }
}
@media (max-width: 374px) {
  .modal--confirm .modal__content-wrapper {
    padding: 20px 10px 20px;
  }
}
.modal--confirm .modal__content-wrapper--group-created {
  padding: 33px 29px 30px;
}
.modal--confirm .modal__content-icon {
  margin-bottom: 20px;
}
.modal--confirm .modal__content-icon svg {
  width: 180px;
  height: 180px;
}
.modal--confirm .modal__content-text {
  margin-bottom: 11px;
  text-align: center;
}
.modal--confirm .modal__content-text svg {
  height: 118px;
  margin-bottom: 20px;
}
.modal--confirm .modal__content-text h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
}
@media (max-width: 374px) {
  .modal--confirm .modal__content-text h4 {
    font-size: 19px;
  }
}
.modal--confirm .modal__content-text h3 {
  margin-bottom: 7px;
}
.modal--confirm .modal__content-text p {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 374px) {
  .modal--confirm .modal__content-text p {
    font-size: 15px;
  }
}
.modal--confirm .modal__content-text p b {
  font-weight: 600;
  color: #3376a3;
}
.modal--confirm .modal__content-button-wrapper {
  width: 100%;
  height: 58px;
  flex-wrap: wrap;
  gap: 16px;
  padding: 14px 0;
  border: 1px solid #eeeeee;
}
.modal--confirm .modal__content-button-wrapper:last-child {
  border-top: none;
}
.modal--confirm .modal__content-button-wrapper .button {
  font-size: 15px;
}
.modal--confirm .modal__content-button-wrapper .button.red-text {
  padding: 0;
}

/* ------------------------------------------------------------ *\
    Modal Public
\* ------------------------------------------------------------ */
.modal--public {
  width: 636px;
}
.modal--public:has(.form--suggest) .modal__content {
  padding: 43px 39px 90px 34px;
}
.modal--public:has(.form--suggest) .modal__header {
  margin-bottom: 19px;
}
.modal--public:has(.form--suggest) .modal__header-button {
  top: -24px;
}
.modal--public .modal__header {
  margin-bottom: 28px;
  padding: 0;
  color: #333333;
  background: #fff;
}
.modal--public .modal__header-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.modal--public .modal__header-title h1 {
  margin: 0;
  font-size: 26px;
}
.modal--public .modal__header-title i {
  font-style: normal;
  font-weight: 500;
  color: #6c6c6c;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal--public .modal__header-title {
    margin-left: 0;
  }
}
.modal--public .modal__header-left {
  color: #333333;
}
.modal--public .modal__header-button {
  position: absolute;
  top: -31px;
  right: -20px;
}
.modal--public .modal__header-button span {
  width: 20px !important;
  height: 20px !important;
}
.modal--public .modal__header-button span:before, .modal--public .modal__header-button span:after {
  background-color: #333333 !important;
}
.modal--public .modal__content {
  display: flex;
  flex-direction: column;
  padding: 50px 37px 90px 37px;
  background: #fff;
}
.modal--public .modal__content-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.modal--public .modal__content-actions .box__button {
  height: -moz-fit-content;
  height: fit-content;
}
.modal--public .modal__content-actions .button--rectangular {
  padding: 12px 26px;
}
.modal--public .modal__content-wrapper {
  height: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: normal;
  padding: 0;
}
.modal--public .modal__content-wrapper h2 {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
}
.modal--public .modal__content-parser {
  height: calc(100dvh - 200px);
  overflow-y: scroll;
  margin-right: -23px;
  margin-bottom: 33px;
  padding-right: 23px;
  scrollbar-width: thin;
  scrollbar-color: #aaaaaa transparent;
}
.modal--public .modal__content-parser p {
  margin: 0;
  line-height: 1.7;
}
.modal--public .modal__content-parser a {
  text-decoration: none;
  color: #0ea4f6;
}
.modal--public .modal__content-parser::-webkit-scrollbar {
  width: 6px;
}
.modal--public .modal__content-parser::-webkit-scrollbar:horizontal {
  height: 6px;
}
.modal--public .modal__content-parser::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal--public .modal__content-parser::-webkit-scrollbar-corner {
  background: transparent;
}
.modal--public .modal__content-parser::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 6px;
}

.modal-ai-summary .modal__content-wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 9px 0 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-ai-summary .modal__content-wrapper {
    padding: 9px 0 0 0;
  }
}
.modal-ai-summary .confirmation-message {
  animation: slideUpFadeIn 0.3s ease-out;
}
.modal-ai-summary .confirmation-message-exit {
  animation: slideDownFadeOut 0.3s ease-in;
}
.modal-ai-summary .loading-message {
  animation: fadeInOut 1.5s ease-in-out infinite;
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDownFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ReactModal__Overlay.ReactModal__Overlay--after-open:has(.modal-ai-summary) {
  background-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1000;
}

/* ------------------------------------------------------------ *\
    Modal Image Preview
\* ------------------------------------------------------------ */
.modal-image-preview {
  position: fixed !important;
  width: 90%;
  max-width: 1200px;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-image-preview {
    width: 95%;
  }
}
.modal-image-preview .modal__container {
  background-color: transparent;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}
.modal-image-preview .image-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.95);
  border-radius: 8px;
  overflow: hidden;
  max-height: 90vh;
}
.modal-image-preview .image-preview__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.modal-image-preview .image-preview__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.modal-image-preview .image-preview__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex: 1;
  overflow: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-image-preview .image-preview__container {
    padding: 15px;
  }
}
.modal-image-preview .image-preview__image {
  max-width: 100%;
  max-height: calc(90vh - 80px);
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-image-preview .image-preview__image {
    max-height: calc(90vh - 70px);
  }
}
.modal-image-preview .image-preview__footer {
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.modal-image-preview .image-preview__filename {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open:has(.modal-image-preview) {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999 !important;
}

.ReactModal__Content:has(.modal-image-preview),
.ReactModal__Content.modal-image-preview {
  position: fixed !important;
  inset: auto !important;
  right: auto !important;
  left: 50% !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: 90%;
  max-width: 1200px;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* ------------------------------------------------------------ *\
    Modal Register (Community Member Registration)
\* ------------------------------------------------------------ */
.modal-register {
  border-radius: 12px !important;
  overflow: hidden;
}
.modal-register .modal__container {
  background-color: #fff;
  border-radius: 12px;
}
.modal-register .modal__header {
  padding: 12px 18px !important;
  background: #fff;
  border-radius: 12px 12px 0 0;
}
.modal-register .modal__header .modal__header-button {
  position: relative;
  top: auto;
  right: auto;
}
.modal-register .modal__content-wrapper {
  padding: 0 40px 40px;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .modal-register .modal__content-wrapper {
    padding: 0 20px 30px;
  }
}
.modal-register .form--authenticate {
  width: 100%;
}
.modal-register .form--authenticate .form__inner {
  padding: 0;
  border: none;
}
.modal-register .form--authenticate .form__header {
  margin-bottom: 25px;
  text-align: center;
}
.modal-register .form--authenticate .form__header h2 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.modal-register .form--authenticate .form__header p {
  margin: 0;
  font-size: 14px;
  color: #6c6c6c;
}
.modal-register .form--authenticate .form__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.modal-register .form--authenticate .form__row {
  margin-bottom: 0;
}
.modal-register .form--authenticate .form__footer {
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
  padding: 0;
  border: none;
}
.modal-register .login__socialite {
  width: 100%;
  justify-content: center;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open:has(.modal-register) {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999 !important;
}

.ReactModal__Content:has(.modal-register),
.ReactModal__Content.modal-register {
  position: fixed !important;
  inset: auto !important;
  right: auto !important;
  left: 50% !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  max-height: 90vh !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.form {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.form .form__content {
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__content {
    display: block;
  }
}
.form .form__content.is-height-fixed {
  height: 410px;
}
.form .form__text {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .form .form__text {
    font-size: 13px;
  }
}
.form .form__text h5 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.form .form__text button {
  display: contents;
  color: #77b2ea;
  font-style: italic;
}
.form .form__text p {
  font-style: italic;
  line-height: 1.461538;
}
.form .form__text i {
  font-style: italic;
  line-height: 1.461538;
  display: block;
}
.form .form__text-box {
  padding: 15px 22px;
  line-height: 1.461538;
  background-color: #f8f9f8;
  border-radius: 10px;
}
.form .form__text.has-margin {
  margin-top: 5px;
}
.form .form__text.is-smaller {
  font-size: 14px;
  margin: 10px 0;
}
.form .form__col-left {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 20px 20px;
  background: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col-left {
    max-width: unset;
    flex: unset;
    padding: 15px 15px 0;
    margin-bottom: 10px;
  }
}
.form .form__col-left.max-width {
  max-width: 100%;
  flex: 0 0 100%;
}
.form .form__col-left.gray {
  padding: 0px 0px;
  background: #f2f2f2;
}
.form .form__col-left__one-third {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
}
.form .form__col-left__one-third ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
}
.form .form__col-left__one-third li {
  padding: 7px 10px;
}
.form .form__col-left__one-third li:nth-child(even) {
  background-color: #fbfbfb;
}
.form .form__col-left__one-third li:nth-child(odd) {
  background-color: #f1f4f6;
}
.form .form__col-left__one-third span {
  font-weight: 400;
}
.form .form__col-right {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 20px 20px;
  background: #f8f9f8;
  border-left: 1px solid #e6e6e6;
}
.form .form__col-right span {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col-right span {
    font-size: 13px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col-right {
    max-width: unset;
    flex: unset;
    padding: 15px;
  }
}
.form .form__default.medium {
  width: 393px;
}
.form .form__default .form__default-headng {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__default .form__default-headng {
    font-size: 13px;
  }
}
.form .form__default label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__default label {
    font-size: 13px;
  }
}
.form .form__default label.form__file-upload-link {
  font-weight: 300;
  font-size: 14px;
}
.form .form__readonly-value {
  padding: 10px 17px;
  background-color: #f7f9f9;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
}
.form .form__field {
  margin-bottom: 20px;
  font-weight: 600;
}
.form .form__field input {
  width: 100%;
  padding: 10px 17px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__field input {
    font-size: 12px;
  }
}
.form .form__field input::-webkit-outer-spin-button,
.form .form__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .form__field input[type=number] {
  -moz-appearance: textfield;
}
.form .form__field input::-moz-placeholder {
  font-style: italic;
}
.form .form__field input::placeholder {
  font-style: italic;
}
.form .form__field input:-moz-read-only {
  background: #f3f5f6;
}
.form .form__field input:read-only {
  background: #f3f5f6;
}
.form .form__field span {
  font-style: italic;
  font-size: 13px;
  color: #444444;
}
.form .form__field.smaller {
  max-width: 78px;
  margin-top: 12px;
}
.form .form__field.smaller input:-moz-read-only {
  background: #ffffff;
}
.form .form__field.smaller input:read-only {
  background: #ffffff;
}
.form .form__field.has-no-margin {
  margin-bottom: 0;
}
.form .form__field.gray-text {
  color: #9c9c9c;
}
.form .form__textarea {
  font-weight: 600;
}
.form .form__textarea textarea {
  width: 100%;
  padding: 15px 17px;
  padding-bottom: 17px;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  resize: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__textarea textarea {
    font-size: 12px;
  }
}
.form .form__textarea textarea::-moz-placeholder {
  font-style: italic;
}
.form .form__textarea textarea::placeholder {
  font-style: italic;
}
.form .form__textarea textarea:-moz-read-only {
  background: #eaeaea;
}
.form .form__textarea textarea:read-only {
  background: #eaeaea;
}
.form .form__textarea.margin-bottom {
  margin-bottom: 20px;
}
.form .form__textarea.medium-height textarea {
  height: 120px;
}
.form .form__textarea.large-height textarea {
  height: 240px;
  margin-bottom: -25px;
}
.form .form__checkbox {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 10px;
}
.form .form__checkbox.margin-bottom {
  margin-bottom: 20px;
}
.form .form__checkbox .form__checkbox-label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__checkbox .form__checkbox-label {
    font-size: 13px;
  }
}
.form .form__checkbox span {
  font-size: 14px;
  font-weight: 400;
}
.form .form__checkbox input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form .form__checkbox input:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  width: 5px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.form .form__select {
  font-weight: 600;
}
.form .form__select.margin-bottom {
  margin-bottom: 20px;
}
.form .form__select.few-margin-bottom {
  margin-bottom: 5px;
}
.form .form__select label {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__select label {
    font-size: 13px;
  }
}
.form .form__select.invisible {
  opacity: 0.5;
  pointer-events: none;
}
.form .form__select-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 14px;
  padding: 11px 17px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
}
.form .form__select-wrapper span {
  text-transform: capitalize;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__select-wrapper span {
    font-size: 12px;
  }
}
.form .form__select-wrapper svg {
  width: 10px;
  height: 6px;
}
.form .form__select-wrapper path {
  fill: #707070;
}
.form .form__footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  border: none;
  border-top: 1px solid #e6e6e6;
  background: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer {
    padding: 10px;
    justify-content: center;
  }
}
.form .form__footer.justify-center {
  justify-content: center;
}
.form .form__footer.flex-start {
  justify-content: flex-start;
}
.form .form__footer.unbordered {
  margin-top: -30px;
  border: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer.unbordered {
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer.mobile-block {
    display: block;
    text-align: center;
  }
}
.form .form__footer.between {
  justify-content: space-between;
}
.form .form__footer.between .button.blue-text {
  padding-left: 6px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer.between {
    justify-content: space-between;
  }
  .form .form__footer.between .form__footer-group {
    width: 100%;
    justify-content: flex-end;
  }
}
.form .form__footer .form-footer__divider {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 5px;
  background-color: #131313;
  vertical-align: middle;
}
.form .form__footer .form-footer__divider--margin {
  margin: 0 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer .form-footer__divider--margin {
    display: none;
  }
}
.form .form__footer .form-footer__col {
  display: flex;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer .form-footer__col {
    display: block;
  }
}
.form .form__footer-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.form .form__footer-group strong {
  font-size: 14px;
  margin-right: 9px;
}
.form .form__footer-group.bordered {
  flex: 1 1 46%;
  justify-content: flex-end;
  padding: 0px 16px;
  border-right: 1px solid rgba(151, 151, 151, 0.2);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer-group.bordered {
    padding: 0 5px;
    border: unset;
  }
  .form .form__footer-group.bordered button {
    padding: 7px 16px;
    font-size: 11px;
    border-radius: 10px;
  }
}
.form .form__footer-group.flex-end {
  flex: 1 1 49%;
  justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__footer-group.flex-end {
    flex: unset;
    justify-content: unset;
  }
  .form .form__footer-group.flex-end strong {
    display: none;
  }
  .form .form__footer-group.flex-end button {
    padding: 7px 16px;
    font-size: 11px;
    border-radius: 10px;
  }
}
.form .form__footer-group.space-between {
  justify-content: space-between;
}
.form .form__feedback {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 46px;
  margin: 22px -30px 0;
  padding: 14px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__feedback {
    padding: 14px 10px;
    margin: 15px -15px 8px;
  }
}
.form .form__feedback-text {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.714286;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__feedback-text {
    font-size: 13px;
  }
}
.form .form__rectangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 0.7;
  padding: 18px 15px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1023px) {
  .form .form__rectangle {
    padding: 15px;
    margin-bottom: 10px;
  }
}
.form .form__rectangle span {
  font-size: 13px;
  font-weight: 600;
}
.form .form__rectangle strong {
  font-size: 13px;
  font-weight: 600;
  fill: #e96137;
}
.form .form__rectangle i {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.form .form__rectangle i:last-child {
  margin-left: 5px;
}
.form .form__rectangle--wide {
  flex: 2;
}
.form .form__row {
  transition: opacity 0.3s;
}
.form .form__row p {
  font-size: 13px;
  line-height: 1.461538;
}
.form .form__row i {
  font-size: 13px;
  line-height: 1.461538;
}
.form .form__row.opacity {
  opacity: 0.2;
  transition: opacity 0.3s;
}
.form .form__row--opacity-medium.opacity {
  opacity: 0.5;
}
.form .form__row.margin-bottom {
  margin-bottom: 20px;
}
.form .form__row.margin-top {
  margin-top: 10px;
}
.form .form__row .form__row-text {
  padding-bottom: 18px;
  margin-bottom: 22px;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
}
.form .form__row .form__row-text strong {
  font-size: 16px;
}
.form .form__row .form__row-text__inner,
.form .form__row .form__row-text p {
  font-size: 13px;
  line-height: 1.692308;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row .form__row-text strong {
    font-size: 14px;
  }
  .form .form__row .form__row-text .form__row-text__inner,
  .form .form__row .form__row-text p {
    font-size: 12px;
    line-height: 1.666667;
  }
}
.form .form__row .form__row-text:nth-child(2) {
  padding-bottom: 0px;
  border: none;
}
.form .form__row .form__row-text:nth-child(2) strong {
  font-size: 14px;
  font-weight: 600;
}
.form .form__row .form__row-text:nth-child(2) p {
  font-size: 13px;
  line-height: 1.461538;
}
.form .form__row .form__row-text:last-child {
  display: flex;
  gap: 5px;
  padding-bottom: 0px;
  margin-bottom: 14px;
  border: none;
}
@media (max-width: 1023px) {
  .form .form__row .form__row-text:last-child {
    display: block;
  }
}
.form .form__row .form__row-text:last-child strong {
  font-size: 18px;
}
.form .form__row-box {
  display: flex;
  justify-content: center;
  padding: 21px 22px;
  margin-bottom: 14px;
  border: 1px solid #e1e1e1;
  opacity: 0.2;
  pointer-events: none;
}
.form .form__row-box.colored {
  display: block;
  padding: 12px 17px;
  margin-bottom: 5px;
  border: none;
  background: #7cb487;
  color: #ffffff;
  opacity: unset;
  pointer-events: all;
}
.form .form__row-box.colored .form__checkbox {
  align-items: center;
  margin-top: 0px;
}
.form .form__row-box.colored .form__checkbox span {
  font-size: 16px;
  font-weight: 600;
}
.form .form__row-box.colored .form__checkbox input {
  width: 20px;
  height: 20px;
  border: none;
}
.form .form__row-box.opacity-unset {
  opacity: unset;
  transition: opacity 0.3s;
  pointer-events: all;
}
.form .form__row-box--smaller {
  justify-content: flex-start;
  padding: 9px 10px;
  margin-top: 27px;
  margin-bottom: 8px;
  border: 1px solid #e6e6e6;
  opacity: unset;
  pointer-events: all;
}
.form .form__row-box--smaller .form__checkbox {
  gap: 11px !important;
  align-items: center;
  margin: 0px;
}
.form .form__row-box--smaller .form__checkbox label {
  font-size: 14px;
  font-weight: 600;
  color: #4a9b64;
}
.form .form__row-box--smaller .form__checkbox input {
  width: 20px;
  height: 20px;
}
.form .form__row-box.borderless {
  padding: 0;
  border: none;
}
.form .form__row-box--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 12px 0 17px;
  padding: 24px 0;
  background: #edf6ec;
  border: 1px solid #e6e6e6;
  pointer-events: all;
  opacity: 1;
}
.form .form__row-box-title a, .form .form__row-box-text a {
  margin-left: 5px;
  color: #ee6157;
  text-decoration: none;
  transition: opacity 0.4s;
}
.form .form__row-box-title a:hover, .form .form__row-box-text a:hover {
  opacity: 0.8;
}
.form .form__row-box-title a {
  font-weight: 600;
}
.form .form__toggle {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
.form .form__toggle.margin-bottom {
  margin-bottom: 5px;
}
.form .form__toggle--dual-label {
  justify-content: center;
  gap: 15px;
  margin-bottom: 0;
}
.form .form__toggle--dual-label .form__toggle-label-left,
.form .form__toggle--dual-label .form__toggle-label-right {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
  transition: font-weight 0.2s;
}
.form .form__toggle--dual-label:has(.form__toggle-container input:not(:checked)) .form__toggle-label-left {
  font-weight: 600;
}
.form .form__toggle--dual-label:has(.form__toggle-container input:checked) .form__toggle-label-right {
  font-weight: 600;
}
.form .form__toggle--subheader {
  margin-bottom: 0;
  margin-right: 4px;
}
.form .form__toggle--subheader .form__toggle-label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-left: 8px;
}
.form .form__toggle-label {
  font-size: 15px;
  font-weight: 400 !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 8px;
  margin-bottom: 0;
  padding-top: 2px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__toggle .form__toggle-label {
    font-size: 13px;
  }
}
.form .form__toggle-container {
  position: relative;
  width: 30px;
  height: 17px;
  background-color: #8da0ac;
  border-radius: 17px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.form .form__toggle-container:has(input:checked) {
  background-color: #91c099;
}
.form .form__toggle-container span {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 100%;
  transition: transform 0.3s;
  pointer-events: none;
}
.form .form__toggle-container input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.form .form__toggle-container input:checked + span {
  transform: translateX(13px);
}
.form .form__toggle-container input:checked ~ span {
  transform: translateX(13px);
}
.form .form__field-error-message {
  display: block;
  padding: 3px;
  color: red;
  font-size: 11px;
}

.form__inline-elements {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  margin-bottom: -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form__inline-elements {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form__inline-elements .button {
    width: 100%;
  }
}
.form__inline-elements--large {
  margin: 0;
}
.form__inline-elements--large .form__default {
  flex: 1;
}
@media (max-width: 1023px) {
  .form__inline-elements--large {
    display: flex;
    margin: 0 0 0;
  }
}
@media (max-width: 1023px) {
  .form__inline-elements--large .button {
    width: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form__inline-elements .form__default.medium {
    display: block;
    width: unset;
    margin: 0 0 20px;
  }
}

/* ------------------------------------------------------------ *\
    Form Col Public
\* ------------------------------------------------------------ */
.form__col-public__title {
  margin-bottom: 19px;
}
.form__col-public__title h4 {
  font-size: 15px;
  margin-bottom: 3px;
}
.form__col-public__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 11px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.form__col-public__description p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.form__col-public__description a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.form__col-public__description blockquote {
  font-style: italic;
  margin: 0;
}
.form__col-public__description ul,
.form__col-public__description ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.form__col-public__description ul li,
.form__col-public__description ol li {
  margin: 0;
}
.form__col-public__description--scrollable {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px 23px;
  padding-bottom: 18px;
  margin-bottom: 21px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  scrollbar-width: none;
}
.form__col-public__description--scrollable p {
  margin: 0;
  padding: 0;
}
.form__col-public__description--scrollable a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.form__col-public__description--scrollable::-webkit-scrollbar {
  display: none;
}
.form__col-public__description-header {
  position: sticky;
  top: -18px;
  background-color: #fff;
  margin: -18px -15px 15px -23px;
  padding: 18px 23px 10px 23px;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  z-index: 0;
  border-top-left-radius: 8px;
}
.form__col-public__suggested-by {
  margin-top: 15px;
}
.form__col-public__suggested-by label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.form__col-public__suggested-by-users {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.form__col-public__suggested-by-users .react-tooltip__user {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px 4px 4px;
  background-color: #f8f9f8;
  border-radius: 50px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  transition: background-color 0.2s;
}
.form__col-public__suggested-by-users .react-tooltip__user:hover {
  background-color: rgb(234.2692307692, 237.2307692308, 234.2692307692);
}
.form__col-public__suggested-by-users .react-tooltip__user img, .form__col-public__suggested-by-users .react-tooltip__user .user-avatar-initials {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.form__col-public__suggested-by-users .react-tooltip__user .user-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3376a3;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.form__col-public label {
  margin-bottom: 11px !important;
}

/* ------------------------------------------------------------ *\
    Form Authenticate
\* ------------------------------------------------------------ */
.form--authenticate {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  vertical-align: middle;
  height: unset;
}
.form--authenticate .form__inner {
  max-width: 500px;
  margin: auto;
  padding: 42px 32px;
  border: solid 1px #e8e8e8;
  border-radius: 16px;
  text-align: left;
}
.form--authenticate .form__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
.form--authenticate .form__intro img {
  width: 30%;
  height: 30%;
}
.form--authenticate .form__intro span {
  margin-top: 10px;
  margin-bottom: 20px;
}
.form--authenticate .form__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  justify-content: center;
}
.form--authenticate .form__header h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.form--authenticate .form__header strong {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
}
.form--authenticate .form__header strong a {
  margin-left: 8px;
  color: #f7736c;
}
.form--authenticate .form__content {
  flex-direction: column;
  margin-bottom: 37px;
}
.form--authenticate .form__textarea label,
.form--authenticate .form__field label {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}
.form--authenticate .form__footer {
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.form--authenticate .form__footer button {
  width: 60%;
}
.form--authenticate .form__default input {
  width: 95%;
}
.form--authenticate .form__field:has(.form__field-error-message) label {
  color: #de5353;
}
.form--authenticate .form__field:has(.form__field-error-message) input {
  border-color: #de5353;
}

/* ------------------------------------------------------------ *\
    Form Billing
\* ------------------------------------------------------------ */
.form--billing {
  display: block;
  text-align: center;
  width: unset;
  height: unset;
}
.form--billing.has-min-width {
  min-width: 462px;
}
@media (max-width: 575px) {
  .form--billing.has-min-width {
    min-width: unset;
  }
}
.form--billing .form__inner {
  max-width: 500px;
  margin: auto;
  padding: 42px 40px;
  border: solid 1px #e8e8e8;
  border-radius: 16px;
  text-align: left;
}
.form--billing .form__inner--edit-billing {
  padding: 3px 27px 30px;
}
.form--billing .form__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  justify-content: center;
}
.form--billing .form__header h2 {
  font-size: 25px;
  margin-bottom: 0;
}
.form--billing .form__header strong {
  margin-top: 3px;
  font-size: 13px;
}
.form--billing .form__header strong a {
  color: #f7736c;
}
.form--billing .form__header--edit-billing {
  margin-bottom: 9px;
}
.form--billing .form__header--edit-billing h2 {
  font-size: 24px;
}
.form--billing .form__header-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background-color: #efefef;
}
.form--billing .form__content {
  flex-direction: column;
  margin-bottom: 11px;
}
.form--billing .form__content--edit-billing {
  flex-direction: column;
  margin-bottom: 0;
}
.form--billing .form__textarea label,
.form--billing .form__field label {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}
.form--billing .form__default {
  margin-bottom: 8px;
}
.form--billing .form__field {
  margin-bottom: 0;
}
.form--billing .form__field input {
  height: 46px;
  padding: 0 17px;
}
.form--billing .form__field input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
.form--billing .form__field input::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
.form--billing .form__footer {
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.form--billing .form__footer--edit-billing {
  gap: 11px;
}
.form--billing .form__footer--edit-billing button:last-child {
  font-size: 16px;
}
@media (max-width: 575px) {
  .form--billing .form__footer--edit-billing button:last-child {
    display: none;
  }
}
.form--billing .form__stripe-element {
  height: 46px;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 17px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.form--billing .form__stripe-badge {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

/* ------------------------------------------------------------ *\
    Form Checkbox Colored
\* ------------------------------------------------------------ */
.form__checkbox--colored {
  gap: 7px !important;
}
.form__checkbox--colored input {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #efefef !important;
  cursor: pointer;
}
.form__checkbox--colored input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.form__checkbox--colored input[type=checkbox]::before {
  border: solid #f7665e !important;
  border-width: 0 2px 2px 0 !important;
}
.form__checkbox--colored .form__checkbox-label {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.form__checkbox--colored .form__checkbox-label a {
  color: #f7665e;
  text-decoration: none;
}
.form__checkbox--colored .form__checkbox-label a:hover {
  text-decoration: underline;
}
.form__checkbox--colored.has-error {
  color: #f7665e;
}

/* ------------------------------------------------------------ *\
    Form Table
\* ------------------------------------------------------------ */
.form--table {
  border-radius: 8px;
  background-color: #e8ebee;
}
.form--table .form__default {
  padding: 0;
}
.form--table .form__footer {
  justify-content: flex-start;
  background: unset;
  padding: 0 0 14px 0;
}
.form--table .multi-react-select__control {
  border-radius: 5px !important;
}
.form--table .rich-text-editor--medium {
  max-width: none;
}
.form--table .rich-text-editor--table {
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
    Form Table
\* ------------------------------------------------------------ */
.form--adopt-submission {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #e8ebee;
}
.form--adopt-submission .form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 41px;
  margin-left: 13px;
  margin-right: 13px;
  padding: 0 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #525e6a;
}
.form--adopt-submission .form__header h4 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.form--adopt-submission .form__header svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.form--adopt-submission .form__content {
  flex-direction: column;
  padding: 0 13px;
}
.form--adopt-submission .form__row:first-child {
  padding: 11px 0;
  margin: 0;
  background-color: #f4f6f7;
}
.form--adopt-submission .form__row:nth-child(2) {
  padding: 13px 0 0;
}
.form--adopt-submission .form__row:nth-child(2) .form__row-box {
  justify-content: flex-start;
  padding: 12px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: normal;
  opacity: 1;
}
.form--adopt-submission .form__row:nth-child(2) .form__row-box strong {
  font-size: 14px;
}
.form--adopt-submission .form__row:nth-child(3) {
  padding: 16px 14px 0;
  background-color: #fff;
}
.form--adopt-submission .form__row:nth-child(3) .form__default:first-child {
  margin-bottom: 15px;
}
.form--adopt-submission .form__row:nth-child(3) .select-field__control {
  margin-bottom: 0;
}
.form--adopt-submission .form__row:nth-child(4) {
  padding: 12px 14px 16px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form--adopt-submission .form__row:nth-child(4) .form__default:first-child {
  margin-bottom: 15px;
}
.form--adopt-submission .form__row:nth-child(4) button {
  font-weight: 600;
}
.form--adopt-submission .form__row:only-child {
  height: unset;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form--adopt-submission .form__row-box {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 1;
}
.form--adopt-submission .form__row-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 95%;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  background-blend-mode: normal;
  opacity: 1;
  border: 1px solid #eeeeee;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  transition: opacity 0.4s;
}
.form--adopt-submission .form__row-box button:hover {
  opacity: 0.7;
}
.form--adopt-submission .form__row-box button.has-green-border {
  font-weight: 600;
  color: #7cb487;
  border: 1px solid #7cb487;
}
.form--adopt-submission .form__row-box button.has-green-border svg path {
  stroke: #7cb487;
  fill: #7cb487;
}
.form--adopt-submission .form__row-box button svg {
  width: 18px;
  height: 18px;
}
.form--adopt-submission .form__row-box button svg path {
  stroke: #d1d1d1;
  fill: none;
}
.form--adopt-submission .form__footer {
  padding: 12px 13px;
  background: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form--adopt-submission.pointer-events-hover .form__content {
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
    Form Member
\* ------------------------------------------------------------ */
.form--member .subheader {
  position: sticky;
  top: -22px;
  z-index: 5;
  margin: -22px -25px 0 -22px;
  width: calc(100% + 47px);
}
.form--member .form__header {
  margin-bottom: 15px;
}
.form--member .form__header strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}
.form--member .form__header i {
  font-size: 14px;
  font-weight: 400;
}
.form--member .form__content {
  flex-direction: column;
  margin-bottom: 11px;
}
.form--member .form__footer {
  display: block;
  background: none;
  padding: 0;
}
.form--member .form__footer strong {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
.form--member .form__footer button {
  height: 34px;
  padding: 0 23px;
}
.form--member .form__field input:-moz-read-only, .form--member .form__textarea textarea:-moz-read-only {
  font-weight: 400;
  background-color: #dbe2e6;
}
.form--member .form__field input:read-only,
.form--member .form__textarea textarea:read-only {
  font-weight: 400;
  background-color: #dbe2e6;
}
.form--member .form__textarea textarea:-moz-read-only {
  line-height: 1.6;
}
.form--member .form__textarea textarea:read-only {
  line-height: 1.6;
}
.form--member .form__checkbox input {
  position: relative;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.form--member .form__checkbox input:checked {
  border: none;
  background-color: #0fabf9;
}
.form--member .form__checkbox input:checked:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form--member .select-field__control {
  margin-bottom: 0;
  background: linear-gradient(360deg, rgb(243, 245, 246) 0%, rgb(255, 255, 255) 100%) !important;
}
.form--member .select-field__control svg {
  height: 15px !important;
  stroke: unset !important;
  color: #333333 !important;
}

/* ------------------------------------------------------------ *\
    Form Suggest
\* ------------------------------------------------------------ */
.form--suggest input,
.form--suggest textarea {
  font-weight: 600;
}
.form--suggest input::-moz-placeholder, .form--suggest textarea::-moz-placeholder {
  font-weight: 500;
  font-style: normal !important;
  color: #989898;
}
.form--suggest input::placeholder,
.form--suggest textarea::placeholder {
  font-weight: 500;
  font-style: normal !important;
  color: #989898;
}
.form--suggest textarea {
  height: 142px;
  vertical-align: top;
}
.form--suggest .form__content {
  flex: 0;
  margin-bottom: 15px;
}
.form--suggest .form__col-left {
  padding: 0;
}
.form--suggest .form__field {
  margin-bottom: 11px;
}
.form--suggest .form__footer {
  gap: 13px;
  padding: 0;
  border: none;
}
.form--suggest .form__footer .button--rectangular {
  padding: 12px 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--suggest .form__footer {
    justify-content: space-between;
  }
}

/* ------------------------------------------------------------ *\
    Form Header Settings
\* ------------------------------------------------------------ */
.form--header-settings .subheader {
  position: sticky;
  top: -22px;
  z-index: 5;
  margin: -22px -25px 0 -22px;
  width: calc(100% + 47px);
}
.form--header-settings .form__header {
  margin-bottom: 10px;
}
.form--header-settings .form__header h3 {
  font-size: 20px;
  font-weight: 500;
}
.form--header-settings .form__content {
  flex-direction: column;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: #f1f4f6;
  border-radius: 6px;
}
.form--header-settings .form__content--left .form__row {
  display: flex;
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.form--header-settings .form__content--left.form__content--no-dividers .form__row {
  border-bottom: none;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.form--header-settings .form__content--left .form__row:nth-child(1) .form__default {
  margin-right: 30px;
}
.form--header-settings .form__content--left .form__row:nth-child(2) {
  gap: 17px;
  flex-wrap: wrap;
  padding-bottom: 11px;
  margin-bottom: 14px;
}
.form--header-settings .form__content--left .form__row:nth-child(2) .form__field {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form--header-settings .form__content--left .form__row:nth-child(2) label {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 0;
}
.form--header-settings .form__content--left .form__row:nth-child(2) input {
  width: 70px;
  height: 43px;
  padding: 10px;
  text-align: right;
}
.form--header-settings .form__content--left .form__row:nth-child(3) {
  flex-direction: column;
  margin-bottom: 14px;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__default {
  margin-bottom: 13px;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__default:nth-child(2) {
  margin-bottom: 8px;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__default:last-child {
  margin-left: 95px;
  margin-bottom: 0;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__default:last-child .form__checkbox-label {
  font-size: 14px;
  font-weight: 500;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__field {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__field label {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 30px;
}
.form--header-settings .form__content--left .form__row:nth-child(3) .form__field input {
  padding: 8px 17px;
}
.form--header-settings .form__content--left .form__row:nth-child(4) {
  border: none;
  margin: 0;
}
.form--header-settings .form__content--left .form__row:nth-child(5) {
  border: none;
  padding: 0;
  margin: 0;
}
.form--header-settings .form__content--left .form__row:nth-child(5) .form__default {
  width: 100%;
}
.form--header-settings .form__content--right {
  padding: 25px 29px;
}
.form--header-settings .form__content--right .form__field {
  margin-bottom: 6px;
}
.form--header-settings .form__content--right .form__field input {
  padding: 8px 17px;
  font-weight: 500;
}
.form--header-settings .form__content--right .form__row + .form__header {
  margin-top: 20px;
}
.form--header-settings .form__field input[type=number],
.form--header-settings input[type=text] {
  border-color: #c9d0d6;
}
.form--header-settings .form__field input[type=number]::-moz-placeholder, .form--header-settings input[type=text]::-moz-placeholder {
  font-weight: 500;
}
.form--header-settings .form__field input[type=number]::placeholder,
.form--header-settings input[type=text]::placeholder {
  font-weight: 500;
}
.form--header-settings .form__checkbox {
  gap: 7px;
  margin: 0;
}
.form--header-settings .form__checkbox input {
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.form--header-settings .form__checkbox .form__checkbox-label {
  font-size: 13px;
  font-weight: 600;
}
.form--header-settings .form__footer {
  display: block;
  padding: 0;
  background: none;
  border: none;
}
.form--header-settings .form__footer button {
  width: unset;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.form--header-settings .form__field-error-message {
  display: none;
}
.form--header-settings .form__field:has(.form__field-error-message) input {
  border-color: #de5353;
}
.form--header-settings .form__row-box {
  flex-direction: column;
  justify-content: flex-start;
  padding: 17px;
  border: 1px solid #8ec3f5;
  background-color: #f8f9f8;
  opacity: unset;
  pointer-events: all;
}
.form--header-settings .form__row-box p,
.form--header-settings .form__row-box b {
  font-size: 14px;
  color: #000;
}
.form--header-settings .form__row-box a {
  text-decoration: none;
  color: #0e97e2;
}
.form--header-settings .form__row-box .form__checkbox .form__checkbox-label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/* ------------------------------------------------------------ *\
    Form Task
\* ------------------------------------------------------------ */
.form--task {
  display: flex;
  flex-direction: column;
  width: 1095px;
  height: 100%;
}
@media (max-width: 1095px) {
  .form--task {
    width: unset;
  }
}
.form--task .form__col-head {
  position: relative !important;
  margin-bottom: 19px;
  padding-bottom: 17px;
  overflow: visible !important;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--task .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--task .form__col-left {
  flex: 0 0 43%;
  padding: 29px 25px 0 23px;
  overflow-y: auto;
  overflow-x: visible;
  scrollbar-width: none;
}
.form--task .form__col-left::-webkit-scrollbar {
  display: none;
}
.form--task .form__col-right {
  flex: 0 0 57%;
  max-width: 57%;
  padding: 29px 25px 20px 28px;
  overflow: hidden;
  background-color: #f1f4f6;
}
.form--task .form__col-right .suggestion__content,
.form--task .form__col-right .suggestion__content p {
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
.form--task .form__col-right .suggestion__content a {
  overflow-wrap: anywhere !important;
  word-break: break-all !important;
}
.form--task .form__suggestion {
  margin-top: 0;
}
.form--task .form__suggestion .form__default {
  margin-top: 0;
}
.form--task .form__suggestion .form__textarea {
  margin-top: 0;
}
.form--task .form__close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 100 !important;
  flex-shrink: 0;
}
.form--task .form__close button {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 5px !important;
  display: block !important;
}
.form--task .form__close button span {
  position: relative !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  transition: opacity 0.3s;
}
.form--task .form__close button span:hover {
  opacity: 0.5;
}
.form--task .form__close button span:before, .form--task .form__close button span:after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #333333 !important;
}
.form--task .form__close button span:before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.form--task .form__close button span:after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
.form--task .form__content {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding-block-end: 87px;
}
.form--task .form__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
}
.form--task .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--task .form__footer .box__button--upvote {
  padding: 12px 18px;
}
.form--task .form__footer .box__button--upvote:has(strong) {
  padding: 12px 12px 12px 18px;
}
.form--task .form__footer .box__button--upvote span,
.form--task .form__footer .box__button--upvote strong {
  font-size: 16px;
}
.form--task .form__team-members-readonly,
.form--task .form__contributors-readonly {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form--task .form__team-members-readonly h4,
.form--task .form__contributors-readonly h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
}
.form--task .form__members-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.form--task .form__members-list .react-tooltip__user {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 15px 6px 6px;
  background-color: #f8f9f8;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  transition: all 0.2s ease;
}
.form--task .form__members-list .react-tooltip__user img, .form--task .form__members-list .react-tooltip__user .user-avatar-initials {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form--task .form__members-list .react-tooltip__user .user-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3376a3;
  color: white;
  font-weight: 600;
  font-size: 13px;
}
.form--task .form__members-list .react-tooltip__user:hover {
  background-color: #e6e6e6;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form--task .form__member-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background-color: #f8f9f8;
  border-radius: 15px;
  font-size: 14px;
}
.form--task .form__member-item img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form--task .form__member-item span {
  font-weight: 500;
}

.form--task.form--no-discussion {
  width: 700px;
}
.form--task.form--no-discussion .form__col-left {
  flex: 0 0 100%;
  max-width: 100%;
}
.form--task.form--no-discussion .form__content {
  position: relative;
}
.form--task.form--no-discussion .form__content > .form__close {
  position: absolute;
  top: 29px;
  right: 25px;
  z-index: 100;
}

/* ------------------------------------------------------------ *\
    Form Task Group
\* ------------------------------------------------------------ */
.form--task-group {
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 100%;
  height: 100%;
}
.form--task-group .form__col-head {
  position: relative !important;
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: visible !important;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--task-group .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--task-group .form__col-left {
  padding: 29px 25px 0 23px;
  overflow: visible;
}
.form--task-group .form__content {
  flex: 1;
  overflow-y: auto;
  margin-block-end: 100px;
}
.form--task-group .form__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-end;
}
.form--task-group .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--task-group .form__footer-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.form--task-group .task-group-close-btn {
  top: -10px !important;
  right: -7px !important;
}
.form--task-group .rich-text-editor--medium {
  max-width: none;
}

/* ------------------------------------------------------------ *\
    Form Release Note
\* ------------------------------------------------------------ */
.form--release-note {
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 100%;
  height: 100%;
}
.form--release-note .form__col-head {
  position: relative !important;
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: visible !important;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--release-note .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--release-note .form__col-left {
  padding: 29px 25px 0 23px;
  overflow: visible;
}
.form--release-note .form__content {
  flex: 1;
  overflow-y: auto;
  margin-block-end: 100px;
}
.form--release-note .form__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-end;
}
.form--release-note .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--release-note .form__footer-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.form--release-note .release-note-close-btn {
  position: absolute;
  top: -10px;
  right: -7px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.form--release-note .release-note-close-btn:hover {
  opacity: 0.6;
}
.form--release-note .release-note-close-btn:focus {
  outline: none;
}

/* ------------------------------------------------------------ *\
    Form Submission
\* ------------------------------------------------------------ */
.form--submission {
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 100%;
  height: 100%;
}
.form--submission .form__col-head {
  position: relative !important;
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: visible !important;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--submission .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--submission .form__col-left {
  padding: 29px 25px 0 23px;
  overflow: visible;
}
.form--submission .form__content {
  flex: 1;
  overflow-y: auto;
}
.form--submission .form__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-end;
}
.form--submission .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--submission .form__footer-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

/* ------------------------------------------------------------ *\
    Form Invite Team Member
\* ------------------------------------------------------------ */
.form--invite-team-member {
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 100%;
  height: 100%;
}
.form--invite-team-member .form__col-head {
  position: relative !important;
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: visible !important;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--invite-team-member .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--invite-team-member .form__col-left {
  padding: 29px 25px 0 23px;
  overflow: visible;
}
.form--invite-team-member .form__content {
  flex: 1;
  overflow-y: auto;
}
.form--invite-team-member .form__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-end;
}
.form--invite-team-member .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--invite-team-member .form__footer-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

/* ------------------------------------------------------------ *\
    Form News
\* ------------------------------------------------------------ */
.form--news {
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 100%;
  height: 100%;
}
.form--news .form__col-head {
  position: relative !important;
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: visible !important;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--news .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--news .form__col-left {
  padding: 29px 25px 0 23px;
  overflow: visible;
}
.form--news .form__content {
  flex: 1;
  overflow-y: auto;
  margin-block-end: 100px;
}
.form--news .form__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-end;
}
.form--news .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--news .form__footer-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.form--news .news-close-btn {
  position: absolute;
  top: -10px;
  right: -7px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.form--news .news-close-btn:hover {
  opacity: 0.6;
}
.form--news .news-close-btn:focus {
  outline: none;
}

/* ------------------------------------------------------------ *\
    Form Project
\* ------------------------------------------------------------ */
.form--project {
  display: flex;
  flex-direction: column;
  width: 1095px;
  height: 100%;
}
@media (max-width: 1095px) {
  .form--project {
    width: unset;
  }
}
.form--project .form__col-head {
  position: relative !important;
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form--project .form__col-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.form--project .form__col-left {
  flex: 0 0 54%;
  padding: 29px 25px 0 23px;
  overflow: visible;
}
.form--project .form__col-right {
  flex: 0 0 46%;
  max-width: unset;
  padding: 29px 25px 20px 28px;
  overflow: visible;
  background-color: #f1f4f6;
}
.form--project .form__col-right > span:not(:first-child) {
  margin-top: 25px;
}
.form--project .form__content {
  position: relative;
  flex: 1;
  overflow-y: auto;
  display: flex;
}
.form--project .form__footer {
  position: fixed;
  bottom: 0;
  width: 1095px;
  max-width: 100%;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  justify-content: flex-end;
}
@media (max-width: 1095px) {
  .form--project .form__footer {
    width: 100%;
  }
}
.form--project .form__footer .button--rectangular {
  padding: 12px 23px;
}
.form--project .form__footer-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

/* ------------------------------------------------------------ *\
    Form Suggestion
\* ------------------------------------------------------------ */
.form__suggestion .form__textarea textarea {
  display: block;
  height: 85px;
  margin: 0;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-sizing: border-box;
}
.form__suggestion .form__textarea label {
  margin-bottom: 10px;
  margin-top: 0;
}
.form__suggestion-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.form__suggestion-actions .button--rectangular {
  padding: 7px 14px;
  font-size: 13px;
}
.form__suggestion__file-upload {
  margin-bottom: 20px;
}
.form__suggestion__file-upload-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #454545;
}
.form__suggestion__file-upload-box {
  padding: 20px;
  background-color: #f8f9f8;
  border: 2px dashed #e6e6e6;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.form__suggestion__file-upload-box.is-dragging {
  background-color: #e8f4fd;
  border-color: #3376a3;
  border-style: solid;
}
.form__suggestion__file-upload-link {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #3376a3;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}
.form__suggestion__file-upload-link:hover {
  text-decoration: underline;
}
.form__suggestion__file-upload-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__suggestion__file-upload-item {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.form__suggestion__file-upload-item:hover {
  background-color: #f8f9f8;
}
.form__suggestion__file-upload-item-icon {
  margin-right: 12px;
  font-size: 24px;
}
.form__suggestion__file-upload-item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.form__suggestion__file-upload-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 4px;
}
.form__suggestion__file-upload-item-size {
  font-size: 12px;
  color: #777777;
}
.form__suggestion__file-upload-item-remove {
  padding: 6px 10px;
  background-color: transparent;
  border: none;
  color: #777777;
  cursor: pointer;
  font-size: 18px;
  transition: color 0.2s ease;
}
.form__suggestion__file-upload-item-remove:hover {
  color: #dc3545;
}

/* ------------------------------------------------------------ *\
    Form Section Highlight
\* ------------------------------------------------------------ */
.form-section-highlight {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 12px 16px;
  margin-bottom: 20px;
}
.form-section-highlight .form__default {
  margin-bottom: 0;
}
.form-section-highlight .form__checkbox {
  align-items: center;
  margin-top: 0;
}

/* ------------------------------------------------------------ *\
    Task Group Close Button
\* ------------------------------------------------------------ */
.task-group-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.task-group-close-btn:hover {
  opacity: 0.6;
}
.task-group-close-btn:focus {
  outline: none;
}

.form__field-group--logo {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.form__field-group--logo .input-upload-file {
  flex: 0 0 auto;
}
.form__field-group--logo .button-icon {
  margin-top: 30px;
}

/* ------------------------------------------------------------ *\
    Settings Page Redesign (Scoped)
\* ------------------------------------------------------------ */
.settings-page {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.settings-page__tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid #e0e0e0;
}
.settings-page__tab {
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}
.settings-page__tab:hover {
  color: #333;
}
.settings-page__tab--active {
  color: #32a5da;
}
.settings-page__tab--active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #32a5da;
}
.settings-page__panel {
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.settings-page__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.settings-page__card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.settings-page__row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}
.settings-page__row:last-child {
  margin-bottom: 0;
}
.settings-page__row--vertical {
  flex-direction: column;
  align-items: flex-start;
}
.settings-page__label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  min-width: 140px;
  flex-shrink: 0;
}
.settings-page__input {
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  max-width: 300px;
}
.settings-page__input:focus {
  border-color: #32a5da;
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 118, 163, 0.1);
}
.settings-page__input--full {
  max-width: 100%;
}
.settings-page__input--small {
  max-width: 120px;
}
.settings-page__textarea {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  font-family: monospace;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  resize: vertical;
  min-height: 150px;
}
.settings-page__textarea:focus {
  border-color: #32a5da;
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 118, 163, 0.1);
}
.settings-page__radio-group {
  display: flex;
  gap: 24px;
}
.settings-page__radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.settings-page__radio-label input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #32a5da;
}
.settings-page__checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.settings-page__color-picker {
  display: flex;
  align-items: center;
  gap: 12px;
}
.settings-page__preview {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.settings-page__info-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.settings-page__info-box a {
  color: #32a5da;
  text-decoration: underline;
}
.settings-page__footer {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
}
.settings-page__footer .button {
  margin-bottom: 20px;
}
.settings-page__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .settings-page__two-col {
    grid-template-columns: 1fr;
  }
}
.settings-page__disabled {
  opacity: 0.5;
  pointer-events: none;
}
.settings-page__field-horizontal {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.settings-page__field-horizontal .settings-page__label {
  margin-bottom: 0;
}
.settings-page__field-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.settings-page__field-vertical .settings-page__label {
  min-width: auto;
}
.settings-page .form-color-picker {
  margin-bottom: 0;
  font-weight: 600;
}
.settings-page .form-color-picker label {
  font-size: 14px;
  color: #333;
}
.settings-page .form-color-picker--horizontal label {
  min-width: 140px;
}
.settings-page .form__checkbox {
  margin: 0;
}
.settings-page .form__checkbox label {
  font-weight: 400;
  font-size: 14px;
}
.settings-page .form__default {
  margin-bottom: 0;
}
.settings-page .form__field {
  margin-bottom: 0;
}
.settings-page .form__field label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.settings-page .form__field input {
  border-radius: 8px;
}
.settings-page .repeater {
  margin-bottom: 0;
}

.form-icon-picker {
  display: block;
  margin-bottom: 20px;
}
.form-icon-picker > label {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.form-icon-picker__section {
  margin-bottom: 16px;
}

.form-icon-picker__section-label {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}

.form-icon-picker__upload-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-icon-picker__upload {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form-icon-picker__upload.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.form-icon-picker__upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-icon-picker__upload input:disabled {
  cursor: not-allowed;
}
.form-icon-picker__upload span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 20px;
  background-color: #4f6173;
  color: #fff;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.form-icon-picker__upload span:hover {
  background-color: #333333;
}
.form-icon-picker__upload strong {
  font-size: 13px;
  font-weight: 600;
  margin: 0 10px;
}
.form-icon-picker__upload img {
  width: 27px;
  height: 27px;
  border-radius: 4px;
}

.form-icon-picker__divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.form-icon-picker__divider::before, .form-icon-picker__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e6e6e6;
}
.form-icon-picker__divider span {
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-icon-picker__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #999;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form-icon-picker__remove:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
  color: #666;
}
.form-icon-picker__remove:active {
  background-color: #eee;
}

/* ------------------------------------------------------------ *\
    Form Icon Picker Horizontal
\* ------------------------------------------------------------ */
.form-icon-picker--horizontal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-icon-picker--horizontal {
    gap: 10px;
    justify-content: flex-start;
  }
}
.form-icon-picker--horizontal label {
  margin-bottom: 0 !important;
  margin-right: 0;
}
.form-icon-picker--horizontal .form-icon-picker__section {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-icon-picker--horizontal .form-icon-picker__upload-wrapper {
  display: flex;
  align-items: center;
}
.form-icon-picker--horizontal .form-icon-picker__upload {
  display: flex;
  align-items: center;
}
.form-icon-picker--horizontal span {
  height: 30px;
  max-width: 130px;
  padding: 0 14px;
  margin: 0;
  background-color: #545458;
  display: inline-flex;
  align-items: center;
}
.form-icon-picker--horizontal img {
  max-width: 56px;
  height: 100%;
}
.form-icon-picker--horizontal strong {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

/**
 * Form Icon Selector Styles
 * Custom dropdown component for selecting predefined icons with visual previews
 */
.form__icon-selector {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.form__icon-selector-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 17px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form__icon-selector-trigger:hover:not(.is-disabled) {
  border-color: #ccc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.form__icon-selector-trigger.is-active {
  border-color: #8ec3f5;
  box-shadow: 0 0 0 3px rgba(142, 195, 245, 0.1);
}
.form__icon-selector-trigger.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f1f4f6;
}

.form__icon-selector-trigger-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.form__icon-selector-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.form__icon-selector-icon {
  width: 20px;
  height: 20px;
  color: #333333;
}

.form__icon-selector-label {
  font-weight: 500;
  color: #333333;
}

.form__icon-selector-placeholder {
  color: #999;
  font-weight: 400;
}

.form__icon-selector-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form__icon-selector-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  color: #999;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}
.form__icon-selector-clear:hover {
  color: #e96137;
}

.form__icon-selector-arrow {
  color: #999;
  font-size: 10px;
  transition: transform 0.2s ease;
}
.is-active .form__icon-selector-arrow {
  transform: rotate(180deg);
}

.form__icon-selector-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  animation: slideDown 0.2s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form__icon-selector-search {
  padding: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.form__icon-selector-search input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}
.form__icon-selector-search input:focus {
  border-color: #8ec3f5;
  box-shadow: 0 0 0 3px rgba(142, 195, 245, 0.1);
}
.form__icon-selector-search input::-moz-placeholder {
  color: #999;
}
.form__icon-selector-search input::placeholder {
  color: #999;
}

.form__icon-selector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
  padding: 12px;
  overflow-y: auto;
  max-height: 280px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form__icon-selector-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
}

.form__icon-selector-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form__icon-selector-option:hover {
  background: #f1f4f6;
  border-color: #e6e6e6;
}
.form__icon-selector-option.is-selected {
  background: rgba(142, 195, 245, 0.1);
  border-color: #8ec3f5;
}
.form__icon-selector-option.is-selected .form__icon-selector-option-icon {
  color: #8ec3f5;
}
.form__icon-selector-option.is-selected .form__icon-selector-option-name {
  color: #8ec3f5;
  font-weight: 600;
}

.form__icon-selector-option-icon {
  width: 24px;
  height: 24px;
  color: #333333;
  transition: color 0.2s ease;
}

.form__icon-selector-option-name {
  font-size: 11px;
  text-align: center;
  color: #666;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
  transition: color 0.2s ease;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form__icon-selector-option-name {
    font-size: 10px;
  }
}

.form__icon-selector-empty {
  grid-column: 1/-1;
  padding: 40px 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.form__icon-selector-footer {
  padding: 8px 12px;
  border-top: 1px solid #e6e6e6;
  background: #f1f4f6;
  font-size: 12px;
  color: #666;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 1023px) {
  .form__icon-selector-dropdown {
    max-height: 350px;
  }
  .form__icon-selector-grid {
    max-height: 230px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form__icon-selector-dropdown {
    max-height: 300px;
  }
  .form__icon-selector-grid {
    max-height: 180px;
    gap: 6px;
  }
  .form__icon-selector-option {
    padding: 10px 6px;
  }
}
.form-color-picker {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-color-picker button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}
.form-color-picker button.form-color-picker--light path {
  fill: #333333;
}
.form-color-picker path {
  fill: #ffffff;
}
.form-color-picker__field {
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 2;
}

/* ------------------------------------------------------------ *\
    Form Color Picker Horizontal
\* ------------------------------------------------------------ */
.form-color-picker--horizontal {
  height: 100%;
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
}
.form-color-picker--horizontal label {
  margin-right: 10px;
}
.form-color-picker--horizontal svg {
  height: 15px;
  width: 15px;
}
.form-color-picker--horizontal svg path {
  fill: #ffffff;
}
.form-color-picker--horizontal button.form-color-picker--light svg path {
  fill: #333333;
}

.groups {
  display: flex;
  gap: 14px;
}
@media (max-width: 1023px) {
  .groups {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .groups .box__button.addtask {
    max-width: unset;
  }
}
.groups__actions {
  padding-right: 19px;
}
@media (max-width: 1023px) {
  .groups__actions {
    width: 100%;
    padding-right: 0px;
    margin-left: 0;
  }
}

.groups__container {
  display: flex;
  flex: 0 0;
  gap: 14px;
}
@media (max-width: 1023px) {
  .groups__container {
    display: block;
  }
}
@media (max-width: 1023px) {
  .groups__container .group {
    flex: unset;
    margin: 0 0 20px;
  }
}
.groups__container.focus-mode-enabled {
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.group .group__header {
  display: flex;
  justify-content: space-between;
  padding: 7px 14px 8px 13px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .group .group__header {
    padding: 5px 10px;
  }
}
.group .group__header--public {
  padding-top: 12px;
  padding-bottom: 12px;
}
.group .group__header-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group .group__header-left .group__header-icon {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.group .group__header-left .group__header-icon img {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.group .group__header-left .group__header-icon-heroicon {
  width: 22px;
  height: 22px;
  color: #ffffff;
  flex-shrink: 0;
}
.group .group__header-left .group__header-icon-heroicon path {
  fill: none !important;
  stroke: currentColor;
}
.group .group__header-left .group__header-icon > svg:not(.group__header-icon-heroicon) path {
  fill: #ffffff;
}
.group .group__header-left .group__header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.group .group__header-left .group__header-title span {
  display: block;
}
.group .group__header-left .group__header-title span:nth-child(1) {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .group .group__header-left .group__header-title span:nth-child(1) {
    max-width: 150px;
    white-space: nowrap;
    font-size: 14px;
  }
}
.group .group__header-left .group__header-title span:nth-child(1) path {
  fill: #979797;
}
.group .group__header-left .group__header-title span:nth-child(2) {
  font-size: 12px;
  margin-right: 1px;
}
.group .group__header-left .group__header-title i {
  font-style: normal;
  font-size: 13px;
  margin-right: 1px;
  display: block;
}
.group .group__header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.group .group__subheader {
  background-color: #ffffff;
  padding: 0;
}
.group__actions {
  padding: 9px 11px 0;
}
.group__actions .box__button.add {
  padding: 7px;
  background: linear-gradient(360deg, rgb(243, 245, 246) 0%, rgb(255, 255, 255) 100%);
}
.group__tasks {
  padding: 11px 11px 0;
}
.group__task {
  display: none;
  margin-bottom: 9px;
}
.group__task.is-visible {
  display: block;
}
.group__task:last-of-type {
  margin-bottom: 0;
}

.group__header-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
}
.group__header-button span {
  width: -moz-max-content;
  width: max-content;
}
.group__header-button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.group__draggable-container {
  display: none;
  flex: 1;
  width: 370px;
  height: -moz-fit-content;
  height: fit-content;
  cursor: default;
}
@media (max-width: 1023px) {
  .group__draggable-container {
    width: auto;
  }
}
.group__draggable-container.is-visible {
  display: block;
}
.focus-mode-enabled .group__draggable-container {
  flex: 0 0 auto;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.focus-mode-enabled .group__draggable-container.is-visible {
  display: block;
}

/* ------------------------------------------------------------ *\
    Group Task
\* ------------------------------------------------------------ */
.group--task {
  padding-bottom: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}

/* ------------------------------------------------------------ *\
    Dragging State
\* ------------------------------------------------------------ */
.group__draggable-container {
  transition: box-shadow 0.2s ease;
}
.group__draggable-container[style*="position: fixed"] .group--task:not(.group--collapsed) {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 6px 15px rgba(0, 0, 0, 0.06);
}
.group__draggable-container[style*="position: fixed"] .group--collapsed {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------ *\
    Focus Mode States
\* ------------------------------------------------------------ */
.group--collapsed {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
}
.group--collapsed.group--task {
  padding-bottom: 0;
  border-radius: 6px;
}
.group--collapsed .group__header {
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.group--collapsed .group__header:not(:hover):not(:active) {
  background-color: #bbc7ce !important;
}
.group--collapsed .group__header:hover {
  transform: translateX(2px);
}
.group--collapsed [data-rbd-draggable-id] .group__header {
  cursor: grab;
}
.group--collapsed [data-rbd-draggable-id] .group__header:active {
  cursor: grabbing;
}
.group--collapsed .group__header-title span:nth-child(1) {
  font-size: 14px !important;
}
.group--collapsed .group__header-right {
  display: none;
}
.group--collapsed .group__subheader,
.group--collapsed .group__tasks,
.group--collapsed .group__actions {
  display: none;
}

.group--expanded {
  animation: expandWidth 0.3s ease-out;
  width: 370px;
}
@media (max-width: 1023px) {
  .group--expanded {
    width: auto;
  }
}
.group--expanded .group__header {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.group--expanded .group__tasks {
  animation: slideDown 0.3s ease-out;
}
.group--expanded .group__header-right {
  animation: fadeIn 0.3s ease-out 0.15s both;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  to {
    opacity: 1;
    max-height: 2000px;
  }
}
@keyframes expandWidth {
  from {
    width: 300px;
  }
  to {
    width: 370px;
  }
  @media (max-width: 1023px) {
    from {
      width: auto;
    }
    to {
      width: auto;
    }
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.progressbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 17px;
  background: linear-gradient(360deg, rgb(243, 245, 246) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .progressbar {
    padding: 10px 10px;
  }
}
.progressbar .progressbar-line {
  display: block;
  height: 5px;
  width: 290px;
  background: #e6e6e6;
  flex: 1 1 50%;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}
.progressbar .progressbar-line .progressbar-fill {
  display: block;
  background: #4f6173;
  height: 5px;
  border-radius: 3px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.progressbar .progressbar-status {
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
}

.box {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #dfdfdf;
  border-radius: 5px;
}
.box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.box-color {
  display: block;
  width: 100%;
  height: 6px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.box .box__container {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 23px;
  margin-bottom: 5px;
  background: #ffffff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__container {
    padding: 0 10px;
  }
}
.box .box__container.no-margin {
  margin-bottom: 0px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__container.no-margin {
    padding: 0 10px;
  }
}
.box .box__container.is-gray {
  background: #f2f2f2;
}
.box .box__header {
  display: flex;
  justify-content: space-between;
  padding: 19px 0px 10px 0px;
}
.box .box__header .box__header-left {
  display: flex;
  align-items: center;
}
.box .box__header .box__header-left span {
  font-size: 14px;
  font-weight: 500;
}
.box .box__header .box__header-left svg {
  margin-right: 5px;
}
.box .box__header .box__header-left .is-display-block {
  display: block;
  max-width: 300px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__header .box__header-left .is-display-block {
    max-width: 250px;
  }
}
.box .box__header .box__header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  fill: #e96137;
}
.box .box__header .box__header-right-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.box .box__subheader {
  font-size: 13px;
}
.box .box__subheader span {
  font-weight: 600;
}
.box .box__subheader ul {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__subheader ul {
    gap: 8px;
    flex-direction: column;
  }
}
.box .box__subheader li {
  padding-right: 8px;
  border-right: 1px solid #000000;
  list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__subheader li {
    padding: 0;
    border-right: unset;
  }
}
.box .box__subheader li:last-child {
  margin-right: 0px;
  border: none;
}
.box .box__content {
  padding: 10px 0;
}
.box .box__content-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.583333;
}
.box .box__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0px 12px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__footer {
    display: block;
  }
}
.box .box__footer .box__footer-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__footer .box__footer-left {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.box .box__footer .box__footer-left path {
  fill: #eeeeee;
}
.box .box__footer .box__footer-left .popularity {
  width: 17px;
  height: 23px;
}
.box .box__footer .box__footer-left img {
  -o-object-fit: contain;
     object-fit: contain;
}
.box .box__footer .box__footer-right {
  display: flex;
  gap: 4px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__footer .box__footer-right {
    justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__footer .box__footer-right .box__button {
    padding: 4px 5px;
  }
}
.box .box__footer.centered {
  justify-content: center;
  padding: 0 0 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__footer.centered {
    text-align: center;
  }
}
.box .box__footer.larger {
  padding: 10px 0;
}
.box .box__footer.between {
  padding: 0 0 0 0;
}
.box .box__footer-comments-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box .box__footer-comments-wrapper .box__footer-comments-count {
  position: absolute;
  font-size: 11px;
  font-weight: lighter;
  color: #a6a6a6;
}
.box .box__footer-right .box__footer-comments-wrapper {
  padding-right: 3px;
}
.box .box__footer-right .box__footer-comments-wrapper svg {
  fill: #e5e5e5;
}
.box .box__footer-right .box__footer-comments-wrapper .box__footer-comments-count {
  color: #e5e5e5;
  opacity: 1;
  font-weight: normal;
}
.box .task-avatars {
  display: flex;
  align-items: center;
  position: relative;
  height: 28px;
}
.box .task-avatars__avatar {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  background: #3376a3;
  margin-left: -8px;
}
.box .task-avatars__avatar:first-child {
  margin-left: 0;
}
.box .task-avatars__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box .task-avatars__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.box .task-avatars__more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #788994;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.task-urgency-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
}

.task-completed-timestamp {
  font-size: 13px;
  font-weight: 400;
  color: #788994;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .task-completed-timestamp {
    font-size: 12px;
  }
}

.box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 7px 9px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.box__button:hover {
  box-shadow: 0 0 3px 2px #eeeeee;
}
@media (max-width: 1023px) {
  .box__button:hover {
    box-shadow: none;
  }
}
.box__button strong {
  color: #24bffa;
  font-size: 13px;
}
.box__button span {
  font-size: 13px;
}
.box__button span b {
  color: #24bffa;
}
.box__button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.box__button.is-gray svg {
  fill: #78859e;
}
.box__button.checked {
  gap: 5px;
}
.box__button.checked:after {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 3px solid #65c870;
  border-bottom: 3px solid #65c870;
  transform: rotate(-36deg);
}
.box__button.unborderless {
  padding: 0;
  gap: 5px;
  border: none;
  box-shadow: none;
  transition: opacity 0.3s;
}
.box__button.unborderless:hover {
  opacity: 0.6;
}
.box__button.icon {
  color: #3376a3;
}
.box__button.icon:hover {
  opacity: 0.3;
}
.box__button.add {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  background: #ececec;
  opacity: 1;
  transition: opacity 0.3s;
}
.box__button.add:hover {
  opacity: 0.8;
}
.box__button.add img {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}
.box__button.add svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.box__button--img {
  display: flex;
  align-items: center;
  min-width: 182px;
  gap: 8px;
  width: 100%;
  height: 53px;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  background: linear-gradient(360deg, rgb(230, 234, 237) 0%, rgb(255, 255, 255) 100%);
  border: 0.5px solid rgb(251, 252, 252);
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box__button--img {
    padding: 10px;
  }
}
.box__button--img:hover {
  opacity: 0.8;
  box-shadow: none;
}
.box__button--img img {
  width: 20px;
  height: 15px;
}
.box__button.rounded {
  border-radius: 30px;
  font-size: 13px;
  padding: 3px 20px;
}
.box__button.subtask {
  border: none;
  gap: 5px;
  background: none;
  box-shadow: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box__button.subtask {
    padding: 0 0 0 5px;
    font-size: 13px;
  }
}
.box__button.subtask:hover {
  opacity: 0.6;
}
.box__button.is-border-blue {
  transition: box-shadow 0.3s;
}
.box__button.is-border-blue:hover {
  box-shadow: 0 0 1px 1px #24bffa;
}
.box__button.is-padding-zero {
  padding: 0;
}
.box__button .box__hide-subtasks {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.box__button .box__hide-subtasks svg {
  transform: rotate(180deg);
}
.box__button i {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}
.box__button.share {
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 0;
  background-color: #d2dce2;
  border: 0.5px solid #eff3f5 !important;
  border-radius: 3px !important;
}
.box__button.share svg {
  width: 20px;
  height: 20px;
}

.box__feature-tasks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 18px 15px 14px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.box__feature-tasks::-webkit-scrollbar {
  width: 6px;
}
.box__feature-tasks::-webkit-scrollbar-track {
  background-color: transparent;
}
.box__feature-tasks::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .box__feature-tasks {
    display: block;
  }
}

.box__task-confirmed {
  font-size: 13px;
  font-weight: 600;
  color: #5ec56a;
}

.box__task-status {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.box__task-status--blue {
  background-color: #22b1e7;
}
.box__task-status--green {
  background-color: #5ec56a;
}
.box__task-status--red {
  background-color: #e03753;
}
.box__task-status--black {
  background-color: #4f6173;
}

/* ------------------------------------------------------------ *\
    Box Task
\* ------------------------------------------------------------ */
.box--task .box__header {
  padding: 0;
}
.box--task .box__header-left {
  align-items: unset !important;
}
.box--task .box__header-left svg {
  margin-top: -3px;
  margin-right: 13px !important;
}
.box--task .box__header-left__text strong {
  display: block;
  max-width: 260px;
  font-size: 14.5px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .box--task .box__header-left__text strong {
    max-width: 150px;
  }
}
.box--task .box__header-left__text em a,
.box--task .box__header-left__text strong a {
  text-decoration: none;
}
.box--task .box__header-left__text em a:hover,
.box--task .box__header-left__text strong a:hover {
  text-decoration: none;
}
.box--task .box__header-left__text span {
  font-size: 13px;
  font-weight: 500;
  color: #6ab683;
}
.box--task .box__header-left__text i {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #6c6c6c;
}
.box--task .box__header-left__text em {
  font-style: normal;
}
.box--task .box__header-left__text--no-status {
  display: flex;
  align-items: center;
  height: 100%;
}
.box--task .box__header-left__text--no-status strong {
  margin: auto 0;
}
.box--task .box__task-status {
  width: 13px;
  height: 13px;
  margin-right: 9px;
  margin-top: 2px;
}
.box--task .box__container {
  padding: 17px 17px 14px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.box--task .box__container.is-colored {
  padding: 17px 17px 2px;
  margin-top: -2px;
}
.box--task .box__container.is-colored .box__header-left {
  align-items: center !important;
}
.box--task .box__content {
  margin: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.box--task .box__content-text {
  font-size: 14px;
  line-height: 1.5;
}
.box--task .box__divider {
  margin: 10px 0;
  border-top: 1px solid #eeeeee;
}
.box--task .box__footer {
  padding: 0;
  border: unset !important;
}
.box--task .box__footer-right {
  gap: 6px !important;
}
.box--task .box__footer-right .box__button[data-tooltip-attr=dotButton] svg {
  color: #727272 !important;
}
.box--task .box__actions {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  margin-top: 8px;
  border-top: 1px solid #eeeeee !important;
}
.box--task .box__actions.is-centered {
  justify-content: center;
}
.box--task .box__button--upvote {
  padding: 7px 9px;
}
.box--task .box__button--upvote.box__button--icon-only {
  min-width: auto;
  padding: 7px 9px;
}
.box--task .box__button--upvote.box__button--icon-only.is-border-blue {
  border: 1px solid #eeeeee;
}
.box--task .box__button--upvote.box__button--icon-only.is-border-blue svg {
  fill: #24bffa;
}
.box--task .box__button--upvote.box__button--icon-only.is-border-blue strong {
  color: #24bffa;
}
.box--task .box__button--upvote.box__button--icon-only.is-border-blue:hover {
  box-shadow: 0 0 3px 2px #eeeeee;
}

/* ------------------------------------------------------------ *\
    Box Feature
\* ------------------------------------------------------------ */
.box--feature {
  flex: 0 49.5%;
  height: 240px;
  padding: 16px 17px;
  margin-bottom: 1%;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 1023px) {
  .box--feature {
    margin-bottom: 10px;
    height: unset;
  }
}
.box--feature .box__container {
  padding: 0;
}
.box--feature .box__header {
  padding: 0;
  margin-bottom: 11px;
}
.box--feature .box__header-left span {
  font-size: 14.5px !important;
}
@media (max-width: 575px) {
  .box--feature .box__header-left span {
    max-width: 150px !important;
  }
}
.box--feature .box__content {
  padding: 11px 0;
  margin: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.box--feature .box__content-text {
  height: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.box--feature .box__footer {
  padding: 0;
  border: unset;
}
.box--feature .box__footer--no-description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee !important;
}
.box--feature .box__actions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.box--feature .box__task-status {
  width: 13px;
  height: 13px;
  margin-right: 9px;
}

.dots {
  display: flex;
  gap: 3px;
  padding: 7px 0;
}
.dots .dots__dot {
  height: 4px;
  width: 4px;
  background: #818c97;
  border-radius: 50%;
  margin-right: 0;
}

.dots--draggable {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
  width: 24px;
  padding: 0;
  background-color: #f9f9f9;
  border-right: 1px solid #e6e6e6;
}
.dots--draggable .dots__group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dots--draggable .dots__dot {
  height: 2px;
  width: 2px;
  background: #979797;
}

.accordion {
  display: none;
}
.accordion--suggestions-edit-task {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion--suggestions-edit-task {
    position: static;
  }
}
.accordion--suggestions-edit-task .accordion__section {
  padding: 20px 15px 3px 30px !important;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion--suggestions-edit-task .accordion__section {
    padding: 0;
  }
}
.accordion--suggestions-edit-task .accordion__section:last-child {
  border-bottom: none;
}
.accordion--suggestions-edit-task .accordion__header {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.accordion--suggestions-edit-task .accordion__header-left,
.accordion--suggestions-edit-task .accordion__header-left--reply {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.accordion--suggestions-edit-task .suggestion {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.accordion--suggestions-edit-task .suggestion__right-col {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.accordion--suggestions-edit-task .suggestion__content {
  max-width: 100%;
  width: 100%;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
.accordion--suggestions-edit-task .suggestion__content * {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  white-space: normal !important;
}
.accordion--suggestions-edit-task .suggestion__content a {
  overflow-wrap: anywhere !important;
  word-break: break-all !important;
}
.accordion--suggestions-edit-task .accordion__footer {
  padding: 0px 35px !important;
  margin: 0px !important;
}
.accordion--suggestions-edit-task .accordion__body-wrapper {
  padding: 5px 0px 5px 42px;
}
.accordion--suggestions-edit-task.is-static {
  position: static;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion--suggestions-edit-task {
    padding: 0;
  }
}
.accordion--project-member-permissions .accordion__section {
  border-radius: 10px;
  background: #edf0f2 !important;
}
.accordion--project-member-permissions .accordion__header-left {
  font-size: 14px;
  font-weight: 600;
  color: #0e97e2;
}
.accordion--project-member-permissions .accordion__header-right span {
  font-size: 14px;
}

.accordion.active {
  display: block;
}
.accordion.active.suggestions {
  margin: -8px -20px 0px -20px;
  overflow: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion.active.suggestions {
    margin: 0;
    padding: 0;
  }
}
.accordion.active .accordion__section {
  margin-bottom: 5px;
  padding: 12px 23px;
  background: #f1f4f6;
}
.accordion.active .accordion__section.has-error {
  border-color: #de5353;
}
.accordion.active .accordion__header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.accordion.active .accordion__header .accordion__header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion.active .accordion__header .accordion__header-left span {
  display: block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .accordion.active .accordion__header .accordion__header-left span {
    max-width: 150px;
  }
}
.accordion.active .accordion__header .accordion__header-left--reply {
  flex-direction: column;
  align-items: normal;
  width: 100%;
  min-width: 0;
}
.accordion.active .accordion__header .accordion__header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.accordion.active .accordion__header.suggestions {
  padding-bottom: 8px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion.active .accordion__header.suggestions {
    margin: 0;
    padding: 0;
  }
}
.accordion.active .accordion__body {
  display: none;
}
.accordion.active .accordion__body.active {
  display: block;
}
.accordion.active .accordion__body.is-animated {
  display: grid !important;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-out;
}
.accordion.active .accordion__body.is-animated > .accordion__body-wrapper {
  min-height: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: padding 0.35s ease-out;
}
.accordion.active .accordion__body.is-animated.active {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.01s;
}
.accordion.active .accordion__body.is-animated.active > .accordion__body-wrapper {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  transition: padding 0.01s;
}
.accordion.active .accordion__body.is-animated.active .accordion__reply-item {
  animation: replyShuffleIn 0.3s ease-out backwards;
  animation-delay: calc(var(--reply-index) * 0.07s);
}
.accordion.active .accordion__body-wrapper {
  font-size: 13px;
}
.accordion.active .accordion__body-wrapper strong {
  display: inline-flex;
  margin-bottom: 23px;
  margin-right: 5px;
  font-weight: 600;
}
.accordion.active .accordion__body-wrapper p {
  line-height: 1.461538;
}
.accordion.active .accordion__body-wrapper__text {
  font-size: 12px;
  line-height: 1.461538;
}
.accordion.active .accordion__footer {
  margin: 0 -20px;
  padding: 0 50px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion.active .accordion__footer {
    padding: 5px 30px;
    margin: 0;
  }
}

/* ------------------------------------------------------------ *\
    Accordion Release Notes
\* ------------------------------------------------------------ */
.accordion--release-notes {
  width: 100%;
}
.accordion--release-notes .accordion__section {
  padding: 17px 20px !important;
  background: #fff !important;
}
.accordion--release-notes .accordion__header h4 {
  font-size: 14px;
  font-weight: 600;
}
.accordion--release-notes .accordion__body {
  padding: 17px 0;
}
.accordion--release-notes .accordion__group h4 {
  font-size: 14px;
  font-weight: 600;
}
.accordion--release-notes .accordion__group-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714286;
}
.accordion--release-notes .accordion__group-text strong {
  margin-bottom: 0 !important;
}
.accordion--release-notes .accordion__group-text p {
  margin-bottom: 10px !important;
}
.accordion--release-notes .accordion__group:nth-child(2) {
  padding: 10px 0 20px;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.accordion--release-notes .accordion__group:nth-child(3) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion--release-notes .accordion__group:nth-child(3) {
    grid-template-columns: 1fr;
  }
}
.accordion--release-notes .box__header {
  padding: 15px 0;
}

/* ------------------------------------------------------------ *\
    Accordion Subtask
\* ------------------------------------------------------------ */
.accordion--subtask .accordion__section {
  padding: 11px 17px !important;
  border-radius: 5px;
  background: #fafbfd !important;
}
.accordion--subtask .accordion__section .box__task-status {
  margin-top: 0;
}
.accordion--subtask .accordion__header {
  margin-bottom: 4px;
  font-size: 15px !important;
}
.accordion--subtask .accordion__body i {
  display: inline-block;
  margin-bottom: 4px;
}
.accordion--subtask .accordion__body-wrapper span {
  font-size: 14px;
  font-weight: 600;
  color: #5ec56a;
  text-transform: uppercase;
}
.accordion--subtask .accordion__body-wrapper i {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
.accordion--subtask .accordion__body-wrapper__text {
  font-size: 14px !important;
}
.accordion--subtask .accordion__footer {
  display: none;
}
.accordion--subtask .accordion__footer--no-description {
  display: block;
  margin: 5px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid #e6e6e6;
}
.accordion--subtask .accordion__body.active ~ .accordion__footer {
  display: block;
  margin: 5px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid #e6e6e6;
}
.accordion--subtask .accordion__divider {
  margin: 5px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid #e6e6e6;
}

@keyframes replyShuffleIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.suggestion {
  display: flex;
  gap: 10px;
  max-width: 100%;
  width: 100%;
  min-width: 0;
}
.suggestion.is-left-bordered {
  border-left: 5px solid #3376a3;
  padding: 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion {
    gap: 10px;
  }
}
.suggestion .suggestion__left-col {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  flex-shrink: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__left-col {
    display: block;
    flex: 0 0 30px;
  }
}
.suggestion .suggestion__left-col img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.suggestion .suggestion__left-col .react-tooltip__user img {
  min-width: 30px;
  margin: 0;
}
.suggestion .suggestion__right-col {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.suggestion .suggestion__right-col span {
  display: inline !important;
  font-size: 13px;
  font-weight: 400;
  color: #788994;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__right-col span {
    font-size: 12px;
  }
}
.suggestion .suggestion__right-col p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.714286;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
.suggestion .suggestion__right-col p a {
  word-break: break-all;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__right-col p {
    font-size: 12px;
  }
}
.suggestion .suggestion__right-col .suggestion__username {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #24bffa;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__right-col .suggestion__username {
    font-size: 12px;
  }
}
.suggestion .suggestion__right-col .suggestion__username a {
  text-decoration: none;
}
.suggestion .suggestion__right-col .suggestion__username a:hover {
  text-decoration: underline;
}
.suggestion .suggestion__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.suggestion .suggestion__actions {
  display: flex;
  align-items: center;
  gap: 5px;
}
.suggestion .suggestion__actions .button-icon.has-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
}
.suggestion .suggestion__actions .button-icon.has-border img {
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}
.suggestion .suggestion__actions .button-icon.has-border .icon-simple-pencil {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.suggestion .suggestion__actions .button-icon.has-border .icon-simple-pencil svg {
  width: 19px;
  height: 19px;
}
.suggestion .suggestion__actions .button-icon.has-border > svg {
  width: 19px;
  height: 19px;
}
.suggestion .suggestion__actions .button-icon.has-border > svg path {
  fill: none;
  stroke: #727272;
}
.suggestion .suggestion__actions .button-icon.has-border.is-pinned > svg {
  width: 17px;
  height: 17px;
}
.suggestion .suggestion__actions .button-icon.has-border.is-pinned > svg path {
  stroke: #6ab683;
  fill: #6ab683;
}
.suggestion .suggestion__edit-form {
  margin-top: 5px;
}
.suggestion .suggestion__edit-form .ql-toolbar {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.suggestion .suggestion__edit-form .ql-toolbar span {
  display: inline-block !important;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.suggestion .suggestion__edit-form .rich-text-editor {
  margin-bottom: 10px;
}
.suggestion .suggestion__edit-form .rich-text-editor .rich-text-editor__field {
  background: #fff !important;
}
.suggestion .suggestion__edit-form .rich-text-editor .ql-editor {
  background: #fff !important;
}
.suggestion .suggestion__content {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.714286;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
.suggestion .suggestion__content p {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
.suggestion .suggestion__content a {
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-all;
}
.suggestion .suggestion__content i {
  font-weight: 600;
  font-style: normal;
  color: #5ec56a;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__content {
    margin: 0;
  }
}
.suggestion .suggestion__content.reply {
  margin-bottom: 0px;
}
.suggestion .suggestion__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: none;
  background: unset;
}
.suggestion .suggestion__icon-circle button {
  display: flex;
  background-color: unset;
  border: unset;
}
.suggestion .suggestion__icon-circle path {
  stroke: #a3a3a3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__icon-circle {
    margin-bottom: 10px;
  }
}
.suggestion .suggestion__icon-circle.is-green {
  background: unset;
}
.suggestion .suggestion__icon-circle.is-green path {
  stroke: #6ab683;
  fill: #6ab683;
}
.suggestion .suggestion__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.suggestion .suggestion__footer .suggestion__footer-left {
  display: flex;
  align-items: center;
  margin-left: -40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .suggestion .suggestion__footer .suggestion__footer-left {
    margin-left: 0;
  }
}
.suggestion .suggestion__footer .suggestion__footer-right {
  display: flex;
  gap: 5px;
}
@media (max-width: 1023px) {
  .suggestion .suggestion__footer .suggestion__footer-right .subtask {
    padding: 0;
  }
}
.suggestion .suggestion__footer .suggestion__footer-right .button-icon {
  background-color: #fff;
}

.suggestion--reply {
  padding: 12px 19px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #fff;
}
.suggestion--reply:last-child {
  margin-bottom: 0;
}

.table {
  border-spacing: 0 4px;
  border-collapse: separate;
}
.table__thead tr {
  height: 39px;
  background-color: #cad5db;
}
.table__thead tr:last-child {
  height: 1px;
  background-color: unset;
}
.table__thead th {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.table__thead th:first-child {
  padding: 0 10px 0 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table__thead th.selection {
  padding: 0 14px 0 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table__thead th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table__tbody {
  font-size: 14px;
}
.table__tbody tr {
  height: 55px;
  background: #fff;
}
.table__tbody td {
  padding-right: 25px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table__tbody td:first-child {
  padding-left: 14px;
  padding-right: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table__tbody td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table__tbody td.selection {
  padding-right: 10px;
}
.table__tbody .table__checkbox {
  border: 1px solid #dddddd;
  background-color: #fff;
}
.table__tbody .table__checkbox:checked {
  background-color: #32a5da;
}
.table__tbody .table__checkbox::before {
  left: 5px;
}
.table__tbody img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table__tbody .member,
.table__tbody .author {
  font-size: 14px;
  font-weight: 600;
}
.table__tbody .member img,
.table__tbody .author img {
  margin-right: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__tbody .member img,
  .table__tbody .author img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
  }
}
.table__tbody .member a,
.table__tbody .author a {
  text-decoration: none;
}
.table__tbody .date {
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__tbody .date {
    padding-right: 30px;
  }
}
.table__tbody .date a {
  color: #4596dd;
}
.table__tbody .role,
.table__tbody .status {
  font-size: 14px;
  font-style: normal;
}
.table__tbody .button-edit {
  padding-right: 10px;
  text-align: right;
}
.table__tbody .button-edit .box__button {
  border: 1px solid #eeeeee !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__tbody .button-edit .box__button {
    padding: 3px 8px;
  }
}
.table__tbody .title {
  font-size: 14px;
  font-weight: 600;
}
.table__tbody .submission {
  font-size: 14px;
  font-weight: 600;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table__tbody .submission a {
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__tbody .submission {
    max-width: unset;
  }
}
.table__tbody .feedback_type {
  font-size: 14px;
  max-width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__tbody .feedback_type {
    max-width: unset;
  }
}
.table__tbody .submitter {
  font-size: 14px;
  vertical-align: middle;
  padding-left: 0;
}
.table__tbody .submitter .react-tooltip__user {
  display: inline;
  color: #4596dd;
  font-size: 14px;
  font-weight: 600;
}
.table__tbody .submitter a {
  text-decoration: none;
}
.table__tbody .submitter span:last-child {
  position: relative;
  max-width: 155px;
  text-overflow: ellipsis;
  padding-left: 5px;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.table__tbody .feature_task_title {
  font-size: 14px;
  font-weight: 600;
}
.table__tbody .project {
  font-size: 14px;
  font-weight: 600;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table__tbody .project a {
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__tbody .project {
    max-width: unset;
  }
}
.table__tbody .email {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.table__tbody .message-preview {
  display: block;
  max-width: 200px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .table__tbody .message-preview {
    max-width: 150px;
  }
}
.table__tbody .author,
.table__tbody .member,
.table__tbody .email,
.table__tbody .project {
  color: #4596dd;
}
@media (max-width: 1023px) {
  .table__tbody .submissions_count,
  .table__tbody .adopted_submissions_count,
  .table__tbody .features_and_tasks_upvoted_count,
  .table__tbody .comments_upvoted {
    text-align: center;
  }
}
.table__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 5px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .table__actions {
    width: 100%;
  }
}
.table__actions.flex-end {
  justify-content: flex-end;
}
.table__actions .table__actions-left {
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .table__actions .table__actions-left {
    flex-wrap: wrap;
  }
}
.table__actions .table__actions-right {
  display: flex;
}
@media (max-width: 1180px) {
  .table__actions .table__actions-right {
    display: none;
  }
}
.table__actions ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .table__actions ul {
    flex: 0 0 100%;
    order: -1;
  }
}
.table__actions li {
  padding-right: 10px;
  font-size: 14px;
  list-style-type: none;
  border-right: 1px solid #000;
}
.table__actions li:last-child {
  padding-right: 0px;
  border: none;
}
.table__actions.is-centered {
  display: flex;
  align-items: center;
  gap: 20px;
}
.table__actions__remove-btn {
  background-color: unset;
  border: none;
  color: #f87171;
  transition: color 0.4s;
}
.table__actions__remove-btn:hover {
  color: #ca5151;
  text-decoration: underline;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table__actions__remove-btn {
    font-size: 12px;
  }
}
.table__actions__inv-btn {
  font-size: 14px;
  background-color: unset;
  border: none;
  color: #4596dd;
  transition: opacity 0.4s;
}
.table__actions__inv-btn:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.table__actions__text {
  font-size: 15px;
  color: #7fc776;
}
.table__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  padding-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}
.table__checkbox:checked {
  background-color: #32a5da;
}
.table__checkbox:checked:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.table__pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.table__pagination .table__pagination-button {
  padding: 2px 8px 6px;
  font-size: 22px;
  line-height: 1;
  border: none;
  background-color: #f3f5f6;
}
.table__pagination input {
  height: 33px;
  max-width: 44px;
  font-size: 14px;
  text-align: center;
  background-color: #f3f5f6;
  border: none;
  border-radius: 5px;
}
.table__pagination input[type=number]::-webkit-inner-spin-button,
.table__pagination input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table__pagination span {
  font-size: 14px;
}
.table-overflow {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
.table-overflow .table-overflow__inner {
  width: 100%;
}
.table-overflow:has(.table--single-record) {
  margin-bottom: 14px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 1023px) {
  .table-overflow {
    -webkit-overflow-scrolling: touch;
  }
  .table-overflow .table-overflow__inner {
    min-width: 800px;
  }
}

/* ------------------------------------------------------------ *\
    Table Single Record
\* ------------------------------------------------------------ */
.table--single-record {
  border-spacing: 0;
  border-collapse: unset;
}
.table--single-record .table__thead tr {
  background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: normal;
  opacity: 1;
}
.table--single-record .table__thead th {
  font-weight: 400;
}
.table--single-record .table__thead th:first-child {
  padding-left: 15px;
  text-align: left;
}
.table--single-record .table__tbody tr {
  height: 72px;
  background: #f3f5f6;
}
.table--single-record .table__tbody td:first-child {
  padding-top: 0;
  padding-left: 15px;
  text-align: left;
}
.table--single-record .table-overflow {
  margin-bottom: 14px;
}

.filter {
  position: relative;
}
.filter .filter-icon {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
}
.filter .filter-icon svg {
  width: 20px;
  height: 20px;
}
.filter__content {
  position: absolute;
  right: -5px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
  padding: 0;
  margin-top: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #000;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.filter__content.is-active {
  pointer-events: all;
  opacity: 1;
}
.filter__content ul {
  font-size: 14px;
  list-style-type: none;
}
.filter__content ul li {
  padding: 0;
}
.filter__content ul li:last-child {
  margin-bottom: 0;
}
.filter__content ul li button {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #333333;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.filter__content ul li:hover {
  background-color: #f5f5f5;
}
.filter__content ul li.is-active {
  background-color: #e8ebee;
}
.filter-box {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}

/* ------------------------------------------------------------ *\
    Filter Visibility
\* ------------------------------------------------------------ */
.filter--visibility .filter-button img {
  height: 16px;
  width: 25px;
  margin-right: 5px;
}
.filter--visibility:not(.filter--white-img) .filter-button img {
  filter: invert(48%) sepia(10%) saturate(744%) hue-rotate(157deg) brightness(92%) contrast(86%);
}

/* ------------------------------------------------------------ *\
    Filter Type
\* ------------------------------------------------------------ */
.filter--type .filter__content ul {
  max-height: 235px;
  width: 208px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter--type .filter__content ul::-webkit-scrollbar {
  width: 5px;
}
.filter--type .filter__content ul::-webkit-scrollbar-thumb {
  background-color: #dbe2e6;
}
.filter--type .filter__content ul::-webkit-scrollbar-thumb:hover {
  background-color: #d6d6d6;
}
.filter--type .filter__content ul li.has-border {
  border-bottom: 1px solid #e0e0e0;
}
.filter--type .filter__content ul li.has-border button {
  padding-bottom: 10px;
}
.filter--type .filter__content ul button {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter--type .filter__content ul button img {
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
.filter--type .filter-button img {
  height: 13px;
  width: 18px;
}

/* ------------------------------------------------------------ *\
    Filter Feature
\* ------------------------------------------------------------ */
.filter--feature .filter__content {
  min-width: -moz-max-content;
  min-width: max-content;
}
.filter--feature .filter__content ul li.has-border {
  border-bottom: 1px solid #e0e0e0;
}
.filter--feature .filter__content ul li.has-border button {
  padding-bottom: 10px;
}
.filter--feature .filter__content ul button img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.filter--feature .filter-button img {
  height: 13px;
  width: 18px;
}
.filter--feature .filter-box {
  margin-right: 7px;
}

/* ------------------------------------------------------------ *\
    Filter Helper Menu
\* ------------------------------------------------------------ */
.filter--helper-menu {
  margin-right: 5px;
  font-size: 15px;
}
.filter--helper-menu .filter__content {
  white-space: nowrap;
  border: 1px solid #e6e6e6;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.09);
}
.filter--helper-menu ul li {
  padding: 7px 19px;
}
.filter--helper-menu ul li a {
  text-decoration: none;
  color: #333333;
}
.filter--helper-menu .filter-button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter--helper-menu .filter-button svg {
  width: 13px;
  height: 13px;
  padding-top: 3px;
  fill: #333333;
}

.btn-back {
  display: inline-block;
  text-decoration: none;
}
.btn-back:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border: 1px solid #444444;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-back:before {
    width: 7px;
    height: 7px;
  }
}
.btn-back:hover {
  text-decoration: underline;
}

.flex-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .flex-row {
    display: block;
  }
}
.flex-row.justify-start {
  justify-content: flex-start;
}
.flex-row.spacing-20 {
  gap: 20px;
}
.flex-row .flex-col {
  flex: 0 0 49%;
}
.flex-row .flex-col--one-third {
  flex: 0 0 37%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .flex-row .flex-col--one-third h4 {
    font-size: 14px;
  }
}
.flex-row .flex-col--two-third {
  flex: 0 0 61%;
}
@media (max-width: 1023px) {
  .flex-row .flex-col--two-third {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .flex-row .flex-col--two-third {
    margin-bottom: 20px;
  }
}
.flex-row .flex-col.is-hidden {
  display: none;
}
.flex-row .flex-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.flex-row .flex-heading h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.flex-row .flex-heading svg {
  width: 16px;
  height: 16px;
}
.flex-row .flex-content {
  padding: 20px 32px;
  border-radius: 6px;
  background-color: #f1f4f6;
  text-align: center;
}
.flex-row .flex-content p {
  font-size: 14px;
  font-weight: 600;
}

.icon-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.icon-button-wrapper--inline {
  display: inline-flex;
  margin: 0 12px 0 0;
  vertical-align: middle;
}
.icon-button-wrapper .icon-button-wrapper__item,
.icon-button-wrapper .icon-edit {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border: 1px solid #ececec;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .icon-button-wrapper .icon-button-wrapper__item,
  .icon-button-wrapper .icon-edit {
    width: 25px;
    height: 25px;
  }
}
.icon-button-wrapper .icon-button-wrapper__item.is-editable,
.icon-button-wrapper .icon-edit.is-editable {
  border-color: #7cb487;
}
.icon-button-wrapper .icon-button-wrapper__item.is-editable path,
.icon-button-wrapper .icon-edit.is-editable path {
  fill: #7cb487;
}
.icon-button-wrapper .icon-button-wrapper__item.is-editable-bigger,
.icon-button-wrapper .icon-edit.is-editable-bigger {
  max-width: 41px;
  max-height: 37px;
  border: none;
  background: #6ab683;
  border-radius: 6px;
}
.icon-button-wrapper .icon-button-wrapper__item.is-editable-bigger path,
.icon-button-wrapper .icon-edit.is-editable-bigger path {
  stroke: #ffffff;
  fill: #ffffff;
}
.icon-button-wrapper .icon-button-wrapper__item path,
.icon-button-wrapper .icon-edit path {
  stroke: #d1d1d1;
  fill: none;
}
.icon-button-wrapper .icon-button-wrapper__item.margin-left {
  margin-left: 2px;
}
.icon-button-wrapper .icon-button-wrapper__item.margin-left button {
  max-width: 35px;
  max-height: 35px;
  padding: 6px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .icon-button-wrapper .icon-button-wrapper__item.margin-left button {
    padding: 2px 6px;
  }
}
.icon-button-wrapper .icon-button-wrapper__item.margin-left svg {
  min-width: 35px;
}

.user-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .user-row {
    display: block;
  }
}

.user-row-col-left {
  flex: 0 0 44.5%;
}
.user-row-col-left .user-row-content {
  background-color: #e8ebee;
}
@media (max-width: 1023px) {
  .user-row-col-left {
    margin-bottom: 30px;
  }
}

.user-row-col-right {
  flex: 0 0 53.5%;
}
.user-row-col-right .user-row-content {
  padding-bottom: 13px;
}

.user-row-content {
  padding: 21px 13px;
  border-radius: 8px;
  background: #f7f9f9;
}
.user-row-content__list:first-of-type {
  margin-bottom: 14px;
}
.user-row-content__list:only-child {
  margin-bottom: 0;
}

.user-row-content + .user-row-content {
  margin-top: 10px;
}

.user-row-content-header {
  margin-bottom: 13px;
}
.user-row-content-header h3 {
  font-size: 15px;
}
.user-row-content-header h3 strong {
  color: #0e97e2;
}
.user-row-content-header h3 i {
  font-style: normal;
  font-weight: 400;
}

.user-row-footer {
  padding-top: 16px;
  margin-bottom: 15px;
}

.user-row-link {
  margin-right: 2px;
  text-decoration: none;
}

.user-row-content__list-rank {
  flex-direction: column;
  margin-bottom: 16px;
}
.user-row-content__list li {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 5px 13px;
  margin-left: -13px;
  margin-right: -13px;
  font-size: 14px;
}
.user-row-content__list li span {
  font-size: 14px;
  font-weight: 400;
}
.user-row-content__list li strong {
  font-size: 14px;
  color: #131313;
}
.user-row-content__list li.is-colored {
  background-color: #edf0f2;
}
.user-row-content__list-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 18px;
  background-color: #edf0f2;
  border-radius: 10px;
}
.user-row-content__list-holder strong {
  font-size: 17px !important;
}
.user-row-content__list-holder svg {
  position: relative;
}
.user-row-content__list-holder image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20%, 10%);
}
.user-row-content__list-button {
  margin: 40px -23px -40px;
  padding: 10px 0 0;
  background: #f2f2f2 !important;
}

/* ------------------------------------------------------------ *\
	User Row Account
\* ------------------------------------------------------------ */
.user-row--account .user-row-col-left .user-row-content {
  padding: 24px 13px;
}
.user-row--account .user-row-col-right .user-row-content {
  padding: 24px 13px;
  background-color: #fff;
}
.user-row--account .user-row-col-right .user-row-content--plan {
  padding: 18px 30px 13px;
}

.holder-checkboxes {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .holder-checkboxes {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .holder-checkboxes label {
    font-size: 13px;
  }
}
.holder-checkboxes .holder-checkboxes__left {
  flex: 0 0 60%;
}
.holder-checkboxes .holder-checkboxes__right {
  flex: 0 0 40%;
}
.holder-checkboxes .holder-checkboxes__group {
  margin-bottom: 20px;
}
.holder-checkboxes .holder-checkboxes__group h5 {
  font-size: 13px;
}

.holder-details__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.holder-details__header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .holder-details__header h5 {
    font-size: 16px;
  }
}
.holder-details__header h5 small {
  font-size: 14px;
  font-weight: 500;
  margin-left: 3px;
}
.holder-details__header button {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .holder-details__header button {
    padding: 5px 10px !important;
  }
}
.holder-details__body {
  padding: 20px 0;
  margin: 15px 0 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.holder-details__body h1 {
  font-size: 21px;
  font-weight: 500;
}
.holder-details__body h1 strong {
  font-size: 45px;
}
.holder-details__body h2 {
  margin-bottom: 12px;
  font-size: 18px;
}
.holder-details__body h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.holder-details__body p {
  font-size: 15px;
  line-height: 1.461538;
}
.holder-details__body ul {
  display: block;
  list-style: none;
  padding: 0;
}
.holder-details__body ul li {
  position: relative;
  padding: 0;
  padding-left: 23px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  background: unset !important;
}
.holder-details__body ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url(/images/green-tick.png?f2129cc7776512d726575a9dc5270b6f) no-repeat center/contain;
}
.holder-details__body ul li.no-checkmark:before {
  display: none;
}
.holder-details__body ul ul {
  padding: 5px 0 1px 0;
  margin-bottom: 12px;
}
.holder-details__body ul ul li {
  margin: 0 0 14px;
  font-weight: 400;
}
.holder-details__body ul ul li:before {
  width: 14px;
  height: 10px;
  top: 5px;
}
.holder-details__footer h5 {
  font-size: 17px;
  font-weight: 600;
}
.holder-details__footer strong {
  display: block;
  font-size: 17px;
  margin-bottom: 14px;
}
.holder-details button {
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
}

.loader {
  padding: 20px;
}
.loader.is-white {
  background-color: #fff;
}
.loader.is-gray {
  background-color: #f8f8f8;
}
.loader.is-fixed {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.loader.is-smaller {
  padding: 0;
}
.loader:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #131313;
  border-top-color: #fff;
  animation: spin 0.8s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-boxes {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -19px;
}
.form-boxes .form-boxes__item--auto {
  flex: 0 0 auto;
}
.form-boxes .form-boxes__item--scroll {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(100% + 55px);
  margin-left: -30px;
  scrollbar-width: thin;
  scrollbar-color: #aaaaaa transparent;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task {
  max-width: calc(100% - 25px);
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .accordion__section {
  max-width: 100%;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .accordion__header {
  max-width: 100%;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .accordion__header-left--reply {
  max-width: 100%;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .suggestion {
  min-width: 0;
  max-width: 100%;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .suggestion__right-col {
  min-width: 0;
  max-width: 100%;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .suggestion__content {
  max-width: 100%;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .suggestion__content * {
  overflow-wrap: break-word !important;
  word-break: normal !important;
  max-width: 100% !important;
}
.form-boxes .form-boxes__item--scroll .accordion--suggestions-edit-task .suggestion__content a {
  overflow-wrap: anywhere !important;
  word-break: break-all !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-boxes .form-boxes__item--scroll {
    width: auto;
  }
}
.form-boxes .form-boxes__item--scroll::-webkit-scrollbar {
  width: 6px;
}
.form-boxes .form-boxes__item--scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-boxes .form-boxes__item--scroll::-webkit-scrollbar-corner {
  background: transparent;
}
.form-boxes .form-boxes__item--scroll::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 6px;
}
.form-boxes .form-boxes__item.has-min-height {
  min-height: 120px;
}
.form-boxes .form-boxes__row {
  display: flex;
  gap: 37px;
}
.form-boxes .form-boxes__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-boxes .form-boxes__col > span {
  padding-bottom: 3px;
}
.form-boxes .form-boxes__col .form__checkbox {
  gap: 3px;
  margin-top: 0;
}

.multiple-select-field__control {
  position: relative;
  max-width: 100%;
  font-size: 14px;
  padding: 1px 5px 1px 8px;
  border-radius: 5px;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff;
  box-shadow: unset !important;
  cursor: pointer !important;
}

.multiple-select-field__placeholder {
  font-weight: 400;
  font-style: italic;
}

.multiple-select-field__menu {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .multiple-select-field__menu {
    font-size: 13px;
  }
}
.multiple-select-field__menu-list {
  padding: 10px 0 !important;
}

.multiple-select-field__value-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.multiple-select-field__value-container--has-values {
  margin-top: 10px;
}

.multiple-select-field__value {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px 4px 4px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background: #f8f9f8;
  color: #000;
}
.multiple-select-field__value .react-tooltip__user {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}
.multiple-select-field__value .react-tooltip__user img, .multiple-select-field__value .react-tooltip__user .user-avatar-initials {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.multiple-select-field__value .react-tooltip__user .user-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3376a3;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.multiple-select-field__value img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.multiple-select-field__value button {
  color: #d44343;
}
.multiple-select-field__value--higher-padding {
  padding: 7px 10px;
}

.multiple-select-field__value-close-button {
  all: unset;
  margin-left: 0.3rem;
  color: black;
  transition: fill 0.15s ease-in-out;
  cursor: pointer;
}
.multiple-select-field__value-close-button:hover {
  color: #bb392d;
}
.multiple-select-field__value-close-button:focus {
  color: #c82f21;
}

.multiple-select-field__indicators {
  display: none !important;
}

.multiple-select-field__dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
.multiple-select-field__dropdown img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.multiple-select-field-error-message {
  display: block;
  padding: 3px;
  color: red;
  font-size: 11px;
}

.multiple-select-field__option {
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.multiple-select-field__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.multiple-select-field__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

.reply-section {
  display: none;
}
.reply-section.is-active {
  display: block;
  width: 100%;
  animation: replyFadeIn 0.25s ease-out;
}
.reply-section__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}
.reply-section__actions .box__button {
  font-weight: 400;
}
.reply-section__actions .box__button span {
  font-size: 13px;
  font-weight: 400;
}
.reply-section__inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 8px 0 0;
}
.reply-section__inline > .box__button {
  padding: 7px 9px;
  font-size: 14px;
  font-weight: 400;
}
.reply-section__inline > .box__button span {
  font-size: 13px;
  font-weight: 400;
}
.reply-section__inline .reply-section {
  width: 100%;
}

@keyframes replyFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.select-field__control {
  max-width: 100%;
  padding: 2px 0px 2px 3px !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff;
  box-shadow: unset !important;
  cursor: pointer !important;
}

.select-field__placeholder {
  font-weight: 400;
  font-style: italic;
}

.select-field__value-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.select-field__value {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 15px 3px 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background: #f5f5f5;
  color: #000;
}
.select-field__value img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.select-field__value button {
  color: #d44343;
}

.select-field__value-close-button {
  all: unset;
  margin-left: 0.3rem;
  color: black;
  transition: fill 0.15s ease-in-out;
  cursor: pointer;
}
.select-field__value-close-button:hover {
  color: #bb392d;
}
.select-field__value-close-button:focus {
  color: #c82f21;
}

.select-field__indicator-separator {
  display: none !important;
}

.select-field__dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
.select-field__dropdown img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.select-field__menu {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
}
.select-field__menu-list {
  padding: 10px 0 !important;
}

.select-field__option {
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  font-weight: 400;
  cursor: pointer !important;
}
.select-field__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.select-field__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

.header-select {
  flex: 0 0 280px;
  margin-right: 5px;
}
.header-select__value-container {
  padding: 0 !important;
  padding-left: 10px !important;
}
.header-select__control {
  display: flex;
  max-width: 100%;
  min-height: 39px !important;
  height: 39px !important;
  border: none !important;
  border-radius: 4px !important;
  background: var(--project-accent-color, #3376a3) !important;
  box-shadow: unset !important;
  cursor: pointer !important;
  transition: box-shadow 0.2s ease-in-out !important;
}
.header-select__control:hover, .header-select__control--is-focused {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.17) !important;
}
.header-select__single-value {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff !important;
}
.header-select__indicators {
  padding: 0 !important;
  line-height: 1.3 !important;
}
.header-select__menu {
  position: absolute !important;
  min-width: 330px !important;
  background: #ffffff !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  animation: fadeIn 0.2s ease-in;
}
.header-select__menu-list {
  padding: 10px 15px 10px 15px !important;
  background: #ffffff !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-select__indicator {
  color: #ffffff !important;
}
.header-select__indicator svg {
  width: 15px !important;
}
.header-select__indicator-separator {
  display: none !important;
}
.header-select__placeholder {
  color: #ffffff !important;
}
.header-select__option {
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 !important;
  margin-bottom: 2px !important;
  max-width: 100% !important;
  font-size: 14px !important;
  font-weight: 400;
  cursor: pointer !important;
  transition: padding 0.2s ease-in-out, background-color 0.2s ease-in-out !important;
}
.header-select__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header-select__option--is-selected {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header-select__option-logo {
  margin-right: 10px;
  flex-shrink: 0;
}
.header-select__option-logo-image, .header-select__option-logo-initial {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-select__option-logo-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--project-accent-color, #3376a3);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.header-select__option-logo-icon svg {
  width: 20px !important;
  height: 20px !important;
}
.header-select__option-logo-icon path {
  fill: #ffffff !important;
}
.header-select__option-logo-icon g {
  fill: #ffffff !important;
}
.header-select__option-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.header-select__single-value .header-select__option-logo {
  margin-right: 10px;
  flex-shrink: 0;
}
.header-select__single-value .header-select__option-logo-image, .header-select__single-value .header-select__option-logo-initial {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-select__single-value .header-select__option-logo-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.header-select__single-value .header-select__option-logo-icon svg {
  width: 16px !important;
  height: 15px !important;
}
.header-select__single-value .header-select__option-logo-icon path {
  fill: #ffffff !important;
}
.header-select__single-value .header-select__option-logo-icon g {
  fill: #ffffff !important;
}

.alert-box {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: translate(50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
  }
}
.alert-box.is-active {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 0;
  z-index: 10000 !important;
  animation: fadeIn 0.2s ease-out;
}
.alert-box .alert-box__content {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  max-width: 500px;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  padding: 40px;
  animation: scaleIn 0.3s ease-out;
}
.alert-box .alert-box__header {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  background: transparent;
}
.alert-box .alert-box__title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #313131;
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
}
.alert-box .alert-box__message {
  padding: 0 0 24px 0;
}
.alert-box .alert-box__message p {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.alert-box .alert-box__message__action {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.alert-box .alert-box__message__action label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.alert-box .alert-box__message__action small {
  margin-left: 10px;
  text-align: center;
}
.alert-box .alert-box__message__action__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.alert-box .alert-box__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  border: none;
}
.alert-box .alert-box__footer .button.red-text {
  margin-right: 14px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: none;
}
.alert-box .alert-box__footer .button.blue {
  margin-right: -5px;
  padding: 20px 42px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(180deg, #0e6de2 0%, #0e96e2 100%);
  border: none;
}
.alert-box .alert-box__footer .button.blue:hover {
  background: linear-gradient(180deg, #0c5fc7 0%, #0c82c7 100%);
}
.alert-box .alert-box__button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
.alert-box .alert-box__button:hover {
  opacity: 0.6;
}
.alert-box .alert-box__button span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.alert-box .alert-box__button span:before, .alert-box .alert-box__button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2.5px;
  background-color: #6b7280;
  border-radius: 1px;
}
.alert-box .alert-box__button span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.alert-box .alert-box__button span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-box--remove-member .alert-box__content {
  max-width: 500px;
  min-height: 400px;
}
.alert-box--remove-member .alert-box__message {
  padding: 0 0 24px 0;
}
.alert-box--remove-member .alert-box__message p {
  font-size: 15px;
  line-height: 1.6;
}
.alert-box--remove-member .alert-box__message__action {
  padding-top: 16px;
  margin-top: 16px;
}
.alert-box--remove-member .alert-box__message__action small {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.alert-box--remove-member .alert-box__message__action:nth-of-type(2) .alert-box__message__action__inner {
  margin-bottom: 8px;
}
.alert-box--remove-member .alert-box__message__action__inner {
  margin-bottom: 6px;
}
.alert-box--remove-member .alert-box__footer {
  padding: 0;
}

.attachment-list {
  margin: 13px 0;
  padding: 15px;
  background-color: #f8f9f8;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  transition: all 0.2s ease;
}
.attachment-list.is-dragging {
  background-color: #e8f4fd;
  border-color: #3376a3;
  border-style: solid;
}
.attachment-list__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.attachment-list__title {
  font-size: 14px;
  font-weight: 600;
  color: #454545;
  margin-bottom: 4px;
}
.attachment-list__subtitle {
  font-size: 12px;
  color: #777777;
  font-style: italic;
}
.attachment-list__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.attachment-list__item {
  display: flex;
  align-items: center;
  padding: 12px 2px 12px 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.attachment-list__item:hover {
  background-color: #f8f9f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.attachment-list__item-icon {
  margin-right: 12px;
  font-size: 24px;
}
.attachment-list__item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.attachment-list__item-name {
  font-size: 14px;
  font-weight: 500;
  color: #3376a3;
  text-decoration: none;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.attachment-list__item-name:hover {
  color: rgb(38.8457943925, 89.8785046729, 124.1542056075);
  text-decoration: underline;
}
.attachment-list__item-size {
  font-size: 12px;
  color: #777777;
}
.attachment-list__item-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  margin-right: 5px;
}
.attachment-list__item-action {
  padding: 6px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #777777;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.attachment-list__item-action:hover {
  background-color: #f1f4f6;
  border-color: #3376a3;
  color: #3376a3;
}
.attachment-list__item-action:active {
  transform: scale(0.95);
}
.attachment-list__item-delete {
  padding: 6px 5px;
  margin-right: 3px;
  background-color: transparent;
  border: none;
  color: #777777;
  cursor: pointer;
  font-size: 18px;
  transition: color 0.2s ease;
}
.attachment-list__item-delete:hover {
  color: #dc3545;
}

.form__file-upload-link {
  display: block;
  text-align: center;
  color: #3376a3;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
}
.form__file-upload-link:hover {
  text-decoration: underline;
}

.inline-file-upload {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.inline-file-upload__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f8f9f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.inline-file-upload__trigger:hover {
  background-color: #e6e6e6;
  border-color: #3376a3;
}
.inline-file-upload__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.inline-file-upload__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background-color: #f8f9f8;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  font-size: 12px;
  color: #454545;
  transition: all 0.2s ease;
}
.inline-file-upload__chip:hover {
  background-color: #f0f0f0;
}
.inline-file-upload__chip-icon {
  font-size: 14px;
}
.inline-file-upload__chip-name {
  font-weight: 500;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline-file-upload__chip-size {
  color: #777777;
  font-size: 11px;
}
.inline-file-upload__chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #777777;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.inline-file-upload__chip-remove:hover {
  color: #dc3545;
}

.filter-select__wrapper {
  display: flex;
  align-items: center;
}
.filter-select__wrapper label {
  white-space: nowrap;
  font-size: 14px;
  margin-right: 12px;
}

.filter-select__control {
  max-width: 100%;
  width: 210px;
  height: 30px !important;
  min-height: 0 !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: unset !important;
  border: none !important;
  background-color: #f3f5f6 !important;
  box-shadow: unset !important;
  cursor: pointer !important;
}

.filter-select__placeholder {
  font-weight: 400;
  font-style: italic;
  color: #333333 !important;
}

.filter-select__value-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 0 8px !important;
}

.filter-select__value {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 15px 3px 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background: #f5f5f5;
  color: #000;
}
.filter-select__value img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.filter-select__value button {
  color: #d44343;
}

.filter-select__value-close-button {
  all: unset;
  margin-left: 0.3rem;
  color: black;
  transition: fill 0.15s ease-in-out;
  cursor: pointer;
}
.filter-select__value-close-button:hover {
  color: #bb392d;
}
.filter-select__value-close-button:focus {
  color: #c82f21;
}

.filter-select__indicator {
  padding: 0 2px !important;
}
.filter-select__indicator svg {
  height: 15px !important;
  stroke: unset !important;
  color: #333333 !important;
}

.filter-select__indicator-separator {
  display: none !important;
}

.filter-select__menu {
  position: absolute !important;
  z-index: 10 !important;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
  animation: dropdownFadeIn 0.2s ease-in;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filter-select__menu {
    font-size: 13px;
  }
}
.filter-select__menu-list {
  padding: 10px 0 !important;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.filter-select__dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
.filter-select__dropdown img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.filter-select__option {
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.filter-select__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.filter-select__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

.multi-react-select__control {
  position: relative;
  max-width: 100%;
  font-size: 14px;
  padding: 1px 5px 1px 8px;
  border-radius: unset !important;
  border: 1px solid #e6e6e6 !important;
  background: #ffffff;
  box-shadow: unset !important;
  cursor: pointer !important;
}
.multi-react-select__control--is-disabled {
  background-color: #f3f5f6 !important;
}

.multi-react-select__placeholder {
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .multi-react-select__placeholder {
    font-size: 13px;
  }
}

.multi-react-select__indicators {
  display: none !important;
}

.multi-react-select__menu {
  position: absolute;
  bottom: 100% !important;
  left: 0 !important;
  top: auto !important;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .multi-react-select__menu {
    font-size: 13px;
  }
}
.multi-react-select__menu-list {
  padding: 10px 0 !important;
}

.multi-react-select__multi-value--is-disabled .multi-react-select__multi-value__label {
  padding: 7px 10px !important;
}
.multi-react-select__multi-value--is-disabled .multi-react-select__multi-value__remove {
  display: none !important;
}

.multi-react-select__option {
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.multi-react-select__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.multi-react-select__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

.filter-button {
  background: none;
  border: none;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.filter-button:hover {
  text-decoration: underline;
}

.subheader-select-field__control {
  position: relative;
  height: 30px !important;
  width: auto !important;
  min-width: 100px !important;
  min-height: 0 !important;
  padding: 0;
  font-size: 14px;
  color: #333333 !important;
  background-color: #d2dce2 !important;
  box-shadow: unset !important;
  border: 0.5px solid #eff3f5 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}
.subheader-select-field__control--is-disabled {
  background: #ffffff !important;
}
.subheader-select-field__single-value {
  margin-left: 12px !important;
  font-weight: 400 !important;
}
.subheader-select-field__placeholder {
  position: unset !important;
  top: 0 !important;
  padding-left: 10px !important;
  transform: unset !important;
  margin: 0 !important;
  color: #333333 !important;
}
.subheader-select-field__indicator {
  padding: 0 5px 0 0 !important;
}
.subheader-select-field__indicator svg {
  height: 13px;
  fill: #707070;
}
.subheader-select-field__indicator-separator {
  display: none !important;
  height: 30px !important;
}
.subheader-select-field__menu {
  right: 0px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 130px !important;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 8px !important;
  animation: fadeIn 0.2s ease-in;
}
.subheader-select-field__menu-list {
  padding: 10px 0 !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.subheader-select-field__indicators {
  height: 30px !important;
  padding-right: 0 !important;
}
.subheader-select-field__value-container {
  height: 30px !important;
  padding: 0 !important;
}
.subheader-select-field__option {
  padding: 8px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
}
.subheader-select-field__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.subheader-select-field__option--is-selected {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}

.bulk-actions-select__wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
}
.bulk-actions-select__wrapper label {
  font-size: 14px;
  white-space: nowrap;
  color: #333333;
}

.bulk-actions-select__control {
  max-width: 100%;
  width: 166px;
  height: 30px !important;
  min-height: 0 !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: unset !important;
  border: none !important;
  background-color: #f3f5f6 !important;
  box-shadow: unset !important;
  cursor: pointer !important;
}

.bulk-actions-select__placeholder {
  font-weight: 400;
  font-style: italic;
  color: #333333 !important;
}

.bulk-actions-select__value-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 0 8px !important;
}

.bulk-actions-select__value {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 15px 3px 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background: #f5f5f5;
  color: #000;
}
.bulk-actions-select__value img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.bulk-actions-select__value button {
  color: #d44343;
}

.bulk-actions-select__value-close-button {
  all: unset;
  margin-left: 0.3rem;
  color: black;
  transition: fill 0.15s ease-in-out;
  cursor: pointer;
}
.bulk-actions-select__value-close-button:hover {
  color: #bb392d;
}
.bulk-actions-select__value-close-button:focus {
  color: #c82f21;
}

.bulk-actions-select__indicator {
  padding: 0 2px !important;
}
.bulk-actions-select__indicator svg {
  height: 15px !important;
  stroke: unset !important;
  color: #333333 !important;
}

.bulk-actions-select__indicator-separator {
  display: none !important;
}

.bulk-actions-select__menu {
  position: absolute !important;
  z-index: 10 !important;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
  animation: bulkDropdownFadeIn 0.2s ease-in;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bulk-actions-select__menu {
    font-size: 13px;
  }
}
.bulk-actions-select__menu-list {
  padding: 10px 0 !important;
}

@keyframes bulkDropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bulk-actions-select__dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
.bulk-actions-select__dropdown img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.bulk-actions-select__option {
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.bulk-actions-select__option:last-child {
  margin-bottom: 0 !important;
}
.bulk-actions-select__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.bulk-actions-select__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

.popup-notification {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: fixed;
  z-index: 9999;
  padding: 10px 40px;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.popup-notification svg {
  fill: #ffffff;
}
.popup-notification path {
  fill: #ffffff;
}
.popup-notification.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup-notification.green {
  background: #65c870;
}
.popup-notification.blue {
  background: #3376a3;
}
.popup-notification.red {
  background: #e96137;
}

.account-menu {
  display: none;
}
.account-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 14px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}
.account-menu.is-visible {
  position: absolute;
  display: block;
  top: 47px;
  right: 15px;
  padding: 18px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  color: #000;
}
.account-menu .account-menu__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.account-menu .account-menu__header img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-menu .account-menu__header li {
  list-style-type: none;
  font-size: 13px;
}
.account-menu .account-menu__header li:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.account-menu .account-menu__content {
  margin-bottom: 10px;
  padding: 5px 0;
}
.account-menu .account-menu__content-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.account-menu a {
  font-size: 13px;
  text-decoration: none;
}
.account-menu a:hover {
  text-decoration: underline;
}
.account-menu .account-menu__footer {
  text-align: end;
}
.account-menu .account-menu__button {
  background-color: unset;
  border: none;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #f87171;
}
.account-menu .account-menu__button:hover {
  color: #ed365d;
}

.comments-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 120px;
  flex: unset;
  cursor: pointer;
}
.comments-filter__control {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 18px;
  font-size: 14px;
  font-weight: 400;
  border: none !important;
  box-shadow: unset !important;
  background: #f1f4f6 !important;
  cursor: pointer !important;
}
.comments-filter__value-container {
  display: block !important;
  padding: 0 !important;
}
.comments-filter__single-value {
  display: contents;
}
.comments-filter__indicator {
  width: 15px;
  height: 20px;
  padding: 0 !important;
}
.comments-filter__indicator svg {
  fill: #333333;
}
.comments-filter__menu {
  position: absolute !important;
  top: 90% !important;
  display: block !important;
  visibility: visible !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: 0 !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px !important;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  white-space: nowrap;
}
.comments-filter__menu-list {
  padding: 10px 0 !important;
}
.comments-filter__option {
  display: block !important;
  visibility: visible !important;
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  font-weight: 400;
  cursor: pointer !important;
}
.comments-filter__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.comments-filter__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

.infinite-scroll-component {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .infinite-scroll-component {
    flex-direction: column;
  }
}
.infinite-scroll-component__outerdiv {
  width: 100%;
}
.infinite-scroll-component__loader-button {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #ececec;
  border: none;
  transition: background 0.3s;
}
.infinite-scroll-component__loader-button:hover {
  background: #e6e6e6;
}

.react-datepicker-main {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.react-datepicker-main label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.react-datepicker-main input {
  width: 100%;
  padding: 10px 17px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  cursor: default;
}
.react-datepicker-main input::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
}
.react-datepicker-main input::placeholder {
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .react-datepicker-main input::-moz-placeholder {
    font-size: 13px;
  }
  .react-datepicker-main input::placeholder {
    font-size: 13px;
  }
}
.react-datepicker-main .react-datepicker-popper {
  position: absolute;
  inset: unset !important;
  transform: unset !important;
  padding-top: 5px !important;
}

.react-datepicker {
  font-size: 1em !important;
}
.react-datepicker .react-datepicker__error-message {
  display: block;
  padding: 3px;
  color: #ed365d;
  font-size: 11px;
}
.react-datepicker .react-datepicker__header {
  padding-top: 0.8em;
}
.react-datepicker .react-datepicker__month {
  margin: 0.4em 1em;
}
.react-datepicker .react-datepicker__day-name,
.react-datepicker .react-datepicker__day {
  width: 1.9em;
  line-height: 1.9em;
  margin: 0.166em;
}
.react-datepicker .react-datepicker__current-month {
  font-size: 1em;
}
.react-datepicker .react-datepicker__navigation {
  top: 10px;
  border: 0.45em solid transparent;
}
.react-datepicker .react-datepicker__navigation--previous {
  left: 1em;
}
.react-datepicker .react-datepicker__navigation--next {
  right: 1em;
}
.react-datepicker__tab-loop {
  position: relative;
}

.input-upload-file {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.input-upload-file strong {
  font-size: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .input-upload-file strong {
    font-size: 13px;
  }
}
.input-upload-file img, .input-upload-file__initials {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .input-upload-file img, .input-upload-file__initials {
    width: 35px;
    height: 35px;
  }
}
.input-upload-file__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3376a3;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .input-upload-file__initials {
    font-size: 14px;
  }
}
.input-upload-file:hover .form__row-avatar-img {
  filter: blur(2px);
}
.input-upload-file:hover svg {
  opacity: 1;
}
.input-upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-upload-file .overlay {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(50%, -50%);
  width: 70px;
  height: 70px;
  opacity: 0;
  color: #fff;
  border-radius: 50%;
}
.input-upload-file svg {
  position: absolute;
  top: 90%;
  right: 0;
  transform: translate(50%, -50%);
  color: #000;
  opacity: 0;
  z-index: 0;
}

.react-tooltip {
  font-size: 15px !important;
  z-index: 21 !important;
  line-height: 1.461538;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.13) !important;
  transition-property: opacity !important;
  transition-duration: 0.15s !important;
  transition-timing-function: linear !important;
  pointer-events: none !important;
}
.react-tooltip-arrow {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.react-tooltip--user {
  max-width: 350px;
  overflow-wrap: break-word;
}
.react-tooltip--user span:first-child {
  font-size: 14px;
  color: #24bffa;
}
.react-tooltip--user p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.714286;
}
.react-tooltip--project {
  max-width: 350px;
}
.react-tooltip--text {
  font-size: 14px;
  line-height: 1.714286;
}
.react-tooltip--group {
  max-width: 338px;
}
.react-tooltip__footer {
  display: flex;
  justify-content: flex-end;
  margin-right: -10px;
}
.react-tooltip__footer .button.larger {
  padding: 7px 21px;
  border-radius: 5px;
}
.react-tooltip__user {
  display: block;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.react-tooltip__user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 3px;
  vertical-align: middle;
}

.user-avatar-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3376a3;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 3px;
  vertical-align: middle;
}

/* ------------------------------------------------------------ *\
    React Tooltip Team Members
\* ------------------------------------------------------------ */
.react-tooltip--team-members {
  max-width: 524px;
  padding: 15px 22px 13px 22px !important;
}
.react-tooltip--team-members .react-tooltip--text {
  font-size: 15px;
  line-height: 1.714286;
}
.react-tooltip--team-members .react-tooltip-arrow {
  top: 72.5px;
  left: -10px !important;
  width: 18px;
  height: 18px;
}

/* ------------------------------------------------------------ *\
    React Tooltip Adopt Submission
\* ------------------------------------------------------------ */
.react-tooltip--adopt-submission {
  max-width: 412px;
  padding: 17px 15px 17px 20px !important;
  font-size: 14px !important;
}
.react-tooltip--adopt-submission p {
  margin-bottom: 7px;
}
.react-tooltip--adopt-submission .react-tooltip-arrow {
  top: -7px !important;
  width: 11px;
  height: 11px;
}

/* ------------------------------------------------------------ *\
    React Tooltip Header Settings
\* ------------------------------------------------------------ */
.react-tooltip--header-settings {
  left: 153px !important;
  max-width: 412px;
  padding: 10px 19px !important;
  font-size: 13px !important;
  line-height: 1.75;
}
.react-tooltip--header-settings .react-tooltip-arrow {
  top: -10px !important;
  left: 30px !important;
  width: 18px;
  height: 18px;
}
.react-tooltip--header-settings a {
  color: #3376a3;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
    React Tooltip Onboarding
\* ------------------------------------------------------------ */
.react-tooltip--onboarding {
  max-width: 523px;
  padding: 14px 26px !important;
  transition-property: opacity, left !important;
  transition-timing-function: ease !important;
  transition-duration: 0.4s !important;
}
.react-tooltip--onboarding p {
  margin-bottom: 7px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.74;
  text-align: left;
}
.react-tooltip--onboarding p i {
  display: block;
  font-size: 14.5px;
  line-height: 1.5;
  margin-top: 5px;
}
.react-tooltip--onboarding .react-tooltip-arrow {
  width: 18px;
  height: 18px;
}
.react-tooltip--onboarding.react-tooltip__place-right {
  left: 0;
  transition-property: opacity, left !important;
}
.react-tooltip--onboarding.react-tooltip__place-right .react-tooltip-arrow {
  left: -10px !important;
}
.react-tooltip--onboarding.react-tooltip__place-bottom-start {
  top: 0;
  transition-property: opacity, top !important;
}
.react-tooltip--onboarding.react-tooltip__place-bottom-start .react-tooltip-arrow {
  top: -9px !important;
  left: 43px !important;
}

/* ------------------------------------------------------------ *\
    React Tooltip Mark All Tasks
\* ------------------------------------------------------------ */
.react-tooltip--mark-all-tasks {
  background-color: #ffffff !important;
  color: #333 !important;
  max-width: 350px;
  padding: 12px 16px !important;
  font-size: 14px !important;
  line-height: 1.5;
}

/* ------------------------------------------------------------ *\
    React Tooltip Task Avatars
\* ------------------------------------------------------------ */
.react-tooltip--task-avatars {
  max-width: 300px;
  line-height: 1.5;
}

/* ------------------------------------------------------------ *\
    React Tooltip Completed Timestamp
\* ------------------------------------------------------------ */
.react-tooltip--completed-timestamp {
  font-size: 13px !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  padding: 6px 10px !important;
  transition: opacity 0.2s ease-in !important;
}
.react-tooltip--completed-timestamp .react-tooltip-arrow {
  border: none !important;
}

/* ------------------------------------------------------------ *\
    React Tooltip Task Description
\* ------------------------------------------------------------ */
.react-tooltip--task-description {
  max-width: 300px;
  padding: 16px !important;
  font-size: 13px !important;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.react-tooltip--task-description .tooltip-task-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.react-tooltip--task-description .tooltip-task-type {
  display: flex;
  align-items: center;
  gap: 6px;
}
.react-tooltip--task-description .tooltip-task-type__color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.react-tooltip--task-description .tooltip-task-type__title {
  font-weight: 500;
}
.react-tooltip--task-description .tooltip-task-description {
  color: #666;
}

.widget {
  border-radius: 12px;
  box-shadow: 0px 0px 27px 0px rgba(118, 118, 118, 0.14);
  background: #fff;
}
.widget__group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget__group span {
  font-size: 20px;
  margin-right: 5px;
}
.widget__group strong {
  font-size: 20px;
  margin-right: 5px;
}
.widget__group-text-wrapper {
  width: 100%;
  max-height: 190px;
  padding: 6px 14px 1px 14px;
  overflow-y: auto;
}
.widget__group-text-wrapper strong {
  font-size: 14px;
  margin: 0;
}
.widget__group-text-wrapper--rich-text {
  max-height: 170px;
}
.widget__group-text-wrapper--rich-text span {
  font-size: 14px;
  margin: 0;
}
.widget__group-text-wrapper p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}
.widget__group-text-wrapper__title {
  font-size: 14px;
}
.widget__group-text-wrapper__title strong {
  margin-right: 0;
}
.widget__footer {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.widget__footer small {
  font-size: 13px;
  color: #868686;
}
.widget__footer.is-absolute {
  position: absolute !important;
  bottom: 25px;
}
.widget__footer.justify-start {
  justify-content: flex-start !important;
}
.widget.is-relative {
  position: relative;
}
.widget-text-blue {
  margin-right: 3px;
  color: #0e97e2;
}
.widget.justify-around {
  justify-content: space-around;
}

.widget--horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media (max-width: 640px) {
  .widget--horizontal {
    flex-direction: column;
    gap: 20px;
  }
}

.widget--vertical {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 230px;
  padding: 20px;
}
.widget--vertical h1 {
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
}
.widget--vertical .widget__footer {
  position: relative;
  justify-content: center;
  width: 100%;
  min-height: 16.8px;
  padding: 0 14px;
}
.widget--vertical .widget__footer-button {
  position: absolute;
  right: -8px;
  background: none;
  border: none;
}
.widget--vertical .widget__footer-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.widget--vertical .widget__footer svg path {
  fill: #333333;
  stroke: #333333;
  stroke-width: 2px;
}
.widget--vertical.is-scrollable {
  padding-right: 5px;
}

.holder-widgets {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 40px;
  height: 100%;
  padding: 0 39px 0 29px;
}
.holder-widgets__column:nth-child(1) {
  flex: 1 1 100%;
}
.holder-widgets__column:nth-child(1) .holder-widgets__row {
  margin-bottom: 0;
}
.holder-widgets__column:nth-child(2) {
  flex: 2;
}
@media (max-width: 1023px) {
  .holder-widgets__column:nth-child(2) {
    flex: 100%;
  }
}
.holder-widgets__column:nth-child(3) {
  flex: 1;
}
.holder-widgets__row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .holder-widgets__row {
    flex-direction: column;
  }
}
.holder-widgets__row--flexible-children .holder-widgets__group:first-child {
  flex: 70%;
}
.holder-widgets__row--flexible-children .holder-widgets__group:last-child {
  flex: 33%;
}
.holder-widgets__group {
  width: 100%;
}
.holder-widgets__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 46px;
  padding: 0 5px 18px;
}
.holder-widgets__group-head__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .holder-widgets__group-head__left {
    font-size: 15px;
  }
}
.holder-widgets__group-head strong {
  font-weight: 600;
}
.holder-widgets__group-head svg {
  fill: #333333;
}

.select {
  width: 100% !important;
}
.select__value-container {
  padding: 0 0 0 8px !important;
}
.select__control {
  display: flex;
  max-width: 100%;
  border: 1px solid rgb(217, 217, 217) !important;
  border-radius: 18px !important;
  background: rgb(255, 255, 255);
  box-shadow: unset !important;
  cursor: pointer !important;
}
.select__single-value {
  margin-left: 5px !important;
  font-size: 14px;
  font-weight: 600;
  color: #333333 !important;
}
.select__menu {
  position: absolute !important;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select__menu {
    font-size: 13px;
  }
}
.select__menu-list {
  padding: 10px 0 !important;
}
.select__indicator {
  color: #333333 !important;
}
.select__indicator svg {
  width: 30px !important;
}
.select__indicator-separator {
  display: none !important;
}
.select__placeholder {
  color: #ffffff !important;
}
.select__option {
  padding: 3px 19px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.select__option--is-focused {
  color: #333333 !important;
  background-color: #f7f9f9 !important;
}
.select__option--is-selected {
  color: #333333 !important;
  background-color: #e8ebee !important;
}

/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */
.section__header {
  border-bottom: 1px solid #e6e6e6;
}
.section__header__row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 850px) {
  .section__header__row {
    font-size: 14px;
    gap: 15px !important;
  }
}
.section__header__row:first-child {
  gap: 9px;
  padding: 13px;
  background-color: #bdded0;
}
.section__header__row:first-child p {
  font-weight: 600;
  font-size: 15px;
}
.section__header__row:first-child img {
  width: 18px;
  height: 18px;
}
.section__header__row:last-child {
  gap: 28px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section__header__row:last-child {
    flex-direction: column;
    gap: 20px !important;
  }
}
.section__header__row img {
  width: 105px;
  height: 55px;
}
.section__header__row a {
  position: relative;
  padding: 6px 23px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
}
.section__header-divider {
  display: inline-block;
  height: 70px;
  width: 1px;
  background-color: #e6e6e6;
  vertical-align: middle;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section__header-divider {
    height: 1px;
    width: 70px;
  }
}
.section__body {
  display: flex;
  justify-content: center;
  max-width: 876px;
  margin: 30px auto 0 auto;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section__body {
    flex-direction: column;
    gap: 30px;
  }
}
.section__left {
  flex: 1 1 41%;
  padding: 29px 35px;
  background-color: #f5f5f5;
  border: solid 1px #e8e8e8;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section__right {
  flex: 1 1 55%;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section__right .form--authenticate .form__inner {
  padding: 45px 50px 42px 34px !important;
}
.section__row {
  margin-bottom: 21px;
}
.section__row h1 {
  font-size: 20px;
  font-weight: 400;
}
.section__row h1 strong {
  font-size: 48px;
}
.section__row h1 span {
  display: block;
  font-size: 30px;
  text-decoration: line-through;
}
.section__row h2 {
  font-size: 18px;
}
.section__row h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 17px;
}
.section__row h6 {
  font-size: 17px;
}
.section__row p {
  font-size: 15px;
  line-height: 1.55;
}
.section__row.has-border {
  margin-bottom: 21px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
}
.section__row ul {
  list-style: none;
  padding: 0;
}
.section__row ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}
.section__row ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url(/images/green-tick.png?f2129cc7776512d726575a9dc5270b6f) no-repeat center/contain;
}
.section__row ul ul {
  padding: 6px 20px 14px 20px;
  margin-bottom: 0;
}
.section__row ul ul li {
  padding-left: 24px;
  margin-bottom: 14px;
  font-weight: 400;
}
.section__row ul ul li:before {
  width: 14px;
  height: 10px;
  top: 5px;
}
.section__row:nth-child(2) {
  margin-bottom: 15px;
}
.section__row:nth-child(3) {
  margin-bottom: 20px;
}
.section__nav {
  max-width: 288px;
  margin: 0 auto;
}
.section__nav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 1px;
  font-size: 14px;
  list-style-type: none;
  background: #e17973;
  border-radius: 40px;
}
.section__nav li {
  width: 50%;
}
.section__nav li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 14px;
  text-align: center;
  font-weight: 600;
  background: none;
  border: none;
  border-radius: 40px;
  transition: background 0.4s, color 0.4s;
  color: #fff;
  line-height: 1.28;
  z-index: 10;
}
.section__nav li button:hover {
  color: #333333;
}
.section__nav li.is-current button {
  color: #333333;
  border-radius: 40px;
}
.section__nav-animation {
  position: absolute;
  top: 1px;
  height: calc(100% - 2px);
  transition: all 0.5s ease 0s;
  border-radius: 40px;
}
.section__nav li.is-current:nth-child(1) ~ .section__nav-animation {
  width: calc(50% - 1px);
  left: 1px;
  background-color: #fff;
}
.section__nav li.is-current:nth-child(2) ~ .section__nav-animation {
  width: calc(50% - 1px);
  left: 50%;
  background-color: #fff;
}
.section__footer {
  display: flex;
  justify-content: center;
  max-width: 876px;
  margin: 18px auto 0 auto;
  padding: 13px;
  border-radius: 6px;
  background-color: #f7f7f7;
}
.section__footer-group {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 50px;
}
.section__footer-group img {
  height: 53px;
}
.section__footer-group p {
  font-size: 14px;
  line-height: 1.46;
}
.section__footer-group--padlock {
  gap: 0;
}
.section__footer-group--padlock img {
  height: 65px;
}
.section__footer-group--padlock p {
  margin-left: -7px;
}

/* ------------------------------------------------------------ *\
	Section Stripe Products
\* ------------------------------------------------------------ */
.section--stripe-products .section__header {
  margin: 0 auto 23px auto;
  border: none;
}
.section--stripe-products .section__header__row {
  flex-direction: column;
  gap: unset;
  max-width: 675px;
  padding: 0;
  text-align: center;
  background: unset;
}
.section--stripe-products .section__header__row h2 {
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 600;
}
.section--stripe-products .section__header__row p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.714286;
}
.section--stripe-products .section__body {
  flex-wrap: wrap;
  max-width: unset;
  padding: 0 22px;
  margin: 23px auto 0 auto;
  border: none;
}
@media (max-width: 1199px) {
  .section--stripe-products .section__body {
    row-gap: 10px;
  }
}
.section--stripe-products .section__col {
  height: -moz-fit-content;
  height: fit-content;
  flex: 1;
  padding: 0px;
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .section--stripe-products .section__col {
    flex: 0 0 50%;
  }
}
.section--stripe-products .section__col-inner {
  border: solid 1px #e8e8e8;
}
.section--stripe-products .section__col-inner.is-recommended {
  position: relative;
  border: 1px solid #e96137;
}
.section--stripe-products .section__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 0;
}
.section--stripe-products .section__row:nth-child(1) {
  gap: 10px;
  min-height: 367px;
  padding: 20px 20px 28px;
  border-bottom: solid 1px #e8e8e8;
}
@media (max-width: 1270px) {
  .section--stripe-products .section__row:nth-child(1) {
    padding: 20px 14px 28px;
  }
}
@media (max-width: 1199px) {
  .section--stripe-products .section__row:nth-child(1) {
    padding: 20px 20px 28px;
  }
}
.section--stripe-products .section__row:nth-child(2) {
  padding: 29px 20px 21px;
}
@media (max-width: 1270px) {
  .section--stripe-products .section__row:nth-child(2) {
    padding: 29px 14px 21px;
  }
}
@media (max-width: 1199px) {
  .section--stripe-products .section__row:nth-child(2) {
    padding: 29px 20px 21px;
  }
}
.section--stripe-products .section__row h2 {
  margin-bottom: 23px;
}
.section--stripe-products .section__row h1 {
  margin-bottom: 18px;
}
.section--stripe-products .section__row h1 strong {
  font-size: 37px;
}
.section--stripe-products .section__row ul li {
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
}
.section--stripe-products .section__row ul li:nth-child(1) {
  margin-bottom: 0;
}
.section--stripe-products .section__row ul ul {
  padding: 14px 0px 0px 23px;
  margin-bottom: 31px;
}
.section--stripe-products .section__row ul ul li {
  margin-bottom: 13px !important;
}
.section--stripe-products .section__row-text p {
  line-height: 1.59;
}
.section--stripe-products .section__row-text--yearly {
  margin-bottom: 18px;
}

.rich-text-editor {
  margin-bottom: 20px;
}
.rich-text-editor label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.rich-text-editor__field {
  height: 90px !important;
  font-size: 14px !important;
  border: 1px solid #e6e6e6 !important;
  border-top: none !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rich-text-editor .ql-toolbar {
  border: 1px solid #e6e6e6 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rich-text-editor .ql-toolbar.ql-snow {
  margin-top: 8px;
}
.rich-text-editor .ql-tooltip {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.rich-text-editor.is-disabled .ql-toolbar {
  display: none;
}
.rich-text-editor.is-disabled .rich-text-editor__field {
  background-color: #f3f5f6 !important;
}
.rich-text-editor.is-larger .rich-text-editor__field {
  max-height: 550px;
  min-height: 272px;
}

/* ------------------------------------------------------------ *\
    Rich Text Editor Table
\* ------------------------------------------------------------ */
.rich-text-editor--table {
  padding: 0 14px;
  padding-bottom: 11px;
  margin-bottom: 0px;
}
.rich-text-editor--table label {
  margin-bottom: 8px;
}
.rich-text-editor--table .ql-toolbar {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 7px !important;
  background-color: #f3f5f6;
  border: unset !important;
}
.rich-text-editor--table .ql-editor {
  padding: 14px 15px;
}
.rich-text-editor--table .rich-text-editor__field {
  height: 258px !important;
  border: unset !important;
  background-color: #fff;
}

/* ------------------------------------------------------------ *\
    Rich Text Editor Text Only
\* ------------------------------------------------------------ */
.rich-text-editor--text-only {
  padding: 0 10px;
  min-height: 240px;
}
.rich-text-editor--text-only .ql-editor {
  padding: 0;
  background-color: #fff !important;
}
.rich-text-editor--text-only .ql-editor * {
  font-size: 15px !important;
}
.rich-text-editor--text-only .rich-text-editor__field {
  min-height: 240px !important;
  border: unset !important;
}

/* ------------------------------------------------------------ *\
    Rich Text Editor Medium
\* ------------------------------------------------------------ */
.rich-text-editor--medium {
  max-width: 600px;
}

/* ------------------------------------------------------------ *\
    Rich Text Editor in Form Suggestion
\* ------------------------------------------------------------ */
.form__suggestion .rich-text-editor {
  margin-bottom: 0;
}
.form__suggestion .rich-text-editor label {
  margin-bottom: 10px;
  margin-top: 0;
}
.form__suggestion .rich-text-editor .ql-toolbar {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #fff !important;
}
.form__suggestion .rich-text-editor .rich-text-editor__field {
  height: 85px !important;
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #fff !important;
}
.form__suggestion .rich-text-editor .ql-editor {
  background: #fff !important;
}

/* ------------------------------------------------------------ *\
    Rich Text Editor in Reply Section
\* ------------------------------------------------------------ */
.reply-section .rich-text-editor {
  margin-bottom: 10px;
}
.reply-section .rich-text-editor .ql-toolbar {
  display: flex !important;
  flex-wrap: nowrap !important;
  background: #fff !important;
}
.reply-section .rich-text-editor .rich-text-editor__field {
  background: #fff !important;
}
.reply-section .rich-text-editor .ql-editor {
  background: #fff !important;
}

.feature-group-info {
  padding: 0 23px 0 14px;
  height: 0;
  opacity: 0;
  background-color: #ffffff;
  overflow: hidden;
  transition: opacity 0.4s ease-in;
}
.feature-group-info.is-visible {
  height: auto;
  padding: 9px 23px 9px 14px;
  opacity: 1;
}
.feature-group-info__inner {
  position: relative;
  padding: 20px 18px;
  background-color: #fff;
  border: 0.5px solid #dfdfdf;
  border-radius: 8px;
}
.feature-group-info__row:nth-of-type(1) {
  margin-bottom: 4px;
}
.feature-group-info__row:nth-of-type(2) {
  margin-bottom: 12px;
}
.feature-group-info__row h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.feature-group-info__row p {
  font-size: 14px;
  line-height: 1.6;
}
.feature-group-info__row ul {
  display: flex;
  gap: 30px;
  list-style-type: none;
}
.feature-group-info__row ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}
.feature-group-info__row ul li strong {
  display: block;
  height: 10px;
  width: 10px;
}
.feature-group-info button {
  position: absolute;
  right: 3px;
  top: 16px;
  background: none;
  border: none;
}
.feature-group-info button span {
  display: block;
  width: 10px;
  height: 10px;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}
.feature-group-info button span:hover {
  opacity: 0.3;
}
.feature-group-info button span:before, .feature-group-info button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.feature-group-info button span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature-group-info button span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.repeater {
  width: 100%;
}
.repeater h3 {
  margin-bottom: 12px;
  font-size: 14px;
}
.repeater .accordion {
  margin-bottom: 12px;
}
.repeater .accordion__section {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border: 1px solid #c9d0d6;
  border-radius: 10px;
  overflow: hidden;
}
.repeater .accordion__section:has(.accordion__body.active) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.repeater .accordion__header {
  height: 36px;
}
.repeater .accordion__header-left h4 {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
}
.repeater .accordion__header-right {
  flex: 1;
}
.repeater .accordion__header-right button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
  background: none;
  transition: transform 0.3s;
  background-color: transparent;
  cursor: pointer;
}
.repeater .accordion__header-right button::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  transition: transform 0.4s;
}
.repeater .accordion__header-right button.is-open::before {
  transform: rotate(180deg);
}
.repeater .accordion__body-wrapper {
  padding: 17px 12px;
}
.repeater .accordion__body.active {
  border-top: 1px solid #c9d0d6;
}
.repeater__item {
  position: relative;
  display: flex;
  gap: 3px;
  padding-right: 15px;
  margin-bottom: 7px;
}
.repeater__item-textfield {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 14px;
}
.repeater__item-textfield label {
  font-size: 14px;
  font-weight: 600;
}
.repeater__item-textfield input {
  height: 36px;
  padding: 8px 10px;
  border: 1px solid #c9d0d6;
  border-radius: 5px;
}
.repeater__item-textfield:first-child {
  margin-bottom: 17px;
}
.repeater__item-textfield.has-error input {
  border-color: #de5353;
}
.repeater__item-checkbox {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  margin-bottom: 17px;
}
.repeater__item-checkbox label {
  font-size: 14px;
  font-weight: 500;
}
.repeater__item-checkbox input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding-bottom: 3px;
  border: 1px solid #c9d0d6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.repeater__item-checkbox input:checked:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.repeater .button {
  width: unset;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
}
.repeater .button-icon {
  position: absolute;
  top: 13px;
  right: -4px;
  padding: 0;
}
.repeater .button-icon img {
  width: 12px;
  height: 12px;
}

.project-header {
  visibility: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0px;
  background-color: #fff;
  transition: all 0.4s;
}
.project-header__shell {
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .project-header__shell {
    padding-inline: 15px;
  }
}
.project-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-header__logo {
  max-width: 600px;
}
.project-header__menu-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .project-header__menu-links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 300px;
    height: 100%;
    flex-direction: column;
    max-height: 100%;
    padding-top: 80px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
}

.toggle-project-header-nav {
  position: relative;
  display: none;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 18px;
  color: #131313;
}
@media (max-width: 1023px) {
  .toggle-project-header-nav {
    display: block;
  }
}
.toggle-project-header-nav span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  transition: all 0.25s;
  background: currentcolor;
}
.toggle-project-header-nav span:nth-child(1) {
  top: 0;
}
.toggle-project-header-nav span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.toggle-project-header-nav span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

@media (max-width: 1023px) {
  .project-header.has-active-nav {
    z-index: 2;
  }
}
@media (max-width: 1023px) {
  .project-header.has-active-nav .toggle-project-header-nav span {
    background: #f9483e;
    transition: background 0.4s;
    z-index: 8;
  }
  .project-header.has-active-nav .toggle-project-header-nav span:nth-child(3), .project-header.has-active-nav .toggle-project-header-nav span:nth-child(1) {
    top: 9px;
  }
  .project-header.has-active-nav .toggle-project-header-nav span:nth-child(2) {
    left: -150%;
    opacity: 0;
  }
  .project-header.has-active-nav .toggle-project-header-nav span:nth-child(1) {
    transform: rotate(45deg);
  }
  .project-header.has-active-nav .toggle-project-header-nav span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media (max-width: 1023px) {
  .project-header.has-active-nav .project-header__menu-links {
    display: flex;
    z-index: 7;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
  }
}

/* ------------------------------------------------------------ *\
    Project Header Menu Links Animation
\* ------------------------------------------------------------ */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  background-color: #dbe2e6;
}
.footer span {
  font-size: 13px;
  font-weight: 400;
}
.footer a {
  color: #ee6157;
  text-decoration: none;
  transition: opacity 0.4s;
}
.footer a:hover {
  opacity: 0.8;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    transition: width 350ms, transform 300ms;
    transform: translateX(calc(-1 * 45px));
    width: calc(100% + 45px);
  }
}

/* ------------------------------------------------------------ *\
    AI Chat
\* ------------------------------------------------------------ */
.ai-chat-collapse {
  position: fixed;
  z-index: 10000;
  bottom: 42px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: #e6e6e6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s;
}
.ai-chat-collapse:hover {
  background: #c8c8c8;
}
.ai-chat-collapse__icon {
  width: 12px;
  height: 12px;
  color: #6c6c6c;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ai-chat-collapse {
    bottom: 34px;
    right: 6px;
  }
}

.react-tooltip[data-tooltip-content="Hide PathFox Assistant"],
.react-tooltip[data-tooltip-content="Show PathFox Assistant"],
.react-tooltip[data-tooltip-content="PathFox Assistant"],
.react-tooltip[data-tooltip-content="Export PDF"] {
  z-index: 10001 !important;
}

.ai-chat-bubble {
  position: fixed;
  z-index: 9998;
  bottom: 24px;
  right: 24px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #7c99b4;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, background 0.2s;
}
.ai-chat-bubble:hover {
  background: rgb(107.7839805825, 140.3737864078, 170.7160194175);
}
.ai-chat-bubble__icon {
  width: 28px;
  height: 28px;
  color: #fff;
}
.ai-chat-bubble--hiding {
  opacity: 0;
  transform: scale(0.8);
}
.ai-chat-bubble--showing {
  animation: aiChatBubbleFadeIn 0.25s ease-out;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ai-chat-bubble {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 16px;
  }
  .ai-chat-bubble .ai-chat-bubble__icon {
    width: 24px;
    height: 24px;
  }
}

@keyframes aiChatBubbleFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ai-chat-window {
  position: fixed;
  z-index: 9999;
  bottom: 96px;
  right: 24px;
  width: 380px;
  max-width: calc(100vw - 48px);
  height: 550px;
  max-height: calc(100vh - 140px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: aiChatSlideIn 0.2s ease-out;
}
@keyframes aiChatSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ai-chat-window {
    width: calc(100vw - 32px);
    height: calc(100vh - 100px);
    bottom: 80px;
    right: 16px;
    max-height: none;
  }
}
.ai-chat-window__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #fff;
  color: #333333;
  flex-shrink: 0;
  border-bottom: 0.5px solid #e6e6e6;
}
.ai-chat-window__header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-chat-window__avatar {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-chat-window__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-chat-window__title {
  font-size: 14px;
  font-weight: 600;
}
.ai-chat-window__header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-chat-window__action-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.ai-chat-window__tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  z-index: 10000;
  pointer-events: none;
  animation: aiChatTooltipFadeIn 0.15s ease-in-out;
}
.ai-chat-window__tooltip::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #333;
}
@keyframes aiChatTooltipFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ai-chat-window__action-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.ai-chat-window__action-btn:hover {
  opacity: 1;
}
.ai-chat-window__action-btn svg {
  width: 16px;
  height: 16px;
  color: #333333;
}
.ai-chat-window__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.ai-chat-window__close:hover {
  opacity: 1;
}
.ai-chat-window__close svg {
  width: 18px;
  height: 18px;
  color: #333333;
}
.ai-chat-window__messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-chat-window__messages::-webkit-scrollbar {
  width: 5px;
}
.ai-chat-window__messages::-webkit-scrollbar-track {
  background-color: transparent;
}
.ai-chat-window__messages::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 5px;
}
.ai-chat-window__welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  height: 100%;
  justify-content: center;
}
.ai-chat-window__welcome h3 {
  margin: 12px 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.ai-chat-window__welcome p {
  color: #6c6c6c;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
  max-width: 280px;
}
.ai-chat-window__welcome-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-chat-window__welcome-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-chat-window__loading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6c6c6c;
  font-size: 13px;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 12px;
  align-self: flex-start;
}
.ai-chat-window__error {
  color: #d44343;
  font-size: 13px;
  padding: 10px 12px;
  background: #fef2f2;
  border-radius: 8px;
  text-align: center;
}

.ai-chat-message {
  display: flex;
  gap: 8px;
  max-width: 100%;
}
.ai-chat-message--user {
  flex-direction: row-reverse;
}
.ai-chat-message--user .ai-chat-message__content {
  background: #3376a3;
  color: #fff;
  border-radius: 14px 14px 4px 14px;
}
.ai-chat-message--user .ai-chat-message__content a {
  color: #fff;
  text-decoration: underline;
}
.ai-chat-message--assistant .ai-chat-message__content {
  background: #f5f5f5;
  color: #333333;
  border-radius: 14px 14px 14px 4px;
}
.ai-chat-message__avatar {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.ai-chat-message__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-chat-message__content {
  padding: 10px 14px;
  max-width: 85%;
  font-size: 13px;
  line-height: 1.5;
}
.ai-chat-message__content p {
  margin: 0 0 8px;
}
.ai-chat-message__content p:last-child {
  margin-bottom: 0;
}
.ai-chat-message__content h1, .ai-chat-message__content h2, .ai-chat-message__content h3, .ai-chat-message__content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0 6px;
}
.ai-chat-message__content h1:first-child, .ai-chat-message__content h2:first-child, .ai-chat-message__content h3:first-child, .ai-chat-message__content h4:first-child {
  margin-top: 0;
}
.ai-chat-message__content ul, .ai-chat-message__content ol {
  margin: 6px 0;
  padding-left: 18px;
}
.ai-chat-message__content ul li, .ai-chat-message__content ol li {
  margin-bottom: 4px;
}
.ai-chat-message__content strong, .ai-chat-message__content b {
  font-weight: 600;
}
.ai-chat-message__content code {
  background: rgba(0, 0, 0, 0.08);
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: monospace;
}
.ai-chat-message__content pre {
  background: #333333;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 8px 0;
  font-size: 12px;
}
.ai-chat-message__content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.ai-chat-message__content a {
  color: #24bffa;
  text-decoration: none;
}
.ai-chat-message__content a:hover {
  text-decoration: underline;
}

.ai-chat-input {
  padding: 12px 16px;
  border-top: 1px solid #eeeeee;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-shrink: 0;
}
.ai-chat-input__field {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  font-size: 13px;
  resize: none;
  outline: none;
  max-height: 100px;
  min-height: 40px;
  line-height: 1.4;
  font-family: inherit;
}
.ai-chat-input__field:focus {
  border-color: #3376a3;
}
.ai-chat-input__field::-moz-placeholder {
  color: #aaaaaa;
}
.ai-chat-input__field::placeholder {
  color: #aaaaaa;
}
.ai-chat-input__send {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3376a3;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, opacity 0.2s;
}
.ai-chat-input__send:hover {
  background: rgb(44.9228971963, 103.9392523364, 143.5771028037);
}
.ai-chat-input__send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ai-chat-input__send svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.ai-chat-prompts {
  width: 100%;
}
.ai-chat-prompts__title {
  font-size: 11px;
  color: #6c6c6c;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.ai-chat-prompts__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ai-chat-prompts__item {
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  color: #444444;
  line-height: 1.4;
}
.ai-chat-prompts__item:hover {
  background: #f5f5f5;
  border-color: #c8c8c8;
}

/* Loader animation for thinking state */
.ai-chat-loader {
  display: flex;
  gap: 4px;
}
.ai-chat-loader span {
  width: 6px;
  height: 6px;
  background: #aaaaaa;
  border-radius: 50%;
  animation: aiChatLoaderBounce 1.4s ease-in-out infinite both;
}
.ai-chat-loader span:nth-child(1) {
  animation-delay: -0.32s;
}
.ai-chat-loader span:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes aiChatLoaderBounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* ------------------------------------------------------------ *\
    Support Ticket Components
\* ------------------------------------------------------------ */
/* Support Ticket Status Badge */
.support-ticket-status-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  text-transform: capitalize;
}
.support-ticket-status-badge--blue {
  background-color: #e3f2fd;
  color: #1565c0;
}
.support-ticket-status-badge--green {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.support-ticket-status-badge--yellow {
  background-color: #fff3e0;
  color: #ef6c00;
}
.support-ticket-status-badge--purple {
  background-color: #f3e5f5;
  color: #7b1fa2;
}
.support-ticket-status-badge--gray {
  background-color: #f5f5f5;
  color: #757575;
}

/* Support Page Styles */
.support-page {
  max-width: 800px;
}
.support-page__section {
  margin-bottom: 40px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.support-page__section h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.support-page__section p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.support-page__success {
  text-align: center;
  padding: 40px 20px;
}
.support-page__success p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

/* Support Tickets Empty State */
.support-tickets-empty {
  padding: 40px 20px;
  text-align: center;
  color: #666;
  background-color: #fff;
  border-radius: 8px;
}

/* Support Ticket Page */
.support-ticket-page {
  max-width: 800px;
}
.support-ticket-page__reply {
  margin-top: 30px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.support-ticket-page__reply h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.support-ticket-page--admin {
  display: flex;
  gap: 24px;
  max-width: 100%;
}
.support-ticket-page--admin .support-ticket-thread {
  flex: 1;
  min-width: 0;
  margin-bottom: 23px;
}
.support-ticket-page--admin .support-ticket-page__reply {
  width: 500px;
  flex-shrink: 0;
  margin-top: 0;
  position: sticky;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
}
.support-ticket-page--admin .support-ticket-thread__message--admin {
  background-color: #e3f2fd;
}

/* Support Ticket Thread */
.support-ticket-thread {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.support-ticket-thread__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.support-ticket-thread__header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.support-ticket-thread__info {
  padding: 16px 24px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
}
.support-ticket-thread__info p {
  font-size: 14px;
  margin: 0 0 8px 0;
}
.support-ticket-thread__info p:last-child {
  margin-bottom: 0;
}
.support-ticket-thread__info p strong {
  font-weight: 600;
  margin-right: 8px;
}
.support-ticket-thread__messages {
  padding: 20px 24px;
}
.support-ticket-thread__message {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.support-ticket-thread__message:last-child {
  margin-bottom: 0;
}
.support-ticket-thread__message--admin {
  background-color: #e8f5e9;
}
.support-ticket-thread__message-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.support-ticket-thread__message-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  flex-wrap: nowrap;
}
.support-ticket-thread__message-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.support-ticket-thread__message-author {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.support-ticket-thread__badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  background-color: #1565c0;
  color: #fff;
  border-radius: 10px;
}
.support-ticket-thread__message-date {
  font-size: 12px;
  color: #999;
}
.support-ticket-thread__message-body {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  white-space: pre-wrap;
}
.support-ticket-thread__edit-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  font-family: inherit;
  resize: vertical;
}
.support-ticket-thread__edit-form textarea:focus {
  outline: none;
  border-color: #999;
}
.support-ticket-thread__edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}

/* Support Ticket Status Select */
.support-ticket-status-select {
  display: flex;
  align-items: center;
  gap: 10px;
}
.support-ticket-status-select label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.support-ticket-status-select__select {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}
.support-ticket-status-select__select:focus {
  outline: none;
  border-color: #0e97e2;
}

/* Support Ticket Form Styles */
.form--support-ticket .form__row {
  margin-bottom: 16px;
}

.form--support-ticket-reply .form__content {
  display: block;
  width: 100%;
}
.form--support-ticket-reply .form__default {
  width: 100%;
}
.form--support-ticket-reply .form__textarea {
  width: 100%;
}
.form--support-ticket-reply textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.form--support-ticket-reply .form__footer {
  border-top: none;
  padding: 0;
}

/* Table Message Preview */
.message-preview {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

/* Subheader Filter Styles */
.subheader__filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.subheader__filter label {
  font-size: 13px;
  color: #666;
}
.subheader__filter select {
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

/* ------------------------------------------------------------ *\
    Kanban Minimal Style
    A clean, Fibery-inspired minimal kanban view
\* ------------------------------------------------------------ */
[data-kanban-style=minimal] .groups {
  gap: 0;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
[data-kanban-style=minimal] .groups__container {
  gap: 0;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
[data-kanban-style=minimal] .group__draggable-container {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  [data-kanban-style=minimal] .group__draggable-container {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
  }
  [data-kanban-style=minimal] .group__draggable-container:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
[data-kanban-style=minimal] .group--task {
  background: transparent;
  border-radius: 0;
  padding: 0 8px 16px;
}
@media (max-width: 1023px) {
  [data-kanban-style=minimal] .group--task {
    padding: 0 0 16px;
  }
}
[data-kanban-style=minimal] .group .group__header {
  border-radius: 6px;
  padding: 11px 16px;
  box-shadow: none;
  opacity: var(--kanban-header-opacity, 1);
}
[data-kanban-style=minimal] .group .group__header:hover {
  transform: none;
  box-shadow: none;
}
[data-kanban-style=minimal] .group--expanded .group__header {
  border-radius: 6px;
}
[data-kanban-style=minimal] .group__header:has(+ .group__subheader) {
  border-radius: 6px 6px 0 0;
}
[data-kanban-style=minimal] .group__subheader {
  border-radius: 0 0 6px 6px;
}
[data-kanban-style=minimal] .group__subheader .progressbar {
  border-radius: 0 0 6px 6px;
}
[data-kanban-style=minimal] .group__tasks {
  padding: 12px 0 0;
}
[data-kanban-style=minimal] .group__task {
  margin-bottom: 0;
  padding: 4px 0;
  border-bottom: 1px solid #e8e8e8;
}
[data-kanban-style=minimal] .group__task:first-of-type {
  padding-top: 0;
}
[data-kanban-style=minimal] .group__task:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
[data-kanban-style=minimal] .box--task {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
[data-kanban-style=minimal] .box--task:hover {
  background: #fafafa;
  border-color: #d8d8d8;
  transform: none;
  box-shadow: none;
}
[data-kanban-style=minimal] .box--task .box-color {
  display: none;
}
[data-kanban-style=minimal] .box--task .box__container {
  padding: 12px 14px 10px;
  margin-bottom: 0;
  border-radius: 4px;
}
[data-kanban-style=minimal] .box--task .box__header {
  padding: 0;
}
[data-kanban-style=minimal] .box--task .box__header-left {
  align-items: flex-start !important;
}
[data-kanban-style=minimal] .box--task .box__header-left svg {
  margin-top: 2px !important;
  margin-right: 10px !important;
}
[data-kanban-style=minimal] .box--task .box__header-left__text strong {
  font-size: 14px;
  font-weight: 500;
  color: #37352f;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[data-kanban-style=minimal] .box--task .box__header-left__text span, [data-kanban-style=minimal] .box--task .box__header-left__text i {
  font-size: 13px;
  color: #9b9a97;
}
[data-kanban-style=minimal] .box--task .box__task-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 5px;
  flex-shrink: 0;
}
[data-kanban-style=minimal] .box--task .box__content {
  margin: 8px 0;
  padding: 8px 0;
  border-color: #f0f0f0;
}
[data-kanban-style=minimal] .box--task .box__content-text {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.5;
}
[data-kanban-style=minimal] .box--task .box__divider {
  border-color: #f0f0f0;
}
[data-kanban-style=minimal] .box--task .box__footer {
  padding: 8px 0 0;
  margin-top: 8px;
  border-top: 1px solid #f0f0f0 !important;
}
[data-kanban-style=minimal] .box--task .box__button {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 8px;
  color: #6b6b6b;
}
[data-kanban-style=minimal] .box--task .box__button:hover {
  background: #f7f7f7;
  box-shadow: none;
}
[data-kanban-style=minimal] .box--task .box__button strong {
  font-size: 12px;
}
[data-kanban-style=minimal] .box--task .task-avatars__avatar {
  width: 24px;
  height: 24px;
  border-width: 1.5px;
  background: #ffffff;
}
[data-kanban-style=minimal] .group__actions {
  padding: 8px 0 0;
}
[data-kanban-style=minimal] .group__actions .box__button.add {
  background: transparent;
  border: none;
  border-radius: 4px;
  color: #9b9a97;
  font-size: 13px;
  padding: 8px 0;
  justify-content: flex-start;
}
[data-kanban-style=minimal] .group__actions .box__button.add:hover {
  background: #f7f7f7;
  color: #37352f;
  box-shadow: none;
}
[data-kanban-style=minimal] .group__actions .box__button.add svg {
  width: 14px;
  height: 14px;
}
[data-kanban-style=minimal] .group--collapsed .group__header {
  border-radius: 6px;
}
[data-kanban-style=minimal] .group--collapsed.group--task {
  padding-bottom: 0;
}
[data-kanban-style=minimal] .group--expanded {
  animation: none;
}
[data-kanban-style=minimal] .group--expanded .group__header {
  border-radius: 6px;
}
[data-kanban-style=minimal] .group--expanded .group__header:has(+ .group__subheader) {
  border-radius: 6px 6px 0 0;
}
[data-kanban-style=minimal] .group--expanded .group__tasks {
  animation: none;
}
[data-kanban-style=minimal] .group__draggable-container[style*="position: fixed"] .group--task {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

/* ------------------------------------------------------------ *\
    Task ID Badge
\* ------------------------------------------------------------ */
.task-id-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px 5px 9px;
  background-color: #f7f7f7;
  border: 1px solid #e7ebee;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #5a6872;
  cursor: pointer;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.task-id-badge:hover {
  background-color: #e4e9ef;
  border-color: #d0d6dc;
  color: #3d4852;
}
.task-id-badge:active {
  background-color: #d8dee5;
  transform: scale(0.98);
}
.task-id-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 2;
}
.task-id-badge__id {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.form__col-head .task-id-badge {
  margin-right: -40px;
}

.developer-api-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.developer-api-section > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.developer-api-section__description {
  margin-bottom: 15px;
  font-size: 13px;
  color: #666;
}
.developer-api-section__token-display {
  margin-bottom: 20px;
}
.developer-api-section__token-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .developer-api-section__token-box {
    flex-direction: column;
    align-items: stretch;
  }
}
.developer-api-section__token {
  flex: 1;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 12px;
  word-break: break-all;
  color: #333;
}
.developer-api-section__warning {
  margin: 0;
  padding: 8px 12px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  font-size: 12px;
  color: #856404;
}
.developer-api-section__status {
  margin-bottom: 15px;
}
.developer-api-section__status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.developer-api-section__status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.developer-api-section__status-dot--active {
  background: #28a745;
}
.developer-api-section__status-label {
  font-size: 13px;
  font-weight: 500;
  color: #28a745;
}
.developer-api-section__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
}
.developer-api-section__meta span {
  display: inline-block;
}
.developer-api-section__actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .developer-api-section__actions {
    flex-direction: column;
  }
}
.developer-api-section__examples {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.developer-api-section__examples > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
.developer-api-section__code {
  margin: 0;
  padding: 15px;
  background: #1e1e1e;
  border-radius: 6px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 11px;
  line-height: 1.5;
  color: #d4d4d4;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
.developer-api-section__code--small {
  padding: 10px 12px;
  font-size: 12px;
}
.developer-api-section__code--script {
  max-height: 300px;
  overflow-y: auto;
  font-size: 10px;
  line-height: 1.4;
}
.developer-api-section__claude-integration {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.developer-api-section__claude-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: color 0.15s ease;
}
.developer-api-section__claude-toggle:hover {
  color: #0066cc;
}
.developer-api-section__claude-toggle-icon {
  font-size: 10px;
  color: #666;
  transition: transform 0.15s ease;
}
.developer-api-section__claude-content {
  margin-top: 15px;
  padding-left: 18px;
}
.developer-api-section__claude-intro {
  margin: 0 0 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.developer-api-section__claude-step {
  margin-bottom: 20px;
}
.developer-api-section__claude-step > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.developer-api-section__claude-code-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.developer-api-section__claude-code-block .developer-api-section__code {
  flex: 1;
  margin: 0;
}
@media (max-width: 576px) {
  .developer-api-section__claude-code-block {
    flex-direction: column;
    align-items: stretch;
  }
  .developer-api-section__claude-code-block .developer-api-section__code {
    margin-bottom: 8px;
  }
}
.developer-api-section__claude-script-container {
  margin-bottom: 10px;
  border: 1px solid #333;
  border-radius: 6px;
  overflow: hidden;
}
.developer-api-section__claude-example {
  margin: 0;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 6px;
  font-size: 13px;
  font-style: italic;
  color: #555;
  line-height: 1.6;
}
.developer-api-section__claude-commands {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed #e6e6e6;
}
.developer-api-section__claude-commands > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
