/*------------- Organization of the file ----------*/
/*
1. Fonts
2. Colors
3. Common elements
4. Icons
5. Margins
6. Layouts
7. Sidebar
8. Header
9. Buttons
10. Tags
11. Input fields
12. Checkboxes / Radio buttons
13. Select
14. Modals
15. Cards
16. Filters
17. Rows & columns
18. Table system

16. Workshop components
  16.1 Workshop layouts
  16.2 Workshop header
  16.3 Workshop Template card
  16.4 Workshop cards
  16.5 Session cards

17. Workshop specific components
  17.1 Feedback component
  17.2 Buy a feature components
  17.3 User Interview components

18. Insights
  18.1 Insight cards

19. Research center
  19.1 Research requests
    A. Research requests cards

  19.2 Research plans
    A. Research plan exercises

20. Onboarding
  20.1 Onboarding cards

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------- Fonts ------------*/

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600&family=Source+Sans+Pro:wght@400;600&display=swap');

h1, h2, h3, h4, h5, p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


h4 {
    font-family: 'League Spartan', sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
}

h5 {
    font-family: 'League Spartan', sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.title {
    font-family: 'League Spartan', sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.sub-head {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.small {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-size: 14px;
    line-height: 17.6px;
}

.paragraph {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.info {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.medium {
    font-weight: 600;
}

.underline{
    text-decoration: underline;
}

.uppercase{
    text-transform: uppercase;
}

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

/*---------- Colors ----------*/

.blue {
    color: #6580FF;
}

.light-blue {
    color: #ECEFFF;
}

.lighter-blue {
    color: #F4F7FD;
}

.dark-blue {
    color: #1D2A78;
}

.darker-blue {
    color: #12033B;
}

/* Secondary colors */
.green {
    color: #71D68F;
}

.light-green {
    color: #EDFFEC;
}

.dark-green {
    color: #287D3C;
}

.orange {
    color: #FFA94F;
}

.light-orange {
    color: #FFF1EA;
}

.dark-orange {
    color: #B95000;
}

.red {
    color: #EA6061;
}

.light-red {
    color: #FFE8E8;
}

.dark-red {
    color: #DA1414;
}

/* Neutral colors */
.white {
    color: #FFFFFF;
}

.dark {
    color: #1B1B1B;
}

.gray1 {
    color: #FAFAFB;
}

.gray2 {
    color: #F1F1F5;
}

.gray3 {
    color: #ADADB5;
}

.gray4 {
    color: #676874;
}

.gray5 {
    color: #44444F;
}


.mandatory {
    color: #EA6061;
}

.bg-info {
    background: #ECEFFF;
}

.bg-warning {
    background: #FFF1EA;
}

.bg-danger {
    background: #FFE8E8;
}

.bg-success {
    background: #EDFFEC;
}

.bg-disabled {
    background: #F1F1F5;
}

.bg-gray-light {
    background: #F1F1F5;
}

.bg-green {
    background: #71D68F;
}

.bg-orange {
    background: #FFA94F;
}

.bg-red {
    background: #EA6061;
}

.bg-gray {
    background: #676874;
}

.info-label {
    padding-left: 8px;
}

.default {
    color: #1D2A78;
}

.warning {
    color: #B95000;
}

.danger {
    color: #DA1414;
}

.success {
    color: #287D3C;
}

.disabled {
    color: #ADADB5;
}

/*----------- Common elements --------------*/

body {
    margin: 0px;
    background: #FAFAFB;
}

a {
    text-decoration: none;
    color: #12033B;
}

.divider {
    height: 0px;
    background: #ECEFFF;
    border: 1px solid #ECEFFF;
}

.divider-small {
    width: 30px;
    height: 0px;
    background: #ECEFFF;
    border: 1px solid #ECEFFF;
}

.hidden {
    display: none;
}

/*----------- Icons --------------*/

.icon {
    padding: 8px;
}

.icon-action {
    width: 24px;
    padding: 8px;
}

.icon-small {
    width: 14px;
}

.icon-button {
    width: 40px;
    height: 40px;
    /* Primary/Light-blue */
    border: 2px solid #ECEFFF;
    backdrop-filter: blur(40px);
    border-radius: 8px;
}

.icon-center {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button-active {
    width: 40px;
    height: 40px;
    background: #EDFFEC;
    backdrop-filter: blur(40px);
    border-radius: 8px;
    border: 2px solid #71D68F;
}

.icon-button-inactive {
    width: 40px;
    height: 40px;
    background: #FFE8E8;
    backdrop-filter: blur(40px);
    border-radius: 8px;
    border: 2px solid #EA6061;
}

.small-icon img {
    height: 10px;
    width: 10px;
}

.small-avatar {
    max-width: 25px;
    padding: 8px;
}

.medium-avatar{
    max-width: 40px;
    border-radius: 50px;
    border: 2px solid #6580FF;
}

/*--------------- Margins ------------*/

/*--------------- Top ------------*/

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

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

/*--------------- Bottom ------------*/

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

/*--------------- Left ------------*/

.ml-4 {
    margin-left: 4px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px !important;
}

/*--------------- Right ------------*/

.mr-4 {
    margin-right: 4px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px !important;
}

/*--------------- All ------------*/

.m-4{
    margin: 4px;
}

.m-8 {
    margin: 8px;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

/*--------------- Paddings ------------*/

/*--------------- Left ------------*/

.pl-4 {
    padding-left: 4px;
}

.pl-8 {
    padding-left: 8px;
}

.pt-10{
    padding-top: 10px;
}

.pl-20 {
    padding-left: 20px;
}

/*--------------- Top ------------*/

.pt-4 {
    padding-left: 4px;
}

.pt-8 {
    padding-left: 8px;
}

.pt-10{
    padding-top: 10px;
}

.pt-20 {
    padding-left: 20px;
}

/*--------------- Right ------------*/

.pr-4 {
    padding-right: 4px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10{
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

/*--------------- Bottom ------------*/

.pb-4 {
    padding-bottom: 4px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

/*--------------- All ------------*/

.p-4{
    padding: 4px;
}

.p-8 {
    padding: 8px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

/*-------------- Layouts ---------------*/

.page-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #FAFAFB;
}

.page-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

.page-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px;
    margin-left: 250px;
    width: 100%;
}

.page-inner-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}

@media screen and (max-width: 1200px) {
    .page-content{
        margin-left: 0px;
    }
}

/*----------- Sidebar -------------*/

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    flex-grow: 1;
    z-index: 150;
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #FAFAFB;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.15);
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0px 0px;
    gap: 10px;
}

.logo {
    width: 210px;
    height: 36px;
    margin-bottom: 20px;
}

.logo img {
    position: absolute;
    width: 87px;
    height: 36px;
    left: 45px;
    top: 30px;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 190px;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0px 5px 0px;
    width: 197px;
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #ADADB5;
}

.section-title {
    border-top: 1px solid #ECEFFF;
}

.section-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 210px;
}

.menu-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 210px;
    height: 35px;
    cursor: pointer;
    border-radius: 8px;
}

.menu-item:hover {
    background: #ECEFFF;
    transition: 500ms ease-in-out;
}

.menu-item.active {
    background: #ECEFFF;
}

.menu-icon {
    width: 17px;
    height: 17px;
    padding: 0px 8px;
}

.menu-label {
    text-decoration: none;
    font-weight: 600;
}

.avatar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 25px;
    align-items: center;
    padding: 15px;
    min-width: 180px;
    max-width: 180px;
    height: 40px;
    background: #F1F1F5;
    border-radius: 5px;
}

.people {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.people-infos {
    padding: 10px;
}

.logout img {
    width: 20px;
}

@media screen and (max-width: 1200px) {
    .sidebar{
        display: none;
    }
}

/*------------ Header --------*/

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 42px;
}

.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;

    width: auto;
    height: 36px;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
}

.header-full-width{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 68px;
}

.header-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    height: 75px;
    left: 0px;
    top: 0px;
  }
  
.header-logo img{
    width: 87px;
    height: 36px;
  }

.search-form {
    min-width: 250px;
}

@media screen and (max-width: 960px) {
    .search-form{
        display: none;
    }
}

/*---------------- Accordions ----------------*/

.accordion-item {
    width: calc(100% - 30px);
    height: 100%;
    background: #F4F7FD;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}

.accordion-tab-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.accordion-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.accordion-title p {
    min-width: 110px;
    width: 200px;
}

.accordion-line {
    width: 100%;
    height: 0px;
    border: 1px solid #DDDDFF;
}

.accordion-item .display {
    padding: 20px 20px 0px 5px;
    display: none;
    transition: max-height .3s ease;
    overflow: hidden;
}

.accordion-item.active .display {
    display: block;
    max-height: 500px;
    transition: max-height 1s ease;
    overflow: hidden;
}

.active .accordion-caret {
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}

.accordion-caret {
    transition: transform 0.2s ease-in-out;
}


/*---------------- Buttons ----------------*/

button {
    background-color: white;
    border: 0px solid white;
    cursor: pointer;
    outline: none;
  }

.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-weight: 600;
    height: 42px;
    cursor: pointer;
    border-radius: 10px;
    border: 0px;
}

.btn-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    border-radius: 20px;
    height: 18px;
    cursor: pointer;
}

.btn-wide {
    width: 100%;
}

.primary {
    color: white;
    background: #6580FF;
    border: 1px solid #6580FF;
}

.primary:hover {
    color: white;
    background: #4e69e4;
    border: 1px solid #4e69e4;
    transition: 500ms ease-in-out;
}

.secondary {
    color: #6580FF;
    background: none;
    border: 1px solid #6580FF;
}

.secondary:hover {
    color: #4e69e4;
    background: none;
    border: 1px solid #4e69e4;
    transition: 500ms ease-in-out;
}

.secondary-orange {
    color: #FFA94F;
    background: #ffffff;
    border: 1px solid #FFA94F;
}

.secondary-orange:hover {
    color: #B95000;
    background: #ffffff;
    border: 1px solid #B95000;
    transition: 500ms ease-in-out;
}

.tertiary {
    color: #676874;
    background: #F1F1F5;
    border: 0px;
    border: 1px solid #F1F1F5;
}

.tertiary:hover {
    color: #44444c;
    background: #e2e2eb;
    border: 0px;
    border: 1px solid #e2e2eb;
    transition: 500ms ease-in-out;
}

/*--------------  Tags ---------------*/

.tag {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    height: 24px;
    border-radius: 5px;
}

.status-label {
    display: flex;
}

.status-circle {
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

/*---------------- Input fields ----------------*/

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 350px;
    width: 100%;
    gap: 8px;
}

.form-column-2{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

@media screen and (max-width: 960px) {
    .form-column-2{
        flex-direction: column;
    }
}

.input-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 350px;
    width: 100%;
    gap: 8px;
}

.form-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 12px);
    padding-left: 12px;
    height: 42px;
    background-color: white;
    border: 1px solid #ECEFFF;
    border-radius: 8px;
}

.form-label {
    font-weight: 600;
}

.form-icon {
    padding-left: 0px;
}

.form-wide {
    width: 500px;
}

.form-item:hover {
    border: 1px solid #6580FF;
    transition: 500ms ease-in-out;
}

input {
    margin-right: 8px;
    background: none;
    width: 100%;
    height: 42px;
    border: none;
}

input:focus {
    outline: 0;
}

.form-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 0px 6px 12px;
    width: calc(100% - 11px);
    font-weight: 600;
    height: 28px;
    border-radius: 10px;
    line-height: 15px;
    letter-spacing: 0.116667px;
    color: #6580FF;
}

.form-role-selection{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-role-selection label {
    margin-left: -6px;
}

.helper-text {
    margin-left: 8px;
}

/*-------------- Checkbox ---------------*/

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    cursor: pointer;
}

.checkbox-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    background: #F1F1F5;
    border-radius: 2px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    input[type=checkbox],
    input[type=radio] {
        --active: #6580FF;
        --active-inner: #fff;
        --focus: 2px #ECEFFF;
        --border: #ADADB5;
        --border-hover: #6580FF;
        --background: #fff;
        --disabled: #F4F7FD;
        --disabled-inner: #F4F7FD;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 20px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 8px;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    input[type=checkbox]:after,
    input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    input[type=checkbox]:disabled+label,
    input[type=radio]:disabled+label {
        cursor: not-allowed;
    }

    input[type=checkbox]:hover:not(:checked):not(:disabled),
    input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type=checkbox]:focus,
    input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type=checkbox]:not(.switch),
    input[type=radio]:not(.switch) {
        min-width: 20px;
        max-width: 20px;
    }

    input[type=checkbox]:not(.switch):after,
    input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }

    input[type=checkbox]:not(.switch):checked,
    input[type=radio]:not(.switch):checked {
        --o: 1;
    }

    input[type=checkbox]+label,
    input[type=radio]+label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type=checkbox]:not(.switch) {
        border-radius: 4px;
    }

    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 10px;
        border: 3px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        border-radius: 1px;
        left: 5px;
        top: 1px;
        transform: rotate(var(--r, 20deg));
    }

    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }

    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }

    input[type=checkbox].switch:after {
        left: 2px;
        top: 1px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }

    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
        top: 2px;
    }

    input[type=radio] {
        border-radius: 50%;
    }

    input[type=radio]:after {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }

    input[type=radio]:checked {
        --s: 0.5;
    }
}

/*------------  Select -------------*/

.select-menu {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    padding: 0px;
    width: 100%;
    gap: 8px;
}

.select-menu .select-input {
    display: flex;
    width: 100%;
    height: 42px;
    padding: 0px 0px 0px 0px;
    background: #fff;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    /* Primary/Light-blue */
    border: 1px solid #ECEFFF;
}

.select-btn-text {
    padding-left: 12px;
}

.select-input:hover {
    border: 1px solid #6580FF;
    transition: 500ms ease-in-out;
}

.select-input .chevron {
    color: #676874;
    margin-right: 12px;
    transition: 0.3s;
}

.select-menu.active .select-input .chevron {
    transform: rotate(-180deg);
}

.select-menu.active .select-input {
    border: 1px solid #6580FF;
}

.select-menu .options {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    display: none;
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

.options .option {
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 4px;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}

.options .option:hover {
    background: #F4F7FD;
    border-radius: 0px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/*------------ Modals -------------*/

.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
}

.modal-container {
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    padding: 20px 40px 20px 40px;
    width: 700px;
    overflow-y: auto;
    /* Primary/White */
    background: #FFFFFF;
    /* Primary/Blue */
    border: 2px solid #ECEFFF;
    box-shadow: 0px 4px 500px rgba(0, 0, 0, 0.45);
    border-radius: 20px;
    transition: opacity 0.25s ease;
}

.modal-active{
    overflow-x: hidden;
    overflow-y: visible !important;
}

.modal-overlayer{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #1B1B1B;
    opacity: .5;
}

.modal-close {
    height: 14px;
}

.modal-close-action {
    position: relative;
    right: 0;
    cursor: pointer;
}

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

.modal-inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 10px;
    gap: 15px;
}

.opacity-0 {
    opacity: 0;
    display: none;
}


/*----------- More menu dropdown -----------*/

.options-list {
    position:absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px 20px;
    margin-left: -170px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;

  }
  .options-list.hidden {
    opacity: 0;
    pointer-events: none;
    margin-top: -10px;
  }
  .options-list ul {
    width: 180px;
    max-width: 170px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .options-list ul li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #676874 ;
    margin-left: -10px;
    padding: 0px 5px;
    cursor: pointer;
  }
  .options-list ul li a:hover {
    color: #4e69e4;
  }
  



/*------------  Cards -------------*/

.card {
    background: #FFFFFF;
    border-radius: 10px;
}

.card-blue {
    border: 1px solid #ECEFFF;
}

.card-orange {
    border: 1px solid #FFF1EA;
}

.card-blue:hover {
    border: 1px solid #6580FF;
    transition: 500ms ease-in-out;
}

.card-orange:hover {
    border: 1px solid #FFA94F;
    transition: 500ms ease-in-out;
}
/*--------- Onboarding card ----------*/

.card-onboarding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    width: calc(40% - 52px);
    max-width: 320px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #ECEFFF;
    border-radius: 10px;
}

.card-onboarding-image {
    width: 80px;
    height: 80px;
}

.onboarding-cards-row{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 768px) {
    .onboarding-cards-row {
        flex-direction: column;
    }
    .card-onboarding {
        width: 100%;
    }
}

/*------------ 16 - Filters -------------*/

.filter-component {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    width: 100%;
    max-height: 171px;
    padding: 30px;
    gap: 20px;
    /* Primary/LIghter-blue */
    background: #F4F7FD;
    /* Primary/Blue */
    border: 1px solid #6580FF;
    border-radius: 10px;
}

@media screen and (max-width: 1280px) {
    .filter-component{
        display: none;
    }
}

.filter-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: 68px;
    padding: 0px;
    gap: 20px;
    flex-grow: 1;
    flex-shrink: 0;
}

/*---------------- Rows & columns ---------------*/

.cards-row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-items: center;
    justify-content: flex-start ;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    gap: 20px;
}

.item-column-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}


/*---------------- Table system ---------------*/

.in-app-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.in-app-table td, th {
    vertical-align: middle;
    text-align: left;
}

.in-app-table tbody td {
    height: 60px;
    padding: 10px 0px;
    background-color: white;
    border-top: 1px solid #ECEFFF;
    border-bottom: 1px solid #ECEFFF;
}

.in-app-table tbody td:first-child {
    padding-left: 15px;
    border-left: 1px solid #ECEFFF;
    border-radius: 10px 0px 0px 10px;
}

.in-app-table tbody td:last-child {
    padding-right: 30px;
    border-right: 1px solid #ECEFFF;
    border-radius: 0px 10px 10px 0px;
}

.in-app-table thead th:first-child {
    padding: 0px 15px;
}


/*----------- Table column sizing ---------*/ 

.table-col-xs{
    width: 30px;
    text-align: center;
}

.table-col-s{
    width: 10%;
    padding: 0 10px;
}

.table-col-md{
    width: 20%;
    padding: 0 10px;
}

.table-col-lg{
    min-width: 40%;
    padding-right: 5%;
}

@media screen and (max-width: 1200px) {
    .table-col-s{
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .table-col-md{
        display: none;
    }
}

/*------------ Waiting pages -------------*/

.waiting-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0px;
    gap: 60px;
    width: 100%;
    min-height: 50vh;
    background: #FFFFFF;
    border: 2px solid #ECEFFF;
    border-radius: 10px;
}

.waiting-section-image{
    margin-left: 60px;
    width: auto;
    max-height: 400px;
}

.waiting-section-details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px;
    gap: 10px;
    width: 50%;
}

.waiting-features{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    justify-items: center;
    gap: 20px;
}

.waiting-feature-single{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #ECEFFF;
    border-radius: 10px;
    width: 50%;
    height: 50%;
    padding: 30px 20px;
}

.waiting-feature-single img{
    display: block;
    margin: 0;
    min-width: 60px;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .waiting-section{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .waiting-section-image{
        width: 30%;
        margin-left: 20px;
        display: none;
    }
    .waiting-section-details{
        width: 80%;
        margin-left: 40px;
    }
    .waiting-features{
        flex-direction: column;
        width: 100%;
    }
    .waiting-feature-single{
        width: 80%;
    }
}

/*------------ CALENDAR -------------*/
#calendar{
    width: 100%;
    height: 85vh;
}

/*------------ Teams -------------*/



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

/*------------ Workshop layouts -------------*/

.workshop-page-wrapper {
    background: #FAFAFB;
    height: 100vh;
}

.workshop-inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    padding: 0px 35px;
    gap: 20px;
}

.workshop-section-top {
    /* session_list */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 35px;
    height: 82px;
    gap: 25px;
    /* Primary/White1 */
    background: #FFFFFF;
    /* Primary/Blue2 */
    border: 2px solid #ECEFFF;
    border-radius: 10px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/*-------------- Workshop Header --------------*/

.header-workshop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: white;
    align-items: center;
    padding: 10px 35px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);

    position: relative;
    width: calc(100% - 70px);
    height: 68px;
}

.header-workshop-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;

    width: auto;
    height: 36px;
}

.header-logo {
    width: 87px;
    height: 36px;
}

.header-workshop-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
}

.status-inline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.workshop-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 162px;
    height: 48px;
    /* Primary/Light-blue */
    background: #fff;
    border: 2px solid #ECEFFF;
    border-radius: 10px;
    cursor: pointer;
}

.workshop-suggestion-search{
    width: calc(100% - 2px);
}


/*------------ Workshop template cards ----------*/

.workshop-template-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
}

.workshop-template-image {
    width: 100%;
    max-width: 240px;
    height: 165px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.workshop-template-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    min-height: 130px;
    padding: 0px;
}


.participants-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
}

.participants-presence {
    width: 21px;
    height: 20px;
    margin-left: 8px;
    margin-top: 2px;
}

/*------------ Workshop cards -------------*/

.workshop-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 25px;
    min-width: 200px;
    width: calc(100% - 52px);
}

.workshop-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.workshop-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.workshop-library-name {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
}

.workshop-card-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0px;
    height: 24px;
}

.workshop-card-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: calc(100% - 15px);
}

/*------------ Session card ---------*/

.session-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 25px;
    position: absolute;
    width: calc(100% - 52px);
}

.session-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.session-card-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 171px;
    height: 21px;
}

.session-card-date {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 4px;
    width: 67px;
    height: 21px;
}

.session-card-time {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 4px;
    width: 92px;
    height: 21px;
}

.session-participants {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    margin-right: -20px;
    height: 30px;
}

.session-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.session-card-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: calc(100% - 15px);
}

/*--------- 17 - Workshop specific items ----------*/

/*--------- Feedback items ----------*/

.feedback-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 15px;
    width: 305px;
    border-radius: 9px;
}

.feedback-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0px 0px;
    width: 305px;
    height: 20px;
}

.feedback-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/*--------- Buy a feature items ----------*/

.byaft-single-pricing {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    gap: 15px;
    background: #F4F7FD;
    border: 2px solid #ECEFFF;
    border-radius: 10px;
}

/*--------- User Interviews items ----------*/

.usint-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: space-between;
    gap: 12px;
    height: 42px;
    width: 300px;
    /*!important!*/
    padding: 0px 12px;
    /* Primary/White */
    background: #FFFFFF;
    /* Primary/Light-blue */
    border: 1px solid #ECEFFF;
    border-radius: 8px;
}

.usint-section-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 8px;
    gap: 8px;
    width: auto;
    /*!important!*/
    height: 24px;
    background: #6580FF;
    border-radius: 10px;
}

.usint-section-name {
    width: 100%;
}

/*------------- 18 - Insights -------------*/

/*---------- Insight cards ------------*/

.insight-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 25px;
}

.insight-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.insight-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.insight-card-header-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.insight-library-name {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
}

.insight-card-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0px;
    height: 24px;
}

.insight-card-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: calc(100% - 15px);
}

@media (min-width: 1601px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(25.1% - 69px);
    }
}

@media (max-width: 1600px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(25.12% - 69px);
    }
}

@media (max-width: 1600px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(33.6% - 69px);
    }
}

@media (max-width: 1366px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(50.7% - 69px);
    }
}

@media (max-width: 1365px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(33.6% - 69px);
    }
}

@media (max-width: 1280px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(50.7% - 69px);
    }
}

@media (max-width: 1200px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(33.6% - 69px);
    }
}

@media (max-width: 1089px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(50.7% - 69px);
    }
}

@media (max-width: 768px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: calc(100% - 50px);
    }
}

@media (max-width: 571px) {
    .onboarding-card, .workshop-card, .insight-card, .workshop-template-card {
        width: 100%;
    }
}

/*--------------- 19 - Research Center -------------*/

/*---------- Research requests ------------*/

/*---------- Research request cards ------------*/

.research-request-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 25px;
    position: absolute;
    width: calc(100% - 52px);
}

.research-request-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.research-request-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.research-request-card-header-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.research-request-library-name {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
}

.research-request-card-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0px;
    height: 24px;
}

.research-request-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 100%;
}


.research-request-host {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100%;
    height: 46px;
}

.research-request-host-avatar img {
    width: 35px;
}

/*---------- Research Plans -----*/

.research-plan-exercise {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 35px;
    gap: 15px;
    width: calc(100% - 74px);
    /* Primary/White */
    background: #FFFFFF;
    /* Primary/Blue */
    border: 1.5px dashed #6580FF;
    border-radius: 10px;
}

.research-plan-exercise-image img {
    width: 54px;
    height: 54px;
}

.research-plan-exercise-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
}


/*--------- 21 - onboarding ----------*/

.onboarding-page-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    width: calc(100% - 35px);
}

.onboarding-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    width: 100%;
    max-width: 1150px;
    background: #FFFFFF;
    border: 2px solid #ECEFFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    z-index: 50;
}

.onboarding-logo{
    width: 107px;
    height: auto;
}

.onboarding-panel-left{
    display: flex;
    width: 50%;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.onboarding-panel-left-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    padding: 40px;
    gap: 20px;
}

.onboarding-panel-left-content img{
    width: 60px;
}

.onboarding-utilities{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
}

.onboarding-panel-splitter{
    height: 695px;
    border: 3px solid #5379EA;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.onboarding-panel-right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    background-color: #ECEFFF;
    border-radius: 0 20px 20px 0px;
}

.onboarding-panel-right-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 70%;
}

.onboarding-panel-right img{
    width: 400px;
    height: auto;
    margin: 30px;
}

.vector-shape{
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

@media screen and (max-width: 960px) {
    .onboarding-panel{
        align-items: flex-start;
    }
    .onboarding-panel-splitter {
      display:none;
    }
    .onboarding-panel-right{
        display: none;
    }
    .onboarding-panel-left {
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .onboarding-panel-left-content {
        align-items: center;
    }
  }