﻿@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

:root {
  --nav-width: 68px;
  --body-font: "Montserrat", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: var(--header-height) 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: var(--normal-font-size);
  transition: 0.5s;
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

a {
  text-decoration: none;
  color: #000;
}

.hero-header {
  background: #fee000;
}

.header {
  width: 100%;
  height: var(--header-height);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0 1rem;
  transition: 0.5s;
  z-index: 9;
}

.header__toggle {
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-left: 1rem;
}

a.header__toggle-back {
  color: black !important;
  text-decoration: none !important;
}

a.header__toggle-back:hover {
  color: black !important;
  text-decoration: none !important;
}

a.header__toggle-back span b {
  color: black !important;
  text-decoration: none !important;
}

a.header__toggle-back span b:hover {
  color: black !important;
  text-decoration: none !important;
}

.header__img-logo {
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  left: 42%;
}

.header__img-logo img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.header__img-mobile {
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.field-validation-error {
  display: flex;
  color: red;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-top: 4px;
}

.header__img-desktop {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  display: none;
}

.header__img-desktop span {
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background: white;
  padding: 0rem 0rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

.nav {
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nav_logo {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  object-fit: contain;
  height: 64px;
  width: 70px;
  background: linear-gradient(135deg, #fbb500 0%, #fee000 50.78%, #ffe964 100%);
}

.nav_logo img {
  object-fit: cover;
  margin: 15px;
}

.member-dashboard-icon {
  background: #fee000;
}

.pathway-dashboard-icon {
  background: white;
}

.admin-dashboard-icon {
  background: white;
}

.nav_link {
  display: flex;
  grid-template-columns: max-content max-content;
  align-items: center;
  color: #5d606f;
  transition: 0.3s;
  cursor: pointer;
}

.nav_link:hover .js-is-active {
  color: black;
}

.nav_link:hover {
  color: black;
  transition: 0;
}

.member-dashboard.active .member-icon {
  background-color: #fee000;
}

.pathway-dashboard.active .pathway-icon {
  background-color: #fee000;
}

.nav__icon_wrapper {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 7px;
}

.nav__icon_wrapper:hover {
  background-color: #fee000;
}

.nav__name {
  margin-left: 6px;
}

.bottom_nav {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: flex;
  overflow-x: auto;
}

.bottom__nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  color: #6e6c6c;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}

.bottom__nav__link i {
  left: 8.33%;
  right: 8.33%;
  top: 12.5%;
  bottom: 16.67%;
}

.bottom__nav__link:hover {
  color: black;
}

.bottom__nav__icon {
  font-size: 18px;
}

.bottom__nav__text {
  letter-spacing: 0em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
}

.storm-hero {
  display: block;
  overflow-wrap: initial;
  box-sizing: border-box;
  background: #fee000;
}

.storm-hero__container {
  display: flex;
  flex-direction: row;
  line-height: 15px;
  padding: 10px 0 0 0;
  background: #fee000;
}

.storm-hero__title-block {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  font-style: normal;
  color: #1d202d;
  margin-bottom: 10px;
}

.storm-hero__title-block-text {
  margin-left: -3px;
}

.storm-hero__sub-block {
  display: flex;
}

.storm-hero__sub-block_desktop {
  display: none;
}

.storm-hero__sub-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 0;
  display: flex;
  color: #1d202d;
  padding: 10px;
}

.modal-body--inviteuser {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  padding-top: 0;
}

.storm-inner-modal__top--inviteuser {
  padding: 1rem 1.5rem;
}

.modal-header--inviteuser {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-color: transparent;
  padding: 1rem 1rem 0rem 1rem;
}

.storm-hero__sub-title-welcome {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  font-style: normal;
  color: #1d202d;
}

.storm-hero__sub-title-welcome-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  font-style: normal;
  color: #1d202d;
  margin-left: 8px;
}

.storm-calender_Image {
  width: 17px;
  height: 17px;
  display: flex;
  display: block;
}

.storm-hero__school_Image {
  display: none;
}

.storm-cloud {
  display: none;
}

.create_new {
  padding: 0 15px 0 0;
  margin-top: 5px;
}

.create_newDesk {
  display: none;
}

.addnewbutton {
  background: #1d202d;
  border: none;
  color: #dfdfdf;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
}

.tabs .js-tab-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff6bd;
  overflow-x: scroll;
  border-bottom: 1px solid #dcdff1;
  gap: 16px;
}

.tabs .js-tab-header::-webkit-scrollbar {
  display: none;
}

.tabs .js-tab-header .js-tabs {
  font-family: "Montserrat", sans-serif;
  color: #0a0a0a;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-align: center;
  font-style: normal;
  line-height: 150%;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
}

.tabs .js-tab-header .active {
  font-weight: 600;
  border-bottom: 2px solid #1d202d;
  margin: 0 8px;
  padding: 10px;
}

.hide {
  display: none;
}

.tab-content h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1d202d;
  padding: 15px;
}

.pinned-cards {
  flex-direction: column;
  padding: 8px 8px 24px 8px;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid #dcdff1;
  border-radius: 8px;
}

.addindex-cards {
  flex-direction: column;
  padding: 8px 8px 24px 8px;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid #dcdff1;
  border-radius: 8px;
}

.tab-content__rectimage-mobile {
  margin: -10px 0 0 -10px;
}

.tab-content__imgbackground-green {
  display: none;
}

.tab-content__imgbackground-blue {
  display: none;
}

.tab-content__imgbackground-pink {
  display: none;
}

.tab-content__cardimage-desktop {
  display: none;
}

.storm-teamImage {
  display: none;
}

.storm-templateImage {
  display: none;
}

.card-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.tab-content {
  background-color: #f6f9ff;
  height: 100%;
  min-height: 520px;
}

.tab-content__header {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #1d202d;
  margin: -20px 10px 0 17px;
  display: flex;
}

.tab-content__headerdesk {
  display: none;
}

.tab-content__icons {
  margin: -45px 0 0 0;
}

.tab-content__staricon {
  display: inline-block;
  padding-bottom: 5px;
}

.tab-content__deleteicon {
  display: inline-block;
  padding: 0 8px;
  display: none;
}

.tab-content__staricondesk {
  display: none;
}

.storm-smily-image {
  margin: -20px 0 0 10px;
  display: none;
}

.tab-content__smily-v1 {
  padding: 10px;
  display: none;
}

.tab-content__smily-v2 {
  padding: 10px;
  display: none;
}

.progress-text {
  margin-left: 12px;
  display: none;
}

.progress-textbold {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1d202d;
}

.progress-textlight {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1d202d;
}

.progress {
  height: 8px;
  width: 290px;
  border-radius: 10px;
  margin: 10px 0 0 15px;
  display: none;
}

.progress div {
  background: #fee000;
  display: none;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.storm-card-container {
  max-width: 1408px;
}

.pinned-cards-addnew {
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
  border-radius: 8px;
  border: 2px dashed rgb(216, 212, 212);
  margin-bottom: 15px;
}

.cards-addnew__child-icon {
  text-align: center;
  align-items: center;
  margin: 15px;
  cursor: pointer;
}

.cards-addnew__child-heading {
  text-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #1d202d;
}

.storm-popup {
  bottom: 0;
  top: auto;
}

.storm-popup__dialog {
  margin: 0;
  transform: translate(-50%, 0%);
  bottom: 0;
  width: 100%;
  position: absolute;
}

.modal-header {
  border-color: transparent;
  padding: 2rem 1rem 1rem 1rem;
}

.modal-content {
  border-radius: 1rem 1rem 1rem 1rem;
  outline: none;
  width: auto;
}

.card__storm-createnew {
  border-radius: 0rem 0rem 1rem 1rem;
}

.modal__close {
  color: orangered;
  border-color: transparent;
}

.card__addicon {
  position: relative;
  text-align: end;
}

.storm-add-icon {
  border-color: transparent;
  position: relative;
}

.card__addcontent-mobile {
  isolation: isolate;
  align-items: center;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  border-color: transparent;
  position: relative;
  bottom: 18px;
  left: 5px;
}

.card__overview-mobile {
  isolation: isolate;
  align-items: center;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  border-color: transparent;
  width: 99%;
}

.card__overview-mobile span {
  width: fit-content;
}

.card__addtext {
  width: 450px;
}

.card__addcontent-mobile span {
  width: fit-content;
}

.card__addata {
  cursor: pointer;
  border-radius: 8px;
  background-color: #f6f9ff;
  margin: 3%;
  height: 4rem;
  flex-direction: row;
  padding: 12px;
}

.addata__corner-image-mobile {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 10px;
  right: 10px;
}

.card-popup-text {
  padding-bottom: 20px;
}

.modal-header-desk {
  display: none;
}

.modal-header-desk span {
  font-size: 18px;
  line-height: 150%;
}

.desk-wrapper {
  border-radius: 1rem 1rem 1rem 1rem;
}

.card__desk-addcontent {
  background-color: #f6f9ff;
  display: none;
  height: 340px;
  width: auto;
  isolation: isolate;
  align-items: center;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  border-color: transparent;
  margin-bottom: 15px;
}

.card__addata-desk {
  display: none;
  padding: 15px;
  border-color: transparent;
  cursor: pointer;
}

.desk-popup-img img {
  width: 201px;
  height: 100px;
}

.desk-popup-img {
  text-align: center;
}

.modal-ku {
  width: 850px;
}

.addata__corner-image-desktop {
  width: 20px;
  height: 20px;
  position: relative;
}

.storm-inner-modal__inputes option {
  font-size: 0.7rem;
  width: 100px;
}

.storm-inner-modal {
  margin: 0;
  width: 100%;
}

.storm-inner-modal__dialog {
  margin: 0%;
}

.storm-inner-modal__top {
  border-color: transparent;
  padding: 0rem 0.5rem;
}

.storm-inner-modal__header {
  height: auto;
  width: auto;
  isolation: isolate;
  align-items: center;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  border-color: transparent;
  margin-bottom: 15px;
}

.datepicker-input {
  width: 7.4rem;
}

.group-size {
  width: 5.5rem;
}

.inner-add-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 330px;
  height: 44px;
  background: #fee000;
  border-radius: 9999px;
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
}

.storm-inner-modal__inputes input {
  background-color: #f6f9ff;
}

.storm-inner-modal__inputes select {
  background-color: #f6f9ff;
}

.storm-inner-modal__lable {
  padding: 0;
}

.storm-inner-modal__footer {
  position: absolute;
  bottom: 0px;
  border: none;
  justify-content: center;
  padding-bottom: 35px;
  width: 100%;
}

.storm-inner-modal__content-child {
  height: 100vh;
}

.storm-inner-modal__content-team {
  height: 100vh;
}

.storm-inner-modal__content-group {
  height: 100vh;
}

.storm-innermodal-corner {
  width: 25px;
  height: 25px;
  position: relative;
}

.overview-container {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background: #f6f9ff;
  border-radius: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.tab-container::-webkit-scrollbar {
  display: none;
}

.overview-container-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1d202d;
  padding: 10px;
}

.overview-container__cards {
  background: #f6f9ff;
  border: none;
}

.overview-container__adddeskimg {
  display: none;
}

.overview-container__addbtn {
  display: none;
}

.card__viewdata {
  cursor: pointer;
  border-radius: 8px;
  background: #ffffff;
  margin: 3%;
  flex-direction: row;
  padding: 12px;
}

.overview-container__text {
  display: none;
}

.overview-container__desklink {
  display: none;
}

.card__overviewtexts {
  width: 450px;
}

.storm-add-overviewicon {
  border-color: transparent;
  position: relative;
}

.card__overview-addicon {
  position: relative;
  text-align: end;
}

@media screen and (max-width: 350px) {
  .inner-add-button {
    width: 285px;
  }
}

@media screen and (min-width: 768px) {
  .storm-popup {
    bottom: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .modal.show .modal-dialog {
    transform: inherit;
  }

  .storm-popup__dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .storm-inner-modal__content-child {
    height: 570px;
    width: 359px;
  }

  .storm-inner-modal__content-team {
    height: 372px;
    width: 359px;
  }

  .storm-inner-modal__content-group {
    height: 570px;
    width: 359px;
  }

  .storm-inner-modal__dialog {
    top: 20vh;
    left: 28vw;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --header-height: 3rem;
  }

  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width));
    background: #f6f9ff;
  }

  .storm-header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width));
    position: fixed;
    background: #ffffff;
  }

  .l-navbar {
    left: 0;
  }

  .nav-show {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }

  .bottom_nav {
    display: none;
  }

  .header__img-desktop {
    display: block;
  }

  .header__img-mobile {
    display: none;
  }

  .header__img-logo {
    display: none;
  }

  .header__toggle {
    display: block;
  }

  .storm-accordian {
    padding: 24px 20px;
    background-color: #f6f9ff;
  }

  .storm-hero__container {
    background: #fee000;
    height: 120px;
    line-height: 15px;
    padding: 10px 0 0 0;
    margin-top: 20px;
  }

  .storm-hero__title-block {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 50%;
    margin: 20px 0 0 -10px;
    color: #1d202d;
  }

  .storm-hero__sub-title-welcome {
    font-size: 20px;
    font-weight: 700;
    line-height: 50%;
    color: #1d202d;
    margin-left: 19px;
  }

  .storm-hero__sub-block {
    display: none;
  }

  .storm-hero__school_Image {
    display: block;
    width: 170px;
    margin: 8px 0;
  }

  .storm-hero__sub-block_desktop {
    display: flex;
  }

  .storm-hero__sub-block-title_desktop {
    display: flex;
    margin-top: 5px;
    flex-direction: column;
  }

  .storm-hero__description {
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 0;
    display: flex;
    color: #1d202d;
    display: flex;
  }

  .create_new {
    display: none;
  }

  .storm-cloud {
    display: flex;
    width: 100px;
    padding: 0;
    margin-top: -20px;
    margin-bottom: 50px;
    position: relative;
    left: 20%;
    bottom: 20px;
  }

  .create_newDesk {
    display: block;
    padding: 30px;
    text-align: center;
    text-decoration: none;
  }

  .desk_button {
    background: #1d202d;
    border: none;
    color: #dfdfdf;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 185px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .create_link {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    width: 105px;
    margin: 0 10px;
    display: flex;
    text-decoration: none !important;
  }

  .plus_ic {
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
  }

  .tabs .tab-header {
    background: none;
  }

  .dropdown {
    display: block;
    position: inherit;
  }

  .dropdown-item {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #1d202d;
    height: 55px;
    width: 220px;
  }

  .dropdown-text {
    padding: 10px;
  }

  .btn:focus {
    outline: none;
    box-shadow: none;
  }

  .dropdown-inviteusers {
    fill: #f86f00;
  }

  .dropdown-item:hover {
    background: #f8e7ed;
  }

  .dropdown-divider {
    margin: 0.1rem 0;
  }

  .tab-content {
    text-align: left;
    background-color: #f6f9ff;
  }

  .pinned-cards {
    padding: 0px 0px 24px;
  }

  .addindex-cards {
    padding: 0px 0px 24px;
  }

  .tab-content__rectimage-mobile {
    display: none;
  }

  .tab-content__header {
    display: none;
  }

  .tab-content__headerdesk {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #1d202d;
    padding: 10px 0;
    margin: 10px 10px 0 17px;
    display: flex;
  }

  .tab-content__imgbackground-green {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
  }

  .tab-content__imgbackground-blue {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
  }

  .tab-content__imgbackground-pink {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
  }

  .tab-content__icons-desk {
    position: absolute;
    right: 6.33%;
    top: 3.33%;
    bottom: 12.5%;
    display: flex;
  }

  .tab-content__staricon {
    display: none;
  }

  .tab-content__deleteicon {
    display: none;
  }

  .tab-content__staricondesk {
    display: block;
  }

  .tab-content__deleteicondesk {
    display: none;
  }

  .progress {
    width: 190px;
  }

  .card__addata {
    display: none;
  }

  .modal-header-mobile {
    display: none;
  }

  .modal-header-desk {
    display: block;
  }

  .modal-content {
    border-radius: 0.5rem;
  }

  .desk-form {
    border-radius: 0.5rem;
  }

  .card__desk-addcontent {
    display: block;
  }

  .card__addicon {
    display: none;
  }

  .card__addtext {
    display: none;
  }

  .card__storm-createnew {
    flex-direction: unset;
    border: none;
  }

  .card__addata {
    height: auto;
  }

  .card__addata-desk {
    display: block;
    border-radius: 0.5rem;
  }

  .storm-inner-modal__dialog {
    top: 20vh;
    left: 34vw;
  }

  .overview-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    isolation: isolate;
    background: #f6f9ff;
    border-radius: 20px;
  }

  .overview-container__adddeskimg {
    display: block;
  }

  .overview-container-text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1d202d;
    padding-top: 20px;
    justify-content: center;
  }

  .overview-container__text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1d202d;
  }

  .overview-container__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .overview-container__addbtn {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
  }

  .desk_addbtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    isolation: isolate;
    background: #fee000;
    border-radius: 9999px;
    border: none;
    text-decoration: none;
  }

  .add-link {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1d202d;
    padding: 15px 0 15px 20px;
  }

  .addicon {
    font-size: 25px;
    color: #1d202d;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none !important;
    padding: 0 20px 0 10px;
  }

  .overview-container__desklink {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    border: none;
    display: flex;
    align-items: center;
    color: #1d202d;
    background: none;
  }

  .card__viewdata {
    background: none;
  }

  .overview-container__cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .addata__corner-image-mobile {
    display: none;
  }

  .card__overviewtexts {
    display: none;
  }

  .storm-add-overviewicon {
    display: none;
  }

  .pinned-cards-addnew {
    height: 176px;
  }

  .pinned-child {
    height: 177px;
  }

  .tab-content__child-image {
    height: 78px;
    border-radius: 8px 8px 0px 0px;
    background: #43bb6e;
  }

  .tab-content__team-image {
    border-radius: 8px 8px 0px 0px;
  }

  .tab-content__group-image {
    border-radius: 8px 8px 0px 0px;
  }

  .nav__icon_wrapper {
    padding: 8px;
    margin: 13px;
  }
}

@media screen and (min-width: 1280px) {
  .pinned-cards {
    padding: 0px 0px 24px;
  }

  .pinned-cards-addnew {
    height: 206px;
  }

  .tab-content__cardimage-desktop {
    background: #43bb6e;
    height: 130px;
  }

  .storm-teamImage {
    background: #4ba9e8;
    height: 130px;
  }

  .storm-templateImage {
    background: #d35975;
    height: 130px;
  }

  .progress {
    width: 250px;
  }

  .storm-inner-modal__dialog {
    left: 38vw;
  }

  .pinned-child {
    height: 200px;
  }

  .tab-content__child-image {
    height: 102px;
    border-radius: 8px 8px 0px 0px;
    background: #43bb6e;
  }
}

@media screen and (min-width: 1350px) {
  .pinned-cards-addnew {
    height: 213px;
  }

  .storm-inner-modal__dialog {
    left: 40vw;
  }

  .pinned-child {
    height: 207px;
  }

  .tab-content__child-image {
    height: 108px;
    border-radius: 8px 8px 0px 0px;
    background: #43bb6e;
  }
}

@media screen and (min-width: 1440px) {
  .pinned-cards-addnew {
    height: 219px;
  }

  .pinned-child {
    height: 220px;
  }

  .tab-content__child-image {
    height: 118px;
    border-radius: 8px 8px 0px 0px;
    background: #43bb6e;
  }
}

.manual-add__header {
  margin-bottom: 23px;
}

.manual-add__header h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .manual-add__header h3 {
    font-size: 1.5rem;
  }
}

.manual-add__header p {
  max-width: 310px;
  margin: 0 auto;
}

.manual-add__header a {
  color: #1d202d;
  text-decoration: underline;
  font-weight: 700;
}

.manual-add__group-change {
  margin-top: 20px;
  display: none;
}

.manual-add__group-change select {
  padding: 12px 14px;
  border: 2px solid #8f8f8f;
  border-radius: 4px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 10px;
}

.manual-add__group-change select:focus {
  outline: none;
}

.manual-add__group-change a {
  text-decoration: none;
}

.manual-add__step {
  display: none;
  flex-grow: 1;
  flex-direction: column;
}

.manual-add__step--active {
  display: flex;
}

.manual-add__step-header {
  margin-bottom: 25px;
}

.manual-add__step-header h3 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .manual-add__step-header h3 {
    font-size: 1.5rem;
  }
}

.manual-add__step-header h4 {
  font-size: 1rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .manual-add__step-header h4 {
    font-size: 1.125rem;
  }
}

.manual-add__concepts {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  justify-content: center;
}

.manual-add__concept {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 568px) {
  .manual-add__concept {
    flex: 0 0 33.33%;
  }
}

.manual-add__concept .concept-icon {
  margin-top: 21px;
}

.manual-add__concept:hover {
  cursor: pointer;
}

.manual-add__concept h4 {
  margin-bottom: 5px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manual-add__custom-radio {
  text-align: center;
  margin-bottom: 0;
}

.manual-add__custom-radio input {
  position: absolute;
  visibility: hidden;
}

.manual-add__custom-radio span {
  display: block;
  width: 28px;
  height: 28px;
  border: 3px solid #c9c9c9;
  border-radius: 100%;
  transition: all 0.3s ease;
  margin: 5px auto;
}

.manual-add__custom-radio span:hover {
  cursor: pointer;
}

.manual-add__custom-radio > input:checked + span {
  border: 0px;
  background-image: url("../img/checkmark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  margin: 0 auto;
}

.manual-add__step-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
}

.manual-add__step-footer div {
  flex: 0 0 33.33%;
}

.manual-add__step-footer div:first-child {
  text-align: left;
}

.manual-add__step-footer a {
  color: #1d202d;
  text-decoration: none;
  margin: 10px 0;
  display: block;
}

.manual-add__step-footer a:hover {
  opacity: 0.7;
}

.manual-add__step-footer a.btn {
  margin: 0;
}

.manual-add__step-footer a.btn:hover {
  opacity: 1;
}

.manual-add__current-data {
  margin-bottom: 40px;
}

.manual-add__current-data .concept-icon {
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 20px;
}

.manual-add__current-data h4 {
  font-size: 1rem;
}

.manual-add__current-data h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.manual-add__current-data :last-child {
  margin-bottom: 0;
}

.manual-add__stormbreak select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  border: 2px solid #8f8f8f;
  font-size: 1rem;
}

@media (min-width: 568px) {
  .manual-add__stormbreak select {
    font-size: 1.125rem;
  }
}

.manual-add__stormbreak select:focus {
  outline: none;
}

@media (min-width: 568px) {
  .manual-add__date-time {
    display: flex;
    justify-content: space-between;
  }
}

.manual-add__datepicker-wrapper {
  margin-bottom: 20px;
  display: inline-block;
  flex: 0 0 20px;
  max-width: 240px;
  width: 100%;
}

@media (min-width: 568px) {
  .manual-add__datepicker-wrapper {
    margin-bottom: 0;
    width: 100%;
  }
}

.manual-add__datepicker-wrapper .datepicker-field {
  position: relative;
  border: 2px solid #8f8f8f;
  border-radius: 4px;
}

/* .manual-add__datepicker-wrapper .datepicker-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 22px;
  height: 24px;
  background-image: url("../img/org/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.manual-add__datepicker-wrapper .datepicker-field input {
  border: none;
  font-size: 1rem;
  padding: 14px 14px;
  background-color: transparent;
}

@media (min-width: 568px) {
  .manual-add__datepicker-wrapper .datepicker-field input {
    font-size: 1.125rem;
  }
}

.manual-add__datepicker-wrapper .datepicker-field input:focus {
  outline: none;
}

.manual-add__time-wrapper input {
  position: absolute;
  visibility: hidden;
}

.manual-add__time-select {
  display: inline-flex;
  border: 2px solid #8f8f8f;
  border-radius: 4px;
}

.manual-add__time {
  width: 70px;
  height: 48px;
  border: none;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.manual-add__time:hover {
  background-color: #aaaaaa;
  color: #fff;
}

.manual-add__time--selected {
  background-color: #8f8f8f;
  color: #fff;
}

.manual-add__time--selected:hover {
  cursor: default;
  background-color: #8f8f8f;
  color: #fff;
}

.manual-add__confirm-wrapper p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.manual-add__feeling {
  margin-top: 23px;
}

.manual-add__feeling h4 {
  font-size: 1rem;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .manual-add__feeling h4 {
    font-size: 1.25rem;
  }
}

.manual-add__feeling-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manual-add__feeling-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.manual-add__feeling-icon:hover {
  cursor: pointer;
}

.manual-add__feeling-icon img {
  width: 30px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .manual-add__feeling-icon img {
    width: 45px;
  }
}

.manual-add__feeling-icon img:hover {
  cursor: pointer;
}

.concept-icon {
  margin-bottom: 27px;
  position: relative;
}

.concept-icon img {
  display: block;
  position: absolute;
  max-height: 105px;
}

.concept-icon__circle {
  width: 72px;
  height: 72px;
  border: 1px dashed transparent;
  border-radius: 100%;
  margin: 0 auto;
}

.concept-icon--relationships .concept-icon__circle {
  background-color: #f5a1c1;
}

.concept-icon--relationships img {
  top: 45%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.concept-icon--resilience .concept-icon__circle {
  background-color: #b6d879;
}

.concept-icon--resilience img {
  top: 45%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.concept-icon--self-care .concept-icon__circle {
  background-color: #ffc23b;
}

.concept-icon--self-care img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concept-icon--self-worth .concept-icon__circle {
  background-color: #f58634;
}

.concept-icon--self-worth img {
  top: 47%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.concept-icon--hope-and-optimism .concept-icon__circle {
  background-color: #45a0d8;
}

.concept-icon--hope-and-optimism img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concept-icon--empty img {
  display: none !important;
}

.concept-icon--empty .concept-icon__circle {
  background-color: transparent !important;
  border: 1px dashed #1d202d !important;
}

.btn.btn-yellow {
  color: #1d202d !important;
  background-color: #fee200;
}
