* {
  box-sizing: border-box;
}

body,
html * {
  font-family: Jost;
  font-style: normal;
}

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5 !important;
}

.flash {
  background-color: #fa6262;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.container {
  margin: 0 !important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #b94a48;
  position: absolute;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  margin-left: 80px;
  position: relative;
}

.login-center {
  min-width: 100vw;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

#column-planned,
#column-progress,
#column-live {
  display: block;
}

.show {
  display: flex;
  align-items: center;
}

.figure-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-items: center;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  top: 0;
  height: 749px;
  flex-shrink: 0;
}

.btn-logon {
  background: #198754;
  float: right;
  padding: 12.5px 24px 11.5px 24px;
  border-radius: 10px;
  text-decoration: none;
  color: #f2f4fe;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

a > .blue {
  text-decoration: none;
}

a {
  text-decoration: none !important;
}
.nav-link-logout,
.nav-link-login,
.nav-link-register{
  color: #f2f2f2 !important;
}


.blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  text-align: center;
  text-decoration: none !important;
  border-radius: 11px;
  border: none;
  padding: 5px 15px 5px 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  line-height: 100%;
  margin: 6px;
  color: #4661e6;
  font-family: Jost;
}

.blue.active {
  background-color: #4661e6 !important;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 11px;
  padding: 5px 15px 5px 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  line-height: 100%;
  margin: 6px;
  transform: scale(1.03);
  box-shadow: 0 0 8px rgba(70, 97, 230, 0.6);
}

#content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #dee2e6;
  width: 40px;
  height: 53px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: none;
}

#content:active,
#content:focus {
  background-color: #4661e6;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  line-height: 100%;
  margin: 6px;
  transform: scale(1.03);
  box-shadow: 0 0 8px rgba(70, 97, 230, 0.6);
  width: auto;
}

.feedback-suggested-numvotes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #dee2e6;
  width: 40px;
  height: 53px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: none;
}

.reg-login {
  display: flex;
  justify-items: center;
  text-align: center;
  flex-direction: column;
}

.delete-form {
  width: fit-content;
}

.char-left {
  margin-top: 18px;
  color: #647196;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feeback-title-para {
  color: #3a4374;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}

.menu-icon {
  display: none;
}

.close-icon {
  display: none;
}

#vote {
  margin-left: 32px;
}

/* #roadmapup{}vote{
  margin-left: 32px;
} */
.select-options {
  width: 100vw;
}

.columns {
  position: relative;
  margin: 0 auto;
  display: grid;
  left: 3%;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.tab {
  display: none;
}

.container-fluid {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
}

.comment-length {
  margin-left: 0;
  color: #3a4374;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}

.grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  column-gap: 60px;
  margin-left: 55px;
}

.feedback-board {
  margin-top: 15%;
  margin-bottom: 30px;
  margin-left: 10%;
  margin-right: 5%;
}

.navbar {
  width: 255px;
  height: 137px;
  margin-bottom: 50px;
  flex-shrink: 0;
  background-image: url("../images/feedback-board.png");
  background-size: center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.buttons {
  margin-bottom: 24px;
  height: 166px;
  background: #ffffff;
  border-radius: 10px;
  border-color: #979797;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.list {
  position: relative;
  width: 255px;
  height: 178px !important;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #979797;
  left: 10px;
  top: 0px;
}

.drop {
  display: none;
}
.down-arrow {
  color: #ffff;
}
li {
  list-style-type: none;
}

.view-num {
  position: absolute;
  height: 23px;
  left: 77.69%;
  top: 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: right;
  color: #647196;
}

.buttons {
  width: 255px;
  left: 165px;
  top: 255px;
  display: none;
}

.new-feedback-form {
  width: 100vw;
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 85vw;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 64px;
  flex-wrap: wrap;
  background-color: #ffff;
  border-radius: 10px;
}

.form-control-lg {
  position: relative;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: flex-start;
  flex-shrink: 0;
  top: 6px;
  margin: 0;
  overflow: hidden;
  width: 100%;
  background-color: #ffff;
}

.roadmap-options {
  margin-left: 48px;
  height: 23px;
  margin-bottom: 8px;
  top: calc(50% - 23px / 2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196;
}

.map {
  display: block;
  color: #647196;
  font-weight: 400;
  font-size: 16px;
  left: 0;
  right: 62%;
  border-bottom-right-radius: 10px;
}

.dropdown {
  position: absolute !important;
  background: #373f68;
  border-radius: 10px;
  width: 80vw;
  left: 271px;
  height: 72px;
  top: 0;
}

.dropdown-main {
  position: absolute !important;
  background: #373f68;
  border-radius: 10px;
  width: 70vw;
  left: 289px;
  height: 72px;
  top: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.nav-login {
  background: #ad1fea;
}

#show-cont {
  margin-top: 29px;
  background-color: #f2f4fe;
  height: 53px;
  width: 40px;
  align-items: center;
  padding-top: 9px;
  text-align: center;
  border-radius: 10px;
  border: none;
}

.navbar-brand {
  color: #ffffff !important;
}

.alert {
  z-index: 1;
  width: 40vw;
  top: 22px;
  height: 130px;
  margin: 0 auto !important;
}

/* .btn-close {
  
} */
.login-register-desk {
  position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height:45px;
    gap: 22px;
    width: 100%;
  top: 0;
  left:0;
  right: 0;
  overflow: hidden;
    padding-right: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/suggestions/mobile/background-header.png);
}
.nav-link {
  margin-left: 36px;
  left: 25%;
  right: 0%;
  top: calc(50% - 26px / 2);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #ffffff !important;
}

.dropdown-menu.show {
  width: 255px;
  height: auto;
  left: 0;
  top: 182px;
  margin-top: 23px !important;
}

.ideas,
.progress,
.prog {
  color: #647196;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -24px;
  height: 20px;
  background-color: #f4d7d5 !important;
  width: 25vw;
  padding-left: 5px;
}

.suggestion {
  right: 0%;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #ffffff;
  list-style-type: none;
  height: 26px;
  left: 474px;
  top: 117px;
}

.col-sm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comment-divider {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 0.01px solid;
  opacity: 0.12;
  width: auto;
}

.suggest {
  display: inline-flex;
  gap: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}

.view {
  position: absolute;
  color: #4661e6;
  height: 19px;
  left: 53.51%;
  right: 0%;
  margin-left: 49px;
  margin-bottom: 136px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-decoration-line: underline;
  margin-top: 19px;
  margin-bottom: 24px;
  top: 0;
}

p {
  margin-bottom: 1px;
}

.viewing {
  list-style: none;
  font-weight: 700;
  font-size: 16px;
}

.row-reply {
  display: none;
  width: auto;
}

.dropdown-divider {
  margin-top: 12px;
}

.dropdown-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196 !important;
  text-decoration: none;
}

.feedback-screen {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 0vw;
  margin: 0 auto;
  top: 150px;
  right: 0;
  left: 0;
  border-radius: 10px;
  height: 53%;
}

.login-screen,
.register-screen {
  border: 0.5px solid grey;
  border-radius: 2%;
  position: absolute;
  width: 80vw;
  left: 0;
  right: 0;
  margin: 135px auto auto;
  height: auto;
  top: 15%;
  background-color: #fdfaff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.validated-form {
  width: 100%;
}

.feedback-screen-active {
  position: absolute;
  align-items: center;
  left:275px;
  right:0;
  width: 80vw;
  border-radius: 10px;
  top: 146px;
}

.feedback-navlink {
  text-decoration: none;
  margin: 12px auto 4px 40px;
}

.feedback-navlink-show {
  text-decoration: none;
  margin: 18px 0px 0px 40px;
}

.feedback-suggested-para {
  margin-bottom: 17px;
}

#suggested-feedback {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 40px 19px 28px 0;
  padding-top: 5px;
  border-radius: 10px;
  background-color: #ffff;
}

.feedback-suggestion {
  height: auto;
  left: 22px;
  margin: 40px 0px 28px 0px;
  border-radius: 10px;
  background-color: #ffff;
}

.feedback {
  position: absolute;
  width: 265px;
  height: 529px;
  top: 50px;
  left: 0;
}

.go-back-show > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.feedback-show-suggested {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 85vw;
  height: auto;
  margin: 40px 0 28px 0;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #ffff;
}

.comments {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 85vw;
  left: 0;
  margin-top: 24px !important;
  border-radius: 10px;
}

.comment {
  border-radius: 10px;
  margin: 28px 32px 28px 0;
  padding: 10px;
  width: 85vw;
  background-color: #ffff;
}

.comment-content {
  height: 66px;
  left: 10.81%;
  right: 0%;
  top: calc(50% - 66px / 2 + 28.5px);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #647196;
  margin-left: 72px;
}

.replyTo {
  border-radius: 0px;
  margin: 17px 32px 32px 119px;
}

.reply-replyto {
  color: #647196;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 549px;
}

.comment-user {
  position: relative;
  height: 20px;
  margin-left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.194444px;
  color: #3a4374;
  margin-top: -41px;
  left: 73px;
}

.comment-username {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #647196;
  margin-left: 72px;
}

.reply-user {
  position: relative;
  height: 20px;
  margin-left: 11%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.194444px;
  color: #3a4374;
  margin-top: -41px;
  margin-left: 117px;
}

.reply-username {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3a4374;
  margin-left: 117px;
}

.replyingto {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #ad1fea;
}

.add-comment {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 277px;
  right: 30px;
  left: 2px;
  padding-top: 20px;
  top: 13px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 10px;
}

.add-comment-label {
  position: relative;
  position: relative;
  width: 130px;
  left: 36px;
  bottom: 7px;
  height: 26px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #3a4374;
}

.add-comment-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  background: #f7f8fd;
  border: 1px solid #4661e6;
  border-radius: 5px;
  width: 80vw;
  height: 140px;
  border-radius: 5px;
  margin: 0 auto;
}

.user-details {
  left: 10.81%;
  right: 71.17%;
  top: 0%;
  bottom: 67.48%;
}

.user-replies {
  position: relative;
  height: 20px;
  margin-left: 11%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.194444px;
  color: #3a4374;
  margin-top: 5px;
}

.arrows {
  margin-left: 24px;
}

.feeback-title-para {
  text-decoration: none;
}

.feedback-suggested-title {
  height: 26px;
  left: 15.34%;
  right: 56.58%;
  top: calc(50% - 26px / 2 - 34.5px);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #3a4374;
}

.feedback-suggested-para {
  height: 23px;
  left: 10.51%;
  right: 40.34%;
  top: calc(50% - 23px / 2 - 6px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196;
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 12px;
}

.req-length {
  margin-right: 5px;
}

.feedback-suggested-votes {
  margin: 28px 32px 28px 32px;
  background: #cfd7ff;
  border-radius: 10px;
  border-radius: 10px;
}

.feedback-suggested-numvotes {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #dee2e6;
  height: 30px;
  width: 53px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: none;
  margin-left: 9px;
  margin-top: 15px;
  gap: 6px;
}

.feedback-suggested-numvotes:active,
.feedback-suggested-numvotes:focus {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #4661e6;
  height: 30px;
  width: 53px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: none;
  margin-left: 9px;
  margin-top: 15px;
  gap: 6px;
}

.votes {
  color: #3a4374;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.181px;
  margin-top: 5px;
}

.dropupCaret {
  stroke: #3a4374;
  height: 4px;
  padding-top: 0px;
  width: 8px;
  left: 16.33447265625px;
  border-radius: 0px;
}

#content:active .votes,
#content:focus .votes {
  color: #fff;
}

#content:active .dropupCaret,
#content:focus .dropupCaret {
  stroke: #fff;
}

.btn-suggestion {
  width: auto;
  background: #f2f4ff;
  color: #4661e6;
  bottom: 0%;
  border-radius: 10px;
  margin-top: 12px;
  margin-left: 0px;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #f2f4ff;
  border: none;
  border-radius: 10px;
  padding: 5px 17px 6px 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  line-height: 100%;
  height: 30px;
}

.edit-button {
  position: relative;
  right: 0;
  width: 147px;
  height: 44px;
  flex-shrink: 0;
}

.no-feedback {
  width: 170.64px;
  height: 187.74px;
      left: 41.3%;
      right: 0;
      top: 24px;
      margin-left: 379px;
      margin-right: 206px;
  }



.no-feedback-new {
  width: 129.64px;
  height: 136.74px;
  margin-top: 111px;
  margin-bottom: 53.26px;
  margin-left: 348.89px;
  margin-right: 346.67px;
  top: 480px;
}

.add-feedback-top {
  width: 172px;
  position: absolute;
  margin: 14px 15px 14px 0px;
  padding: 12.5px 25px 11.5px 24px;
  top: 0;
  right: 0;
  text-decoration: none;
  bottom: 0%;
  background: #ad1fea;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #f2f4fe !important;
}

.add-feedback-edit {
  width: 144px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ad1fea;
  color: #f2f4fe;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 25px 11.5px 24.5px;
}

.add-feedback {
  left: 30.37%;
  right: 31.1%;
  top: 76.72%;
  bottom: 0%;
  height: 44px;
  width: 179.5804901123047px;
  left: 141.5048828125px;
  margin-left: 141.5px;
  margin-top: 145px;
  padding: 12.5px 28.41px 11.5px 27.28px;
  border-radius: 10px;
  background: #ad1fea;
  text-decoration: none;
  color: #f2f4fe !important;
  font-weight: 700;
  font-size: 14px;
}

#post-comment-reply {
  position: relative;
  width: 117px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ad1fea;
  left: 50px;
  bottom: 55px;
  text-decoration: none;
  color: #f2f4fe;
  font-weight: 700;
  font-size: 14px;
  margin-top: 24px;
}

#post-reply-reply {
  position: relative;
  width: 117px;
  height: 44px;
  flex-shrink: 0;
  bottom: 90px;
  border-radius: 10px;
  background: #ad1fea;
  right: 0px;
  left: 460px;
  text-decoration: none;
  color: #f2f4fe;
  font-weight: 700;
  font-size: 14px;
}

.btn-login {
  display: block !important;
  border-radius: 0px;
  margin: 0 auto 19px auto;
  padding: 12.5px 24px 11.5px 24px;
  border-radius: 10px;
  background: #ad1fea !important;
  text-decoration: none;
  color: #f2f4fe;
  font-weight: 700;
  font-size: 14px;
  width: 90%;
}

.btn-register {
  display: block;
  border-radius: 0px;
  margin: 0 auto 19px auto;
  padding: 12.5px 24px 11.5px 24px;
  border-radius: 10px;
  background: #ad1fea;
  text-decoration: none;
  color: #f2f4fe;
  font-weight: 700;
  font-size: 14px;
  width: 90%;
}

.add-feedback-new {
  width: 144px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ad1fea;
  text-decoration: none;
  color: #f2f4fe;
  font-weight: 700;
  font-size: 14px;
}

.feedback-show {
  position: relative;
  left: 0 !important;
  border-radius: 5px;
  margin: 28px 0px 28px 0px;
}

.add-feedback-roadmap {
  position: absolute;
  font-weight: 700;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  color: #f2f4fe;
  padding: 12.5px 25px 11.5px 24px;
  margin-bottom: 35px;
  border-radius: 10px;
  padding-top: 12.5px;
  padding-bottom: 11.5px;
  background-color: #ad1fea;
  text-decoration: none;
  text-align: center;
  text-justify: auto;
  width: 158px;
  right: 90px;
  top: 113px;
}

figcaption {
  width: 466px;
  height: 189px;
  left: 659px;
  top: 491px;
  margin-left: 233px;
  margin-right: 206px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.add-cancel-feedback {
  display: flex;
  float: right;
  margin-right: 3%;
  margin-left: auto;
  margin-top: 9px;
}

.column {
  display: flex;
  flex-wrap: wrap;
  height: 653px;
  max-width: 230px;
  top: 239px;
  margin-right: 0;
  padding: 2px;
  box-sizing: border-box;
}

.roadmap-planned {
  margin-left: 165px;
}

.add-feedback-btn {
  width: 158px;
  height: 44px;
  padding: 10px;
  border-radius: 10px;
  margin-left: 34%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #ad1fea;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f2f4fe;
}

.cancel-feedback-btn {
  padding: 10px;
  border-radius: 10px;
  top: 0%;
  height: 44px;
  bottom: 0%;
  background: #3a4374;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f2f4f2fe;
  margin-right: 16px;
  text-decoration: none;
  width: 144px;
}

.edit-feedback-btn {
  padding: 10px;
  border-radius: 10px;
  width: 144px;
  text-decoration: none;
  top: 0%;
  bottom: 0%;
  background: #7c91f9;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f2f4f2fe;
}

.edit-feedback {
  display: inline-flex;
  flex-direction: row;
}

.delete-feedback {
  position: relative;
  margin-top: -113px;
  margin-left: 81px;
}

.hidden-delete {
  margin-top: 0;
  display: none;
}

.delete-feedback-btn {
  position: relative;
  left: 65%;
  border-radius: 10px;
  width: 144px;
  height: 44px;
  text-decoration: none;
  border-radius: 10px;
  background: #d73737;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f2f4fe;
  top: -46px;
}

.sr-only {
  height: 20px;
  left: 0%;
  right: 1.62%;
  margin-top: 26px;
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f2f4fe;
  mix-blend-mode: normal;
  opacity: 0.75;
  text-decoration: none;
}

.suggestion-icon {
  width: 23px;
  height: 24px;
  top: 1px;
  margin: 24px 16px 24px 24px;
}

.post-comment {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 142px;
  top: 74%;
  height: 40px;
  color: #f2f4fe;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  background: #c75af6;
}

.offer-suggestion {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.got-suggestion {
  height: 46px;
  left: 0%;
  right: 9.66%;
  top: calc(50% - 46px / 2 - 20.5px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #647196;
  margin-bottom: 48px !important;
}

.go-back {
  margin-top: 7%;
  margin-bottom: 36px;
  margin-left: 8%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #647196;
}

.go-back-rmap {
  position: absolute;
  margin-top: 27px;
}

.go-back-show {
  position: relative;
  left: 102px;
  top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 44px;
  margin-bottom: 20px !important;
  width: 80vw;
  flex-direction: row;
  height: 0px;
  padding-top: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.go-back-roadmap {
  z-index: 1000;
  margin-top: 27px;
  margin-left: 0%;
  color: #ffff;
  margin-bottom: 27px;
  margin-left: 52px;
  font-family: Jost;
}

.roadmap-go-back {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffff;
  text-decoration: none;
  height: 20px;
  width: 56px;
  left: 19.66552734375px;
  top: 0px;
  border-radius: nullpx;
  left: 25.99%;
}

.roadmap-nav {
  width: 95vw !important;
  height: 113px;
  background-color: #373f68;
  border-radius: 10px;
  margin: 0 auto;
  right: 165px;
  margin-top: 78px;
  margin-bottom: 48px;
  border-radius: 10px;
}

.navigation {
  width: 1110px;
  height: 113px;
  left: 165px;
  top: 78px;
  color: #ffff;
  background: #373f68;
  border-radius: 10px;
}

.go-back-heading {
  font-family: Jost;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.333333px;
  color: #fff;
  margin: 0;
}

.go-back-show .arrow {
  display: flex;
  color: #647196;
}

.comment-icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 44px;
  height: 16px;
  margin-right: 8px;
  left: 90%;
  margin-top: -26px;
  right: 0;
  font-weight: 700;
}

.comment-num {
  margin-top: 0px;
  gap: 6px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.222222px;
  color: #3a4374;
}

.feedback-title {
  position: relative;
  left: 0;
  width: 313.698px;
  height: 35px;
  flex-shrink: 0;
  color: #3a4374;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  margin-top: 53.26px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.333px;
}

.column-left {
  width: 33.3%;
  color: white;
  height: auto;
}

.planned,
.in-progress,
.live {
  height: 26px;
  left: 0%;
  right: 51.78%;
  top: calc(50% - 26px / 2 - 13.5px);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #3a4374;
  margin-bottom: 4px;
}

.view-roadmap {
  margin-right: -23px;
  padding-left: 0;
}

.roadmap {
  position: relative;
  margin-left: 48px;
  top: 14px;
  margin-bottom: 20px !important;
  color: #3a4374;
  font-size: 18px;
  font-family: Jost;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}

.row-roadmap:after {
  content: "";
  display: table;
  clear: both;
}

.progress-heading {
  display: flex;
  flex-direction: row;
  margin-top: 34px;
  justify-content: space-between;
  width: 100px;
  height: 23px;
  left: 197px;
  top: 355px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196;
}

.planned-heading {
  display: flex;
  flex-direction: row;
  margin-top: 34px;
  justify-content: space-between;
  width: 79px;
  height: 23px;
  left: 197px;
  top: 355px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196;
}

.live-heading {
  display: flex;
  flex-direction: row;
  margin-top: 34px;
  justify-content: space-between;
  width: 55px;
  height: 23px;
  left: 197px;
  top: 355px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196;
}
.board-text {
  display: none;
}

.report-desc {
  height: 46px;
  width: fit-content;
  left: 0%;
  right: 0%;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #647196;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.btn-roadmap {
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #f2f4ff;
  border-radius: 10px;
  height: 30px;
  width: fit-content;
  border-radius: 10px;
  left: 20.78%;
  right: 22.08%;
  top: calc(50% - 19px / 2 - 0.5px);
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  border: none;
  color: #4661e6;
}

.dropupCaret-rmap {
  height: 13px;
  bottom: 36.84%;
  border: none;
  padding-top: 5px;
}

.roadmap-upvotes {
  display: inline-block;
  width: 237px;
  height: 28px;
}

.progress-reports {
  background: #fff;
}

.planned-reports,
.progress-reports,
.live-reports {
  width: 25vw;
  height: 272px;
  background: #fff;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.planned-heading,
.report-title,
.report-desc {
  margin-left: 9px !important;
}

.planned-heading,
.progress-heading,
.live-heading,
.report-title,
.report-desc,
.btn-roadmap,
.roadmap-btn-upvotes {
  margin-left: 12px;
}

.roadmap-btn-upvotes {
  display: flex;
  width: 69px;
  height: 40px;
  left: 196px;
  top: 524px;
  padding-top: 11px;
  background: #f2f4fe;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  margin-top: 16px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: -0.180556px;
  color: #3a4374;
  border: none;
}

.progress-heading,
.planned-heading,
.live-heading {
  position: relative;
  height: 30px;
  width: fit-content;
  left: 0%;
  right: 17.48%;
  font-style: normal;
  top: 0px;
  bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.25px;
  color: #3a4374;
  margin-bottom: 11px;
}

.report-planned {
  width: 286px;
  height: 76px;
  left: 197px;
  top: 386px;
}

.oval-planned {
  position: relative;
  display: inline;
  margin-right: 16px;
  float: left;
  bottom: 34.78%;
  background: #f49f85;
  height: 8px;
  width: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.oval-live {
  position: relative;
  display: inline;
  margin-right: 16px;
  float: left;
  background: #62bcfa;
  height: 8px;
  width: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.oval-progress {
  position: relative;
  display: inline;
  margin-right: 16px;
  float: left;
  background: #ad1fea;
  height: 8px;
  width: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.planned-bar {
  height: 6px;
  left: 165px;
  top: 324px;
  background: #f49f85;
  border-radius: 5px 5px 0px 0px;
}

.live-bar {
  height: 6px;
  left: 165px;
  top: 324px;
  background: #62bcfa;
  border-radius: 5px 5px 0px 0px;
}

.progress-bar {
  height: 6px;
  left: 165px;
  top: 324px;
  background: #ad1fea !important;
  border-radius: 5px 5px 0px 0px;
}

.button {
  position: relative;
  width: 255px;
  height: auto;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 24px;
  padding-top:9px;
  left: 10px;
}

.navbar-expand-lg {
  margin-bottom: 30px !important;
}

.view-count {
  margin-right: 0;
  margin-left: -50px;
  margin-top: 25px;
}

.roadmap-comment-icon {
  position: relative;
  display: flex;
  width: 44px;
  height: 23px;
  top: -28px;
  height: 23px;
  left: 80%;
  right: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.222222px;
  color: #3a4374;
  gap: 5px;
}

.planned-bar,
.progress-bar,
.live-bar {
  width: 30vw;
}
p {
  margin-bottom: 1px !important;
}

.column-left {
  width: 33.3%;
  height: auto;
}

.column-right {
  width: 33.3%;
  color: white;
  height: auto;
}

.custom {
  height: 100vh;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

#feedbacktitle {
  position: relative;
  width: 80vw;
  left: 0;
  right: 47.41%;
  top: 5px;
}

.create-feedback {
  background: #ffffff;
  border-radius: 10px;
  width: 75%;
  padding-top: 10%;
  padding-left: 5%;
  margin-top: 20%;
  margin-left: 75%;
  display: flex;
  flex-direction: column;
}

.new-feedback {
  position: relative;
  height: 35px;
  left: 0;
  right: 47.41%;
  top: calc(50% - 35px / 2 - 245px);
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.333333px;
  color: #3a4374;
}

.sub-heading {
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.194444px;
  color: #3a4374;
}

.sub-heading-paragraph {
  position: relative;
  left: 0;
  top: 0;
  color: #647196;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.sub-heading-paragraph {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #647196;
  margin-bottom: 0px;
  position: relative;
  left: 0;
  right: 47.41%;
}

.form-control {
  display: block !important;
  width: 90% !important;
  margin: 0 auto;
}

.form-label {
  padding-left: 60px;
  padding-top: 20px;
}

.oval-planned,
.oval-progress,
.oval-live {
  margin-left: 0;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.new-feedback-icon {
  position: relative;
  top: -28px;
  left: 17px;
}

#feedback-title {
  position: relative;
  width: 85vw;
  left: 0;
  right: 47.41%;
  top: 5px;
}

#feedback-detail {
  position: relative;
  width: 85vw;
  left: 0;
}

#category {
  width: 85vw;
  left: 42px;
  top: 155px;
}

#features {
  padding-left: 10px;
  padding-right: -10px;
  background-color: #ffff;
  border-radius: 5px;
  width: 80vw;
  font-size: 15px;
}

.dropdown > .container-fluid {
  margin-top: 24px;
  justify-content: left !important;
  gap: 16px;
}

#feedbackdetail {
  width: 80vw;
  height: 96px;
  padding-left: 10px;
  padding-right: -10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #4661e6;
  font-size: 15px;
}

.feedback-text {
  width: 85vw;
  height: 48px;
  padding-left: 10px;
  padding-right: -10px;
  border-radius: 5px;
  border: 1px solid #4661e6;
  background-color: #f2f2f2 !important;
  font-size: 15px;
  margin-bottom: 24px;
  position: relative;
  left: 0;
}

.form-select {
  height: 48px;
  padding-left: 10px;
  padding-right: -10px;
  border-radius: 5px;
  border: 1px solid #4661e6;
  background-color: #f2f2f2 !important;
  font-size: 15px;
  margin-bottom: 24px;
  position: relative;
  left: 0;
}

.feedback-options {
  background: #ffff !important;
  opacity: 0;
}

.user-image {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin: 0px, 32px, 83px, 0px;
  background: lightgray 50% / cover no-repeat;
}

.user-reply-image {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-left: 47px;
  margin-top: 32px;
  background: lightgray 50% / cover no-repeat;
}

.reply-link {
  margin-top: -30px;
  margin-right: 50px;
  float: right;
  right: 0%;
  top: calc(50% - 19px / 2 - 42px);
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #4661e6;
  border: none;
  background-color: #ffff !important;
}

.reply-reply-link {
  position: relative;
  height: 49px;
  margin-top: -0px;
  float: right;
  top: calc(50% - 19px / 2 - 42px);
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #4661e6;
  border: none;
  background-color: #ffff !important;
  width: 140px;
}

.reply-content {
  height: 80px;
  border-radius: 5px;
  background: #f7f8fd;
  border: 1px solid #4661e6;
  margin-right: 32px;
  width: 65%;
}

.comment-box {
  margin-top: 24px;
  height: 80px;
  border-radius: 5px;
  background: #f7f8fd;
  border: 1px solid #4661e6;
  margin-right: 32px;
  margin-left: 70px;
  width: 416px;
  color: #3a4374;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reply-box {
  height: 80px;
  border-radius: 5px;
  background: #f7f8fd;
  border: 1px solid #4661e6;
  margin-right: 32px;
  margin-left: 0px;
  margin-top: 24px;
  width: 416px;
  color: #3a4374;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reply-reply-content {
  height: 80px;
  border-radius: 5px;
  background: #f7f8fd;
  border: 1px solid #4661e6;
  margin-right: 32px;
  width: 65%;
}

#user-reply {
  width: 549px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: none;
  visibility: hidden;
  position: relative;
}

.checked {
  margin-left: 24px;
  display: none;
  position: relative;
  height: 16px;
  background: url(/assets/shared/icon-check.svg) no-repeat center center;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  * {
    box-sizing: border-box;
  }

  body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    overflow-x: hidden;
    background: #f5f5f5 !important;
  }


  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
  }


  .figure-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-items: center;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    top: 0;
    height: 749px;
    flex-shrink: 0;
  }

  .navboard-title {
    color: #ffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .navboard-subtitle {
    color: #ffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .navbar-toggler {
    display: none !important;
  }

  .board-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  figcaption {
    position: relative;
    width: 466px;
    height: 189px;
    left: 0;
    top: 48px;
    margin-left: 209px;
    margin-right: 206px;
    font-weight: 400;
    font-size: 16px;
  }

  .navbar-expand-lg {
    margin-bottom: 30px;
  }

  #ChangeToggle {
    display: none;
  }

  .comment-icon {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 44px;
    height: 16px;
    margin-right: 8px;
    left: 90% !important;
    margin-top: -26px;
    right: 0;
    font-weight: 700;
  }

  .container {
    max-width:900px !important;
  }
  .container-fluid {
    margin-right: auto !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
  }

  .dropdown > .container-fluid {
    margin-top: 0;
    justify-content: left !important;
    gap: 16px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 0;
    padding: auto;
    margin-top: 56px;
    margin-left: 16.3;
  }

  .new-feedback {
    position: relative;
    left: 0;
    color: #3a4374;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-top: 0px;
    top: 20px;
  }

  .custom {
    width: 95vw;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  #feedback-title {
    color: #3a4374;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.194px;
  }

  .sub-heading-paragraph {
    color: #647196;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    left: 0;
    top: 0;
    color: #647196;
    font-size: 13px;
    margin-bottom: 16px;
  }

  .feedback-text {
    position: relative;
    left: 0;
    color: #3a4374;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .feedback-options {
    color: #3a4374;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #feedbacktitle {
    width: 85vw;
    left: 0;
    color: #3a4374;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #feedbackdetail {
    width: 85vw;
    color: #3a4374;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .live-reports {
    margin-top: -16px;
  }

  .select-options {
    width: 85vw;
  }

  .feedback {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 178px;
    justify-content: center;
    align-items: flex-start;
    left: 0;
    right: 0;
    top: 65px;
  }

  .feedback-screen {
    position: fixed;
    width: 85vw;
    height: 600px;
    flex-shrink: 0;
    flex-shrink: 0;
    top: 371px;
    left: 0;
    margin: 0 auto;
    right: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }

  #features {
    width: 85vw !important;
  }

  .comment-num {
    margin-top: -3px;
  }

  .feedback-show {
    position: relative;
    left: -16px;
    width: 732px;
    height: 151px;
    flex-shrink: 0;
    margin: 28px 0px 28px 0px;
  }

  #show-cont {
    width: 40px;
    height: 53px;
    flex-shrink: 0;
    margin-left: 32px;
  }

  .login-register-desk {
    position:fixed;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      height:45px;
      gap: 22px;
      width: 100%;
    top: 0;
    left:0;
      padding-right: 20px;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 23px;
      color: #f2f2f2;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../assets/suggestions/mobile/background-header.png);
  }

  .comments {
    position: relative;
    left: 35px;
    margin-left: 0px;
    width: 85vw;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .sub-heading {
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.194444px;
    color: #3a4374;
  }

  .comment-length {
    margin-top: 24px;
    color: #3a4374;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .comment-user {
    color: #3a4374;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.194px;
  }

  .comment-username {
    color: #647196;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment {
    position: relative;
    background-color: #ffff;
    height: auto;
    margin-right: 0;
    right: 0;
    left: -18px;
    border-radius: 10px;
    width: 90vw;
    background-color: #ffff;
  }

  .new-feedback-form {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90vw;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
    height: 100%;
    flex-wrap: wrap;
    background-color: #ffff;
    border-radius: 10px;
  }

  .form-control-lg {
    position: relative;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    flex-shrink: 0;
    top: 6px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    background-color: #ffff;
  }

  .offset-3 {
    margin-left: 114px !important;
  }

  .go-back {
    margin-left: 57px;
  }

  .go-back-show {
    position: relative;
    left: 20px;
    display: flex;
    flex-direction: row;
    padding-top: 28px;
    margin-left: 40px;
    justify-content: space-between;
    align-content: center;
  }
  .go-back-show > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
    text-decoration: none;
    min-width: fit-content;
  }
  .add-comment {
    position: relative;
    background-color: #ffff;

    margin-right: 0;
    right: 0;
    left: -18px;
    border-radius: 10px;
    width: 90vw;
    background-color: #ffff;
  }

  .add-comment-text {
    position: absolute;
    left: 0;
    top: 45px;
    background: #f7f8fd;
    border: 1px solid #4661e6;
    border-radius: 5px;
    width: 75vw;
    height: 140px;
    border-radius: 5px;
  }

  .post-comment {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 142px;
    top: 80%;
    height: 40px;
    color: #f2f4fe;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #c75af6;
  }

  .add-feedback-edit {
    margin-right: 0;
    margin-left: 16px;
    height: 44px;
    flex-shrink: 0;
    color: #f2f4fe;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12.5px 26.5px 11.5px 25.5px;
  }

  .space {
    width: 10px;
    background-color: #f2f4fe;
  }

  .flex-column {
    margin-top: 28px;
    margin-left: 32px;
    flex-direction: column;
    align-items: center;
    background-color: #f2f4fe;
    width: 40px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .feedback-navlink-show {
    margin-top: 28px;
  }

  .add-feedback-new {
    width: 144px;
    height: 44px;
    flex-shrink: 0;
    margin-left: 16px;
    color: #f2f4fe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .dropupCaret {
    margin-top: 6px;
  }
  .dropped {
    width: 65vw !important;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .cancel-feedback-btn {
    width: 144px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #3a4374;
    color: #f2f4fe;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 110px;
    padding: 12.5px 24px 11.5px 24px;
  }

  .no-feedback {
    width: 129.64px;
    height: 136.742px;
    flex-shrink: 0;
    margin-top: 126px;
    margin-bottom: 9px;
  }

  .btn {
    padding-right: 0px;
  }

  .btn-suggestion {
    width: auto;
    height: 30px;
    flex-shrink: 0;
    margin-top: 12px;
  }

  .navbar {
    display: none;
    flex-shrink: 0;
    margin-bottom: 50px;
    margin-right: 0px;
    width: 235px;
    height: 178px;
    flex-shrink: 0;
    background-image: url("../assets/suggestions/tablet/background-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
  }

  .dropdown {
    display: flex;
    flex-direction: row;
    justify-items: center;
    flex-wrap: inherit;
    margin: 0 auto;
    top: 216px;
    left: 0;
    right: 0;
    width: 95vw;
  }

  .dropdown-main {
    display: flex;
    flex-direction: row;
    justify-items: center;
    flex-wrap: inherit;
    margin: 0 auto;
    top: 216px;
    left: 0;
    right: 0;
    width: 85vw;
  }

  .feedback-board {
    width: 223px;
    height: 178px;
    flex-shrink: 0;
  }

  .add-cancel-feedback {
    margin-left: auto;
    margin-top: 8px;
    margin-right: 0;
  }

  .reply-replyto {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  
  .button {
    width: 235px;
    height: 178px;
    flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
    border-radius: 10px;
    background-color: #ffff;
    padding-top:9px;
  }

  #column-planned {
    margin-left: 25px;
  }

  .list {
    width: 235px;
    justify-content: center;
    height: 178px;
    flex-shrink: 0;
    margin-left: 0;
    padding-left:12px
  }

  .view-num {
    position: absolute;
    left: 0;
    right: 46px;
    top: 42px;
    height: 16px;
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    color: #3a4374;
    margin-left: 24px;
  }

  .roadmap {
    color: #3a4374;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .roadmap-nav {
    width: 80vw;
    height: 113px;
    flex-shrink: 0;
    margin: 0 auto;
  }

  .add-feedback {
    margin-left: 114.5px;
  }

  .new-feedback-icon {
    position: relative;
    top: -26px;
    left: 25px;
    z-index: 100;
  }

  .columns {
    position: relative;
    width: 100vw !important;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .column {
    flex-shrink: 0;
    margin-right: 10px;
  }

  .progress-reports,
  .planned-reports,
  .live-reports {
    width: 45vw;
    flex-shrink: 0;
    background: #fff;
  }

  .planned,
  .in-progress,
  .live {
    color: #3a4374;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.194px;
    width: 93px;
  }

  .ideas,
  .progress,
  .prog {
    color: #647196;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -24px;
    height: 20px;
    border-radius: 0 !important;
    padding-left: 5px;
    width: 45vw;
  }

  .row-roadmap {
    display: flex;
    flex-direction: row;
    width: 689px;
    margin-left: 75px;
  }

  .add-feedback-roadmap {
    position: absolute;
    font-weight: 700;
    height: 44px;
    font-size: 14px;
    line-height: 20px;
    color: #f2f4fe;
    padding: 12.5px 25px 11.5px 24px;
    margin-bottom: 35px;
    border-radius: 10px;
    padding-top: 12.5px;
    padding-bottom: 11.5px;
    background-color: #ad1fea;
    text-decoration: none;
    text-align: center;
    text-justify: auto;
    width: 158px;
    right: 0;
    top: 70px;
  }

  .planned-bar,
  .progress-bar,
  .live-bar {
    width: 45vw;
    height: 6px;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .planned-heading,
  .progress-heading,
  .live-heading {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    height: 19px;
  }

  #column-planned {
    margin-left: 0;
  }

  .report-title {
    width: 183px;
    color: #3a4374;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
    margin-top: 14px;
    height: 19px;
  }

  .report-desc {
    width: 183px;
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 9px;
    height: 38px;
  }

  .btn-roadmap {
    width: fit-content;
    height: 30px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #f2f4ff;
    margin-top: 29px;
    margin-left: 20px;
  }

  .roadmap-btn-upvotes {
    margin-left: 20px;
    width: 69px;
    height: 32px;
    flex-shrink: 0;
  }

  .view {
    color: #4661e6;
    font-size: 13px;
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-left: 46px;
  }

  .char-left {
    margin-top: 13px;
  }

  .suggestion {
    color: #ffff;
    align-content: center;
    font-size: 18px;
    font-family: Jost;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
    text-align: left;
  }

  .add-feedback-top {
    display: flex;
    width: 158px;
    height: 44px;
    flex-shrink: 0;
    flex-shrink: 0;
    padding: 12.5px 25px 11.5px 31px;
  }

  .edit-button {
    width: 142px;
    height: 44px;
    flex-shrink: 0;
    right: 0;
    left: 0;
    margin-top: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 412px;
    padding: 12.5px 25px 11.5px 24px;
  }

  .feedback-suggested-para {
    color: #647196;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 553px;
  }

  .col-sm {
    width: 689px;
  }

  .delete-feedback-btn {
    position: relative;
    left: 60px;
    border-radius: 10px;
    width: 144px;
    height: 44px;
    text-decoration: none;
    border-radius: 10px;
    background: #d73737;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #f2f4fe;
    top: -44px;
  }
  .comment-content {
    color: #647196;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 17px;
  }

  .feedback-screen-active {
    position: absolute;
    width: 100vw;
    border-radius: 10px;
    top: 370px;
    margin-left: 0px;
    left: 0;
  }

  #suggested-feedback {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 85vw;
    height: auto;
    margin: 40px 19px 28px 0px;
    padding-top: 5px;
    background-color: #ffff;
  }

  .feedback-suggestion {
    position: relative;
    width: 95vw;
    height: auto;
    left: 0;
    right: 0;
    margin: 15px auto;
    border-radius: 10px;
    background-color: #ffff;
  }
  .feedback-show-suggested {
    position: relative;
    background-color: #ffff;
    height: auto;
    margin-right: 0;
    right: 0;
    left: 55px;
    border-radius: 10px;
    width: 90vw;
    padding-bottom: 5px;
  }

  .feeback-title-para {
    width: 65vw;
  }

  .login-center {
    min-width: 100vw;
    flex-direction: row;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }

  .login-screen,
  .register-screen {
    right: 0;
    left: 0;
  }

  .btn-login {
    justify-content: center;
    width: 90% !important;
  }

  .validated-form {
    width: 100%;
    align-items: center;
  }

  /* .form-control {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    width: 540px;
    display: flex;
    flex-direction: column;
  } */

  .feedback-title {
    color: #3a4374;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.333px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reg-login {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .btn-success {
    width: 65%;
  }

  .got-suggestion {
    margin-bottom: 48px !important;
    width: 410px;
    color: #647196;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .roadmap-comment-icon {
    margin-left: 74px;
  }

  .nav-link {
    margin-left: 0;
  }

  .row {
    display: flex;
    width: 95vw;
    flex-direction: row;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  body,
  html {
    top: 0 !important;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    overflow-x: hidden;
    background: #f5f5f5 !important;
  }

  .dropdown {
    position: absolute;
    margin-left: 0px;
    padding-left: 25px;
    width: 100vw;
    left: 0;
    top: 65px;
    height: 56px;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.187px;
    border-radius: 0;
  }

  .dropdown-main {
    position: absolute;
    margin-left: 0px;
    padding-left: 25px;
    width: 100vw;
    left: 0;
    top: 72px;
    height: 56px;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.187px;
    border-radius: 0;
  }

  .custom {
    padding-left: 0 !important;
    width: 85vw !important;
    margin: 0 auto;
  }

  .comment-length {
    margin-left: 0;
    color: #3a4374;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  #post-comment-reply {
    position: relative;
    left: 70px;
    margin-left: 0;
    width: 70vw;
    flex-shrink: 0;
    top: 0;
    border-radius: 10px;
    background: #ad1fea;
    right: 0;
    text-decoration: none;
    color: #f2f4fe;
    font-weight: 700;
    font-size: 13px;
    margin-top: 0 !important;
  }

  #comment-reply-box {
    position: relative;
    bottom: 30px;
    left: 70px;
    right: 0;
    width: 70vw;
    height: 77px;
    margin-left: 0px !important;
    bottom: 10px;
    margin-top: 20px;
  }

  #reply-reply-box {
    position: relative;
    bottom: 30px;
    left: 70px;
    right: 0;
    width: 70vw;
    height: 77px;
    margin-left: 0px !important;
    bottom: 10px;
    margin-top: 20px;
  }

  #post-reply-reply {
    position: relative;
    width: 70vw;
    flex-shrink: 0;
    margin-left: 0px;
    border-radius: 10px;
    background: #ad1fea;
    right: 0px;
    left: 70px;
    top: 5px;
    text-decoration: none;
    color: #f2f4fe;
    font-weight: 700;
    font-size: 13px;
  }

  .comments {
    border-radius: 10px;
    margin-top: 0px !important;
    margin-left: 0px;
    z-index: 0;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: auto;
  }
  .dropdown > .container-fluid {
    justify-content: left !important;
    margin-top: 18px;
    align-items: normal !important;
  }

  .custom {
    width: 100vw !important;
  }

  .container {
    padding: 0 !important;
  }
  .nav-title {
    color: #fff;
    font-size: 15px;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.187px;
    width: 115px;
    height: 22px;
  }

  .board-title {
    width: 53px;
    height: 19px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .feedback {
    display: flex;
    top: 0;
    width: 100%;
    height: 178px;
    justify-content: left;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    margin-left: 0;
    left: 0;
  }

  .navbar {
    position: absolute !important;
    top: 0;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100vw;
    right: 0;
    left: 0;
    height: 72px;
    border-radius: 0;
    flex-shrink: 0;
    background-image: url("../assets/suggestions/mobile/background-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 15px;
    margin-left: 0;
    line-height: normal;
    letter-spacing: -0.187px;
  }

  .go-back-show {
    position: relative;
    left: 10px;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 0 !important;
    width: 100%;
    margin-right: 0px;
    flex-direction: row;
    height: 20px;
    padding-top: 0;
    justify-content: space-between;
    align-items: center;
  }

  .go-back-show > a {
    display: inline-flex;
    max-width: fit-content;
    gap: 5px;
  }

  .form-label {
    padding-left: 20px;
  }

  .login-register-mob {
            display: flex;
            flex-direction: row;
            /* justify-content: center; */
            align-items: center;
            gap: 26px;
            margin-left:0;
    padding-left: 20px;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 23px;
            width: 100vw;
            height: 161px;
            color: #ffff;
            margin-top: 3px;
            background-size: cover;
            background-image: url(../assets/suggestions/mobile/background-header.png);
  }

  .navbar-toggler {
    margin-left: auto;
    margin-right: 5%;
    float: right;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    background-image: url("../assets/shared/mobile/icon-hamburger.svg") !important;
  }

  .nav-link-logout {
    width: 88px;
    color: #cbbebeff;
  }

  .close-icon {
    content: url("../assets/shared/mobile/icon-close.svg") !important;
  }

  .icon-close {
    background-image: url("../assets/shared/mobile/icon-close.svg") !important;
  }

  .feedback-board {
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    height: 72px;
    flex-shrink: 0;
    border-radius: 0;
  }

  .add-comment {
    width: 100vw;
  }

  .buttons {
    display: flex;
    width: 100%;
    height: 131px;
    flex-shrink: 0;
    margin-left: 0px;
    border-bottom: none !important;
    margin-top: 0;
    padding-bottom: 15px;
    align-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-items: flex-start;
  }

  .alert {
    top:121px;
  }
  
  .list {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border-color: #979797;
    box-shadow: black;
    width: 100%;
    height: 178px;
    flex-shrink: 0;
    margin-left: 0;
    border-radius: 10px;
    margin-left: 0;
    margin-top: -18px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  .planned-heading,
  .progress-heading,
  .live-heading,
  .report-title,
  .report-desc,
  .btn-roadmap,
  .roadmap-btn-upvotes {
    margin-left: 12px;
  }
  .select-options {
    width: 90vw;
    display: block;
    margin: 0 auto;
  }

  .row-reply {
    width: 80vw;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 255px 825px;
    grid-auto-columns: 1fr;
    column-gap: 60px;
    margin-left: 0;
  }

  .roadmap {
    color: #3a4374;
    font-size: 18px;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .view {
    font-size: 13px;
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-left: 48px;
    margin-top: 15px;
  }

  .suggestion {
    color: #fff;
    font-size: 18px;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
    text-align: left;
  }

  #vote {
    margin-left: 0px;
    width: 30px;
  }

  #roadmapupvote {
    margin-left: 0px;
    width: 30px;
    height: 250px;
  }

  .feedback-suggested-numvotes {
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #dee2e6;
    height: 30px;
    width: 53px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: none;
    margin-left: 9px;
    margin-top: 15px;
    gap: 6px;
  }

  .feedback-suggested-numvotes:active,
  .feedback-suggested-numvotes:focus {
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #4661e6;
    height: 30px;
    width: 53px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: none;
    margin-left: 9px;
    margin-top: 15px;
    gap: 6px;
  }

  .add-feedback-top {
    position: absolute;
    width: 114px;
    font-size: 13px;
    height: 40px;
    flex-shrink: 0;
    margin: 11px 4% 4px 0;
    padding: 10.5px 2% 5px 2%;
  }

  .btn {
    padding-right: 0px !important;
  }

  .go-back {
    top: 34px !important;
    margin-bottom: 35px;
    margin-left: 19px;
  }

  .feedback-screen-active {
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 0;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: auto;
  }

  #feedback-title {
    position: relative;
    width: auto;
    left: 0;
    top: 0px;
    color: #3a4374;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
  }

  .feedback-screen {
    position: fixed;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 0;
    right: 0px;
    left: 0px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100vw;
    height: 100%;
    flex-wrap: nowrap;
  }

  .form-control-lg {
    flex-direction: column;
    align-content: center;
    padding: 0 !important;
    height: auto;
    flex-shrink: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .feeback-title-para {
    display: flex;
    width: 278px;
    flex-direction: column;
    font-size: 13px !important;
  }

  #content {
    position: relative;
    left: 45px;
    top: 71px;
    background-color: #dee2e6;
    width: 44px;
    height: 25px;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding-left: 1px;
    display: flex;
    flex-direction: row;
    margin-right: 0;
  }

  .dropupCaret {
    stroke: #3a4374;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
  }

  .votes {
    color: #3a4374;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.181px;
    display: inline-block;
    vertical-align: middle;
  }

  #show-cont {
    display: flex;
    flex-direction: row;
    width: 69px;
    height: 32px;
    flex-shrink: 0;
    margin-left: 14px;
    margin-right: -97px;
    margin-top: 137px;
    background-color: #f2f4ff;
    gap: 10px;
    color: #3a4374;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
    padding: 16px;
  }

  .comment {
    position: relative;
    left: 0px !important;
    margin-right: 0;
    margin-top: 15px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    height: auto;
    background-color: #ffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .reg-login {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  .comment-user {
    color: #3a4374;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
  }

  .comment-username {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .comment-content {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    margin-top: 20px;
  }

  .comment-username {
    height: 10px;
  }

  .delete-form {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .feedback-suggested-title {
    position: relative;
    top: 0;
    margin-top: 0;
    bottom: 40px;
    color: #3a4374;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
    left: 0px;
  }
  .new-feedback-form {
    left: 0;
    top: 64px;
    right: 0;
    background-color: #ffff;
    margin-top: 0;
    height: 100%;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 100vw;
  }

  .new-feedback-icon {
    position: absolute;
    top: -18px;
    left: 31px;
    bottom: 0px;
  }

  .feeback-title-para {
    font-size: 13px !important;
    margin-left: 0px;
  }

  .feedback-navlink {
    text-decoration: none;
    margin: 0px 2px 4px 2px;
  }

  .feedback-navlink-show {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    flex-shrink: 0;
  }

  .reply-link {
    margin-left: 85%;
  }

  .reply-reply-link {
    right: 6%;
  }
  .btn-suggestion {
    width: auto;
    margin-bottom: 13px;
    margin-left: 0px;
    font-size: 13px !important;
  }

  .comment-icon {
    display: flex;
    position: relative;
    flex-direction: row;
    background-color: #f2f4fe;
    right: 0px;
    left: 338px;
    top: 88px;
    width: 32px;
    height: 19px;
    gap: 4px;
  }
  .comment-num {
    font-size: 13px;
  }

  .suggest {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
  }

  .suggestion {
    display: none;
    align-items: center;
    font-size: 13px;
  }

  .arrows {
    display: none;
  }

  .nav-link {
    position: relative;
    left: -14px;
    display: inline-flex;
    justify-content: center;
    margin-left: 0;
    gap: 8px;
    color: #f2f4fe;
    text-align: right;
    font-size: 13px;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .menu-item {
    font-size: 13px;
  }

  .dropped {
    display: none;
  }

  .drop {
    background-color: #fff;
    width: 70vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    float: right;
    right: 0;
    top: 120px;
    position: absolute;
    z-index: 3;
  }

  .feedback-suggested-para {
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    left: 0;
    color: #647196;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-left: 0;
  }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0;
    z-index: 2;
  }
  .dropdown-menu.show {
    display:block;
    width: 172px;
    height: auto;
    left: 0px !important;
    top: 0px !important;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
  }

  figcaption {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    color: #3a4374;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
  }

  .feedback-title {
    position: relative;
    left: 0;
    right: 0;
    top: 0;

    color: #3a4374;
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .got-suggestion {
    position: relative;
    margin-bottom: 24px !important;
    color: #647196;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    right: 0;
    left: 0;
    top: 3px;
    width: 278px;
    margin: 0 auto;
  }

  .no-feedback {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    align-content: center;
    width: 102px;
    height: 108px;
    margin: 0 auto;
  }

  .figure-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 825px;
    height: 600px;
    flex-shrink: 0;
  }

  .add-feedback {
    margin-left: 0px;
    margin-top: 0px;
  }

  .got-suggestion {
    margin-bottom: 24px !important;
    color: #647196;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .login-screen,
  .register-screen {
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 0 auto;
    height: auto;
  }

  .feeback-title {
    color: #3a4374;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .roadmap-nav {
    width: 100vw !important;
    height: 100px;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }

  .go-back-roadmap {
    margin-top: 0;
    margin-left: 0;

    margin-bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
  }

  .row-roadmap {
    width: 327px;
    margin-left: 24px;
  }

  .column {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
  }
  .pln,
  .in-prog,
  .lve {
    color: #3a4374;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
    opacity: 0.4000000059604645;
    width: 125px;
    display: flex;
    flex-direction: row;
  }

  #feedbacktitle {
    display: block;
    margin: 0 auto;
    width: 90vw;
  }

  .plan,
  .in-progress,
  .live {
    width: 280px;
    color: #3a4374;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .ideas,
  .progress,
  .prog {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 13px;
  }

  .planned-bar,
  .progress-bar,
  .live-bar {
    width: 100vw;
    height: 6px;
    flex-shrink: 0;
  }

  .planned-heading,
  .progress-heading,
  .live-heading {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    margin-left: 0;
  }

  .planned-reports,
  .progress-reports,
  .live-reports {
    width: 100vw;
    height: 251px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #fff;
  }

  .add-feedback-roadmap {
    position: absolute;
    width: 114px;
    font-size: 13px;
    height: 40px;
    flex-shrink: 0;
    margin: 30px 0 30px auto;
    padding: 10.5px 2% 5px 2%;
    top: 0;
    right: 0;
  }

  .columns {
    grid-template-columns: 1fr;
    left: 0;
    padding-right: 0;
  }

  .report-title {
    width: 278px;
    color: #3a4374;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
  }
  .report-desc {
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .btn-roadmap {
    width: 77px;
    height: 30px;
    flex-shrink: 0;
    color: #4661e6;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .roadmap-upvotes {
    color: #3a4374;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
  }

  .roadmap-btn-upvotes {
    width: 69px;
    height: 32px;
    flex-shrink: 0;
    top: 0;
  }

  .roadmap-comment-icon {
    position: relative;
    right: 0;
    display: flex;
    width: 40px;
    height: 19px;
    float: right;
    gap: 4px;
    flex-shrink: 0;
  }

  .live,
  .ideas,
  .progress {
    margin-right: 0;
    right: 0;
    margin-left: 0px;
    left: 0;
    top: 0;
    margin-top: 5px;
    width: 100vw;
  }

  .add-comment {
    width: 100vw;
  }
  .prog {
    margin-right: 0;
    right: 0;
    margin-left: 0px;
    left: 0;
    top: 0;
    margin-top: 5px;
    width: 100vw;
  }

  .row {
    min-width: 100vw;
  }

  .tab {
    margin-top: 0;
    margin-left: 37px;
    display: flex;
    flex-direction: row;
    color: #3a4374;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.181px;
    justify-content: space-evenly;
    width: 100vw;
  }

  .tab-bars {
    display: flex;
    width: 100vw;
  }
  .tab-planned-bar {
    width: 79px;
    height: 4px;
    flex-shrink: 0;
    background: #f49f85;
    /* top: 0; */
    margin-left: 26px;
  }

  .tab-inprog-bar {
    width: 79px;
    height: 4px;
    flex-shrink: 0;
    background: #ad1fea;
    /* top: 0; */
    margin-left: 44%;
  }

  .tab-lv-bar {
    width: 56px;
    height: 4px;
    flex-shrink: 0;
    background: #62bcfa;
    top: 0;
    margin-left: 74%;
  }
  hr {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 30vw;
    height: 1px;
    flex-shrink: 0;
    opacity: 0.25;
    background: #8c92b3;
    display: block !important;
  }

  .form-control {
    flex-shrink: 0;
    margin-top: 5px;

    padding: 0;
    max-width: 100%;
  }

  .btn-login {
    max-width: 100%;
  }

  svg .new-feedback-form {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .new-feedback {
    position: relative;
    left: 0;
    color: #3a4374;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-top: 0px;
    top: 0;
    height: 100%;
    padding-left: 20px;
  }

  .sub-heading,
  .sub-heading-paragraph {
    padding-left: 20px;
  }

  #features {
    margin-bottom: 24px;
    width: 90vw;
    padding-left: 15px;
  }

  .feedback-options {
    color: #3a4374;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 75vw;
  }

  .feedback-text {
    position: relative;
    left: 0;
    width: 90vw;
    height: 48px;
    flex-shrink: 0;
  }

  .form-select {
    width: 75vw;
    height: 48px;
    flex-shrink: 0;
  }

  #feedbackdetail {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 90vw;
    height: 120px;
    flex-shrink: 0;
  }

  .add-cancel-feedback {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    margin-left: 0;
    margin-top: 16px;
    margin-right: 0;
  }

  .cancel-feedback-btn {
    display: block;
    width: 90vw;
    height: 40px;
    flex-shrink: 0;
    margin: 0 auto 5px auto;
  }

  .add-feedback-new {
    display: block;
    width: 90vw;
    height: 40px;
    flex-shrink: 0;
    margin: 0 auto 5px auto;
  }

  .add-feedback-edit {
    width: 100vw;
    height: 40px;
    margin-left: 0;
    margin-bottom: 16px;
    flex-shrink: 0;
  }

  .delete-feedback-btn {
    position: relative;
    width: 100vw;
    height: 40px;
    margin-left: 0;
    margin-bottom: 16px;
    flex-shrink: 0;
    bottom: 0;
    top: -2px;
    left: 0;
  }

  #column-progress,
  #column-live {
    display: none;
  }

  .feedback-show {
    position: relative;
    left: 0px;
    margin-left: 0;
    width: 100vw;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    background-color: #ffff;
    border-radius: 10px;
  }

  .col-sm {
    margin-left: 0;
  }

  .feedback-show-suggested {
    position: relative;
    top: -30px;
    margin-top: 0px;
    margin-bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw !important;
    height: auto;
    margin: 40px 0 28px 0;
    padding-bottom: 5px;
    background-color: #ffff;
  }

  #suggested-feedback {
    position: relative;
    top: -50px;
    margin-top: 0px;
    margin-bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    height: auto;
    margin: 40px 0 28px 0;
    padding-top: 5px;
    background-color: #ffff;
  }
  .feedback-suggestion {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    width: 100vw;
    height: 200px;
    margin-left: 0;
    z-index: 0;
    margin-right: 0;
    padding-top: 66px;
  }

  .feedback-navlink {
    position: relative;
    margin: 0;
  }

  .user-image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: lightgray 50% / cover no-repeat;
    margin-left: 15px;
  }

  .edit-button {
    height: 32px;
    flex-shrink: 0;
    color: #f2f4fe;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 7px 11px 2px 11px !important;
  }

  .reply {
    position: relative;
    top: 20px;
    margin: 0 auto;
  }

  .board-text {
    display: none;
  }

  .add-comment {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    right: 0;
    left: 0;
    padding: 2px;
  }

  .post-comment {
    position: relative;
    left: 0;
    right: 0;
    width: 100vw;
    bottom: 0;
    top: 54px;
    height: 40px;
    color: #f2f4fe;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #c75af6;
    color: #f2f4fe;
  }

  .add-comment-label {
    position: relative;
    left: 15px;
    top: 36px;
    color: #3a4374;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }

  .add-comment-text {
    position: relative;
    left: 0;
    right: 0;
    height: 80px;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding-left: 15px;
  }

  #posted-comment {
    align-content: center;
  }

  .user-reply-image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: 50% / cover no-repeat;
    margin-left: 25px;
  }

  .reply-user {
    color: #3a4374;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.194px;
    margin-left: 93px;
  }

  .reply-username {
    color: #647196;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 93px;
  }

  .replyTo {
    margin-left: 24px;
  }
  .replyingto {
    font-size: 13px !important;
    width: 60vw;
  }
  .reply-replyto {
    position: relative;
    left: 9px;
    width: 60vw;
    right: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #647196;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 60px;
  }

  #category {
    position: relative;
    left: 0;
    width: 90vw;
    top: 0;
  }

  .char-left {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .reply-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3px;
    overflow: none;
    width: 90vw;
  }

  .dropdown-divider {
    /* width: 170px; */
    min-width: 100%;
  }

  .navbar-expand-lg {
    z-index: 2;
  }

  .roadmap,
  .roadmap-options {
    margin-left: 48px;
  }

  .oval-planned,
  .oval-progress,
  .oval-live {
    margin-left: 13px;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    top: 3px;
  }

  .oval-progress {
    background-color: #ad1fea;
  }

  .oval-live {
    background-color: #62bcfa;
  }

  #feedback-detail {
    position: relative;
    width: 90vw;
    left: 0;
    top: 0;
  }

  .go-back-heading {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-left: 24.17px;
  }

  .roadmap-go-back {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .post-reply {
    margin-left: 170px;
  }

  .post-reply-reply {
    margin-left: 170px;
  }
  .arrow {
    margin-left: 4.17px;
    margin-right: 10px;
  }
  #content:active,
  #content:focus {
    background-color: #4661e6;
  }
}
