.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
}

/*
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 300;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 400;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 400;
}

!* p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
} *!

a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #0986b7;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

img {
    display: inline-block;
    max-width: 100%;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}
*/

.menu-icon {
  width: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-issue-title.white {
  color: #fff;
}

.issue-plans-updates-text {
  display: inline;
}

.next-to-icon {
  font-family: "Open Sans", sans-serif;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}

.next-to-icon:hover {
  color: #fff;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 15px;
  max-width: 15px;
  margin-right: 8px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[dir="rtl"] .icon-block {
  margin-right: 0;
  margin-left: 8px;
}

.box-text {
  margin-top: 8px;
}

.box-text a {
  font-size: 16px;
}

.small-text {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text {
  font-weight: 700;
}

.view-container {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
}

.views-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.widgets-block {
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18%;
  max-width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.project-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.menu-item {
  height: auto;
  min-height: 18px;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

body[dir="rtl"] .menu-item {
  padding: 0;
}

.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #007fad;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #000;
  text-decoration: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  min-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #007fad;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
}

.button:hover {
  background-color: #026b92;
  box-shadow: none;
  color: #fff;
}

.button.white {
  border: 1px solid #007fad;
  background-color: #fff;
  color: #000;
}

.button.white:hover {
  border-color: #026b92;
  background-color: #007fad;
  color: #fff;
}

.button.white.hover {
  font-size: 12px;
}

.button.white.hover:hover {
  background-color: #e5e5e5;
  color: #000;
}

.button.white.medium {
  height: 40px;
  font-size: 16px;
}

.button.white.medium:hover {
  background-color: #ccc;
  color: #000;
}

.button.white.dropdown {
  background-image: url("/issues/images/noun_back_1245545-6.svg");
}

.button.white.dropdown.admin {
  margin-right: auto;
  margin-left: 0;
  padding-right: 15px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #007fad;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body[dir="rtl"] .button.white.dropdown.admin {
  margin-right: 0;
  margin-left: auto;
}

.button.white.dropdown.admin:hover {
  background-color: #e5e5e5;
  color: #000;
}

.button.big {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.button.big.wide {
  width: 100%;
  text-align: center;
}

.button.big.wide.white:hover {
  background-color: #e5e5e5;
  color: #000;
}

.button.grey {
  min-width: auto;
  background-color: #ccc;
  box-shadow: none;
  color: #333;
}

.button.grey:hover {
  background-color: #aaa;
}

.button.grey.right-gap {
  margin-right: 10px;
}

.button.grey.medium.short {
  min-width: 50px;
}

.button.wide {
  width: 100%;
}

.button.action {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 34px;
  background-color: transparent;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.button.action:hover {
  background-color: #e5e5e5;
}

.button.action.like {
  background-image: url("/issues/images/noun_like_1314302_G.svg");
  background-position: 6px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.action.comment {
  background-image: url("/issues/images/noun_comment_1314304_G.svg");
  background-position: 6px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.action.share {
  background-image: url("/issues/images/noun_Share_1314306_G.svg");
  background-position: 6px 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.button.card-button {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.button.card-button.green {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #478033;
}

.button.card-button.green:hover {
  background-color: #34692f;
}

.button.card-button.blue {
  min-width: 110px;
}

.button.card-button.white {
  background-color: #fff;
  color: #007fad;
}

.button.card-button.white:hover {
  background-color: #e5e5e5;
}

.button.card-button.white.wide {
  margin-bottom: 10px;
  margin-left: 0;
}

.button._100 {
  width: 100px;
  height: 35px;
}

.button._100.grey {
  background-color: #ccc;
  color: #000;
}

.button._100.grey:hover {
  background-color: #b2b2b2;
}

.button._100.red {
  margin-right: 0;
  margin-left: auto;
  background-color: #b20000;
}

.button._100.red:hover {
  background-color: #8d0000;
}

.button._100.gap-after {
  margin-right: 10px;
}

.button._100.login-flow {
  width: 100%;
  height: 40px;
  font-size: 16px;
}

.button.register {
  width: 100%;
  height: 40px;
}

.button.join {
  height: 35px;
}

.button.small.gap-after {
  margin-right: 10px;
}

.button-transparent {
  border: 1px solid #000;
  border-radius: 8px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.button-transparent.white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

body[dir="rtl"] .button.w-button {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

.button.small.short.content-table {
  margin-right: 10px;
}

.button.small.goal {
  margin-right: 10px;
}

.button.inactive {
  background-color: #e5e5e5;
  color: #000;
}

.button.popup.right-gap {
  margin-right: 10px;
}

.button.dropdown {
  padding-right: 25px;
  background-image: url("/issues/images/noun_back_1245545-5.svg");
  background-position: 97% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

body[dir="rtl"] .button.dropdown {
  background-position: 3% 50%;
}

.button.dropdown {
  margin-right: 0;
  margin-left: auto;
  padding-right: 25px;
  background-position: 93% 50%;
}

body[dir="rtl"] .button.dropdown {
  margin-right: auto;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 25px;
}

.button.dropdown.create {
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}

.button.dropdown.create.admin-menu {
  margin-right: 10px;
  margin-left: 0;
  padding-left: 10px;
}

.button.dropdown.create.he {
  margin-right: auto;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-position: 10% 50%;
  font-family: "Opensanshebrew webfont", sans-serif;
  letter-spacing: 1px;
}

body[dir="rtl"] .button.dropdown.create.he {
  background-position: 90% 50%;
}

.button.dropdown.gap {
  margin-right: 10px;
  padding-right: 30px;
}

.button.dropdown.no-gap {
  position: relative;
  margin-top: 0;
  background-position: 96% 50%;
}

.button.dropdown.no-gap.clicked {
  outline: none;
}

body[dir="rtl"] .button.dropdown.no-gap {
  background-position: 4% 50%;
}

.button.gap-after {
  margin-right: 10px;
}

.button.gap-after.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.medium {
  height: 40px;
  font-size: 16px;
  line-height: 1em;
}

.button.icon {
  width: 50px;
  min-width: 50px;
  margin-right: 3px;
  margin-left: 3px;
}

.button.upload-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  min-width: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: url("/issues/images/noun_Upload_3136046-1.svg");
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.button.no-gap {
  min-width: auto;
  margin-bottom: 0;
}

.button.no-gap.att-all {
  margin-top: 0;
}

.button.upload {
  min-width: auto;
  margin-bottom: 0;
}

.button.red {
  background-color: #b20000;
  opacity: 0.8;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
}

.button.red:hover {
  opacity: 1;
}

.button.green {
  margin-right: 10px;
  background-color: #478033;
  opacity: 0.8;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
}

body[dir="rtl"] .button.green {
  margin-right: 0;
  margin-left: 10px;
}

.button.green:hover {
  opacity: 1;
}

.button.limited {
  width: 200px;
}

.button.add-plan {
  margin-right: 0;
  margin-left: 12px;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.svelte-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.card-title {
  margin-top: 0;
}

.center-block {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  /*overflow: hidden;*/
  margin-bottom: 50px;
  flex: 1;
}

.center-block.issues-questions {
  max-width: 700px;
  margin-left: 40px;
}

.center-block.goal-admin {
  border-radius: 8px;
  background-color: #fff;
}

.center-block.goal-admin.charts {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background-color: initial;
}

.participant-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.participant-block.vertical {
  overflow: visible;
  margin-top: -36px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.participant-block.widget {
  width: auto;
  min-width: auto;
  margin-top: 6px;
  margin-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.participant-block.widget.fixed-width {
  width: 240px;
}

.widget.manage-plan {
  min-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #b2b2b2;
  border-radius: 0;
}

.participant-block.rank {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.participant-block.update {
  margin-right: 30px;
  color: #fff;
}

.participant-block._10 {
  margin-top: 10px;
  margin-bottom: 10px;
  column-gap: 10px;
}

.participant-pic {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

body[dir="rtl"] .participant-pic {
  margin-right: 0;
  /* margin-left: 10px; */
}

.participant-pic.round {
  margin-bottom: auto;
  border-radius: 36px;
}

.participant-pic.round.question-card {
  display: none;
}

.participant-pic.round.question-card.inline {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid #fff;
}

.participant-pic.round.question-card.inline.second {
  margin-left: -15px;
}

.participant-pic.round.large {
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 506px;
}

.participant-pic.round.card-title {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #fff;
}

.participant-pic.round.card-title.last {
  margin-right: 15px;
  margin-left: 0;
}

.participant-pic.round.card-title.middle {
  margin-right: -15px;
  margin-left: 0;
}

.participant-pic.round.card-title.first {
  margin-right: -15px;
  margin-left: 15px;
}

.participant-pic.round.project-title {
  width: 80px;
  height: 80px;
  margin-right: 0;
  border: 1px solid #000;
  border-radius: 30px;
}

.participant-pic.round.medium {
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 10px;
  border-radius: 200px;
}

.participant-pic.round.second {
  margin-right: 0;
  margin-left: -15px;
  border: 1px solid #fff;
}

.participant-pic.round.second.small {
  width: 35px;
  height: 35px;
  border-color: #666;
}

.participant-pic.round.first {
  margin-right: 0;
  border: 1px solid #fff;
}

.participant-pic.round.first.small {
  width: 35px;
  height: 35px;
}

.participant-pic.round.first.small.flow {
  border-color: #666;
}

.participant-pic.round.new {
  background-color: #ccc;
  background-image: url("/issues/images/noun_Plus_10155.svg");
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.participant-pic.round.new:hover {
  opacity: 1;
}

.participant-pic.round.update-card {
  width: 24px;
  height: 24px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #fff;
}

.participant-pic.round.update-card.last {
  margin-right: 5px;
  margin-left: 0;
}

.participant-pic.round.update-card.middle {
  margin-right: -10px;
  margin-left: 0;
}

.participant-pic.round.update-card.first {
  margin-right: -10px;
}

.participant-pic.round.plan-in-admin {
  width: 25px;
  height: 25px;
  margin-top: auto;
}

.participant-pic.round.plan-in-admin.climb {
  margin-left: -20px;
  margin-right: 0;
}

body[dir="rtl"] .participant-pic.round.plan-in-admin.climb {
  margin-right: -20px;
  margin-left: 0;
}

.participant-pic.round.plans-admin {
  margin-left: -30px;
}

body[dir="rtl"] .participant-pic.round.plans-admin {
  margin-left: 0;
  margin-right: -30px;
}

.participant-pic.round.graph {
  width: 40px;
  height: 40px;
  margin-top: auto;
}

.participant-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.participant-details.black {
  color: #000;
}

.participant-name {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  direction: ltr;
  color: #000;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.15em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  max-width: 215px;
}

.participant-name:hover {
  color: #026b92;
  text-decoration: none;
}

.participant-name.collection {
  font-weight: 400;
}

.participant-name.collection:hover {
  text-decoration: none;
}

.participant-name.collection.flow {
  display: inline-block;
  margin-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
}

.participant-name.light {
  height: 20px;
  font-weight: 400;
}

.participant-title {
  margin-top: 0;
  padding-top: 2px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 160px;
}

.participant-title.center {
  text-align: center;
}

.participant-title.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  font-size: 12px;
  line-height: 1.3em;
  text-align: left;
}

.widget-heading {
  font-size: 20px;
  line-height: 2.5em;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.widget-heading.white {
  color: #fff;
}

.widget-heading.blue {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #007fad;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.widget-heading.blue:hover {
  text-decoration: underline;
}

.widget-heading.blue.small {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.widget-heading.blue.small:hover {
  text-decoration: none;
}

.widget {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
}

.widget.welcome {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.widget.green {
  background-color: #34692f;
}

.widget.red {
  background-color: #b20000;
}

.widget.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget.leaders-admin {
  width: 23%;
  min-width: 200px;
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 20px;
  padding-top: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.thumbnail {
  width: 43px;
  height: 43px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #cccccc;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

body[dir="rtl"] .thumbnail {
  margin-right: 0;
  margin-left: 5px;
}

.thumbnail._2 {
  background-image: url("/issues/images/shutterstock_129657923.jpg");
}

.thumbnail.grid {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-image: none;
  opacity: 0.8;
}

.thumbnail.issues {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c63b7), to(#4c63b7));
  background-image: linear-gradient(180deg, #4c63b7, #4c63b7);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}

.thumbnail.streched {
  height: auto;
}

.thumbnail.action {
  background-color: #f78e57;
  background-image: url("/issues/images/noun_demonstration_854379.svg");
  background-position: 50% 50%;
  background-size: 35px;
}

.thumbnail.action.meeting {
  background-image: url("/issues/images/noun_Meeting_541225.svg");
}

.thumbnail.proposal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c63b7), to(#4c63b7));
  background-image: linear-gradient(180deg, #4c63b7, #4c63b7);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}

.thumbnail.achievement {
  background-color: #478033;
  background-image: url("/issues/images/noun_achievement_648262-1.svg");
  background-size: 35px;
}

.thumbnail.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666;
  background-image: none;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}

.thumbnail.drag {
  width: 25px;
  height: 25px;
  margin-right: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.menu-selected-options {
  display: block;
  height: auto;
}

.insight {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6em;
}

.insight.w--current {
  color: #000;
}

.tab-content {
  overflow: visible;
  width: 100%;
  padding-bottom: 150px;
}

.tab-content.shorter {
  padding-bottom: 0;
}

.align-center {
  text-align: center;
}

.bold-text-2 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
}

.object-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.object-text-box.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.object-text-box.question.white {
  padding-left: 20px;
}

.object-text-box.action {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.object-text-box.proposals {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.object-text-box.media {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.object-text-box.add-plan {
  max-width: 800px;
  padding-left: 0;
}

.object-text-box.plans-in-admin {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.site-name-box {
  margin-left: 16px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 12px;
  text-decoration: none;
}

.site-name-box.he {
  margin-right: 16px;
  margin-left: 0;
  direction: rtl;
}

.site-name-box.fixed {
  transform: scale(0.9) translate3d(-35px, 22px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu {
  top: 30px;
  right: 0;
  min-width: 150px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

body[dir="rtl"] .dropdown-menu {
  left: 0;
  right: unset;
}

.dropdown-menu.w--open {
  z-index: auto;
}

.dropdown-menu.launch-flow {
  right: auto;
  width: 100%;
  text-align: center;
}

.dropdown-menu.goal {
  position: absolute;
  top: 35px;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 150px;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-menu._35 {
  top: 35px;
}

.signup-fieldbox {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 400;
}

.signup-fieldbox.tight {
  margin-bottom: 10px;
}

.fixed-width-form {
  display: block;
  width: 500px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

.fixed-width-form.auto-width {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

/*.spinner {
    display: none;
    width: 16px;
    margin: 42px auto 32px;
}*/

.top-20px {
  margin-top: 20px;
}

.stats-box._20 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.stats-numbers {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.stats-numbers:hover {
  text-decoration: none;
}

.stats-numbers.bold {
  margin-bottom: 3px;
  font-size: 35px;
  font-weight: 800;
}

.stats-numbers.bold.big {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

.stats-numbers.admin {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #007fad;
  font-size: 46px;
  line-height: 1em;
  font-weight: 400;
}

.stats-numbers.admin-goals {
  margin-top: 0;
  margin-bottom: 3px;
  color: #000;
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -1px;
}

.stats-numbers.admin-goals.small {
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 400;
}

.stats-label {
  margin-top: 0;
  margin-bottom: 0;
}

.stats-label.admin {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
}

.stats-label.admin.title {
  margin-left: 0;
  color: #007fad;
  font-size: 16px;
  font-weight: 300;
}

.stats-label.admin.title.gap {
  margin-bottom: 15px;
}

.stats-label.admin.title.red {
  color: #b20000;
  font-weight: 300;
}

.line-break {
  height: 1px;
  margin-top: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  border-top-width: 1px;
  border-top-color: #ccc;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  margin: 5px 30px 7px 0;
  padding: 5px 0 5px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #f5f5f5;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
}

.nav-button:hover {
  border-bottom: 2px solid #007fad;
  color: #000;
}

.nav-button.w--current {
  border-bottom: 2px solid #007fad;
  color: #000;
}

.nav-button.w--current:hover {
  padding-bottom: 5px;
}

.nav-button.current {
  background-color: #4c63b7;
  color: #fff;
}

.nav-button.projects {
  padding-left: 30px;
  background-image: url("/issues/images/noun_Peace_61038.svg");
  background-position: 8px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.nav-button.members {
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.nav-button.party {
  background-image: url("/issues/images/noun_Torch_730580.svg");
  background-position: 0 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.nav-button.party {
  background-image: none;
}

.nav-button.events {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat;
}

.nav-button.issues.he {
  margin-right: 0;
  margin-left: 3%;
  direction: rtl;
  font-family: "Opensanshebrew webfont", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.nav-button.questions.he {
  margin-right: 0;
  margin-left: 3%;
  direction: rtl;
  font-family: "Opensanshebrew webfont", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.nav-button.people.he {
  margin-right: 0;
  margin-left: 3%;
  direction: rtl;
  font-family: "Opensanshebrew webfont", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.nav-button.profile {
  display: none;
}

.content {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #f5f5f5;
}

.participant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.italic-text {
  line-height: 1.5em;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-width: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.card.cell {
  height: 420px;
  max-width: 400px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card.green {
  background-color: #478033;
  cursor: pointer;
}

.card.image-update {
  padding-top: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card.blue {
  background-color: #007fad;
}

.card.red {
  background-color: #b20000;
}

.card.inside {
  width: 32%;
  max-width: 300px;
  min-width: 200px;
  margin: 0.5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #b2b2b2;
}

.card.profile {
  width: 100%;
  height: 100%;
  min-width: 170px;
  margin: 0.5%;
  padding-bottom: 20px;
  border: 1px solid #e5e5e5;
}

.card.profile:hover {
  background-color: #f5f5f5;
  -ms-transform: none;
  transform: none;
}

.card.project {
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #b2b2b2;
}

.card.leader {
  position: relative;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right-width: 1px;
  border-right-color: #666;
  border-radius: 0;
  background-color: #f5f5f5;
  box-shadow: none;
}

.card.meet {
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #b2b2b2;
}

.card.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 350px;
  min-height: 350px;
  min-width: 450px;
  margin-top: 0;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0;
}

.card.question:hover {
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.card.question.small {
  width: 50%;
  min-height: 300px;
  min-width: 300px;
  margin-top: 0;
  margin-right: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.member {
  width: 100%;
  max-width: 240px;
  min-width: 180px;
}

.card.media-item {
  min-width: 170px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #b2b2b2;
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
}

.card.media-item:hover {
  border-color: #007fad;
  -webkit-filter: none;
  filter: none;
}

.card.group {
  width: 32%;
  min-width: 200px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #b2b2b2;
}

.update-text {
  width: 90%;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  cursor: pointer;
}

.update-text.small {
  font-size: 13px;
  line-height: 1.3em;
}

.list {
  margin-bottom: 12px;
}

.card-image {
  position: relative;
  z-index: 5;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 140px;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("/issues/images/WhatsApp-Image-2020-03-09-at-17.36.03.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image.cells {
  background-image: url("/issues/images/maps.JPG");
}

.card-image.update {
  background-color: #4c63b7;
  background-image: url("/issues/images/noun_Bell_3408045.svg");
  background-size: 45px 45px;
}

.card-image.media {
  background-color: #f78e57;
  background-image: url("/issues/images/noun_Microphone_47284.svg");
  background-size: 60px 60px;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50vh;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-name {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.image {
  height: 80px;
}

.site-heading {
  margin-top: 0;
  margin-bottom: 2px;
  direction: ltr;
  color: #000;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.site-heading.he {
  direction: rtl;
  font-family: "Opensanshebrew webfont", sans-serif;
  font-size: 30px;
}

.site-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.site-menu.he {
  margin-right: auto;
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.site-logo {
  display: block;
  max-height: 60px;
  margin: 10px auto;
}

.site-logo.fixed {
  transform: scale(0.6) translate3d(-10px, 15px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.site-link {
  margin: 25px 10px;
  padding: 5px 10px;
  border-bottom: 4px none #fff;
  border-radius: 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.site-link:hover {
  background-color: #f5f5f5;
  color: #000;
}

.site-link.w--current {
  border-radius: 40px;
  background-color: #f5f5f5;
  color: #000;
}

.site-link.image {
  display: none;
}

.site-link.mobile-only {
  display: none;
}

.site-link.tasks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-link.he {
  direction: rtl;
  font-family: "Opensanshebrew webfont", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.site-link.fixed {
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.live-search-box {
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 7px 15px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("/issues/images/search.svg");
  background-position: 95% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 13px;
}

body[dir="rtl"] .live-search-box {
  background-position-x: 5%;
}

.live-search-box.small {
  width: 150px;
}

.live-search-box.small.community {
  width: 200px;
  padding-left: 10px;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.live-search-box.small.plans {
  margin-left: 0;
}

.live-search-box.small.plans {
  width: 300px;
  padding-left: 10px;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.live-search-box.small.goals {
  width: 300px;
  padding-left: 10px;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.live-search-box.meet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 98% 50%;
}

.site-body {
  margin-top: 80px;
  background-color: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.site-body.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.site-body.meet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70vh;
  max-width: 1400px;
  margin-top: 10px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-image.home {
  position: relative;
  height: 90vh;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.84);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.52)),
      to(rgba(0, 0, 0, 0.52))
    ),
    url("/issues/images/20080825_Michelle_Obama_Speaks_at_2008_Democratic_National_Convention.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url("/issues/images/20080825_Michelle_Obama_Speaks_at_2008_Democratic_National_Convention.png");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
}

.section-image.dashboard {
  position: relative;
  height: auto;
  min-width: 0;
  margin-right: -5px;
  margin-left: -5px;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
}

.top-image-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.cell-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.card-top-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 30px;
}

.card-top-icon.no-circle {
  border-style: none;
}

.card-top-icon.logo {
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon {
  width: 70%;
  height: auto;
}

.icon._20 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon._20:hover {
  -webkit-filter: none;
  filter: none;
}

.icon._20.contact {
  width: 18px;
  height: 18px;
  margin-left: 0;
  opacity: 0.5;
}

.icon._20.delete {
  display: none;
  width: 18px;
  height: 18px;
  opacity: 0.59;
}

.icon._20.red {
  margin-left: 0;
  -webkit-filter: none;
  filter: none;
}

.icon.update-box {
  width: 30px;
  height: 30px;
}

.icon._35 {
  width: 35px;
  height: 35px;
}

.icon.stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #007fad;
  border-radius: 30px;
}

.icon.stats.horizontal {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 1px;
}

.icon._30 {
  width: 30px;
  height: 30px;
}

.icon._10 {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}

.icon._40 {
  width: 40px;
  height: 40px;
}

.icon.settings {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: auto;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.icon.settings:hover {
  opacity: 1;
}

.icon.meet {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon.meet:hover {
  opacity: 1;
}

.icon.meet._30 {
  width: 25px;
  height: 25px;
}

.icon.meet.black {
  -webkit-filter: none;
  filter: none;
}

.icon._60 {
  width: 60px;
  height: 60px;
}

.icon.logo {
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.icon.opposite {
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.icon.delete {
  width: 25px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon.delete:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.text-inline {
  display: inline;
  font-size: 12px;
  padding: 0;
}

.card-top-title {
  margin: 10px 20px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.card-top-title.black {
  color: #000;
}

.card-participant-title {
  margin: 0 20px 20px;
  padding-top: 2px;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
}

.card-participant-title.space-under {
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

.card-participant-title.space-under.left {
  text-align: left;
}

.card-participant-title.meet {
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

.card-icon {
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-icon.small-icon {
  width: 30px;
}

.card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #007fad;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
}

.card-button:hover {
  background-color: #026b92;
  box-shadow: none;
  color: #fff;
}

.card-button.left {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.card-button.max {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-face {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-face.circle {
  border-radius: 50px;
}

.card-face.circle.left {
  margin-left: 0;
}

.card-face.circle.last {
  margin-right: 15px;
  margin-left: 0;
}

.card-face.circle.meet {
  width: 80px;
}

.card-face.small-icon {
  width: 30px;
  margin-right: 10px;
  margin-left: 0;
}

.card-face.small-icon.circle {
  height: 30px;
}

.card-face.small-icon.circle.admin {
  margin-right: 0;
}

.card-face.circle {
  border-radius: 50px;
}

.card-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-style: solid;
  border-width: 2px;
  border-color: #70c041;
  border-radius: 35px; */
}

.card-circle.small {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  margin-left: 0;
}

.card-circle.not-admin {
  border-color: transparent;
}

.card-circle.auto {
  width: auto;
  height: auto;
  margin-right: 0;
}

.card-circle.auto.name-to-right {
  margin-right: 10px;
}

.card-name-tilte {
  margin: 15px 20px 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.card-name-tilte:hover {
  color: #026b92;
  text-decoration: underline;
}

.card-name-tilte.space-above {
  margin-top: 10px;
}

.card-name-tilte.profile {
  margin: 0 0 5px;
}

.object-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.page-title {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  min-height: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007fad;
}

.page-title.homepage {
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.page-title.homepage.issue {
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-title.meet {
  position: static;
  height: auto;
  margin-top: 0;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.object-icon {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.object-icon.title {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}

.widget-read-more {
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  float: right;
  color: #007fad !important;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

body[dir="rtl"] .widget-read-more {
  margin-right: 0;
  float: left;
  text-align: right;
}

.blue-link {
  background-color: rgba(0, 0, 0, 0);
  color: #007fad !important;
  text-decoration: none;
}

.blue-link:hover {
  color: #026b92;
  text-decoration: underline !important;
}

.white-link {
  color: #fff !important;
}

.white-link:hover {
  text-decoration: underline !important;
  color: #57bee3 !important;
}

.widget-read-more:hover {
  color: #026b92;
  text-decoration: underline !important;
}

.widget-read-more.space-bottom {
  display: inline-block;
  margin-bottom: 20px;
}

.widget-read-more.updates.separator {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
}

.widget-read-more.updates.separator:hover {
  text-decoration: none;
}

.widget-read-more.updates.left {
  margin-right: auto;
}

body[dir="rtl"] .widget-read-more.updates.left {
  margin-right: unset;
  margin-left: auto;
}

.widget-read-more.left {
  margin-right: auto;
}

.object-box {
  position: relative;
  display: flex;
  margin: 10px 0;
  padding: 0 20px;
  border: 1px solid #4c63b7;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.object-box.event {
  border-color: #007fad;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.object-box.event:hover {
  background-color: #fff;
}

.object-box.decision {
  border-color: #4c63b7;
}

.object-box.decision.new {
  min-height: 220px;
  padding-right: 0;
  border-width: 2px;
  border-color: #4c63b7;
}

.object-box.answer {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-direction: row;
  border-style: none;
  border-inline-start-width: 5px;
  border-inline-start-color: #f78e57;
  border-inline-start-style: solid;
  width: 100%;
}

.object-box.answer.profile {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-right: 10px;
}

.object-box.answer.first {
  margin-top: 5px;
}

.object-box.answer.flow {
  margin-top: 0;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 181, 142, 0.1);
}

.object-box.answer.flow.no-background {
  background-color: #fff;
}

.object-box.question {
  min-height: 130px;
  margin-top: 10px;
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-bottom-color: #666;
  border-radius: 8px;
  background-color: #007fad;
  box-shadow: none;
}

.object-box.decision-insight {
  margin-bottom: 0;
  border-color: #4c63b7;
  border-bottom-style: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.object-box.insight-decision {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.object-box.no-gap {
  margin-top: 0;
}

.object-box.update {
  min-height: 130px;
  margin-top: 14px;
  margin-bottom: 0;
}

.object-box.action {
  border-color: #f78e57;
}

.object-box.action.new {
  min-height: 260px;
  margin-top: 10px;
  border-width: 2px;
  border-color: #f78e57;
}

.object-box.change {
  border-color: #478033;
}

.object-box.action {
  min-height: 130px;
  margin-top: 14px;
  margin-bottom: 0;
  padding-right: 0;
}

.object-box.action {
  border-color: #478033;
}

.object-box.issue-action {
  border-color: #f78e57;
}

.object-box.achievement.new {
  min-height: 260px;
  padding-right: 15px;
  border-width: 2px;
  border-color: #478033;
}

.object-box.media {
  border-color: #4c63b7;
}

.object-box.media.new {
  min-height: 220px;
  border-width: 2px;
  border-color: #ccc;
}

.object-box.proposal {
  border-color: #4c63b7;
}

.object-box.proposal:hover {
  background-color: rgba(76, 99, 183, 0.1);
}

.object-box.plan {
  border-color: #4c63b7;
}

.object-box.plan.new {
  min-height: 220px;
  padding-right: 0;
  border-width: 2px;
  border-color: #4c63b7;
}

.object-box.insight {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(71, 128, 51, 0.1);
}

.object-box.insight.flow {
  overflow: hidden;
  margin-bottom: 5px;
}

.object-box.insight.flow.no-background {
  background-color: #fff;
}

.object-box.plan-in-admin-box {
  margin-top: 0;
  padding-right: 30px;
  padding-left: 5px;
  border-color: #666;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

body[dir="rtl"] .object-box.plan-in-admin-box {
  padding-right: 5px;
  padding-left: 30px;
}

/* .object-box.plan-in-admin-box:hover {
    background-color: #f5f5f5;
    background-image: url("/issues/images/5e5cd1904a2aab514621aac2_ForwardArrow-Black.svg");
    background-position: 99% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
} */

/* body[dir=rtl] .object-box.plan-in-admin-box:hover {
    background-position: 2% 50%;
    background-image: url("/issues/images/5e5cd1904a2aab514621aac2_BackwardArrow-Black.svg");
} */

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("/issues/images/m2p.JPG");
  background-position: 50% 50%;
  background-size: cover;
}

.card-columns {
  margin-right: -5px;
  margin-left: -5px;
}

.page-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 1%;
}

.page-content.column {
  position: relative;
  overflow: visible;
  padding-top: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-content.white {
  margin-top: 30px;
  background-color: #fff;
}

.page-content.white.flow {
  overflow: auto;
  height: 100vh;
  margin-top: -80px;
  margin-bottom: -70px;
  padding-top: 80px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-content.white.join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: 2500px;
  margin-top: -80px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 80px;
  padding-right: 0;
  padding-left: 0;
}

.page-content.meet {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-content.meet.manage {
  height: 100vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-content.flow {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  margin-bottom: 0;
  padding: 80px 0 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.page-content.flow.highlights {
  padding-bottom: 110px;
}

.widget-footnote {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.3em;
  text-transform: none;
}

.page-box {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.page-box:first-of-type {
  margin-top: 0;
}

.page-box.blue {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #007fad;
}

.page-box.blue.title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.page-box.blue.question {
  margin-bottom: 0;
  padding: 15px 20px 50px;
  border-radius: 0;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.page-box.blue.issue {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: -0.5px;
}

.page-box.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-box.text.title {
  border-radius: 8px;
}

.page-box.text.title.issues {
  padding-bottom: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-box.text.title.issues.no-gap {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
}

.page-box.text.title.gap {
  margin-top: 20px;
}

.page-box.text.title.gap.full {
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-box.text.title.full {
  width: 100%;
}

.page-box.text.title._20 {
  margin-bottom: 20px;
}

.page-box.text.title.no-gap {
  padding-top: 0;
}

.page-box.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.page-box.back:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #000;
}

.page-box.back.white {
  margin-right: 20px;
  padding-right: 15px;
  border-right: 2px solid #fff;
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
}

.page-box.image {
  width: 100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-image: url("/issues/images/WhatsApp-Image-2020-11-12-at-7.35.59-PM.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.page-box.image.radius-down {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: url("/issues/images/20080825_Michelle_Obama_Speaks_at_2008_Democratic_National_Convention.png");
}

.page-box.grey {
  background-color: transparent;
}

.page-box.grey.hide {
  display: none;
}

.page-box.title {
  margin-top: 0;
  border-radius: 0;
}

.page-box.question {
  height: auto;
  margin-top: 0;
  padding: 0;
  background-image: url("/issues/images/5e5cd1904a2aab8cfb21ab25_Background-cover-1200x630-sunset1.jpg");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-box.question.in-issues {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-radius: 8px;
}

.page-box.forward {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: auto;
}

.page-box.forward:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #000;
}

.page-box.update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 0;
  background-color: transparent;
}

.page-box.update.first {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-box.full-image {
  width: 100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-image: url("/issues/images/WhatsApp-Image-2020-11-12-at-7.35.59-PM.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.page-box.full-image.issue {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 80px 0 0;
}

.page-box.above-image {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #007fad;
}

.page-box.above-image.issue {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 135px auto 60px;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: -0.5px;
}

.page-box.update-title {
  margin-top: 0;
}

.page-box.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.page-box.filter.issues {
  margin-top: 10px;
}

.box-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: capitalize;
}

.box-title:hover {
  text-decoration: none;
}

.box-title.center {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
}

.box-title.center.issues {
  text-transform: uppercase;
}

.box-title.back {
  margin-bottom: 0;
  margin-left: 5px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid #026b92;
  color: #026b92;
}

.box-title.small {
  font-size: 18px;
}

.box-title.update {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
}

.box-title.update.black {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}

.box-title.admin-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #b2b2b2;
}

.box-title.admin-menu.sub {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom-color: #666;
  font-size: 16px;
  font-weight: 600;
}

.box-title.admin-menu.filtering {
  padding-bottom: 5px;
}

.box-title.admin-menu.community {
  margin-bottom: 0;
  border-bottom-style: none;
}

.box-title.admin-menu.with-cta {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-style: none;
}

.box-title.forward {
  margin-right: 5px;
  padding-right: 10px;
  border-right: 2px solid #026b92;
}

.box-title.with-filtering {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-title.with-filtering.placeholder {
  font-family: "PT Serif", serif;
  color: #b2b2b2;
  font-size: 24px;
  letter-spacing: 0;
}

.box-title.subtitle {
  font-size: 22px;
  line-height: 1.2em;
}

.box-title.second {
  margin-top: 20px;
}

.box-title.meeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-title.project-homepage {
  margin-top: 15px;
}

.event-details {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.object-text {
  margin-top: 10px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* border: 1px solid transparent; */
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.object-text.light {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.object-text.insights {
  margin-top: 10px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 600;
}

.object-text.insights.new {
  padding-top: 3px;
  padding-left: 5px;
  border: 1px dashed #666;
  border-radius: 8px;
  color: #b2b2b2;
  font-weight: 600;
}

.object-text.insights.new.large {
  height: 90px;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
}

.object-text.insights.new.edit {
  display: block;
  width: auto;
  padding-bottom: 3px;
  border-color: transparent;
  color: #000;
}

.object-text.insights.new.edit:hover {
  border-color: #666;
  background-color: transparent;
}

.object-text.action-title {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
  text-transform: uppercase;
}

.object-text.details {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.object-text.details._5 {
  margin-bottom: 5px;
}

.object-text.details.new {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #666;
  border-radius: 8px;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 1.3em;
}

.object-text.details.new.center {
  width: 100px;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.object-text.details.new.large {
  height: 250px;
}

.object-text.details.new.no-gap {
  margin-bottom: 0;
}

.object-text.details.short {
  width: 130px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #666;
  font-size: 14px;
}

.object-text.action {
  min-height: 45px;
  margin-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
}

.object-text.update {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.object-text.update.new {
  padding-top: 3px;
  border: 1px dashed #666;
  border-radius: 8px;
  color: #b2b2b2;
  font-weight: 600;
}

.object-text.update.sub-title {
  font-size: 20px;
  font-weight: 400;
}

.object-text.update.sub-title.new {
  margin-bottom: 10px;
  padding-left: 0;
  border-style: none;
  font-size: 14px;
}

.object-text.proposal {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
}

.object-text.media {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

.object-text.media.new {
  height: 80px;
  padding-top: 3px;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #666;
  border-radius: 8px;
  color: #b2b2b2;
  font-weight: 600;
}

.object-text.plan-in-admin {
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.cell-update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 14px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.cell-update:hover {
  background-color: #f5f5f5;
  background-image: url("/issues/images/noun_back_1245545-1.svg");
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.cell-update.grey:hover {
  background-color: #e5e5e5;
}

.update-icon {
  width: 25px;
  margin-right: 10px;
}

.back-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: #026b92;
  background-image: url("/issues/images/noun_back_1245545.svg");
  background-position: 40% 50%;
  background-size: 20px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #026b92;
  text-decoration: none;
}

.back-icon:hover {
  opacity: 1;
}

.back-icon.forward {
  margin-right: 0;
  margin-left: 5px;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.back-icon.white {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url("/issues/images/noun_Arrow_1256496.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.back-icon.white:hover {
  background-color: #e5e5e5;
}

.read-more {
  display: block;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.2em;
}

.read-more.up {
  margin-top: -1vw;
}

.read-more.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.read-more.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.read-more.left.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.read-more.admin-flow {
  margin-top: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-data.location {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #000;
}

.event-text {
  font-size: 12px;
  line-height: 1.3em;
}

.event-text.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #026b92;
}

.event-text.link:hover {
  text-decoration: underline;
}

.event-text.link.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-text.feature {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.event-text.feature.white {
  margin-bottom: 5px;
  color: #fff;
}

.event-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-right: 6px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 45px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.event-option:hover {
  opacity: 1;
}

.event-option.green {
  background-color: #478033;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
}

.event-option.green:hover {
  background-color: #34692f;
}

.event-option.green._100 {
  width: 100%;
}

.event-option.green.selected {
  width: 80%;
  margin-bottom: 0;
  opacity: 1;
}

.event-option.green.selected:hover {
  background-color: #478033;
}

.event-option.red {
  background-color: #b20000;
  color: #fff;
}

.event-option.red:hover {
  background-color: #610000;
}

.event-option.red.selected {
  border: 1px solid red;
  background-color: #fff;
  opacity: 0.7;
  color: red;
}

.event-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.comment {
  width: 85%;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  cursor: pointer;
}

.filter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.filter-box.no-gap {
  margin-bottom: 0;
}

.fitler-box-filters.goals-filtering {
  margin-bottom: 10px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-box.meet {
  margin-bottom: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filter-box.plan-table {
  margin-bottom: 0;
  margin-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding: 7px 25px 7px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #999 #999 #b2b2b2;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
}

body[dir="rtl"] .filter-toggle {
  padding-left: 25px;
  padding-right: 10px;
}

.filter-toggle.no-gap {
  margin-right: 0;
}

.filter-toggle.selected {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  font-weight: 600;
}

.filter-toggle.selected.admin-contents {
  height: 30px;
  min-width: auto;
  border-style: solid;
  border-color: #b2b2b2;
  border-radius: 8px;
}

.filter-toggle.selected.admin-contents.data {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.filter-toggle.inactive {
  background-color: #f5f5f5;
  color: #b2b2b2;
}

.filter-toggle.launch-flow {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-toggle.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-toggle.meet {
  min-width: 150px;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  background-color: #fff;
}

.filter-toggle.answers {
  min-width: 60px;
  padding-right: 20px;
  border-style: none;
  border-color: #000;
  opacity: 0.75;
}

.filter-toggle.update {
  max-width: 300px;
  min-width: 200px;
  margin-right: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-toggle.new-plan {
  height: 50px;
  margin-right: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.filter-toggle.goal {
  max-width: 300px;
  min-width: 200px;
  margin-right: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1em;
}

.filter-icon {
  top: 2px;
  margin-right: 5px;
}

body[dir="rtl"] .filter-icon {
  margin-right: 0;
  margin-left: 5px;
}

.filter-icon.middle {
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

body[dir="rtl"] .filter-icon.middle {
  left: 0;
  right: auto;
}

.filter-drowdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.filter-drowdown.admin-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body[dir="ltr"] .filter-drowdown.admin-menu._5-gap {
  margin-right: 0;
  margin-left: 5px;
}

body[dir="rtl"] .filter-drowdown.admin-menu._5-gap {
  margin-right: 5px;
  margin-left: 0;
}

.filter-drowdown.admin-menu.data {
  margin-right: 10px;
  margin-left: 0;
}

.filter-drowdown.admin-menu.year {
  margin-right: 10px;
  margin-left: 0;
}

.filter-drowdown.admin-menu.no-gap.after {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.filter-drowdown.admin-menu.full {
  margin-left: 0;
}

.filter-drowdown.admin-menu.full.update {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body[dir="ltr"] .filter-drowdown.admin-menu.goal {
  margin-left: 20px;
}

body[dir="rtl"] .filter-drowdown.admin-menu.goal {
  margin-right: 20px;
}

.filter-drowdown.launch-flow {
  width: 90%;
}

.filter-drowdown.flow {
  margin-left: 0;
}

.filter-drowdown.no-gap {
  margin-left: 0;
}

.filter-drowdown.no-gap.full {
  margin-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-drowdown.meet {
  margin-right: 0;
}

.filter-drowdown.answers {
  margin-left: 0;
}

.fitler-box-filters {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 auto;
  font-size: 13px;
  line-height: 13px;
}

.fitler-box-filters.community {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fitler-box-filters.flow {
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fitler-box-filters.issues {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.goal-top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.goal-top-text.status-on-image.red {
  border-color: #b20000;
  background-color: transparent;
  color: #b20000;
}

.goal-top-text.status-on-image.green {
  border-color: #478033;
  color: #478033;
}

.goal-top-text.status-on-image {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #f1722f;
  background-color: transparent;
  color: #f1722f;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

body[dir="rtl"] .goal-top-text.status-on-image {
  margin-left: 5px;
  margin-right: 0;
}

.goal-top-text.status-on-image.red.opposite {
  background-color: #b20000;
  color: #fff;
}

.separation-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separation-div.login {
  margin-top: 20px;
  margin-bottom: 20px;
}

.separation-div.upload-image {
  margin-top: 30px;
  margin-bottom: 20px;
}

.leaders {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leaders.project {
  margin-top: -110px;
  margin-bottom: 30px;
}

.leaders.meet {
  margin-top: 20px;
}

.event-update-text {
  width: 100%;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
}

.text-span {
  color: #026b92;
}

.event-details-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.update-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.object-right {
  flex: 1;
}

.widget.admin-menu {
  padding: 0 20px 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 250px;
}

.admin-heading {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 20px;
}

.admin-menu-section {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

.admin-menu-section.open {
  padding: 4px 0 0;
}

.admin-menu-item {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
}

.admin-menu-item:hover {
  background-color: #f5f5f5;
  color: #fff;
}

.admin-menu-item.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 8px;
  padding-right: 8px;
  margin-left: 0;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

body[dir="rtl"] .admin-menu-item.icon {
  margin-left: 8px;
  padding-left: 8px;
  margin-right: 0;
  padding-right: 0;
}

.admin-menu-item.icon:hover {
  color: #000;
}

.admin-menu-item.icon.w--current {
  background-color: #f5f5f5;
}

.admin-menu-item.insights-menu {
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #000;
}

.admin-menu-item.first {
  margin-bottom: 2px;
}

.admin-menu-item.open:hover {
  background-color: transparent;
}

.admin-menu-item.selected {
  background-color: #f5f5f5;
}

.menu-selected-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 0;
  border: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-selected-div:hover {
  background-color: #fff;
}

.menu-selected-text {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000;
  font-size: 12px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
}

.question-text {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.5px;
}

.admin {
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: capitalize;
}

.admin:hover {
  text-decoration: none;
}

.admin.item {
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
  color: #666;
  font-size: 14px;
}

.admin.item.selection {
  display: block;
  width: 100%;
  padding-right: 12px;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin.item.selection.last {
  margin-bottom: -10px;
  border-bottom-style: none;
}

.admin.item.selection.features {
  border-bottom-style: none;
}

.admin.item.selection.milestones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 0px;
  border-bottom-style: none;
}

.admin.item.field {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin.item.export {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin.item.export.last {
  margin-bottom: -10px;
  border-bottom-style: none;
}

.admin.item.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.admin.item.images.last {
  margin-bottom: -10px;
  border-bottom-style: none;
}

.admin.item.no-line {
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: none;
}

.admin.item.link {
  color: #026b92;
}

.admin.item.link:hover {
  text-decoration: underline;
}

.admin.item.upload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.admin.item.last {
  border-bottom-style: none;
}

.admin.item.phase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 40px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #b2b2b2;
  background-color: #e5e5e5;
  /* background-image: url("/issues/images/noun_drag_3923370.svg"); */
  /* background-position: 3px 50%; */
  /* background-size: 25px; */
  /* background-repeat: no-repeat; */
  color: #000;
}

.admin.item.phase:hover {
  /* background-image: url("/issues/images/Settings_1.svg"), */
  /* url("/issues/images/noun_drag_3923370.svg"); */
  /* background-position: 99% 50%, 3px 50%; */
  /* background-size: 20px 20px, 25px; */
  /* background-repeat: no-repeat, no-repeat; */
}

.admin.item.phase.new:hover {
  /* background-image: url("/issues/images/noun_drag_3923370.svg"); */
  background-position: 3px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.admin.item.phase.extend {
  height: auto;
  margin-top: -5px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #b2b2b2;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat;
}

.admin.item.phase.open {
  border-color: #b2b2b2;
  border-bottom-style: none;
}

.admin.item.phase.open:hover {
  background-image: url("/issues/images/noun_drag_3923370.svg");
  background-position: 3px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.admin.item.contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.admin.item.contents.milestones {
  padding: 0;
}

.admin.item.add-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 20px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.fields {
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-grid-columns: 1fr 1fr minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) 40px;
  grid-template-columns: 1fr 1fr minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.fields:hover {
  background-color: #f5f5f5;
  -webkit-filter: none;
  filter: none;
}

.grid.fields.title {
  height: auto;
  margin-bottom: 5px;
  grid-auto-columns: 40px;
  background-color: #e5e5e5;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-weight: 600;
}

.grid.fields.title:hover {
  background-color: #e5e5e5;
}

.grid.fields.subtitle {
  margin-bottom: 2px;
  margin-top: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background-color: #f5f5f5;
}

.grid.fields.subtitle:hover {
  background-color: transparent;
}

.grid.fields.action {
  margin-top: 15px;
  border-top: 1px solid #b2b2b2;
  -webkit-filter: none;
  filter: none;
}

.grid.fields.action:hover {
  background-color: transparent;
}

.grid.cells {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.cells:hover {
  background-color: #f5f5f5;
}

.grid.cells.title {
  height: auto;
  grid-auto-columns: 40px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
  background-color: #e5e5e5;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-weight: 600;
}

.grid.cells.title:hover {
  background-color: #e5e5e5;
}

.grid.cells.row {
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
}

.grid.updates {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 175px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 175px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.updates:hover {
  background-color: #f5f5f5;
}

.grid.updates.title {
  background-color: #e5e5e5;
  font-weight: 600;
}

.grid.updates.title:hover {
  background-color: #e5e5e5;
}

.grid.updates {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 1fr 100px 100px 80px 50px 150px;
  grid-template-columns: 1fr 100px 100px 80px 50px 150px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.updates:hover {
  background-color: #f5f5f5;
}

.grid.members {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 90px 1fr minmax(150px, 0.35fr) minmax(110px, 0.25fr) 50px;
  grid-template-columns: 90px 1fr minmax(150px, 0.35fr) minmax(110px, 0.25fr) 50px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.2em;
}

.grid.members:hover {
  background-color: #f5f5f5;
}

.grid.members.title {
  background-color: #e5e5e5;
}

.grid.events {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.events:hover {
  background-color: #f5f5f5;
}

.grid.events.title {
  height: auto;
  grid-auto-columns: 40px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
  background-color: #e5e5e5;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-weight: 600;
}

.grid.events.title:hover {
  background-color: #e5e5e5;
}

.grid.proposals {
  padding-top: 8px;
  padding-bottom: 8px;
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 90px 110px 40px;
  grid-template-columns: 1fr 90px 110px 40px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.proposals:hover {
  background-color: #f5f5f5;
}

.grid.proposals.title {
  height: auto;
  background-color: #e5e5e5;
  font-weight: 600;
}

.grid.questions {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.questions:hover {
  background-color: #f5f5f5;
}

.grid.questions.title {
  height: auto;
  grid-auto-columns: 40px;
  -ms-grid-columns: 1fr 100px 50px 50px 50px 50px 150px;
  grid-template-columns: 1fr 100px 50px 50px 50px 50px 150px;
  background-color: #e5e5e5;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-weight: 600;
}

.grid.questions.title:hover {
  background-color: #e5e5e5;
}

.grid.questions.link-to {
  -ms-grid-columns: 1fr 100px 50px 50px 120px;
  grid-template-columns: 1fr 100px 50px 50px 120px;
}

.grid.questions.issues {
  -ms-grid-columns: 1fr 100px 100px 50px 50px;
  grid-template-columns: 1fr 100px 100px 50px 50px;
}

.grid.questions.drag {
  background-color: #f5f5f5;
}

.grid.media {
  padding-top: 8px;
  padding-bottom: 8px;
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 90px 110px 40px 40px;
  grid-template-columns: 1fr 90px 110px 40px 40px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.media:hover {
  background-color: #f5f5f5;
}

.grid.media.title {
  height: auto;
  background-color: #e5e5e5;
  font-weight: 600;
}

.grid.plans {
  padding-top: 8px;
  padding-bottom: 8px;
  -ms-grid-columns: 90px 1fr minmax(160px, 0.5fr) 80px 80px;
  grid-template-columns: 90px 1fr minmax(160px, 0.5fr) 80px 80px;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.2em;
}

.grid.plans:hover {
  background-color: #f5f5f5;
}

.grid.plans.title {
  background-color: #e5e5e5;
}

.field-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 100%;
  height: 35px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2em;
}

.text-field.big {
  height: 45px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}

.text-field.center {
  text-align: center;
}

.dropdown-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: 25%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px 10px 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition-property: none;
  transition-property: none;
  line-height: 14px;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
  background-image: url("/issues/images/noun_Check_45904-1.svg");
  background-position: 10px 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.dropdown-option.seperator {
  border-bottom: 1px none #000;
}

.dropdown-option.seperator.selected {
  background-color: #f5f5f5;
  background-image: url("/issues/images/noun_Check_45904-1.svg");
  background-position: 10px 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.dropdown-option.launch-flow {
  padding-right: 25px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-option.question {
  display: block;
  width: 100%;
  color: #000;
}

.dropdown-option.button {
  display: block;
  min-width: 100%;
  margin-top: 0;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  color: #000;
  font-weight: 400;
}

.dropdown-option.button:hover {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat;
}

.question-image {
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url("/issues/images/shutterstock_187499357.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.leader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.position-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.position-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
}

.rank-number {
  margin-right: 10px;
  color: #34692f;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

body[dir="rtl"] .rank-number {
  margin-left: 10px;
  margin-right: 0;
}

.rank-number.blue {
  color: #007fad;
}

.participant-pic-div {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.participant-pic-div.widget {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 15px 0 0;
}

.participant-pic-div.rank {
  margin-left: 0;
  padding-left: 10px;
  border-left: 1px solid #70c041;
}

body[dir="rtl"] .participant-pic-div.rank {
  padding-right: 10px;
  padding-left: 0;
}

.participant-pic-div.rank.blue {
  border-left-color: #007fad;
}

body[dir="rtl"] .participant-pic-div.rank.blue {
  border-left: none;
  border-right: 1px solid #007fad;
}

.participant-pic-div.rank.red {
  border-left-color: #b20000;
}

body[dir="rtl"] .participant-pic-div.rank.red {
  border-left: none;
  border-right: 1px solid #b20000;
}

.rank-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rank-box {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-color: #34692f;
}

.rank-box.empty {
  border: 1px solid #70c041;
  background-color: #fff;
}

.rank-box.empty.blue {
  border-color: #007fad;
}

.rank-box.blue {
  background-color: #0481ae;
}

.rank-box.blue.empty {
  border-color: #0481ae;
  background-color: #fff;
}

.rank-box.red {
  background-color: #b20000;
}

.rank-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rank-line.action {
  margin-bottom: 5px;
}

.ranking-grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ranking-grid.gap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.cards-inside-card {
  display: -ms-grid;
  display: grid;
  justify-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cards-inside-card.fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.plan-timetable {
  display: flex;
  flex-flow: row nowrap;
  background-color: transparent;
  padding: 20px 10px 0;
}

.cards-inside-card.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-explanation-text {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.3em;
  margin-left: 20px;
  margin-right: 0;
}

body[dir="rtl"] .box-explanation-text {
  margin-right: 20px;
  margin-left: 0;
}

.box-explanation-text.message {
  padding: 5px;
  background-color: rgba(151, 200, 158, 0.5);
  color: #000;
}

.box-explanation-text.with-dropdown {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-explanation-text.short-gap {
  margin-top: 15px;
  margin-bottom: 5px;
}

.box-explanation-text.inside {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}

.object-name-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2em;
  font-weight: 600;
}

.object-name-text.profile {
  padding-bottom: 0;
  font-size: 14px;
}

.object-name-text.questions {
  font-size: 12px;
  font-weight: 400;
}

.object-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.answer-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

.answer-text-box.users {
  margin-top: 10px;
}

.update-link {
  width: 100%;
  margin-bottom: 25px;
  padding: 5px;
  background-color: #f5f5f5;
  color: #000;
  font-size: 14px;
}

.update-link.green {
  border-top: 2px solid #34692f;
  background-color: #f5f5f5;
  opacity: 0.8;
  font-family: Bitter, serif;
  font-size: 15px;
  font-style: italic;
}

.update-link.green:hover {
  background-color: rgba(52, 105, 47, 0.1);
  opacity: 1;
}

.update-link.blue {
  border-top: 2px solid #0481ae;
}

.update-link.blue:hover {
  background-color: rgba(4, 129, 174, 0.15);
}

.text-box-text {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

.hover-text {
  position: absolute;
  top: auto;
  bottom: 100%;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 250px;
  min-width: 150px;
  margin-bottom: 10px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
}

.date.time {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.issue-title-2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.content-2 {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #f5f5f5;
}

.action-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  margin-top: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  color: #026b92;
  font-size: 24px;
  font-weight: 800;
}

.key-field.email {
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
  border-radius: 0;
  color: #000;
}

.key-field.description {
  height: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.edit:hover {
  background-color: #e5e5e5;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block.title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.text-block.contact {
  margin-left: 10px;
  color: #007fad;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.text-block.contact:hover {
  text-decoration: underline;
}

.text-block.contact.field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #666;
}

.text-block.contact.field:hover {
  text-decoration: none;
}

.text-block.description {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.edit-icon {
  opacity: 0.42;
}

.field-title {
  font-weight: 600;
}

.field-title.value {
  width: 100%;
  margin-right: 15px;
  margin-left: 5px;
  padding-left: 0;
  font-weight: 400;
}

.field-title.dropdown {
  width: 100%;
  height: 25px;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 1px 25px 1px 0;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
}

.field-title.dropdown:hover {
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.link-2 {
  font-size: 16px;
}

.object-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.object-options.profile {
  margin-bottom: 0;
}

.answer-text {
  margin-top: 10px;
  margin-bottom: 5px;
}

.answer-text.profile {
  margin-top: -10px;
  margin-right: 20px;
}

.field-value-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-top: 2px;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 8px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.field-value-div:hover {
  border-color: #b2b2b2;
  background-image: url("/issues/images/noun_Pencil_811376.svg");
  background-position: 98% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.field-value-div.error {
  border-color: #b20000;
}

.field-value-div.missing {
  color: #007fad;
}

.field-value-div.missing:hover {
  border-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-decoration: underline;
}

.submit-button {
  display: none;
}

.admin-menu-arrow {
  width: 10px;
  height: 10px;
  margin-right: 2%;
  opacity: 0;
}

.admin-menu-arrow.open {
  opacity: 1;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-selected-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-selected-title.w--current {
  background-color: #f5f5f5;
  background-image: url("/issues/images/5e5cd1904a2aab514621aac2_ForwardArrow-Black.svg");
  background-position: 98% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

body[dir="rtl"] .menu-selected-title.w--current {
  background-position: 2% 50% !important;
  background-image: url("/issues/images/BackwardArrow-333.svg") !important;
}

.menu-selected-title.open {
  margin-bottom: 4px;
}

.grid-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-text.numbers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.num-left {
  border-radius: 50%;
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 2px;
  font-weight: 600;
  font-size: 12px;
}

.num-left-small {
  vertical-align: center;
  text-align: center;
  margin-right: 5px;
  margin-left: -20px;
  font-size: 10px;
  width: 20px;
  height: 20px;
}

body[dir="rtl"] .num-left-small {
  margin-right: -20px;
  margin-left: 5px;
}

.grid-text.title {
  padding-left: 5px;
}

.grid-text.items {
  font-size: 12px;
  line-height: 16px;
}

.grid-text.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.grid-text.center.status {
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-text.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-subtitle-filtering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-subtitle-filtering.no-gap {
  margin-top: 0;
  margin-bottom: 0;
}

.admin-input-field {
  width: auto;
  height: 100%;
  min-width: 150px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-right: 35px;
  padding-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: right;
}

.admin-input-field:hover {
  border-color: #b2b2b2;
  background-image: url("/issues/images/noun_Pencil_811376.svg");
  background-position: 99% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.admin-input-field.left {
  text-align: left;
}

.admin-input-field.left.flow {
  width: auto;
  min-height: 30px;
  margin-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-color: #999;
  border-radius: 8px;
  color: #000;
}

.admin-input-field.left.flow.big {
  min-height: 60px;
}

.admin-input-field.left.flow.fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-input-field.left.auto {
  width: auto;
  min-width: 250px;
  margin-left: 0;
  padding-right: 30px;
  padding-left: 5px;
}

.admin-input-field.left.auto.empty {
  border-color: #b2b2b2;
  background-color: #fff;
}

.admin-input-field.left.auto.empty:hover {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat;
}

.admin-input-field.left.auto.filled {
  border-color: transparent;
  color: #000;
}

.admin-input-field.left.auto.filled:hover {
  border-color: #b2b2b2;
}

.admin-input-field.left.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.admin-input-field.left.full.empty {
  border-color: #b2b2b2;
}

.admin-input-field.left.full.empty.two-lines {
  height: 75px;
}

.admin-input-field.left.full.empty.more-lines {
  height: 150px;
}

.admin-input-field.left.full.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding: 10px 5% 10px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #b2b2b2;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.admin-input-field.left.full.frame.add-plan {
  padding-left: 0;
  border-style: none;
  border-radius: 0;
}

.admin-input-field.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.admin-input-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-input-div.full {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.admin-input-div.full.option {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.admin-input-div.full.two-lines._100 {
  height: 100%;
}

.admin-image-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

.card-delete {
  position: absolute;
  left: auto;
  top: 10px;
  bottom: auto;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.card-delete.middle {
  left: auto;
  top: auto;
  right: 5px;
  bottom: auto;
}

.card-delete {
  top: 5px;
}

.card-delete.popup {
  position: absolute;
  top: 15px;
  margin-top: 0;
  cursor: pointer;
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  transition: opacity 50ms ease;
  line-height: 14px;
}

.card-delete.popup:hover {
  opacity: 1;
  background-color: #ccc;
}

.card-delete.fixed {
  top: 5px;
  right: 5px;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #f5f5f5;
  transition: opacity 50ms ease;
}

.card-delete.fixed:hover {
  background-color: #ccc;
  opacity: 1;
}

body[dir="ltr"] .card-delete {
  right: 10px;
}

body[dir="rtl"] .card-delete {
  left: 10px;
}

.page-box-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-box-button-div.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-box-button-div.full-size {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.add-box {
  width: 50%;
  padding-inline-start: 0;
  padding-inline-end: 20px;
  border-inline-end: 1px solid #b2b2b2;
}

.add-box.right {
  padding-inline-start: 20px;
  padding-inline-end: 0;
  border-inline-end-style: none;
}

.add-box.position {
  width: 100%;
  padding-right: 0;
  border-right-style: none;
}

.add-user-details {
  margin-top: 15px;
  margin-bottom: 15px;
}

.add-user-details.no-gap {
  margin-top: 5px;
}

.add-dm-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.add-dm-form-entries {
  width: 100%;
}

.conditions-checkbox {
  margin-top: 15px;
}

.stats-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stats-data.no-gap {
  margin-left: 10px;
}

.stats-data.admin {
  height: 100%;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stats-data.admin.no-gap {
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
}

.object-table {
  margin-bottom: 10px;
}

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.popup-div {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.68);
}

.add-dm-two-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup-content {
  overflow: auto;
  padding: 20px;
  font-weight: 400;
}

.popup-content.verification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete-button {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
}

.card-fixed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-width: 150px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.card-fixed:hover {
  border-color: #ccc;
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.card-fixed.leader {
  position: relative;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  background-color: #f5f5f5;
  box-shadow: none;
}

.card-fixed.leader.new {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.card-fixed.leader.new:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.card-fixed.goals:hover {
  border-color: #007fad;
  background-color: #f5f5f5;
  -ms-transform: none;
  transform: none;
}

.card-fixed.add-plan {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-size: 16px;
  line-height: 1.2em;
}

.card-fixed.add-plan:hover {
  -webkit-filter: none;
  filter: none;
}

.select-goal-page {
  height: 100%;
  justify-content: start;
  align-items: center;
  position: absolute;
  left: 35px;
  right: 35px;
  flex-flow: row wrap;

  display: grid;
  grid-template-columns: repeat(var(--pageColumns, 3), 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.community-selection-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
}

.community-selection-row {
  justify-content: space-between;
  margin-left: 10px;
  padding-left: 10px;
  align-items: center;
}

.form-block {
  margin-bottom: 0;
}

.grid-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-right: 25px;
    margin-left: 0; */
}

/* body[dir=rtl] .grid-image-div {
    margin-right: 0;
    margin-left: 25px;
} */

.next-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 25px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b2b2b2;
  background-color: #f5f5f5;
  background-image: url("/issues/images/5e5cd1904a2aab514621aac2_ForwardArrow-Black.svg");
  background-position: 50% 50%;
  background-size: 17px 17px;
  background-repeat: no-repeat;
}

.next-page:hover {
  background-color: #e5e5e5;
}

.next-page.back {
  margin-left: 20px;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.issue-image {
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.card-date {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.issue-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: 600px;
  min-height: 400px;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.issue-followers {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.image-4 {
  opacity: 0.5;
}

.tasks-block {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.object-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}

.page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-grey {
  color: #b2b2b2;
}

.sub-menu-item {
  height: auto;
  min-height: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.access-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.layout-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 140px;
  margin-bottom: 10px;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}

.layout-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.layout-header {
  height: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
}

.layout-image {
  position: relative;
  height: 65%;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
}

.layout-image.party {
  background-image: url("/issues/images/WhatsApp-Image-2020-11-12-at-7.35.59-PM.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.layout-card {
  width: 25%;
  height: 100%;
  border-right: 4px solid #fff;
  background-color: #e5e5e5;
}

.layout-card.top {
  width: 100%;
  height: 50%;
  margin-right: 0;
}

.layout-card.top.no-border {
  border-right-width: 0;
}

.layout-card.welcome {
  height: 75%;
}

.layout-card.left {
  width: 50%;
  border-right-width: 2px;
}

.admin-text-title {
  width: 160px;
  margin-right: 5px;
}

.question-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  max-width: 300px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #007fad;
  color: #fff;
}

.question-card-text.small {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.question-title-text {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.question-title-text.small {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
}

.issue-status {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #478033;
  direction: ltr;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
}

.issue-status.red {
  margin-bottom: 0;
  background-color: #b20000;
}

.issue-status.grey {
  background-color: #666;
}

.issue-status.no-gap {
  margin-left: 0;
}

.text-span-2 {
  color: #0481ae;
}

.link-white-in-admin-box {
  margin-right: auto;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 1.2em;
  font-size: 12px;
}

body[dir="rtl"] .link-white-in-admin-box {
  margin-right: 15px;
  margin-left: auto;
}

.link-white-in-admin-box:hover {
  text-decoration: underline;
}

.issue-card {
  width: 33.33%;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

.issue-card.homepage {
  overflow: hidden;
  width: 33.33%;
  height: 23vw;
  max-height: 300px;
  max-width: 350px;
}

.stats-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  margin-left: 1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stats-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.timeline-icon {
  position: relative;
  width: 60px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[dir="rtl"] .timeline-icon {
  margin-right: 0;
  margin-left: 12px;
}

.stats-number {
  margin-top: 0;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
}

.stats-box.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.stats-box.gap-after {
  margin-right: -1%;
  margin-bottom: 1%;
  margin-left: 1%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stats-box.plans {
  margin-right: -2%;
  margin-left: 0;
  align-items: flex-start;
}

.update-add-text-box {
  min-height: 40vh;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
  font-family: "PT Serif", serif;
}

.update-add-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.update-add-feature.image {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.update-add-feature.image._5 {
  margin-top: 20px;
}

.update-add-feature.image.no-gap {
  margin-top: 0;
  margin-bottom: 10px;
}

.update-add-feature.image._40 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.update-add-image {
  width: 150px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.issue-image-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #b2b2b2;
  border-radius: 8px;
}

.update-box {
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 1.2em;
  font-style: italic;
}

.update-expand {
  width: 20px;
  height: 20px;
  margin-left: auto;
  border: 1px solid #34692f;
  border-radius: 25px;
  background-color: #34692f;
  background-image: url("/issues/images/Icon-arrow-right.png");
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

body[dir="rtl"] .update-expand {
  transform: scaleX(-1);
}

.update-expand.green {
  border-color: #34692f;
}

.update-expand.green.opposite {
  background-color: #fff;
  background-image: url("/issues/images/noun_Arrow_2094742.svg");
}

.update-expand.green.opposite:hover {
  background-color: #34692f;
  background-image: url("/issues/images/noun_Arrow_2094742-1.svg");
}

.update-expand.meet {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #007fad;
  background-color: #fff;
  background-image: url("/issues/images/noun_Arrow_2094742-6.svg");
  background-size: 15px 15px;
}

.update-expand.meet:hover {
  background-color: #007fad;
  background-image: url("/issues/images/noun_Arrow_2094742-1.svg");
}

.update-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 120px;
  margin: -5px -5px 5px;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("/issues/images/shutterstock_94508959.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.update-image._2 {
  background-image: url("/issues/images/מגמה-ירוקה-מפגש.jpg");
}

.image-in-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-3 {
  color: #0481ae;
}

.issue-link {
  color: #0481ae;
  margin-right: auto;
}

.issue-link:hover {
  text-decoration: underline;
  color: -webkit-link;
  cursor: pointer;
}

.issue-link.mobile-only {
  display: none;
}

.verification-text {
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.verification-text.disabled {
  color: #b2b2b2;
}

.channel-sms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.flow-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 20px;
  padding-bottom: 5%;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f5;
}

.flow-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 30px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow-right-div.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow-icon {
  height: 15vh;
  min-height: 90px;
}

.flow-left-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #007fad;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.status-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 0;
}

.status-text {
  width: 100%;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 18px;
  line-height: 1.2em;
}

.status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.normal-link:hover {
  text-decoration: underline;
}

.thank-you-options {
  width: 80%;
  max-width: 600px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}

.flow-register-div {
  width: 300px;
  max-width: 30%;
  margin-top: 20px;
}

.flow-register-div.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.no-objects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-objects-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-objects-title {
  width: 600px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  text-align: center;
}

.button-text-create.he {
  direction: rtl;
}

.issue-supporters-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.issue-supporters-homepage.no-gap {
  width: 100px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

body[dir="rtl"] .issue-supporters-homepage.no-gap {
  margin-right: 10px;
  margin-left: 0;
}

.issue-supporters-homepage.no-gap.no-width {
  margin-right: 5px;
  margin-left: 0;
}

body[dir="rtl"] .issue-supporters-homepage.no-gap.no-width {
  margin-left: 5px;
  margin-right: 0;
}

.issue-supporters-homepage.goal-admin {
  display: none;
  width: 90%;
  max-width: 250px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.object-expand-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.object-expand-bar.issues {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.object-expand-bar.plan-in-admin {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.5em;
}

.object-expand-bar.plan-in-admin.new {
  margin-top: 5px;
}

body[dir="rtl"] .object-expand-bar.plan-in-admin {
  padding-left: 0;
  padding-right: 5px;
}

.update-column {
  width: 33.33%;
  padding-right: 10px;
}

.issue-data {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #000;
  border-bottom: 1px none #000;
  border-left: 1px none #b2b2b2;
}

.proposal-single-update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
}

.proposal-single-update.last {
  min-height: 0;
}

.proposal-single-update.first {
  margin-top: 10px;
}

.poporsal-update-bullet {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-radius: 25px;
  background-color: #f78e57;
  box-shadow: 0 1px 5px 1px #f78e57;
}

.poporsal-update-bullet.green {
  background-color: #478033;
  box-shadow: 0 1px 5px 1px #478033;
}

.poporsal-update-bullet.blue {
  background-color: #007fad;
  box-shadow: 0 1px 5px 1px #007fad;
}

.proposal-update-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.issue-update-line {
  position: absolute;
  left: auto;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #b2b2b2;
}

.issue-update-line.last {
  height: 10px;
}

.porposal-update-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.porposal-update-right.last {
  margin-bottom: 5px;
}

.porposal-update-date {
  color: #b2b2b2;
  font-size: 11px;
  line-height: 1.2em;
}

.proposal-update-title {
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 1.3em;
}

.proposal-updates-div {
  display: block;
  overflow: hidden;
  border-top: 1px none #b2b2b2;
}

.proposal-updates-div.edit-plan {
  margin-bottom: 25px;
}

.page-gap {
  width: 100%;
  margin-top: 10vh;
  padding-bottom: 0;
}

.page-gap._5 {
  margin-top: 5vh;
}

.question-type {
  width: 150px;
  font-weight: 600;
  text-transform: uppercase;
}

.question-type.title {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  text-transform: none;
}

.option-field {
  height: 60px;
  margin-bottom: 0;
  padding-right: 35px;
  border: 1px solid #999;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: url("/issues/images/noun_Delete_1420242-3.svg");
  background-position: 99% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.flow-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 600px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #015878;
  font-size: 26px;
  line-height: 1.2em;
  text-align: center;
  text-transform: none;
}

.flow-statement-rich-text p {
  font-size: 16px;
  text-align: center;
}

.flow-top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
}

.flow-question-content {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.flow-question-content.issues {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.flow-question-text {
  position: relative;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.flow-question-text.issues {
  padding-right: 35px;
}

.text-span-5 {
  color: #0481ae;
}

.text-span-6 {
  color: #0481ae;
}

.flow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flow-box.add-highlight {
  width: 100%;
  height: auto;
  max-width: 700px;
  min-height: 100px;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flow-box.add-answer {
  height: auto;
  max-width: 700px;
}

.flow-box.add-selection {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, auto);
  grid-template-rows: minmax(auto, auto);
  border-bottom: 5px solid #fff;
}

.flow-box.add-support {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, auto);
  grid-template-rows: minmax(auto, auto);
  border-bottom: 5px solid #fff;
}

.flow-box.add-support {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, auto);
  grid-template-rows: minmax(auto, auto);
  border-bottom: 5px solid #fff;
}

.answer-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow-add-name {
  width: auto;
  margin: 0 5px 0 10px;
  padding: 3px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 400;
}

.answer-to-highlight-text {
  overflow: auto;
  padding-left: 12px;
  border-left: 3px solid #f78e57;
  font-size: 16px;
  line-height: 1.5em;
}

.highlight-answer-title {
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.flow-highlight-left {
  width: 100%;
  max-width: 700px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  font-size: 12px;
  line-height: 1.2em;
  text-align: right;
}

.flow-option-image {
  width: 80px;
  height: auto;
  min-height: auto;
  background-position: 50% 50%;
  background-size: cover;
}

.flow-option-image._2.in-answer {
  width: 5vw;
  height: auto;
  min-height: 5vw;
}

.flow-option-text {
  position: relative;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 10px 7% 10px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  font-size: 14px;
  line-height: 1.2em;
}

.flow-option-text.center {
  justify-content: center;
}

.flow-option-text.options {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flow-option-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #b2b2b2;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.flow-option-frame:hover {
  border-color: #478033;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.flow-option-frame.selected {
  border-color: #478033;
  background-color: rgba(71, 128, 51, 0.1);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.flow-option-frame.in-answer {
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.flow-option-frame.in-answer:hover {
  border-color: #b2b2b2;
}

.flow-option-frame.in-answer.options {
  background-color: #fff;
  cursor: pointer;
}

.flow-option-frame.in-answer.options:hover {
  border-color: #007fad;
  background-color: #007fad;
  color: #fff;
}

.flow-option-frame.in-answer.options.open {
  border-color: #007fad;
  background-color: #007fad;
  color: #fff;
}

.flow-option-details {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.flow-container {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
}

.flow-container.add-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.option-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.option-title.mobile-only {
  display: none;
}

.option-text h2 {
  font-size: 20px;
}

.option-text p {
  font-size: 14px;
}

.option-expand {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-inline-end: 2%;
  margin-top: auto;
  margin-bottom: auto;
}

.option-editor {
  margin-bottom: 5px;
  border: 1px solid #b2b2b2;
  border-radius: 0 8px 8px 0;
}

.heading {
  direction: rtl;
  color: #00a0dc;
  line-height: 26px;
}

.error-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #00a0dc;
}

.user-title {
  display: inline;
  font-size: 12px;
}

.user-details {
  display: inline;
}

.layout-text {
  width: 100%;
  height: 30%;
  margin-top: auto;
  background-color: #b2b2b2;
}

.layout-text.left {
  width: 30%;
  height: 100%;
}

.image-8 {
  transform: rotate(0deg);
}

.dashboard-element {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.dashboard-element.inside {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  justify-content: space-between;
  flex: 1;
}

.dashboard-element.tasks {
  overflow: hidden;
  height: 350px;
  justify-content: flex-start;
  flex: 1;
}

.dashboard-element.issue-delivery {
  width: auto;
  min-width: 210px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  justify-content: flex-start;
  flex: 0 auto;
  border: 1px solid #b2b2b2;
  transition: all 200ms ease;
}

.dashboard-element.issue-delivery:hover {
  border-color: #007fad;
}

.dashboard-element.issue-delivery.draft {
  border-color: transparent;
}

.dashboard-element.new-issue {
  width: 24%;
  min-width: 210px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #f5f5f5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.dashboard-element.new-issue:hover {
  border-color: #007fad;
  -webkit-filter: none;
  filter: none;
}

.donought-base {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 180px;
  min-width: 0;
  margin: 10px auto 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.donought-base.equal {
  margin-top: 15px;
  margin-bottom: 15px;
}

.donought-base.issues {
  width: 35px;
  height: 35px;
  margin: 0 0 0 auto;
}

body[dir="rtl"] .donought-base.issues {
  margin: 0 auto 0 0;
}

.donought-base.issue-delivery {
  width: 140px;
  height: 140px;
  margin-top: 0;
  margin-bottom: 0;
}

.data-div-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #007fad;
  font-size: 14px;
  line-height: 1.1em;
}

.data-div-title.tasks {
  font-weight: 700;
}

.data-div-number {
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.data-div-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #007fad;
  border-radius: 50%;
  background-image: url("/issues/images/noun_Arrow_2094742-6.svg");
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

body[dir="rtl"] .data-div-icon {
  background-image: url("/issues/images/noun_Arrow_2094742-6_rtl.svg") !important;
}

.data-div-icon.issue-menu {
  margin-left: 0;
  /* 20px; */
}

body[dir="rtl"] .data-div-icon.issue-menu {
  margin-left: initial;
  /* margin-right: 20px; */
}

.data-div-icon.issue-menu.red {
  border-color: #b20000;
  background-image: url("/issues/images/noun-arrow-2094742-B20000.svg");
}

.data-div-icon.gap-left {
  margin-left: 15px;
}

body[dir="rtl"] .data-div-icon.gap-left {
  margin-left: initial;
  margin-right: 15px;
}

.tasks-text {
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 1em;
}

.issue-delivery-bar {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 10px;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 8px;
}

.issue-delivery-bar.filled.black {
  background-color: #000;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border: none;
}

.issue-delivery-bar.filled._100 {
  width: 100%;
}

.issue-delivery-bar.issue-admin {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #000;
}

.red {
  color: #b20000;
}

.green {
  color: #478033;
}

.link-4 {
  text-align: right;
}

.family-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #007fad;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
}

.family-image.you {
  background-image: url("/issues/images/noun_You-Are-Here_25718.svg");
}

.data-texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-title {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.data-number {
  margin-right: 20px;
  margin-left: 10px;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
}

.group-data {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1em;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.groups-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.similarity-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.similarity-top.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.similarity-line {
  width: 100%;
  height: 10px;
  border: 1px solid #ccc;
  background-color: #ccc;
}

.your-image-text {
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.issue-data-div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.issue-data-div.draft {
  opacity: 0.25;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  min-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #007fad;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
}

.button-5:hover {
  background-color: #026b92;
  box-shadow: none;
  color: #fff;
}

.button-5._100 {
  width: 100px;
  height: 35px;
}

.button-5._100.login-flow {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
}

.add-image {
  width: 50%;
  padding-right: 20px;
  border-right: 1px solid #b2b2b2;
}

.add-image.right {
  margin-left: 30%;
  padding-right: 0;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
}

.image-section {
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: capitalize;
}

.image-section:hover {
  text-decoration: none;
}

.image-section.subtitle {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #e5e5e5;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.highlight-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 127, 173, 0.36);
  line-height: 1em;
  text-align: center;
}

.image-arrow {
  position: fixed;
  right: 20px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.error-div {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.63);
}

.text-box {
  position: absolute;
  bottom: 30px;
  width: 300px;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 10px;
  border: 1px solid #b20000;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

.issue-single-stat {
  display: flex;
  height: 66px;
  min-width: 160px;
  width: 100%;
  padding: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #007fad;
  border-radius: 8px;
  transition: opacity 200ms ease;
}

.issue-single-stat.alerts {
  border-color: #b20000;
}

.issue-single-stat.alerts:hover {
  opacity: 1;
}

.issue-single-stat-number {
  color: #007fad;
  font-size: 30px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -1px;
}

.issue-single-stat-number.red {
  color: #b20000;
}

.issue-single-stat-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #007fad;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.issue-single-stat-part.red {
  color: #b20000;
}

.issue-single-icon {
  width: 45px;
  height: auto;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[dir="rtl"] .issue-single-icon {
  margin-right: 0;
  margin-left: 10px;
}

.issue-cta-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #b2b2b2;
}

.issue-single-stat-text-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007fad;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.issue-single-stat-text-part.red {
  color: #b20000;
}

.issue-single-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2em;
}

.single-issue-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  margin-bottom: 15px;
  padding: 0 10px 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

body[dir="rtl"] .single-issue-lead {
  padding: 0 0 0 10px;
}

.single-issue-lead:hover {
  border-color: #007fad;
  background-color: #f5f5f5;
}

.issue-block-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.issue-block-title.low-gap {
  margin-bottom: 5px;
}

.issue-block.delivery-page {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.issue-block.delivery-page.no-gap {
  margin-right: 0;
}

.single-issue-image {
  width: 140px;
  height: 140px;
  margin-right: 10px;
  background-position: 50% 50%;
  background-size: cover;
}

.user-issue-image {
  width: 140px;
  height: 140px;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 8px 0 0 8px;
}

body[dir="rtl"] .user-issue-image {
  margin-right: 0;
  margin-left: 10px;
  border-radius: 0 8px 8px 0;
}

.single-issue-image.plan-selection {
  width: 100%;
  height: 80px;
  margin-right: 0;
}

.single-issue-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body[dir="rtl"] .single-issue-content {
  margin-right: 0;
  margin-left: 10px;
}

.single-issue-content.margins {
  margin-top: 10px;
  margin-bottom: 5px;
}

.single-issue-link {
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-issue-link-visible {
  visibility: visible;
}

.single-plan-alert-title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.issue-delivery-bar.plan-page {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #000;
}

.issue-delivery-bar.filled.blue {
  background-color: #007fad;
}

.issue-delivery-bar.filled {
  position: absolute;
  border-style: none;
  border-radius: 0;
  background-color: #fff;
}

.single-plan-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #b2b2b2;
}

.single-issue-title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.single-issue-title.add {
  margin-bottom: 0;
  border-bottom-style: none;
  font-size: 14px;
  line-height: 1.3em;
}

.single-issue-title.plan-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

.single-issue-title.goal.new {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.single-issue-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #666;
  font-size: 12px;
}

.column.charts {
  width: 100%;
  flex-direction: column;
}

.single-issue-stats {
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.2em;
}

.single-issue-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-issue-results.longer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.2em;
}

.single-issue-results.last {
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1em;
}

.single-issue-results.delivery {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  margin-left: 0;
}

body[dir="rtl"] .single-issue-results.delivery {
  margin-right: 0;
  margin-left: 20px;
}

.issue-alert-text {
  padding-right: 3px;
  padding-left: 3px;
  background-color: #b20000;
  color: #fff;
}

.alert-button-line {
  margin-top: 20px;
}

.issue-alert-text.accomplished {
  background-color: #478033;
}

.alert-text-area {
  align-items: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 13px;
  line-height: 1.3em;
}

.alert-text-area.goals {
  padding-bottom: 5px;
}

.alert-text-area.goals.no-gap {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.box-small-text {
  display: inline;
  text-transform: none;
}

.box-small-text.status {
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #f78e57;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[dir="rtl"] .box-small-text.status {
  margin-right: 0;
  margin-left: 5px;
}

.box-small-text.separator {
  margin-right: 5px;
  margin-left: 0;
}

body[dir="rtl"] .box-small-text.separator {
  margin-left: 5px;
  margin-right: 0;
}

.box-small-text.goal {
  display: inline;
  margin-right: 5px;
}

body[dir="rtl"] .box-small-text.goal {
  margin-left: 5px;
  margin-right: 0;
}

.box-small-text.status.green {
  background-color: #478033;
}

.box-small-text.status.red {
  background-color: #b20000;
}

.mdc-tab-scroller__scroll-content {
  display: flex;
  flex-flow: row wrap;
  /* flex: 0 0 auto; */
}

.tab-issues {
  margin-bottom: 0;
  /* padding: 0; */
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tab-issues:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-issues.w--current {
  background-color: #fff;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-issues-menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  flex-flow: row wrap;
  justify-content: space-between;
}

.issues-graph-content {
  display: block;
}

.single-update-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #b2b2b2;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.icon._25 {
  width: 25px;
  height: 25px;
}

.single-update-lead:hover {
  border-color: #007fad;
  background-color: #e5e5e5;
}

.single-update-lead.no-hover:hover {
  background-color: #f5f5f5;
}

.single-update-lead.add {
  max-width: 600px;
}

.single-update-lead.add:hover {
  background-color: #f5f5f5;
}

.single-update-lead.add.no-gap {
  margin-bottom: 0;
}

.single-update-lead.alert {
  background-color: #b20000;
  color: #fff;
}

.single-update-image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 100px;
  background-position: 50% 50%;
  background-size: cover;
}

body[dir="rtl"] .single-update-image {
  margin-right: 0;
  margin-left: 10px;
}

.single-update-image.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #478033;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.single-update-image.achievement.add {
  width: 40px;
  height: 40px;
}

.single-update-image.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f78e57;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.single-update-image.silent-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.single-update-image.silent-alert.white {
  background-color: #fff;
}

.single-update-image.dominik {
  background-image: url("/issues/images/583d91dc783f64f67f5d85be_dominik-woerner.jpg");
}

.single-update-image.galit {
  background-image: url("/issues/images/download.jpg");
}

.single-issue-update-line {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #666;
  font-size: 13px;
  line-height: 1.2em;
}

.single-update-image.approved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #478033;
  background-image: none;
  background-size: auto;
}

.single-update-image.pending {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f78e57;
  background-image: none;
  background-size: auto;
}

.single-update-image.rejected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b20000;
  background-image: none;
  background-size: auto;
}

.single-issue-update-line.alert {
  color: #fff;
}

.single-issue-approval-bar {
  display: flex;
  margin-top: 10px;
}

.single-issue-approval-bar.end {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-issue-approval-bar.end.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.issue-stats {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
  background-color: #fff;
}

.issue-stats.no-gap {
  margin-right: 0;
}

.udpate-issue-block {
  margin-bottom: 25px;
}

.plan-update-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-slider {
  width: 200px;
  margin-top: 15px;
  padding-bottom: 15px;
}

.image-slider.goal {
  margin-left: 20px;
}

.update-plan-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.update-plan-box.hidden {
  display: block;
  overflow: hidden;
  margin-top: -5px;
  margin-left: 5px;
}

.update-plan-box.hidden.second {
  height: 0;
}

.update-plan-percentage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2em;
}

.update-plan-percentage._2 {
  height: auto;
}

.update-plan-percentage._2.no-gap {
  padding-bottom: 0;
}

.goal-delivery-image {
  height: 100%;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #fff;
}

.issue-stat-single {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
  flex-basis: 50%;
}

.issue-top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: -20px;
  margin-bottom: 15px;
  margin-left: -20px;
  padding: 15px 10px 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.issue-top-link.issue-delivery {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.issue-top-link.issue-delivery:hover {
  -webkit-filter: none;
  filter: none;
  color: #007fad;
}

.issue-top-link.issue-delivery.draft {
  opacity: 0.5;
}

.issue-add-goal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2em;
  min-height: 310px;
}

.add-goal-text {
  margin-top: 25px;
  color: #0986b7;
}

.update-text-box {
  width: 200px;
  padding: 3px 10px;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
}

.update-text-box.full {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.update-text-box.full.short {
  height: 40px;
}

.update-text-box.goal {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1em;
}

.text-span-8 {
  color: #b2b2b2;
  font-size: 12px;
}

.add-update-block {
  position: fixed;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 20px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #b2b2b2;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.form-title {
  margin-top: 10px;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.new-content-div {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
}

.add-update-title {
  background-color: #007fad;
}

.add-update-fields {
  position: relative;
  z-index: 5;
  overflow: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.add-update-butons {
  padding-right: 20px;
  padding-left: 20px;
}

.add-update-previous {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #e5e5e5;
  font-weight: 600;
}

.add-type {
  display: flex;
  width: 100%;
  min-width: 120px;
  margin-left: 0;
  padding: 7px 7px 7px 10px;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #999 #999 #b2b2b2;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
}

body[dir="ltr"] .add-type {
  padding-right: 25px;
  text-align: left;
}

body[dir="rtl"] .add-type {
  padding-left: 25px;
  text-align: right;
}

.update-box-action {
  display: flex;
  width: 90px;
  height: 90px;
  padding-right: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #666;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 200ms ease;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  text-transform: capitalize;
}

body[dir="ltr"] .update-box-action {
  margin-right: 20px;
  margin-left: 5px;
}

body[dir="rtl"] .update-box-action {
  margin-right: 5px;
  margin-left: 20px;
}

.update-box-action:hover {
  background-color: #f5f5f5;
  opacity: 1;
}

.update-box-action.type {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  padding-bottom: 5px;
}

body[dir="ltr"] .update-box-action.type {
  margin-right: 10px;
  margin-left: 5px;
}

body[dir="rtl"] .update-box-action.type {
  margin-right: 5px;
  margin-left: 10px;
}

.update-box-action.selected {
  background-color: #007fad;
  opacity: 1;
  color: #fff;
}

.update-action-strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.update-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.update-button-text.type {
  height: auto;
  margin-top: 5px;
}

.update-type {
  display: flex;
}

.add-update-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.alert-update-link {
  font-size: 13px;
}

.alert-update-link.white {
  color: #fff;
}

.progress-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  max-width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #478033;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.progress-indicator.red {
  background-color: #b20000;
}

.progress-indicator.empty {
  background-color: #f5f5f5;
  color: #000;
}

.progress-indicator.goal-admin {
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}

.progress-indicator.draft {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.issue-result-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.plan-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-thanks-buttons {
  width: 350px;
  max-width: 60%;
  margin-top: 25px;
  display: flex;
  flex-flow: column nowrap;
}

.add-plan-subtitle {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}

.add-plan-subtitle.inside {
  margin-top: 5px;
  text-align: center;
}

.add-new-plan-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.add-new-plan-div.old {
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-issue-selection {
  display: flex;
  overflow: hidden;
  width: 140px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #b2b2b2;
  border-radius: 8px;
  opacity: 0.4;
  filter: grayscale(80%);
  transition: all 200ms ease;
  margin: 0;
}

.single-issue-selection:hover {
  border-color: #026b92;
  opacity: 1;
  filter: none;
}

.single-issue-selection.selected {
  border-color: #026b92;
  opacity: 1;
  filter: none;
}

.plan-select-goal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-invisible {
  display: none;
}

.slider-element {
  background-color: transparent;
}

.slider-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b2b2b2;
  background-color: #e5e5e5;
  opacity: 0.75;
  transition: all 200ms ease;
}

.slider-sides:hover {
  opacity: 1;
}

.slider-sides.right {
  border-left: 1px solid #b2b2b2;
  border-right-style: none;
}

.slider-slide {
  width: auto;
  margin-right: 30px;
}

.slider-arrow {
  margin-right: 7px;
  margin-left: 7px;
}

.slider-arrow.opposite {
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.expanstion-field {
  display: block;
  overflow: hidden;
  width: 100%;
}

.stage-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.stage-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #007fad;
}

.stage-icon.not-yet {
  border: 1px solid #b2b2b2;
  background-color: #000;
  opacity: 0.35;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.stage-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.2em;
}

body[dir="ltr"] .stage-text {
  margin-left: 10px;
}

body[dir="rtl"] .stage-text {
  margin-right: 10px;
}

.state-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.stage-completed {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background-color: #fff;
}

.approve-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #b2b2b2;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.approve-plan:hover {
  border-color: #007fad;
  background-color: #e5e5e5;
}

.approve-plan.no-hover:hover {
  background-color: #f5f5f5;
}

.approve-plan.add {
  max-width: 600px;
}

.approve-plan.add:hover {
  background-color: #f5f5f5;
}

.approve-plan-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.plans-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.plans-tab-menui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plans-content {
  width: 100%;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #b2b2b2;
}

.plans-link-tab-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 14px;
}

.plans-link-tab-new:hover {
  background-color: #e5e5e5;
}

.plans-link-tab-new.w--current {
  background-color: #e5e5e5;
}

.plans-number {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}

body[dir="rtl"] .plans-number {
  margin-right: 0;
  margin-left: 8px;
}

.plan-in-admin-status {
  display: flex;
  flex-flow: row wrap;
}

.plan-in-admin-barrier {
  padding-right: 3px;
  padding-left: 3px;
  background-color: #b20000;
  color: #fff;
}

.plan-in-admin-dot {
  margin-right: 5px;
  margin-left: 5px;
}

.plan-stage-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 5% 10px 10px;
  border-bottom: 1px solid #ccc;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
}

.plan-stage-div:hover {
  background-color: #f5f5f5;
  background-image: url("/issues/images/noun_forward-arrow_1808059.svg");
  background-position: 99% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

body[dir="rtl"] .plan-stage-div:hover {
  background-image: url("/issues/images/noun_backward-arrow_1808059.svg");
  background-position: 1% 50%;
}

.plan-stage-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  max-width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.2em;
}

.plan-stage-graph {
  display: flex;
  width: auto;
  height: 40px;
  min-width: 45%;
  margin-right: 10px;
  margin-left: 10px;
  align-items: center;
  flex-grow: 1;
}

.plan-stage-percentage {
  width: 10%;
  height: 100%;
  background-color: #b2b2b2;
}

.plan-stage-percentage.just-started {
  width: 25%;
  background-color: #e9d4a7;
}

.plan-stage-percentage.progressing {
  width: 76%;
  background-color: #efa542;
}

.plan-stage-percentage.withdrawan {
  background-color: #fb746e;
}

.plan-stage-percentage.completed {
  width: 35%;
  background-color: #97c89e;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.plan-stage-leaders {
  display: flex;
  width: auto;
  min-width: 20px;
}

.plans-tab-area {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.add-plan-phase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #b2b2b2;
  border-radius: 50px;
  background-color: #026b92;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 800;
}

.add-plan-phase.completed {
  background-color: #478033;
  background-image: url("/issues/images/noun_Check_45904.svg");
  background-position: 50% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.add-plan-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0 solid #b2b2b2;
  border-right-width: 1px;
  background-color: #e5e5e5;
}

body[dir="rtl"] .add-plan-title-div {
  border-right-width: 0;
  border-left-width: 1px;
}

.add-new-plan-data-div {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 10px;
}

body[dir="rtl"] .add-new-plan-data-div {
  margin-right: 10px;
  margin-left: 0;
}

.add-new-plan-data-div.leader {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-new-plan-data-div.budget {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-new-plan-data-div.details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.goal-delivery-selection {
  margin-bottom: 0;
}

.goal-status-text {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 1.3em;
  text-align: left;
}

body[dir="rtl"] .goal-status-text {
  text-align: right;
}

.rank-box {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-color: #34692f;
}

.rank-box.empty {
  border: 1px solid #70c041;
  background-color: #fff;
}

.rank-box.empty.blue {
  border-color: #007fad;
}

.rank-box.blue {
  background-color: #0481ae;
}

.rank-box.blue.empty {
  border-color: #0481ae;
  background-color: #fff;
}

.rank-box.red {
  background-color: #b20000;
}

@font-face {
  font-family: "Fa 400";
  src: url("/issues/fonts/fa-regular-400.woff2") format("woff2"),
    url("/issues/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("/issues/fonts/fa-regular-400.woff") format("woff"),
    url("/issues/fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Opensanshebrew webfont";
  src: url("/issues/fonts/opensanshebrew-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Opensanshebrew webfont";
  src: url("/issues/fonts/opensanshebrew-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.timeline-content {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.poporsal-update-bullet.green.start-dot {
  position: absolute;
  left: -4px;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  border-radius: 0;
  background-color: #999;
  box-shadow: none;
}

body[dir="rtl"] .poporsal-update-bullet.green.start-dot {
  left: auto;
  right: -4px;
}

.poporsal-update-bullet.green {
  box-shadow: 0 1px 5px 1px #478033;
  background-color: #007fad;
  box-shadow: 0 1px 5px 1px #007fad;
}

.green {
  color: #478033;
}

.poporsal-update-bullet {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-radius: 25px;
  background-color: #f78e57;
  box-shadow: 0 1px 5px 1px #f78e57;
}

.milestones-plan-title-text {
  font-size: 14px;
  font-weight: 600;
}

.milestones-plan-date {
  color: #666;
  font-size: 12px;
}

.milestones-toggle {
  position: static;
  display: flex;
  justify-content: flex-end;
  object-fit: fill;
}

.timeline-period-container,
.timeline-period {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 8px;
}


.add-milestones-button.time-period {
  position: relative;
  bottom: 5px;
  right: 50px;
  text-align: start;
  flex-basis: 100%;
}

.timeline-period-container.inactive .timeline-period {
  color: #666;
  font-size: 12px;
}

.timeline-period-container .timeline-indicator {
  width: 12px;
  height: 4px;
  border-radius: 0;
  background-color: #2fabe1;
  color: #666;
}

.timeline-period-container.inactive .timeline-indicator {
  background-color: #666;
}

.timeline-period-container {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  min-height: 28px;
}

.add-new-plan-data-div.milestones-container {
  width: 100%;
  display: block;
}

body[dir="rtl"] .timeline-period {
  padding-right: 8px;
  padding-left: 0;
}

.timeline {
  position: absolute;
  left: 0;
  top: 7px;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 1px;
  height: 98%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #999;
  -o-object-fit: fill;
  object-fit: fill;
}

body[dir="rtl"] .timeline {
  left: auto;
  right: 0;
}

.milestones-plan-dates {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 8px;
}

body[dir="rtl"] .milestones-plan-dates {
  padding-left: 0;
  padding-right: 20px;
}

.milestones-plan-dates.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-start-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.checkmark-icon.absolute {
  width: 16px;
  height: 16px;
}

.checkmark {
  position: absolute;
  left: -8px;
  top: 50%;
  right: 0;
  z-index: 99;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #34692f;
  transform: translate(0, -50%);
}

.checkmark.complete {
  display: flex;
  width: 20px;
  height: 20px;
  padding-right: 2px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

body[dir="rtl"] .checkmark {
  left: 0;
  right: -29px;
}

body[dir="rtl"] .checkmark.complete {
  padding-right: 0;
  padding-left: 2px;
}

.milestone.first {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  padding-inline-start: 20px;
  align-items: stretch;
}

.milestone {
  width: 100%;
  min-height: 60px;
}

.milestone-container.first {
  position: relative;
  align-items: stretch;
}

.milestone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.nested-card.milestones.completed {
  width: 100%;
  max-width: 450px;
  margin: 0 0 8px;
  padding: 12px 4px 12px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(52, 105, 47, 0.08);
}

.nested-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body[dir="rtl"] .nested-card {
  margin-left: 0;
  margin-right: 5px;
}

.completed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
}

.porposal-update-date {
  color: #b2b2b2;
  font-size: 11px;
  line-height: 1.2em;
}

.date-changed-text {
  display: block;
  color: #b20000;
  white-space: nowrap;
}

.porposal-update-date.milestones {
  /* z-index: 0; */
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 12px;
  color: transparent;
  font-size: 12px;
}

.porposal-update-date {
  color: #b2b2b2;
  font-size: 11px;
  line-height: 1.2em;
}

.date-change-warning {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  grid-column-gap: 4px;
  font-size: 12px;
  outline: none;
  border: none;
  background-color: transparent;
  max-width: 140px;
}

.date-link-text {
  display: block;
  margin-bottom: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #007fad;
  font-size: 12px;
  font-weight: 400;
}

.add-milestones-button {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  right: 30px;
  padding: 0;
  padding-left: 20px;
  background-color: transparent;
  /* button background */
  border: none;
  /* 2px blue line border */
  text-align: start;
}

body[dir="rtl"] .add-milestones-button {
  padding-left: 0;
  padding-right: 20px;
  margin-inline-start: 14px;
}

.add-input-icon {
  position: relative;
  z-index: 5;
  width: 19px;
  height: 19px;
  color: #717171;
}

.add-input-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}

.add-milestone-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -14px;
  z-index: 5;
}

body[dir="rtl"] .add-milestone-icon {
  right: -14px;
  left: 0;
}

.add-milestone-text-button {
  padding: 4px 0;
  background-color: transparent;
  color: #2fabe1;
  font-size: 22px;
  font-weight: 600;
}

.milestone-text-container {
  max-width: 480px;
}

.milestones-plan-dates.end {
  margin-bottom: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.milestones-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 12px;
}

.toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.question-icon {
  margin: 0 8px 0 4px;
}

body[dir="rtl"] .question-icon {
  margin: 0 4px 0 8px;
}

.question-icon:hover + .toggle-description {
  display: block;
}

.toggle-description {
  width: 280px;
  position: absolute;
  top: -15px;
  z-index: 100;
  display: none;
  pointer-events: none;
  background: white;
  color: gray;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid rgb(158, 185, 66);
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 0px;
}

.admin-toggle-box.milestones {
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body[dir="rtl"] .admin-toggle-box.milestones {
  margin-right: 8px;
  margin-left: 0;
}

.checbox.milestones-toggle {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
}

.admin-toggle-box {
  width: 40px;
  height: 20px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-style: none;
  border-color: #ff8ba7;
  border-radius: 20px;
  background-color: #b2b2b2;
  background-image: url("/issues/svg/white-circle.svg");
  background-position: 3px 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.admin-toggle-box.w--redirected-checked {
  background-color: #2fabe1;
  background-image: url(https://uploads-ssl.webflow.com/63d9edb…/63d9edb…_black-circle.svg);
  background-position: 22px 50%;
  background-size: 15px 15px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plans-content.w-tab-content {
  overflow: visible;
}

.w-checkbox-input--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.toggle-switch {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  margin: 8px;
}

.toggle-switch-input {
  display: none;
}

.toggle-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}

.toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch-input:checked + .toggle-switch-slider {
  background-color: #2196f3;
}

.toggle-switch-input:focus + .toggle-switch-slider {
  box-shadow: 0 0 1px #2196f3;
}

.toggle-switch-input:checked + .toggle-switch-slider:before {
  transform: translateX(20px);
}

.toggle-title {
  color: #000;
  font-weight: 400;
}

.milestone-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.update-plan-milestone {
  display: flex;
  gap: 12px;
}

.milestone-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  height: 20px;
}

.milestone-checkbox:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.milestone-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.milestone-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.milestone-checkbox input:checked ~ .milestone-checkmark {
  background-color: #4caf50;
}

.milestone-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.milestone-checkbox input:checked ~ .milestone-checkmark:after {
  display: block;
}

.milestone-checkbox .milestone-checkmark:after {
  content: "\2714";
  color: white;
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 3px;
}

.plan-milestones-list {
  margin-top: 12px;
}
