/*-------------------------------------------------------------------------*/
/* VARIABLES                                                               */
/*-------------------------------------------------------------------------*/
:root {
    /* Updated Colors */
    --white: #FFFFFF;
    --black: #000000;

    /* Note: #212A5B (black33) very similar to #21275B (black60)? */
    --black60: #21275B; 
    --blue100: #5160EC; /* rgb(81, 96, 236) */

    /* Note: #DCE0FA (blue 220) very similar to #DCDFFB (blue20) */
    --blue20: #DCDFFB; 
    --blue10: #EEEFFD;
    --red100: #F1574B;
    --red10: #FEEEED;
    --green100: #00A992;
    --green10: #E6F6F4;

    --black33: #212A5B;
    --blue220: #DCE0FA;
    --blue246: #F6F6F9;
    --grey169: #A9A9A9;
    --grey232: #E8E8E8;


    --grey91: #5B5B5B;
    --grey141: #8D8D8D;
    --grey169: #A9A9A9;
    --grey232: #E8E8E8;
    --grey234: #EAEAED;
    --grey239: #EFEFEF;

    /* Opaque Colors */
    --black-a5: rgba(0, 0, 0, 0.05);
    --black-a6: rgba(0, 0, 0, 0.06);
    --black60-a75: rgba(33, 39, 91, 0.75);
    --black60-a54: rgba(33, 39, 91, 0.54);
    --black60-a50: rgba(33, 39, 91, 0.5);
    --black60-a25: rgba(33, 39, 91, 0.25);

    --black61-a25: rgba(33, 39, 91, 0.25);


    /* Link hover colors: 15% lighter from https://www.hexcolortool.com/ */
    --black60-hover: #474D81;
    --blue100-hover: #7786FF; /* I changed from #7789FE so the hover color would be exactly 15% lighter */
    --red100-hover: #FF7D71;

    /* Widths */
    --sidebar-width: 296px;
    --default-sidebar-width: 296px;
    --hide-side-bar-width: 64px;
    --hide-side-bar-height: 304px;
    --sidebar-border-width: 2px;

    --modal-border-width: 1px;




  /* No longer used */  
  --black50: #64688C;
  --blue60: #96A0F4;
  --blue50: #A8B0F5;
  --blue30: #CBCFF9;

  --blue2: #FCFCFF;
  --grey130: #828282;
  --grey220: #DCDCDC;
  --grey240: #F0F0F0;
}

@media only screen and (max-width: 540px) {
  :root {
    --sidebar-width: 100%;
  }
}

/* general-old-KS */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

/*-------------------------------------------------------------------------*/
/* FONTS                                                                   */
/*-------------------------------------------------------------------------*/


/* Headings / H2*/

.headings-h2-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;

  letter-spacing: -0.08px;
}


/* Label */

.label-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

  letter-spacing: 0.045px;
}


/* Body / X-Large */

.body-xlarge-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;

  letter-spacing: 0.07px;
}



/* Body / Large */

.body-large-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}


/* Headings // H1 */

.headings-h1-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;

  letter-spacing: -0.405px;
}


/* Button */

.button-text-bold {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07px;
}

.button-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  letter-spacing: 0.07px;
}

.button-text-1-regular {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  letter-spacing: 0.07px;
}


/* Body / Small */

.body-small-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  letter-spacing: 0.07px;
}


/* Headings / H3 */

.headings-h3-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}


/* Headings / H4 */

.headings-h4-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

/* Body / Medium */

.body-medium-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.body-medium-text-bold {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/* Summary Text */
.summary-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

/* Headings / H5 */
.headings-h5-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

/* Headings / H6 */
.headings-h6-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}


/*  tag text */
.tag-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}


/*-------------------------------------------------------------------------*/
/* COLORS                                                                  */
/*-------------------------------------------------------------------------*/

.black {
    color: var(--black);
}

.black-fill {
    background: var(--black);
}

.black60 {
    color: var(--black60);
}

.black60-fill {
    background: var(--black60);
}

.blue100 {
    color: var(--blue100);
}

.blue100-fill {
    background: var(--blue100);
}

.blue20 {
    color: var(--blue20);
}

.blue20-fill {
    background: var(--blue20);
}

.blue10 {
    color: var(--blue10);
}

.blue10-fill {
    background: var(--blue10);
}

.white {
    color: var(--white);
}

.white-fill {
    background: var(--white);
}

.green100 {
    color: var(--green100);
}

.green100-fill {
    background: var(--green100);
}

.green10 {
    color: var(--green10);
}

.green10-fill {
    background: var(--green10);
}

.red100 {
    color: var(--red100);
}

.red100-fill {
    background: var(--red100);
}

.red10 {
    color: var(--red10);
}

.red10-fill {
    background: var(--red10);
}

.black33 {
    color: var(--black33);
}

.black33-fill {
    background: var(--black33);
}

.blue220 {
    color: var(--blue220);
}

.blue220-fill {
    background: var(--blue220);
}

.blue246 {
    color: var(--blue246);
}

.blue246-fill {
    background: var(--blue246);
}

.grey234 {
    color: var(--grey234);
}

.grey234-fill {
    background: var(--grey234);
}

.grey169 {
    color: var(--grey169);
}

.grey169-fill {
    background: var(--grey169);
}

.grey232 {
    color: var(--grey232);
}

.grey232-fill {
    background: var(--grey232);
}

.grey141 {
    color: var(--grey141);
}

.grey141-fill {
    background: var(--grey141);
}



/* Transparent */

.black-a5 {
    color: var(--black-a5);
}

.black-a5-fill {
    background: var(--black-a5);
}

.black-a6 {
    color: var(--black-a6);
}

.black-a6-fill {
    background: var(--black-a6);
}

.black60-a75{
    color: var(--black60-a75);
}

.black60-a75-fill {
    background: var(--black60-a75);
}

.black60-a54{
    color: var(--black60-a54);
}

.black60-a54-fill {
    background: var(--black60-a54);
}

.black60-a50{
    color: var(--black60-a50);
}

.black60-a50-fill {
    background: var(--black60-a50);
}

.black60-a25{
    color: var(--black60-a25);
}

.black60-a25-fill {
    background: var(--black60-a25);
}

.black61-a25 {
  color: var(--black61-a25);
}

.black61-a25-fill {
  background: var(--black61-a25);
}

.grey91 {
  color: var(--grey91);
}

.grey91-fill {
  background-color: var(--grey91);
}

.blue-246 {
  color: var(--blue246);
}

.blue-246-fill {
  background-color: var(--blue246);
}
/*-------------------------------------------------------------------------*/
/* SHADOWS                                                                 */
/*-------------------------------------------------------------------------*/

.shadow-dropdown {
  box-shadow: 0px 8px 25px rgba(33, 39, 91, 0.25);
}

.shadow-button {
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.15);
}

/* old */
.shadow {
    box-shadow: 0px 0px 6px rgba(81, 96, 236, 0.3);
}


/*-------------------------------------------------------------------------*/
/* SPACING                                                                 */
/*-------------------------------------------------------------------------*/

.gap-2 {
    margin-top: 2px;
}

.gap-4 {
    margin-top: 4px;
}

.gap-8 {
    margin-top: 8px;
}

.gap-10 {
  margin-top: 10px;
}
.gap-12 {
    margin-top: 12px;
}

.gap-16 {
    margin-top: 16px;
}

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

.gap-24 {
    margin-top: 24px;
}

.gap-26 {
    margin-top: 26px;
}

.gap-28 {
  margin-top: 28px;
}

.gap-30 {
    margin-top: 30px;
}

.gap-32 {
    margin-top: 32px;
}

.gap-36 {
    margin-top: 36px;
}

.gap-38 {
    margin-top: 38px;
}

.gap-40 {
    margin-top: 40px;
}

.gap-42 {
  margin-top: 42px;
}

.gap-44 {
  margin-top: 44px;
}

.gap-46 {
    margin-top: 46px;
}

.gap-48 {
    margin-top: 48px;
}

.gap-52 {
    margin-top: 52px;
}

.gap-57 {
  margin-top: 57px;
}

.gap-60 {
  margin-top: 60px;
}

.gap-64 {
  margin-top: 64px;
}

.gap-65 {
  margin-top: 65px;
}

.gap-72 {
    margin-top: 72px;
}

.gap-74 {
    margin-top: 74px;
}

.gap-80 {
  margin-top: 80px;
}

.gap-118 {
    margin-top: 118px;
}

.gap-144 {
  margin-top: 144px;
}

/* Negative Vertical Gaps */
.gap--8 {
  margin-top: -8px;
}

.gap--10 {
  margin-top: -10px;
}

.gap--16 {
  margin-top: -16px;
}

.gap--24 {
  margin-top: -24px;
}

.gap--40 {
  margin-top: -40px;
}

/* Negative Vertical Gaps (Bottom) */
.bgap--28 {
  margin-bottom: -28px;
}


/* Vertical gaps using height (better practive to add spacing to empty div) */
/* Names based on an 8x8 grid */
.gap-1x {
  height: 8px;
}

.gap-1-5x {
  height: 12px;
}

.gap-2x {
  height: 16px;
}

.gap-3x {
  height: 24px;
}

.gap-3-5x {
  height: 28px;
}

.gap-4x {
  height: 32px;
}

.gap-4-5x {
  height: 36px;
}

.gap-5x {
  height: 40px;
}

.gap-6x {
  height: 48px;
}

.gap-7x {
  height: 56px;
}

.gap-8x {
  height: 64px;
}

.gap-9x {
  height: 72px;
}

.gap-10x {
  height: 80px;
}

.gap-11x {
  height: 88px;
}

.gap-12x {
  height: 96px;
}


/* Horizontal gaps */
.hgap-4 {
    display: inline;
    margin-left: 4px;
}

.hgap-8 {
    display: inline;
    margin-left: 8px;
}

.hgap-10 {
  display: inline;
  margin-left: 10px;
}

.hgap-11 {
  display: inline;
  margin-left: 11px;
}

.hgap-12 {
    display: inline;
    margin-left: 12px;
}

.hgap-16 {
    display: inline;
    margin-left: 16px;
}

.hgap-18 {
    display: inline;
    margin-left: 18px;
}

.hgap-24 {
    display: inline;
    margin-left: 24px;
}

.hgap-26 {
    display: inline;
    margin-left: 26px;
}

.hgap-28 {
    display: inline;
    margin-left: 28px;
}

.hgap-32 {
    display: inline;
    margin-left: 32px;
}

.hgap-36 {
    display: inline;
    margin-left: 36px;
}

.hgap-40 {
    display: inline;
    margin-left: 40px;
}

.hgap-48 {
    display: inline;
    margin-left: 40px;
}

.hgap-4-right {
    margin-right: 4px;
    margin-left: 0px
}

.hgap-8-right {
    margin-right: 8px;
    margin-left: 0px;
}

.hgap-10-right {
    margin-right: 10px;
    margin-left: 0px;
}

.hgap-12-right {
    margin-right: 12px;
    margin-left: 0px;
}

.hgap-16-right {
    margin-right: 16px;
    margin-left: 0px;
}

.hgap-24-right {
    margin-right: 24px;
    margin-left: 0px;
}

.hgap-32-right {
    margin-right: 32px;
    margin-left: 0px;
}

.hgap-40-right {
    margin-right: 40px;
    margin-left: 0px;
}

.hgap-48-right {
    margin-right: 48px;
    margin-left: 0px;
}

.hgap-52-right {
    margin-right: 52px;
    margin-left: 0px;
}

.hgap-56-right {
    margin-right: 56px;
    margin-left: 0px;
}

.hgap-60-right {
    margin-right: 60px;
    margin-left: 0px;
}

.hgap-64-right {
    margin-right: 64px;
    margin-left: 0px;
}

.hgap-152-right {
  margin-right: 152px;
  margin-left: 0px;
}

/*-------------------------------------------------------------------------*/
/* CONTAINERS                                                              */
/*-------------------------------------------------------------------------*/

body {
    cursor: default;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.flex-grow {
  flex-grow: 1;
}

.inline-flex {
    display: inline-flex;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.max-height {
    height: max-content;
}

.max-width {
    width: max-content;
}

.full-height {
    height:100%;
}

.full-height-scroll {
    max-height:100%;
    overflow: auto;
}

.relative {
    position: relative;
}

.fixed {
  position: fixed;
}

.flex-2 {
    display: flex;
    align-items: stretch;
}

/* .flex-box {
    display: flex;
    justify-content: left;
    align-items: center;
} */

.flex-row.left {
    justify-content: left;
}

.flex-row.right {
    justify-content: right;
}

.flex-row.flex-end {
  justify-content: flex-end;
}

.flex-row.end {
   justify-content: flex-end;
}

.flex-row.center {
    justify-content: center;
}

.flex-row.top {
    align-items: flex-start;
    vertical-align: top;
}

.flex-row.bottom {
  align-items: flex-end;
  vertical-align: bottom;
}

.flex-row.wide {
    width: 100%;
}

.flex-row.wrap {
    flex-wrap: wrap;
}

.flex-row.equal-size {
    flex: 1 1 0px;
}

.flex-row.inline-wrap {
  flex-wrap: wrap;
  margin-top: -16px;
}


/*-------------------------------------------------------------------------*/
/* NAV BAR                                                                 */
/*-------------------------------------------------------------------------*/

.nav {
    position: fixed;
    top:-1px;
    height: 80px;
    left: 0%;
    right: 0%;
    background: #FFFFFF;
    
    justify-content: space-between;
    display: flex; 
    z-index: 10;
    padding: 0px 64px;

    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.nav > *:not(.fixed-center) {
  z-index: 11;
}

.nav icon.logo {
    width: 200px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    content: url(../images/logo.png);
}
  

.flex-row.center.fixed-center {
  position: absolute;
  left: 0px;
  z-index: 0;
}

.nav .user:hover {
    background: #5160EC;
}

.nav .url {
    margin-right: 40px;
    margin-bottom: 2px;
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 32px 0px;
}

.nav .url:last-child {
    margin-right: 0px;
}

.nav .url.active,
.nav .url:hover {
    border-bottom: 2px solid var(--blue100);
}

.nav .url:hover {
  color: var(--black60-hover);
}

/*-------------------------------------------------------------------------*/
/* FOOTER                                                                  */
/*-------------------------------------------------------------------------*/

.footer a {
    text-decoration: none;
    margin-right: 24px;
    
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;

    color: #5160EC;
}

.footer a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------*/
/* ICONS                                                                   */
/*-------------------------------------------------------------------------*/

icon {
    /* margin-top: auto; */
    width: 12px;
    height: 12px;
}

.small-icon {
  width: 12px;
  height: 12px;
}

.small-medium-icon {
  width: 16px;
  height: 16px;
}

.medium-icon {
  width: 24px;
  height: 24px;
}

.large-icon {
  width: 28px;
  height: 28px;
}

icon.star-outline {
  content: url(../images/star_outline.png);
}

icon.star-filled {
  content: url(../images/star_filled.png);
}

icon.checkbox {
    padding-right: 12px;
    height: 14px;
    width: 14px;
    content: url(../images/checkbox_empty.png);
}

icon.checked {
    padding-right: 12px;
    height: 14px;
    width: 14px;
    content: url(../images/checkbox_checked.png);
}

icon.views {
    content: url(../images/views.png);
}

.select-opened icon.views {
    content: url(../images/views_white.png);
}

icon.search {
    content: url(../images/search.png);
    width: 16px;
    height: 16px;
}

icon.carrot {
    content: url(../images/carrot.png);
}

icon.carrot_white {
    content: url(../images/carrot_white.png);
}

icon.open  {
    transform: rotate(-180deg);
}

icon.arrow {
    height: 18px;
    width: 18px;
    content: url(../images/arrow.png);
    pointer-events: auto;
}

icon.arrow.down {
    transform: rotate(180deg);
}

icon.arrow.left {
    transform: rotate(-90deg);
}

icon.arrow.right {
    transform: rotate(90deg);
}

icon.arrow.inactive {
    content: url(../images/arrow_inactive.png);
    pointer-events: none;
}

icon.arrow.big {
    height: 36px;
    width: 36px;
}

icon.map {
    content: url(../images/map_marker.png);
    width: 12px;
    height: 16px;
}

icon.remove {
    content: url(../images/remove.png);
}

icon.remove-inactive {
  content: url(../images/remove_inactive.png);
}

icon.remove-black60 {
  content: url(../images/close-modal.png);
}

icon.delete {
  content: url(../images/delete.png);
}

icon.delete-black60 {
  content: url(../images/delete-black60.png);
}


icon.add {
    content: url(../images/add.png);
}

icon.add-inactive {
    content: url(../images/add_inactive.png);
}

icon.add-white {
    content: url(../images/add_white.png);
}

icon.add-blue100 {
    content: url(../images/add_blue100.png);
    width: 16px;
    height: 16px;
}

icon.add-blue50 {
    content: url(../images/add_blue50.png);
    width: 16px;
    height: 16px;
}

icon.lock {
    content: url(../images/lock.png);
    width: 16px;
    height: 16px;
}

icon.expand {
    width: 12px;
    height: 12px;
    content: url(../images/expand.png);
}

icon.send {
    margin-left: 16px;
    width: 16px;
    height: 16px;
    content: url(../images/send_grey91.png);
}

icon.email {
    width: 29px;
    content: url(../images/email.png);
}

icon.menu {
    content: url(../images/menu.png);
}

icon.corner {
    height: 25.5px;
    width: 25.5px;
    content: url(../images/corner.png);
}

icon.corner.bottom {
    transform: rotate(180deg);
}


icon.drag {
    content: url(../images/drag.png);
}

icon.check {
    content: url(../images/check.png);
}

icon.download {
    content: url(../images/download.png);
}

icon.download_black60 {
    content: url(../images/download_black60.png);
}

icon.new-proj {
  content: url(../images/new_project.png);
  width: 10px;
  height: 10px;
}

icon.close-modal {
  content: url(../images/close-modal.png);
}

icon.location {
  content: url(../../../lib/plancheck/../images/location.png);
  width: 12px;
  height: 16px;
}

icon.location.active{
  content: url(../../../lib/plancheck/../images/location-active.png);
}

/*-------------------------------------------------------------------------*/
/* COMPONENTS                                                              */
/*-------------------------------------------------------------------------*/

/* Buttons */
.primary-button {
  /*display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: center;*/

  padding: 8px 20px;

  max-height: 36px;
  border-radius: 100px;
}

.primary-button[theme='blue100'] {
  background-color: var(--blue100);
  color: var(--white);
}

.primary-button[theme='black-a6'] {
  background-color: var(--black-a6);
  color: var(--black60-a75);
}

.primary-button[theme='black60'] {
  background-color: var(--blue246);
  color: var(--black60);

  border: 1px solid var(--black60);
}

.primary-button[theme='black60'].active, .primary-button[theme='black60'].inactive:hover {
  background-color: var(--black60);
  color: var(--white);

  border: 1px solid var(--black60);
}

.primary-button[theme='green100'] {
  background-color: var(--green10);
  color: var(--green100);
}

.primary-button[theme='red100'] {
  background-color: var(--red10);
  color: var(--red100);
}

.primary-button[theme='blue10'] {
  background-color: var(--blue10);
  color: var(--black60);
}


/* Search Bar */
.search-container ::placeholder {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    display: flex;
    align-items: center;
    letter-spacing: 0.07px;
    color: var(--black60-a50);

    box-sizing: border-box;
}

.search-container ::-moz-placeholder {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    display: flex;
    align-items: center;
    letter-spacing: 0.07px;
    color: var(--black60-a50);
}

.search-container {
  max-width: 520px;
  background-color: var(--black-a5);
  border-radius: 8px;
  padding: 16px 24px;
}
.search-container.white-fill {
  background-color: var(--white)!important;
}

.search-bar {
  width: 100%;
  border: none;
  background: none;
  margin-left: 12px;

  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  display: flex;
  align-items: center;
  letter-spacing: 0.07px;
  color: var(--black60);
}

.all-search:focus-within {
  border-radius: 100px;
  box-shadow:0px 0px 5px rgba(0, 0, 0, 0.25);
}


/* Lines */
.hairline {
  height: 1px;
  width: 100%;
  background-color: var(--black60-a50);

  position: relative;
  z-index: 4;
}

.line-24 {
  height: 24px;
  width: 1px;

  background-color: var(--black60);
}

/*-------------------------------------------------------------------------*/
/* ACCT MENU                                                               */
/*-------------------------------------------------------------------------*/

.container-menu,
.container-menu ul {
  padding: 0px;
}

.container-menu {
    box-sizing: border-box;

    position: absolute;
    width: max-content;
    min-width: 100%;
    max-height: 312px;
    z-index:8;

    /* border-top: 8px solid none; */
    left: calc(49% + 2px);
    transform: translate(-49%, 0);
    top: 82px !important;
    border-radius: 8px;
    background: none !important;
    padding-top: 8px;
    box-shadow: none;
}

.container-menu ul {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 8px 25px rgba(33, 39, 91, 0.25);
}

#nav-btns .container-menu {
  left: calc(49% + 2px);
}

user .container-menu {
  top: 56px !important;
}

.container-menu a {
  box-sizing: border-box;
  padding: 10px 16px;

  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

  letter-spacing: 0.045px;
}

.container-menu ul :first-child li {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 16px;
}


.container-menu ul :last-child li {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-bottom: 16px;
}

.container-menu ul :first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.container-menu ul :last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/*-------------------------------------------------------------------------*/
/* MISC                                                                    */
/*-------------------------------------------------------------------------*/

a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

.no-display {
    display: none !important;
}

.hidden {
    visibility: hidden;
}

.no-wrap {
    white-space: nowrap;
}

.clickable {
    cursor: pointer !important;
}

.not-clickable {
  cursor: default !important;
}

.typeable {
    cursor: text;
}

.draggable {
    cursor: move;
}

.drag {
    margin-left: -6px;
    padding: 6px;
}

.tag-number {
    margin: 0px 4px;
    padding: 2px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}

.dashboard-link {
    margin-left: 6px;
    text-decoration: none;
}

/* input {
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
} */

.underline-blue30 {
    height: 1px;
    width: 100%;
    background: #CBCFF9;
}

.linebreak { /* use w/ fill color */
    height: 1px;
    width: 100%;
}

/*.hairline {
  height: 0.5px;
  width: 100%;
}*/

.padding-4 {
    padding: 4px
}

.padding-8 {
    padding: 8px;
}

.padding-8-16 {
  padding: 8px 16px !important;
}


.padding-16 {
    padding: 16px;
}

.padding-24 {
    padding: 24px;
}


/*Horizantal padding */
.padding-horizontal-24 {
  padding: 0px 24px;
}

.padding-horizantal-32 {
  padding: 0px 32px;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-16 {
    border-radius: 16px;
}

.border-radius-24 {
    border-radius: 24px;
}

.border-radius-100 {
  border-radius: 100px !important;
}

/* .url {
    color: #21275B;
    text-decoration: underline;
} */

.border-blue20 {
    border: 1px solid #DCDFFB;
}

.set-width-104 {
    width: 104px;
    flex: 0 0 104px;
}

.set-width-116 {
    width: 116px;
    flex: 0 0 116px;
}

.set-width-132 {
    width: 132px;
    flex: 0 0 132px;
}

.set-width-136 {
    width: 136px;
    flex: 0 0 136px;
}

.set-width-144 {
    width: 144px;
    flex: 0 0 144px;
}

.set-width-184 {
  width: 184px;
}

.set-width-192{
    width: 192px;
    flex: 0 0 192px;
}

.set-width-248{
    width: 248px;
    flex: 0 0 248px;
}

.set-width-256{
    width: 256px;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.set-width-64 {
    width: 64px;
}

.set-width-96 {
    width: 96px;
}

.min-width-136 {
    min-width: 136px;
    width: max-content;
}

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

.justify-center {
  margin: 0px auto;
}




/* general-old-AM */
/*Flex box*/
.flex-box {
  display: flex;
  display: -webkit-flex;
}

.flex-box.inline {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.flex-col {
  flex-direction: column;
}

.flex-break {
  flex: 0 0 100%;
}

.wrap {
  flex-wrap: wrap;
}

.vertically-centered {
  align-items: center;
}

.horizontally-centered {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

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

.flexible {
  flex: 1;
}

.flex-full-width {
  flex-basis: 100%;
}

.flex-half-width {
  flex-basis: 50%;
}

/*Flex-box with 3x padding or w. 3x margins - 8px grid*/
.flex-box.pad-2x {
  margin: 0 -8px;
}

.flex-box.pad-2x > * {
  padding: 8px;
  flex-basis: calc(50% - 16px);
  flex-basis: -webkit-calc(50% - 16px);
  flex-basis: -moz-calc(50% - 16px);
}

.flex-box.pad-3x {
  margin: 0 -12px;
}

.flex-box.pad-3x > * {
  padding: 12px;
  flex-basis: calc(50% - 24px);
  flex-basis: -webkit-calc(50% - 24px);
  flex-basis: -moz-calc(50% - 24px);
}

.flex-gap-3x {
  margin: -12px -12px;
}

.flex-gap-3x > * {
  margin: 12px 12px;
}

/*Cursors*/
.clickable {
  cursor: pointer;
}

.unclickable {
  cursor: not-allowed;
}

/*anchor and button*/
.link {
  color: var(--blue100);
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: var(--blue100-hover);
}

.link:hover icon.small-medium-icon.add {
  content: url(../images/add_hover.png);
  width: 16px;
  height: 16px;
}

icon.small-medium-icon.remove:hover {
  content: url(../images/remove_hover.png);
  width: 16px;
  height: 16px;
}

.link-red100 {
  color: var(--red100);
  text-decoration: none;
  cursor: pointer;
}

.link-red100:hover {
  color: var(--red100-hover);
}

.link-black60 {
  color: var(--black60);
  text-decoration: none;
  cursor: pointer;
}

.link-black60:hover {
  color: var(--black60-hover);
}

.link-black60.arrow:not(.inactive):hover {
  content: url(../images/arrow_hover.png);
}

.link-black60.remove-black60:not(.inactive):hover {
  content: url(../images/remove_black60_hover.png);
}

.icon-btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
  cursor: pointer;
}

.icon-btn-3x {
  width: 24px;
  height: 24px;
  background-size: 12px auto; 
  border-radius: 12px;
}

.icon-btn-4x {
  width: 32px;
  height: 32px;
  background-size: 16px auto;
  border-radius: 16px;
}

.icon-hide {
  background-image: url(../images/button_hide.png);
  background-size: 6px 10px;
}

.icon-hide:hover {
  background-image: url(../images/button_hide_hover.png);
  background-size: 6px 10px;
}

.icon-add-note {
  background-image: url(../img/icon/add_note_black50.png);
}

.icon-add-note:hover {
  background-image: url(../img/icon/add_note_black60.png);
}

.icon-dark.icon-add-note, .icon-dark.icon-add-note:hover {
  background-image: url(../images/note.png);
}

icon.summary  {
  height: 12px;
  width: 12px;
  padding-right: 8px;
  content: url(../images/summary_black50.png);
}

icon.note  {
  height: 12px;
  width: 12px;
  margin-right: 8px;
  content: url(../images/note_black50.png);
}

.icon-dark.icon-summary, .icon-dark.icon-summary:hover {
  background-image: url(../images/summary.png);
}

/*General Layout*/
.align-left {
  margin-right: auto;
}

.align-right {
  margin-left: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.horizontal-align {
  margin-top: auto;
  margin-bottom: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-center {
  float: center;
}

[hidden='yes'], .hidden {
  display: none!important;
}

.invisible {
  visibility: hidden!important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*Sticky element*/
.sticks-at-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 5;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.half-width {
  width: 50%;
}

.zero-width {
  width: 0;
}

.zero-margin {
  margin: 0!important;
}

/*Shadows - box and otherwise*/
.shadowed {
  box-shadow: 0 0 6px rgba(81, 96, 236, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(81, 96, 236, 0.3);
  -moz-box-shadow: 0 0 6px rgba(81, 96, 236, 0.3);
}

/*vertical gaps - 8px grid*/

/*horizontal gaps - 8px grid*/
.hgap-1x {
  width: 8px;
}

.hgap-1-5x {
  width: 12px;
}

.hgap-2x {
  width: 16px;
}

.hgap-3x {
  width: 24px;
}

.hgap-4x {
  width: 32px;
}

.hgap-5x {
  width: 40px;
}

.hgap-6x {
  width: 48px;
}

.hgap-7x {
  width: 56px;
}

.hgap-8x {
  width: 64px;
}

.hgap-9x {
  width: 72px;
}

.hgap-10x {
  width: 80px;
}

.hgap-11x {
  width: 88px;
}

.hgap-12x {
  width: 96px;
}

/*Padding - 8px grid*/
.padding-1x {
  padding: 8px;
}

.padding-1-5x {
  padding: 12px;
}

.padding-2x {
  padding: 16px;
}

.padding-3x {
  padding: 24px;
}

.padding-4x {
  padding: 32px;
}

.padding-5x {
  padding: 40px;
}

.padding-6x {
  padding: 48px;
}

.padding-7x {
  padding: 56px;
}

.padding-8x {
  padding: 64px;
}

.padding-9x {
  padding: 72px;
}

.padding-10x {
  padding: 80px;
}

.padding-11x {
  padding: 88px;
}

.padding-12x {
  padding: 96px;
}

/*Margin - 8px grid*/
.margin-1x {
  margin: 8px;
}

.margin-1-5x {
  margin: 12px;
}

.margin-2x {
  margin: 16px;
}

.margin-3x {
  margin: 24px;
}

.margin-4x {
  margin: 32px;
}

.margin-5x {
  margin: 40px;
}

.margin-6x {
  margin: 48px;
}

.margin-7x {
  margin: 56px;
}

.margin-8x {
  margin: 64px;
}

.margin-9x {
  margin: 72px;
}

.margin-10x {
  margin: 80px;
}

.margin-11x {
  margin: 88px;
}

.margin-12x {
  margin: 96px;
}

.hmargin-1x {
  margin-left: 8px;
  margin-right: 8px;
}

/*line breaks*/
.line-break {
  height: 1px;
  width: 100%;
}

/*Backgrounds*/
.black-bg {
  background-color: #000000;
}

.black60-bg {
  background-color: #21275B;
}

.black50-bg {
  background-color: #64688C;
}

.blue100-bg {
  background-color: #5160EC;
}

.blue90-bg {
  background-color: #6270EE;
}

.blue80-bg {
  background-color: #7380F0;
}

.blue70-bg {
  background-color: #8590F2;
}

.blue60-bg {
  background-color: #96A0F4;
}

.blue50-bg {
  background-color: #A8B0F5;
}

.blue40-bg {
  background-color: #B9BFF7;
}

.blue30-bg {
  background-color: #CBCFF9;
}

.blue20-bg {
  background-color: #DCDFFB;
}

.blue10-bg {
  background-color: #EEEFFD;
}

.blue2-bg {
  background-color: #FCFCFF;
}

.white-bg {
  background-color: #FFFFFF;
}

.green100-bg {
  background-color: #00A992;
}

.green10-bg {
  background-color: #E9F2F1;
}

.lightgreen100-bg {
  background-color: #B0CBB8;
}

.yellow100-bg {
  background-color: #EFC04E;
}

.yellow20-bg {
  background-color: #FCF2DC;
}

.mustard100-bg {
  background-color: #E3C981;
}

.red100-bg {
  background-color: #F1574B;
}

.red90-bg {
  background-color: #F2685D;
}

.red20-bg {
  background-color: #FCDDDB;
}

.red10-bg {
  background-color: #FEEEED;
}

.grey130-bg {
  background-color: #828282;
}

.grey220-bg {
  background-color: #DCDCDC;
}

.grey240-bg {
  background-color: #F0F0F0;
}

/*Foregrounds or Font Colors*/
.black-fg {
  color: #000000;
}

.black60-fg {
  color: #21275B;
}

.black50-fg {
  color: #64688C;
}

.blue100-fg {
  color: #5160EC;
}

.blue90-fg {
  color: #6270EE;
}

.blue80-fg {
  color: #7380F0;
}

.blue70-fg {
  color: #8590F2;
}

.blue60-fg {
  color: #96A0F4;
}

.blue50-fg {
  color: #A8B0F5;
}

.blue40-fg {
  color: #B9BFF7;
}

.blue30-fg {
  color: #CBCFF9;
}

.blue20-fg {
  color: #DCDFFB;
}

.blue10-fg {
  color: #EEEFFD;
}

.blue2-fg {
  color: #FCFCFF;
}

.white-fg {
  color: #FFFFFF;
}

.green100-fg {
  color: #00A992;
}

.green10-fg {
  color: #E9F2F1;
}

.lightgreen100-fg {
  color: #B0CBB8;
}

.yellow100-fg {
  color: #EFC04E;
}

.yellow20-fg {
  color: #FCF2DC;
}

.mustard100-fg {
  color: #E3C981;
}

.red100-fg {
  color: #F1574B;
}

.red90-fg {
  color: #F2685D;
}

.red20-fg {
  color: #FCDDDB;
}

.red10-fg {
  color: #FEEEED;
}

.grey130-fg {
  color: #828282;
}

.grey220-fg {
  color: #DCDCDC;
}

.grey240-fg {
  color: #F0F0F0;
}

/*font styles*/
.bold {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.h1-bold {
  font-size: 96px;
  letter-spacing: -0.03em; /* 96/3200 */
  line-height: 104px;
  font-weight: 600;
}

.h1 {
  font-size: 96px;
  letter-spacing: -0.03em; /* 96/3200 */
  line-height: 104px;
  font-weight: 400;
}

.h2-bold {
  font-size: 72px;
  letter-spacing: -0.0225em; /* 72/3200 */
  line-height: 80px;
  font-weight: 600;
}

.h2 {
  font-size: 72px;
  letter-spacing: -0.0225em; /* 72/3200 */
  line-height: 80px;
  font-weight: 400;
}

.h3-bold {
  font-size: 36px;
  letter-spacing: -0.01125em; /* 36/3200 */
  line-height: 48px;
  font-weight: 600;
}

.h3 {
  font-size: 36px;
  letter-spacing: -0.01125em; /* 36/3200 */
  line-height: 48px;
  font-weight: 400;
}

.h4-bold {
  font-size: 24px;
  letter-spacing: -0.0075em; /* 24/3200 */
  line-height: 32px;
  font-weight: 600;
}

.h4 {
  font-size: 24px;
  letter-spacing: -0.0075em; /* 24/3200 */
  line-height: 32px;
  font-weight: 400;
}

.body-text1-bold {
  font-size: 16px;
  letter-spacing: -0.005em; /* 16/3200 */
  line-height: 24px;
  font-weight: 600;
}

.body-text1 {
  font-size: 16px;
  letter-spacing: -0.005em; /* 16/3200 */
  line-height: 24px;
  font-weight: 400;
}

.button-text1-bold {
  font-size: 14px;
  letter-spacing: 0.004375em;
  line-height: 16px;
  font-weight: 600;
}

.button-text1 {
  font-size: 14px;
  letter-spacing: 0.004375em;
  line-height: 24px;
  font-weight: 400;
}

.caption-text1-bold {
  font-size: 12px;
  letter-spacing: 0.00375em;
  line-height: 16px;
  font-weight: 600;
}

.caption-text1 {
  font-size: 12px;
  letter-spacing: 0.00375em;
  line-height: 16px;
  font-weight: 400;
}

.tag-text1-bold {
  font-size: 12px;
  letter-spacing: 0.0075em; /* (12*2)/3200 */
  line-height: 16px;
  font-weight: 600;
}

.tag-text1 {
  font-size: 12px;
  letter-spacing: 0.0075em; /* (12*2)/3200 */
  line-height: 16px;
  font-weight: 400;
}

/*borders*/
.border-bottom-blue20 {
  border-bottom: 1px solid var(--blue30);
}
.border-bottom-blue2 {
  border-bottom: 1px solid var(--blue20);
}













/* Removed */
.black50 {
    color: #64688C;
}

.black50-fill {
    background: #64688C;
}



.blue60 {
    color: #96A0F4;
}

.blue60-fill {
    background: #96A0F4;
}

.blue50 {
    color: #A8B0F5;
}

.blue50-fill {
    color: #A8B0F5;
}

.blue30 {
    color: #CBCFF9;
}

.blue30-fill {
    background: #CBCFF9;
}


.blue2 {
    color: #FCFCFF;
}

.blue2-fill {
    background: #FCFCFF;
}

.grey130 {
    color: #828282;
}

.grey130-fill {
    background: #828282;
}












/*-------------------------------------------------------------------------*/
/* FONTS                                                                   */
/*-------------------------------------------------------------------------*/

h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 104px;

    letter-spacing: -2.88px;

    margin: 0;
}

h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 80px;

    letter-spacing: -1.62px;

    margin: 0;
}

h3 {
    font-family: Inter;
    font-style: normal;

    font-size: 36px;
    line-height: 48px;

    letter-spacing: -0.405px;

    margin: 0;
}

h4 {
    font-family: Inter;
    font-style: normal;

    font-size: 24px;
    line-height: 32px;

    letter-spacing: -0.18px;

    margin: 0;
}

.body-text-1 {
    font-family: Inter;
    font-style: normal;
    
    font-size: 16px;
    line-height: 24px;

    letter-spacing: -0.08px;
}

.caption-text-1 {
    font-family: Inter;
    font-style: normal;

    font-size: 12px;
    line-height: 16px;

    letter-spacing: 0.045px;
}

.caption-text-2 {
    font-family: Inter;
    font-style: normal;

    font-size: 16px;
    line-height: 16px;

    letter-spacing: 0.045px;
}

.button-text-1 {
    font-family: Inter;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;

    letter-spacing: 0.07px;
    
    text-decoration:none;
}

.tag-text-1 {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    /* text-align: right; */
    letter-spacing: 0.1px;
}

.tag-text-1.red {
    color: #F1574B;;
    background: #FEEEED;
    padding: 2px;
    border-radius: 4px;
}

.tag-text-1.green {
    color: #00A992;
    background: #E6F6F4;
    padding: 2px;
    border-radius: 4px;
}

.bold {
    font-weight: 600;
}

.regular {
    font-weight: 400;
}

option {
  background-color: white;
  color: #21275B;
}
select, option {
  font: -moz-pull-down-menu;
}