@font-face {
    font-family: Nunito;
    src: url(Nunito-VariableFont_wght.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(Roboto-Regular.ttf);
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #f7f7f9;
  position: relative;
  height: 100%;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 1.8em;
  font-weight: bolder;
}

h2.main {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
  font-weight: bolder;
}

hr {
  margin: 15px;
  margin-bottom: 45px;
}

i.icon {
  position: relative;
  padding-left: 1.2em;
  margin: 0 .3em;
}

i.icon:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}

i.icon.arrow-circle-down-white:before {
  background-image: url('/static/img/arrow-circle-down-white.svg');
  background-size: cover
}

i.icon.arrow-circle-down:before {
  background-image: url('/static/img/arrow-circle-down-black.svg');
  background-size: cover
}

i.icon.arrow-circle-left:before {
  background-image: url('/static/img/arrow-circle-left-black.svg');
  background-size: cover
}

i.icon.arrow-circle-out-white:before {
  background-image: url('/static/img/arrow-circle-out-white.svg');
  background-size: cover
}

i.icon.arrow-right-white:before {
  background-image: url('/static/img/arrow-right-white.svg');
  background-size: cover
}

i.icon.close:before {
  background-image: url('/static/img/close-black.svg');
  background-size: cover
}

i.icon.exclamation-mark:before {
  background-image: url('/static/img/exclamation-mark-black.svg');
  background-size: cover
}

i.icon.upload:before {
  background-image: url('/static/img/upload-cloud.svg');
  background-size: cover
}

table.table {
  font-size: .9em;
  border-spacing: inherit;
  width: 100%;
}

table.table th {
  background: #e6eaf7;
}

table.table tr:nth-child(2n) {
  background: #f3f3f4;
}

table.table tbody tr:hover {
  background: #f2edf7;
}

table.table tbody tr {
  cursor: pointer;
}

table.table th {
  padding-top: 1em;
  padding-bottom: 1em;
}

.inputDashboard {
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E6);
    background: var(--default-white, #FFF);
    padding: .5em;
}

@font-face {
    font-family: RobotoBold;
    src: url(Roboto-Bold.ttf);
}

.talao-container {
  width: 70vw;
  margin: auto;
}

.main.actions {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .talao-container {
    width: 100%;
  }
}

header {
  padding: 10px 0;
  background: #fff;
  display: block;
  width: auto;
}

header .logo img {
  height: 1.5em;
  margin: .5em;
}

header nav {
  float: right;
  font-size: 16px;
}

header nav .item {
  display: inline-block;
  line-height: 3em;
  padding-right: 60px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6)!important;
}

header nav .item:hover {
  color: rgba(0, 0, 0, 1)!important;
}

header nav .button:hover {
}

@media (max-width: 768px) {
  header {
    text-align: center;
  }

  header nav {
    float: none;
  }

  header nav .item {
    display: block;
    padding-right: 0;
  }
}

footer.client-login {
  padding: 40px 0;
  background: white;
  font-size: 12px;
  border-top: 1px solid #eee;
}

footer.client-login .links {
  display: inline-block;
  float: right;
}

footer.client-login a {
  display: inline-block;
  font-weight: bold;
  padding-left: 60px;
  line-height: 1.5em;
}

.inline-form-wrapper {
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 60px;
}

.form label {
  display: block;
  margin-bottom: 8px;
}

.form .radio-input label {
  display: inline-block;
  cursor: pointer;
}

.form input[type="text"] {
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 3px;
  width: calc(100% - 20px);
}

.form input[type="radio"] {
  cursor: pointer;
  width: auto;
}

.form textarea {
  width: 100%;
  height: 150px;
}

.form input[type="file"] {
  padding-bottom: 15px;
}

.form select {
  border: 1px solid #aeb1b6;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}

.form .input {
  margin-bottom: 15px;
}

.inline-form {
  display: flex;
  align-items: flex-end;
}

.inline-form .input {
  flex: 1;
  margin-right: 15px;
}

.inline-form label {
  display: inline-block;
  font-size: 0.8em;
  padding-bottom: 5px;
}

.inline-form input {
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 3px;
  width: calc(100% - 20px);
}

.inline-form select {
  background: white;
  border: 1px solid #aeb1b6;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}

.button {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  padding: .9em 1.5em;
  background: #232d55;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-right: 0.3em;
  font-size: 0.8em;
}

.button:hover {
  color: white;
  opacity: 0.9;
}

.button.large {
  padding: 20px 40px;
}

.button.inverted {
  color: #232d55;
  border: 1px solid #232d55;
  background: white;
}

.button.inverted.grey {
  color: #aeb1b6;
  border: 1px solid #aeb1b6;
  background: white;
}


.button.grey {
  background: #c5c6ca;
  color: black;
  font-weight: normal;
}

.button.secondary {
  background: #1eaadc;
  color: white;
  text-transform: uppercase;
}

.button .clipboard-copy {
  color: #1db954;
  position: absolute;
  right: -5em;
  bottom: 0;
}

.label {
  display: inline-block;
  border-radius: 5px;
  padding: 0.3em 1em;
  width: 4em;
  text-align: center;
}

.label.inactive {
  border: 1px solid #83868c;
  background: white;
  color: #83868c;
  font-weight: normal;
}

.label.active {
  border: 1px solid #1db954;
  background: white;
  color: #1db954;
  font-weight: normal;
}

.hidden {
  display: none;
}

.page-title {
  margin: 44px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

.page-title .title {
  flex: 1
}

.page-title .title a {
  font-size: .75em;
  color: black;
  font-weight: normal;
}

.page-title h1 {
  font-size: 2.25em;
  font-weight: bolder;
  flex: 1;
}

.page-title .button {
  font-size: .6em;
}

#logo {
    width: 127.11px;
    height: 33.15px;
}

#draw {
    width: 447.49px;
    height: 449.19px;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;

}

#bigBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 150px;
    gap: 40px;

    width: 1170px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;

}

#menuDiv {
    display: none;
    height: calc(100vh - 90px);
    width: 100vw;
    position: fixed;
    top: 90px;
    left: 0px;
    z-index: 100;
    background-color: white;
    flex-direction: column;
    align-items: center;
}

#body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;

    width: 100%;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;

}

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

header {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 100%;



    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

#wrapperTop {

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 1128px;
    height: 77px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.vnotify-item {
  opacity: 0.9 !important
}

.displayNone {
    display: none !important;
}



#ssi {
    /* Connect wallet */

    width: 549px;
    height: 78px;

    /* Paragraph/16/medium */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 161.7%;

    /* or 26px */

    /* Purple_light */
    color: #B0A7BC;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

#templelogo {
    /* temple-wallet 1 */

    width: 36px;
    height: 35px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.walletText {
    /* Beacon Wallet */
    text-align: left;
    padding-left: 25px;
    width: 280px;
    height: 29px;

    /* Paragraph/18/bold */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 161.7%;

    /* or 29px */

    color: #000000;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#soon {
    /* Beacon Wallet */
    text-align: left;
    padding-left: 25px;
    width: 280px;
    height: 29px;

    /* Paragraph/18/bold */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 161.7%;

    /* or 29px */

    color: #665c5c;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#qrcode {
    width: 279px;
}

#success {
    /* Connect wallet */

    width: 549px;
    height: 29px;

    /* Paragraph/18/bold */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 161.7%;

    /* or 29px */
    text-align: center;

    /* Secondary */
    color: #544A62;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.transparent {
    background-color: transparent;
    border: transparent;
}

#connectDesktop {

    position: absolute;
    top: 60px;
    left: 153px;
    font-family: Nunito;
    font-size: 20px;
    color: #330080;
}

#superFaq {
    gap: 90px;
    padding-top: 90px;
    background: #F6F5F9;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 50px;
}

#faq {
    width: 1128px;

}

.question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1090px;
    align-items: center;
}

.activeAnswer {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 161.7%;

    /* or 26px */

    /* Secondary */
    color: #544A62;
    margin: 2px;
    max-width: 970px;
    text-align: left;

}

.inactiveAnswer {
    visibility: collapse;
    width: 1128px;
    font-size: 0;
}


.questionP {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 650;
    font-size: 18px;
    line-height: 161.7%;

    /* or 29px */

    /* Secondary */
    color: #000000;
}

.answerP {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 161.7%;

    /* or 29px */

    /* Secondary */
    color: #544A62;
}

#faqP {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 131.7%;

    /* or 42px */

    color: #330080;
}

#templeRight {
    width: 50px;
    height: 50px;
}

#kukaiRight {
    width: 50px;
    height: 50px;
}

body {
    display: flex;
    flex-direction: column;
}

.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bolder;
    opacity: 0.7;
}

footer {
    display: block;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

#preview {
    width: 40%;
    background-color: #0b0e19;
    padding: 15px;
    border-radius: 16px;
}

.nav-02 {
    position: fixed;
    z-index: 70;
    left: 0px;
    top: 0px;
    background: white;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 70px;

    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.vnotify-container {
    z-index: 100;
}

.nav-02__box {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 70vw;
    justify-content: space-between;
}

.nav-02__list {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.nav-02__list_wrapper {
    align-items: center;
    display: flex;
}

.contactSpan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2e0072;
    width: 120px;
    height: 44px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.contactP {
    color: white;
}

nav {
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 700;

}

nav a {
    text-decoration: none;
    color: #303030;
}

.nav-02__item:hover {
    transform: translateY(-2px);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    color: #6600FF;
}

#faqNav {}

.linkP:hover {
    color: #6600FF;
}

#roadmapNav {
    position: relative;
    left: 7px;
}

#newsNav {
    position: relative;
    right: 1px;
}

#page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.bg-white-color {
    width: 100%;
    height: 130px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-02 {
    display: flex;
    flex-direction: column;
}

.social-buttons {
    display: flex;
    flex-direction: row;
    width: 60px;
    justify-content: space-around;
    opacity: 0.7;
    position: relative;
    top: 2px;
}

.footer-02__wrapper {
    display: flex;
    flex-direction: row;
    width: 70vw;
    height: 50px;
    justify-content: space-between;

}

.footer-02__text {
    font-size: 15px;
    font-family: 'Nunito';
    color: #3d3d3d;
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

#line1Footer {
    margin: 0;
}

#line2Footer {
    margin: 0;
}

.social-buttons__icon {
    width: 18px;
    height: 18px;
}

.footer-02__text a {
    color: #3d3d3d;
}

#frame19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;

    width: 448px;
    height: 77px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#underFrame19 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    gap: 40px;

    height: 77px;

    /* Purple_light */
    background: #F1EDF7;
    border-radius: 76px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.activeButtonFAQ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 16px 32px;*/
    gap: 10px;

    width: 130px;
    height: 61px;

    background: #FFFFFF;
    box-shadow: 0px 2px 13px rgba(97, 86, 109, 0.2);
    border-radius: 50px;

    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
    position: relative;
    bottom: 2.5px;
    right: 4px;
}

.activeButtonFAQ p {

    /* Paragraph/18/bold */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 161.7%;

    /* or 29px */
    text-align: center;

    /* Purple */
    color: #330080;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.inactiveButtonFAQ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 16px 32px;*/
    gap: 10px;

    width: 131px;
    height: 61px;

    border-radius: 50px;

    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
    position: relative;
    bottom: 3px;
    right: 6px;
}

.inactiveButtonFAQ p {

    /* Paragraph/18/regular */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 161.7%;

    /* or 29px */
    text-align: center;

    /* Secondary */
    color: #544A62;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.buttonFAQ {
    height: 61px;

    border-radius: 50px;
    background-color: transparent;
    border: transparent;
    /*border: solid;
    border-width: 1px;
    border-color: #000000;*/

}

.activeQuestions {
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 1092px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.inactiveQuestions {
    visibility: collapse;
    height: 0px;
    font-size: 0;
}

.inactiveQuestions * {
    visibility: collapse;
    height: 0px;
    font-size: 0;
}

#youHaveQuestions {

    /* Heading/h1 */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 131.7%;

    /* or 76px */
    text-align: center;

    /* Purple */
    color: #330080;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

#SSIQuestions {
    position: relative;
    bottom: 180px;

}

#securityQuestions {
    position: relative;
    bottom: 90px;

}

.superQuestions:hover {
    background-color: #F1EDF7;
}

.superQuestions {
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    width: 1128px;

    background: #FFFFFF;
    border: 2px solid #DDD8E3;
    border-radius: 16px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.arrows {
    width: 32px;
    height: 32px;
    position: relative;
    bottom: 4px;
    right: 6px;
    margin: 18px;

}

.showAnswerButton {

    border-radius: 50px;
    background-color: transparent;
    border: transparent;
}

#divButtonTest {
    width: 549px;
    height: 67px;
    border-radius: 16px;
}

.rightDivButton {
    display: flex;
    flex-direction: row;
    width: 460px;
    overflow: hidden;
    align-items: center;
}

#boxWC1 {
    order: 0;
}

#boxWC2 {
    order: 1;
}

#boxWC3 {
    order: 2;
}

#boxWC4 {
    order: 3;
}

#boxWC5 {
    order: 4;
}

#boxWC6 {
    order: 6;
}

#boxMetamask {
    order: 5;
}

.kvwalletmodal {
    order: 2000;
    height: 0px;
    font-size: 0;
}

#frame7 a {
    text-decoration: none;
}

#logout {
    font-size: 14px;

    height: 44px;
    border: none;
    border-radius: 4px;
    right: 0.5%;
}

#disconnect:hover {
    background: #EDECF2;
}

.activeNav {
    color: #544A62;
    margin: 0;

}

.inactiveNav {
    color: #330080;
    margin: 0;
}

p {
    margin: 0;
}

.linkP {
    text-align: center;
    margin: 10px;
}

a {
    text-decoration: none;
}



#navBarMobile {
    display: none;
}

@media screen and (max-width: 1080px) {
    * {
        max-width: 100vw;
    }

    #draw {
        width: 90vw;
        height: unset;
    }

    #rightBox {
        width: fit-content;
        height: fit-content;
        order: 0;
        width: 100%;
    }

    #navBar {
        display: none;
    }

    #navBarMobile {
        position: fixed;
        z-index: 100;
        left: 0px;
        top: 0px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07);
        width: 100%;

        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .nav-02__box {
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
        height: 80px;
    }

    #buttonMenuLogo {
        width: 42px;
        height: 44px;
        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    #buttonMenu {
        background-color: transparent;
        border: transparent;
        position: relative;
        right: 15px;
        padding: 0;
        width: 42px;

    }

    #boxWC8 {
        display: none;
    }

    #connectM {
        display: none;
    }

    .imgButtonMenuInactive {
        width: 12px;
    }

    .imgButtonMenuActive {
        width: 9.1px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: unset;
    }

    /* {
        border: red 1px solid;
    }*/

    #underFrame19 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 2px;
        padding-bottom: 2px;

        width: 85%;
        height: 77px;

        /* Purple_light */
        background: #F1EDF7;
        border-radius: 76px;

        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .activeButtonFAQ {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*padding: 16px 32px;*/
        gap: 10px;

        width: 100%;
        height: 61px;

        background: #FFFFFF;
        box-shadow: 0px 2px 13px rgba(97, 86, 109, 0.2);
        border-radius: 50px;

        /* Inside auto layout */
        flex: none;
        flex-grow: 0;

    }

    .activeButtonFAQ p {


        /* Paragraph/18/bold */
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 161.7%;

        /* or 29px */
        text-align: center;

        /* Purple */
        color: #330080;


        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .inactiveButtonFAQ {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*padding: 16px 32px;*/
        gap: 10px;

        width: 100%;
        height: 61px;

        border-radius: 50px;

        /* Inside auto layout */
        flex: none;
        flex-grow: 0;

    }

    #qrcode {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .inactiveButtonFAQ p {


        /* Paragraph/18/regular */
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 161.7%;

        /* or 29px */
        text-align: center;

        /* Secondary */
        color: #544A62;


        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .buttonFAQ {
        width: 95.8%;
        height: 61px;
        padding: 0;
        border-radius: 50px;
        background-color: transparent;
        border: transparent;
        /*border: solid;
    border-width: 1px;
    border-color: #000000;*/

    }

    .question {
        width: fit-content;
    }

    #ssi {
        max-width: 95vw;
    }

    #frame6 {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .superQuestions {
        width: fit-content;
        padding-left: 0px;
        align-items: center;

    }

    .showAnswerButton {
        padding: 0;
    }


    .flex {
        display: flex !important;
    }

    .nav-02__list a {
        font-family: 'Nunito';
        font-size: 14px;
        font-weight: 700;
        color: #303030;
    }

    #buttonDeepLink {
        background-color: #6600FF;
        border: none;
        color: white;
        font-size: 20px;
        padding: 8px;
    }

    .nav-02__list {
        flex-direction: column;
    }
}

#emailDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

#email {
    padding: 6px;
    border-radius: 6px;
    border-style: solid;
    font-size: 18px;
    width: 100%;
    font-family: Nunito;
}

#sendEmail {
    background-color: #330080;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 6px;
    font-size: 18px;
    width: 30%;
    font-family: Nunito;
}

#mainBox {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 300px);
    gap: 120px;
    align-items: center;
}

#connecterBox {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 24px;
    border: solid 1px #DCDDDF;
    border-radius: 16px;
    gap: 10px;
}

.buttonAltme {
    cursor: pointer;
    border-radius: 8px;
    background: #1eaadc;
    padding: 12px 24px;
    color: white;
    border: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6em;
}

.buttonAltmeInversed {
    border-radius: 8px;
    background: white;
    border: 1px solid #1eaadc;
    padding: 12px 24px;
    color: #1eaadc;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
}

#passwordInput {
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E6);
    background: var(--default-white, #FFF);
    padding: 9px 16px;
}

#dashboard {
    display: flex;
    flex-direction: column;
    width: 70vw;
    align-items: flex-start;
    gap: 60px;
}

#line1Dashboard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#line2Dashboard {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#dashboardTitle {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Display 2 - Bold */
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -1px;
}

.inputDashboardfree {
    border-radius: 6px;
    border: 1px solid var(--gray-300, #DEE2E6);
    background: var(--default-white, #FFF);
    padding: 16px;
    cursor: not-allowed;
}

#userAdder {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid var(--swatch-100, #DCDDDF);
    background: var(--White, #FFF);
    padding: 24px;
    width: calc(100% - 48px);
}

#userAdder form {
  flex: 1;
  display: flex;
}

#userAdder input {
  flex: 1;
  margin-right: 10px;
}

#line3Dashboard {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

#emailAdd {
    width: 40%;
}

#firstName {
    width: calc(30% - 66px);
}

#lastName {
    width: calc(30% - 66px);
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td,
th {
    padding: 20px 20px;
    font-family: Roboto;
    text-align: left;
    white-space: nowrap;
}

.linkSetup {
    color: blue;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    width: fit-content;
}

.buttonTable {
    border-radius: 8px;
    background: var(--swatch-400, #999BA1);
    padding: 0px 16px;
    color: black;
    border: none;
    height: 47px;
}

#customizer {
    display: flex;
    flex-direction: column;
    width: 70vw;
    gap: 34px;
}

.optionDiv {
    display: flex;
    background: white;
    flex-direction: column;
    border: solid 1px #DCDDDF;
    padding: 24px;
    width: 100%;
    gap: 16px;
    border-radius: 16px;
}

.line1Setup {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 24px;
}

.stepDiv {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.free {
    display: none;

}

#buttonAddUserfree {
    background-color: grey;
}

#userAdderfree {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid var(--swatch-100, #DCDDDF);
    background-color: rgb(241, 241, 241);
    padding: 24px;
    cursor: not-allowed;
}

.paid {}

.optionDivMainTitle {
    color: var(--Brand---Purple-default, #330080);

    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    font-weight: 700;
    /* 133.333% */
}

.optionDivSecondTitle {
    color: var(--Swatch-800, #494B50);
    /* Paragraph 14 - Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.optionsDivRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
}

#customizeTitle {
    color: #000;
    /* Display 2 - Bold */
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -1px;
}

#defaultTitle {
    color: #000;
    /* Paragraph 16 - Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

#backToDashboard {
    color: var(--Black, #14171C);

    /* Paragraph 16 - Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: fit-content;
    align-items: center;
}

#arrowback {
    height: 16px;
}

.optionLabel {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.optionLabelA {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    color: blue;
}

.customizeUnderTitle {
    color: #000;
    /* Heading 2 - 24 Bold */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.25px;
}

.buttonsStep {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.submit {
    border-radius: 8px;
    margin: auto;
    cursor: pointer;
    background: var(--Brand---Purple-default, white);
    border: 1px solid #330080;
    padding: 12px 24px;
    color: #330080;
    font-weight: bold;
}

.previousStep {
    border-radius: 8px;
    background: var(--Brand---Purple-default, #330080);
    padding: 12px 24px;
    color: white;
    border: none;
    width: 130px;
}

#finalPreviousStep {
    position: relative;
    right: 65px;
}

#firstPreviousStep {
    position: relative;
    left: 65px;
}

.nextStep {
    border-radius: 8px;
    background: var(--Brand---Purple-default, #330080);
    padding: 12px 24px;
    color: white;
    border: none;
    width: 130px;

}

.optionDivDisabled {
    display: flex;
    flex-direction: column;
    border: solid 1px #DCDDDF;
    padding: 24px;
    width: 100%;
    gap: 16px;
    border-radius: 16px;
    background-color: rgb(241, 241, 241);
    max-width: calc(100% - 48px);
}

#blockchainDiv {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#customProfileDiv {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.labelAndButton {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.inputTextSetup {
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Default-White, #FFF);
    padding: 14px 16px;
    text-decoration: none;
    /* Paragraph 16 - Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.selectSetup {
    border-radius: 8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Gray-White, #FFF);
    padding: 6px 30px 6px 12px;
    width: fit-content;
    font-size: 16px;
}

#line2DashboardDiv {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.generateCredentials {
    border-radius: 8px;
    background: var(--Brand---Purple-default, #330080);
    padding: 12px 24px;
    color: white;
    border: none;
    width: fit-content;
}

#superConnecterBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#invalidPassword {
    color: red;
    font-family: Roboto;
}

button {
    cursor: pointer;
}

#barProgress {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.linkBarProgress {
    background-color: transparent;
    border: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 200px;
}

.boldWhiteP {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.circleActive {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    background-color: #330080;
}

.boldPurpleP {
    color: #330080;
    font-weight: bold;
    font-size: 14px;
}

.circleInactive {
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    background-color: white;
    border: solid 3px grey;
}



.boldGreyP {
    color: grey;
    font-weight: bold;
    font-size: 14px;
}

.linkBarProgress:hover {
    color: #330080 !important;


}

#desktopMessage {
    max-width: 70%;
    color: var(--Black, #14171C);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.25px;
    text-align: center;
}

#addAnIssuer {
    width: fit-content;
}

input[type="color"] {
    height: 54px;
}

.inputColor {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    font-family: Roboto;
}

#addCredential {
    width: fit-content;
    margin: auto;
}

#issuerPopup {
    padding: 36px;
    background-color: white;
    width: 70vw;
    height: 80vh;
    overflow-y: scroll;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
}

#overlay {
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0, 0.4);
}

#closePopup {
    align-self: flex-end;
}

#createYourVC {
    font-family: RobotoBold;
    letter-spacing: normal;
    font-weight: normal;
}

.sectionPopup {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(100%);
}

#line1Popup {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.titlePopup {
    color: #000;
    /* Heading 3 - 18 Bold */
    font-family: RobotoBold;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.sectionInputPopup {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.labelPopup {
    color: #000;
    /* Paragraph 14 - Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}


.inputTextPopup {
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Default-White, #FFF);
    padding: 14px 16px;
    text-decoration: none;
    /* Paragraph 16 - Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.selectPopup {
    border-radius: 8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Gray-White, #FFF);
    padding: 16px 30px 16px 12px;
    width: fit-content;
    font-size: 16px;
    width: 100%;
}

.italicPopup {
    color: var(--Swatch-800, #494B50);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.25px;
}

#lastLinePopup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.externalsIssuersRow0:nth-child(even) {
    background-color: unset !important;
}

.externalsIssuersRow1:nth-child(even) {
    background-color: unset !important;
}

.externalsIssuersRow1:hover {
    background-color: rgb(214, 214, 214) !important;
    cursor: pointer;
}

#cancelButton {
    border-radius: 8px;
    background: var(--swatch-400, #999BA1);
    padding: 12px 24px;
    color: black;
    border: none;
    height: 47px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
}

.talaoIssuersRow {
    background-color: white !important;
}

#talaoIssuersTable td {
    border: solid 1px #F1EDF6;
}

#talaoIssuersTable th {
    border: solid 1px #F1EDF6;
}

#talaoIssuersTable {
    border-collapse: collapse;
}

#talaoIssuersTable th {
    background-color: #F1EDF6;
}

.robotoBold {
    font-family: RobotoBold;
}

#backgroundDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.selectSetupIssuer {
    color: white;
    padding: 6px 30px 6px 12px;
    width: fit-content;
    border-radius: 8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    font-size: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    background-color: #8d1bd9; /* Default background color */
  }

.buttonSort {
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
}

.sortVisible {
    background-color: #00B267;
}

.sortInvisible {
    background-color: #d1cce3;
}

.custom-card {
    width: 820px;
    height: 190px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid grey;
    margin-bottom: 20px;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
}

.custom-card2 {
    width: 820px;
    height: 190px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: rgba(200, 200, 200, 0.225);
    border-radius: 10px;
    border: 2px solid grey;
    margin-bottom: 20px;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
}

.custom-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
}

.custom-card.selected .custom-button {
    background-image: url("/static/img/Check_Card_SSI.svg");
}

.custom-card:not(.selected) .custom-button {
    background-color: white;
    border: 2px solid rgb(209, 209, 209);
}

.card-link {
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%; /* Assure que l'URL ne dépasse pas la largeur de la carte */
}

.custom-card {
    width: 820px;
    height: 190px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid grey;
    margin-bottom: 20px;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 300px; /* Adjusted width */
    height: 300px; /* Adjusted height */
    position: relative;
    transition: all 5s ease-in-out;
    text-align: center; /* Centering content */
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #000000;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

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

.no-wallet {
    font-size: 0.9em;
    line-height: 1.2em;
    word-break: break-word;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    mso-line-height-alt: 34px; margin: 0;
}
