.hero__title,
h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 31px;
    color: #2A3340;
    line-height: 48px;
}

.hero__title,
h1 {
    font-size: 28px;
}

@media screen and (min-width: 1024px) {

    .hero__title,
    h1 {
        font-size: calc(28px + 3 * (100vw - 1024px) / 256);
    }
}

@media screen and (min-width: 1280px) {

    .hero__title,
    h1 {
        font-size: 31px;
    }
}

/* Impedisce lo spostamento del layout quando la modale apre (scrollbar shifting) */
html {
    overflow-y: scroll;
}

html:has(dialog[open]) {
    overflow: hidden;
}

html:has(dialog[open]) body {
    overflow: hidden;
}

.block h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #2A3340;
}

.block h3 {
    font-size: 16px;
}

@media screen and (min-width: 1024px) {
    .block h3 {
        font-size: calc(16px + 1 * (100vw - 1024px) / 256);
    }
}

@media screen and (min-width: 1280px) {
    .block h3 {
        font-size: 17px;
    }
}

.menu__link h4,
.menu__voice h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #2A3340;
}

.menu__link h4,
.menu__voice h4 {
    font-size: 14px;
}

@media screen and (min-width: 1024px) {

    .menu__link h4,
    .menu__voice h4 {
        font-size: calc(14px + 0 * (100vw - 1024px) / 256);
    }
}

@media screen and (min-width: 1280px) {

    .menu__link h4,
    .menu__voice h4 {
        font-size: 14px;
    }
}

.block__button,
.login__bottom p a,
.login__bottom p,
.login__button,
.login__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2A3340;
}

.block__button,
.login__bottom p a,
.login__bottom p,
.login__button,
.login__text {
    font-size: 14px;
}

@media screen and (min-width: 1024px) {

    .block__button,
    .login__bottom p a,
    .login__bottom p,
    .login__button,
    .login__text {
        font-size: calc(14px + 0 * (100vw - 1024px) / 256);
    }
}

@media screen and (min-width: 1280px) {

    .block__button,
    .login__bottom p a,
    .login__bottom p,
    .login__button,
    .login__text {
        font-size: 14px;
    }
}

.breadcrumbs p,
.breadcrumbs__link,
.block__pretitle,
.form__popup,
.form__subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #3C4149;
}

.breadcrumbs p,
.breadcrumbs__link,
.block__pretitle,
.form__popup,
.form__subtitle {
    font-size: 13px;
}

@media screen and (min-width: 1024px) {

    .breadcrumbs p,
    .breadcrumbs__link,
    .block__pretitle,
    .form__popup,
    .form__subtitle {
        font-size: calc(13px + 0 * (100vw - 1024px) / 256);
    }
}

@media screen and (min-width: 1280px) {

    .breadcrumbs p,
    .breadcrumbs__link,
    .block__pretitle,
    .form__popup,
    .form__subtitle {
        font-size: 13px;
    }
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body {
    color: #2A3340;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.back {
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error__container {
    height: 90vh;
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* a {
    color: #0156CB;
} */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
/* ul[class],
ol[class] {
    padding: 0;
} */

/* Remove default margin */
/* body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
} */

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* ul[class],
ol[class] {
    list-style: none;
} */

/* A elements that don't have a class get default styles */
a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons
button,
textarea,
select {
    font: inherit;
    border: none;
} */

/* Remove all animations and transitions for people that prefer not to see them */
/* @media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
} */

/* input:focus,
textarea:focus,
select:focus {
    outline: none;
} */

html {
    scroll-behavior: smooth;
}

.hero {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .hero {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }
}

.hero__left {
    background: linear-gradient(77.12deg, #DDDDDD -41.02%, #FFFFFF 161.97%);
    width: 65%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .hero__left {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .hero__left {
        min-height: 175px;
        height: 40vh;
        width: 100%;
    }
}

.hero__right {
    width: 35%;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
}

@media screen and (max-width: 1280px) {
    .hero__right {
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .hero__right {
        width: 100%;
    }
}

.hero__top {
    width: 100%;
}

.hero__title {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 450px;
    height: 100%;
    padding: 0 50px 450px;
}

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

.hero__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 595px;
    width: 80%;
}

@media screen and (max-width: 991px) {
    .hero__image {
        height: 115%;
        bottom: -20%;
        left: 5%;
        transform: none;
    }
}

.hero__shape {
    position: absolute;
}

.hero__shape--1 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 836px;
    width: 90%;
}

@media screen and (max-width: 991px) {
    .hero__shape--1 {
        height: 90%;
        bottom: -10%;
        left: 5%;
        transform: none;
    }
}

.hero__shape--2 {
    bottom: 13%;
    left: 53%;
    transform: rotate(112deg) translateX(-50%);
    opacity: 0.1;
    width: 35%;
    max-width: 317px;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .hero__shape--2 {
        height: 38%;
        bottom: 6%;
        left: 49%;
    }
}

.hero__shape--3 {
    bottom: 0;
    left: 0;
    max-width: 390px;
    width: 90%;
}

@media screen and (max-width: 991px) {
    .hero__shape--3 {
        width: 35%;
    }
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 50px 50px 15px;
}

@media screen and (max-width: 1024px) {
    .login {
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .login {
        padding: 20px 28px 15px;
    }
}

.login__top {
    width: 100%;
}

.login__logo {
    max-width: 145px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 39px;
}

.login__logo--bottom {
    padding-bottom: 35px;
}

@media screen and (max-width: 991px) {
    .login__logo {
        padding-bottom: 29px;
    }
}

.login__input {
    font-size: 15px;
    line-height: 17px;
    color: #5D6774;
    width: 100%;
    background-color: #ffffff !important;
}

.login__submit {
    min-width: 100%;
    margin-top: 20px;
}

.login__link {
    margin-top: 20px;
    color: #0156CB;
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
}

.login__box {
    margin-top: 53px;
    width: 100%;
}

.login__text {
    position: relative;
    text-align: center;
    padding: 0 15px;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 15px;
    width: 70%;
}

.login__text::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.login__text::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.login__button {
    font-weight: 500;
    border: 1px solid #D6D4DD;
    padding: 13px 40px;
    text-align: center;
    display: block;
    border-radius: 68px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.login__button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(40deg, #0156CB 0%, #312783 100%);
    border-radius: 68px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.login__button:hover {
    color: #ffffff;
    border-color: transparent;
}

.login__button:hover::before {
    opacity: 1;
}

.login__button img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: filter 0.3s ease-in-out;
}

.login__button:hover img {
    filter: brightness(0) invert(1);
}

.login__bottom {
    margin-top: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login__bottom p {
    font-weight: 500;
    opacity: 0.4;
}

.cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 11px 40px;
    color: #ffffff;
    background: linear-gradient(40deg, #0156CB 0%, #312783 100%);
    border-radius: 68px;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    transition: border 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 1;
}

.cta:hover {
    color: #ffffff;
}

.cta::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(40deg, #016cfe 0%, #4033aa 100%);
    border-radius: 27px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.cta:hover::before {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .cta {
        padding: 11px 30px;
    }
}

.cta--inverted {
    padding: 9px 40px;
    color: #0156CB;
    background: transparent;
    border: 2px solid #0156CB;
}

.cta--inverted::before {
    content: none;
}

.cta--inverted:hover {
    color: #ffffff;
    background: #0156CB;
}

@media screen and (max-width: 1023px) {
    .cta--inverted {
        padding: 9px 30px;
    }
}

.cta--grey {
    background: transparent;
    border: 2px solid #D6D4DD;
    color: #2A3340;
    padding: 9px 30px;
}

.cta--grey::before {
    background: #0156CB;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}

.cta--grey:hover {
    color: #ffffff;
    border-color: #0156CB;
}

.cta--red {
    background: transparent;
    border: 2px solid #FF6F6F;
    /* Bordo rosso chiaro */
    color: #C70039;
    /* Testo rosso scuro */
    padding: 9px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.cta--red::before {
    content: "";
    position: absolute;
    background: #FFB6C1;
    /* Sfondo rosa chiaro */
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    transition: background 0.3s ease-in-out;
}

.cta--red:hover {
    color: #ffffff;
    /* Colore del testo bianco su hover */
    border-color: #FF0000;
    /* Bordo rosso acceso all'hover */
}

.cta--red:hover::before {
    background: #FF0000;
    /* Sfondo rosso acceso all'hover */
}

.cta--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.recovery-code {
    cursor: copy;
}

.form__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form__row--warning .form__popup {
    display: block;
    margin-top: 5px;
}

.form__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #5D6774;
}

.form__input {
    padding: 16px 10px;
    border: 1px solid #D6D4DD;
    border-radius: 6px;
    position: relative;
}

.form__input::-moz-placeholder {
    color: #5D6774;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
}

.form__input::placeholder {
    color: #5D6774;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
}

.form__input:focus,
.form__input:focus-within {
    background-color: #F1F0F8;
}

.form__input:focus input,
.form__input:focus select,
.form__input:focus-within input,
.form__input:focus-within select {
    background-color: #F1F0F8;
}

.form__input {
    width: 100%;
}

.form__input {
    background-color: #F1F0F8;
}

.form__input--disabled {
    background-color: #F1F0F8;
}

.form__input img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    filter: invert(46%) sepia(2%) saturate(3579%) hue-rotate(175deg) brightness(82%) contrast(83%);
    transition: filter 0.3s ease-in-out;
}

.form__input img:hover {
    filter: invert(19%) sepia(92%) saturate(2919%) hue-rotate(208deg) brightness(93%) contrast(99%);
}

.form__search {
    background-image: url(/images/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    padding: 16px 15px;
    min-width: 320px;
}

.form__select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/icons/icon-arrow-select.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
}

.form__inner {
    margin-top: 40px;
}

.form__popup {
    line-height: 23px;
    color: #B12929;
}

.header {
    position: relative;
    z-index: 11;
    border-bottom: 1px solid #EAE9F0;
}

.header__logo {
    padding: 24px 25px;
    max-width: 195px;
    width: 100%;
}

/* .menu {
    width: calc(15% + 20px);
    min-width: 240px;
    border-right: 1px solid #EAE9F0;
    min-height: 100vh;
} */

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

.menu__voices {
    padding: 10px 0;
}

.menu__voice {
    padding: 15px;
    border-bottom: 1px solid #EAE9F0;
    cursor: pointer;
}

.menu__voice:hover h4,
.menu__voice.active h4 {
    color: #0156CB;
}

.menu__voice:hover .menu__icon,
.menu__voice.active .menu__icon {
    filter: invert(19%) sepia(92%) saturate(2919%) hue-rotate(208deg) brightness(93%) contrast(99%);
}

.menu__voice h4 {
    transition: color 0.3s ease-in-out;
}

.menu__voice p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #5D6774;
}

.menu__icon {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    filter: invert(19%) sepia(92%) saturate(2919%) hue-rotate(208deg) brightness(93%) contrast(99%) !important;
    transition: filter 0.3s ease-in-out;
}

.menu__icon:hover {
    filter: invert(19%) sepia(92%) saturate(2919%) hue-rotate(208deg) brightness(93%) contrast(99%);
}

.menu__link {
    display: block;
    padding: 10px 25px;
    cursor: pointer;
}

.menu__link:hover h4,
.menu__link.active h4 {
    color: #0156CB;
}

.menu__link h4 {
    transition: color 0.3s ease-in-out;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    transition: left 0.3s ease-in-out;
    overflow: hidden;
    pointer-events: none;
}

.menu-mobile__container {
    position: fixed;
    top: 0;
    left: -100vw;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 100px;
    transition: left 0.3s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-mobile__container::-webkit-scrollbar {
    display: none;
}

.menu-mobile__voices {
    padding-top: 80px !important;
}

.menu-mobile__bottom {
    padding-top: 20px;
}

.hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-left: 1px solid #EAE9F0;
}

@media screen and (max-width: 991px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .header__logo {
        width: auto;
        max-width: 170px;
        padding: 16px 20px;
    }

    .hamburger {
        display: flex;
        flex: 0 0 auto;
        margin-left: auto;
    }
}

.hamburger-box {
    width: 24px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #2A3340;
    border-radius: 0;
    width: 24px;
    height: 3.5px;
}

.hamburger-inner::after {
    bottom: -12px;
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #2A3340;
}

.block {
    padding: 20px 40px;
    padding: 20px 40px 100px;
    max-width: auto;
    width: calc(85% - 80px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.block.active {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .block {
        width: 100%;
        padding: 30px 20px 50px;
    }
}

.block__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .block__heading {
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    .block__heading div {
        width: 100%;
    }
}

.block__pretitle {
    padding-bottom: 20px;
}

.block__title {
    padding-bottom: 5px;
}

.block__image {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.block__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(111, 111, 111, 0.2509803922);
    border-radius: 50%;
    background-image: url(/images/icons/icon-edit.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.block__image:hover::after {
    transform: scale(1.1);
}

.block__form {
    margin-top: 20px;
    max-width: 320px;
}

@media screen and (max-width: 768px) {
    .block__form {
        max-width: 100%;
    }
}

.block__input {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
}

.block__input input {
    width: 100%;
}

.block__input input::-moz-placeholder {
    color: #2A3340;
}

.block__input input::placeholder {
    color: #2A3340;
}

.block__select {
    padding-top: 2px;
    background-position-y: 0;
}

.block__submit {
    min-width: 100%;
    margin-top: 20px;
}

.block__cta {
    min-width: 320px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .block__cta {
        min-width: 100%;
    }
}

.block__cta--icon {
    cursor: pointer;
    background-color: #ffffff;
    color: #0156CB;
    border: 1px solid #0156CB;
    padding: 10px 12px 10px 34px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 50%;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-left: 20px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, background-image 0.3s ease-in-out;
}

.block__cta--icon:hover {
    color: #ffffff;
    background-color: #0156CB;
}

@media screen and (max-width: 991px) {
    .block__cta--icon {
        margin-left: 0;
        margin-top: 20px;
    }
}

.block__cta--icon--add {
    background-image: url(/images/icons/icon-plus.svg);
}

.block__cta--icon--add:hover {
    background-image: url(/images/icons/icon-plus-white.svg);
}

.block__cta--icon--edit {
    border-color: #D6D4DD;
    color: #3C4149;
    background-image: url(/images/icons/icon-edit.svg);
}

.block__cta--icon--edit:hover {
    background-image: url(/images/icons/icon-edit-white.svg);
    background-color: #3C4149;
}

.block__buttons {
    display: flex;
}

.block__button {
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #D6D4DD;
    padding: 13px 40px;
    text-align: center;
    display: block;
    border-radius: 68px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    background: #ffffff;
    transition: border-color 0.3s ease-in-out;
}

.block__button img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.block__button--small {
    padding: 10px 12px;
    border-radius: 6px;
    width: -moz-max-content;
    width: max-content;
}

.block__button--small:not(:last-child) {
    margin-right: 10px;
}

.block__button--small:hover {
    border-color: #0156CB;
}

.block__button--inverted {
    border-color: #F1F0F8;
    background-color: #F1F0F8;
}

.block__button.active {
    padding: 27.5px 40px;
    border-radius: 8px;
}

.block__delete {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 38px;
    aspect-ratio: 1;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
    transition: opacity 0.3s ease-in-out;
}

.block__delete img {
    left: 50%;
    transform: translate(-50%, -50%);
}

.block__delete:hover {
    opacity: 0.7;
}

.block__inner {
    margin-top: 20px;
    max-width: 320px;
}

@media screen and (max-width: 768px) {
    .block__inner {
        max-width: 100%;
    }
}

.block h3 {
    padding-bottom: 20px;
}

.block__box {
    max-width: 920px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 25px;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .block__box {
        flex-direction: column;
    }
}

.block__box .cta {
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: 38%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .block__box .cta {
        min-width: 100%;
        margin-top: 20px;
    }
}

.block__box h3 {
    padding-bottom: 5px;
}

.block__left {
    max-width: 540px;
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .block__left {
        max-width: 100%;
        margin-right: 0;
    }
}

.block__label {
    font-size: 12px;
    line-height: 14px;
    color: #3C4149;
}

.block__key {
    word-break: break-all;
    padding-bottom: 15px;
}

.block__row {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .block__row {
        flex-direction: column;
    }
}

.block__row .form__search {
    width: 100%;
    min-width: 100%;
}

@media screen and (max-width: 991px) {
    .block__filter {
        order: 1;
    }
}

.block .block-table {
    overflow: auto;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .block .block-table {
        display: none;
    }
}

.block .block-table table {
    border-collapse: collapse;
}

.block .block-table table tr td {
    padding-right: 54px;
    padding-top: 10px;
}

.block .block-table table thead tr td {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #3C4149;
}

.block .block-table table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #3C4149;
}

.block .block-table-mobile {
    display: none;
    flex-wrap: wrap;
    padding-top: 35px;
}

@media screen and (max-width: 991px) {
    .block .block-table-mobile {
        display: flex;
    }
}

.block .block-table-mobile__cell {
    margin-right: 25px;
    margin-bottom: 25px;
}

.block .block-table-mobile__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #3C4149;
}

.block .block-table-mobile__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #3C4149;
    word-break: break-all;
}

#users {
    max-width: 1360px;
}

#users .block__cta--icon {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: 0;
}

/* .table {
    overflow: auto;
    padding: 10px 25px;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
    margin-top: 20px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
}

.table thead tr td {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #3C4149;
    padding-top: 10px;
}

.table tr {
    border-bottom-width: 0;
}

.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #D6D4DD;
}

.table tbody tr td {
    padding: 10px 15px 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #3C4149;
    height: 59px;
}

.table tbody tr td:first-child {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #3C4149;
}

.table tbody tr td:last-child {
    min-width: 85px;
    padding-right: 0;
}

.table tbody tr td:nth-child(2) {
    padding-right: 25px;
    word-break: break-all;
}

.table .table-button {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
}

.table .table-button img {
    width: 18px;
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
}

.table .table-button:not(:last-child) {
    margin-right: 5px;
}

.table .table-button:hover img {
    transform: scale(1.1);
}

.table--application-detail thead tr:first-child td {
    padding: 0;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #2A3340;
}

.table--application-detail thead tr:first-child td:last-child {
    text-align: right;
    padding: 10px 0 20px;
}

.table--application-detail thead tr:first-child td .block__cta {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.table--application-detail tbody tr td {
    font-size: 15px;
    color: #3C4149;
    font-weight: 400;
    line-height: 23px;
    min-width: 100px;
}

.table--application-detail tbody tr td:first-child {
    font-size: 15px;
    color: #3C4149;
    font-weight: 400;
    line-height: 23px;
    word-break: break-all;
}

.table--application-detail tbody tr td:last-child {
    text-align: right;
    padding: 10px 0;
}

.table--application-detail tbody .table-button {
    vertical-align: bottom;
}

.table--users {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .table--users {
        display: none;
    }
}

.table--users table thead tr:first-child td {
    padding: 0;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #2A3340;
}

.table--users table thead tr:first-child td:last-child {
    text-align: right;
    padding: 10px 0 20px;
}

.table--users table thead tr:first-child td .block__cta {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.table--users table tbody tr td {
    font-size: 15px;
    color: #3C4149;
    font-weight: 400;
    line-height: 23px;
    min-width: 130px;
}

.table--users table tbody tr td:first-child {
    font-size: 15px;
    color: #3C4149;
    font-weight: 400;
    line-height: 23px;
}

.table--users table tbody tr td:last-child {
    text-align: right;
    padding: 10px 0;
}

.table--users table tbody .table-button {
    vertical-align: bottom;
} */

@media screen and (max-width: 991px) {
    #table-applications {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #table-users {
        display: none;
    }
}

#table-users table thead tr td:nth-child(4) {
    text-align: center;
}

#table-users table tbody tr td {
    min-width: 85px;
}

#table-users table tbody tr td:first-child {
    min-width: 160px;
}

#table-users table tbody tr td:nth-child(2),
#table-users table tbody tr td:nth-child(3) {
    min-width: 220px;
}

#table-users table tbody tr td:nth-child(4) {
    text-align: center;
}

#table-users table tbody tr td:last-child {
    text-align: right;
}

#table-external-logins thead tr:nth-child(2) td:last-child {
    text-align: right;
}

#table-external-logins tbody tr td {
    padding: 15px 15px 15px 0;
}

#table-external-logins tbody tr td:last-child {
    padding-right: 0;
}

#table-configuration {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    #table-configuration {
        display: none;
    }
}

#table-configuration table thead tr:first-child td {
    padding: 0;
}

#table-configuration table thead tr:first-child td:last-child {
    text-align: right;
    padding: 10px 0 20px;
}

#table-configuration table thead tr:first-child td .block__cta {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

#table-configuration table tbody tr td {
    font-size: 15px;
    color: #3C4149;
    font-weight: 400;
    line-height: 23px;
}

#table-configuration table tbody tr td:first-child {
    font-size: 15px;
    color: #3C4149;
    font-weight: 400;
    line-height: 23px;
    padding-right: 50px;
    word-break: break-all;
    width: 46%;
}

#table-configuration table tbody tr td:last-child {
    text-align: right;
    padding: 10px 0;
    min-width: 100%;
    vertical-align: top;
}

#table-configuration table tbody .table-button {
    vertical-align: bottom;
}

.table-mobile {
    padding: 30px 25px;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
    margin-top: 10px;
    display: none;
}

@media screen and (max-width: 991px) {
    .table-mobile {
        display: block;
    }
}

.table-mobile__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.table-mobile__heading .block__cta {
    margin: 0;
}

.table-mobile__cell:not(:last-child) {
    border-bottom: 1px solid #D6D4DD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.table-mobile__row {
    display: flex;
    justify-content: space-between;
}

.table-mobile__row:not(:last-child) {
    padding-bottom: 20px;
}

.table-mobile__row--last {
    flex-direction: column;
}

.table-mobile__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #3C4149;
}

.table-mobile__title {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #3C4149;
    word-break: break-all;
}

.table-mobile__title--big {
    font-size: 21px;
    font-weight: 500 !important;
    line-height: 29px;
    color: #2A3340;
}

.table-mobile__id {
    word-break: break-all;
}

.table-mobile__buttons {
    margin-left: 20px;
    display: flex;
}

.table-mobile .table-button {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
}

.table-mobile .table-button img {
    width: 18px;
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    vertical-align: middle;
}

.table-mobile .table-button:not(:last-child) {
    margin-right: 5px;
}

.table-mobile--users .table-mobile__title {
    font-weight: 400;
}

.table-mobile--configuration .table-mobile__title {
    font-weight: 400;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    overflow: hidden;
    margin-top: 30px;
}

.cards__card {
    width: calc(33.333% - 15px);
    padding: 30px 25px;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
    margin-right: 15px;
}

@media screen and (max-width: 1090px) {
    .cards__card {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 840px) {
    .cards__card {
        width: calc(100% - 15px);
        margin-bottom: 15px;
    }
}

.cards__card h3 {
    padding-bottom: 10px;
}

.cards__card p {
    line-height: 23px;
}

.cards__description {
    line-height: 23px;
    padding-bottom: 10px;
}

.cards__pretitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #3C4149;
    padding-top: 10px;
}

.cards__link {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #3C4149;
    transition: opacitry 0.3s ease-in-out;
}

.cards__link a {
    font-weight: 600;
}

.cards__link a:hover {
    opacity: 0.7;
}

.cards__key {
    max-width: 240px;
    width: 100%;
    cursor: copy;
    background-color: #EAE9F0;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    color: #2A3340;
}

@media screen and (max-width: 991px) {
    .cards__key {
        max-width: -moz-max-content;
        max-width: max-content;
        margin-bottom: 10px;
    }
}

.cards__qrcode {
    margin-bottom: 20px;
    max-width: 120px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cards__input {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cards__submit {
    min-width: 100%;
}

@media screen and (max-width: 991px) {
    .cards__text--desktop {
        display: none;
    }
}

.cards__text--mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .cards__text--mobile {
        display: block;
    }
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs__link {
    font-weight: 500;
    color: #2A3340;
    transition: opacity 0.3s ease-in-out;
}

.breadcrumbs__link:hover {
    opacity: 0.7;
}

.breadcrumbs__link img {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs p {
    display: inline;
}

.key__wrapper {
    align-items: center;
    margin-bottom: 3px;
}

.copy__btn {
    width: 30px;
    height: 30px;
    aspect-ratio: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.copy__icon__success {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F4F7;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.slider:before {
    border-radius: 50px;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: -2px;
    background-color: white;
    box-shadow: 0px 1px 3px 0px #1018281A;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0156CB;
}

input:focus+.slider {
    box-shadow: 0px 1px 3px 0px #1018281A;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.accordion {
    display: none;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .accordion {
        display: block;
    }
}

.accordion__item {
    margin: 0 15px;
}

.accordion__item:not(:last-child) {
    border-bottom: 1px solid #D6D4DD;
}

.accordion__item.active .accordion__inner {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}

.accordion__item.active .accordion__heading::after {
    transform: rotate(180deg);
}

.accordion__heading {
    padding: 20px 0;
    cursor: pointer;
    position: relative;
}

.accordion__heading::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/icon-arrow-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
}

.accordion__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #3C4149;
}

.accordion__title {
    line-height: 23px;
    font-weight: 600;
}

.accordion__inner {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.accordion__wrapper {
    padding: 0 0 20px;
}

.accordion__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    overflow: hidden;
}

.accordion__row:not(:last-child) {
    padding-bottom: 25px;
}

.accordion__row .accordion__title {
    font-weight: 400;
}

.accordion__column {
    margin-right: 15px;
    width: calc(33.333% - 15px);
}

@media screen and (max-width: 500px) {
    .accordion__column {
        width: calc(100% - 15px);
    }
}

@media screen and (max-width: 500px) {
    .accordion__column:not(:last-child) {
        margin-bottom: 15px;
    }
}

.accordion .table-mobile__buttons {
    margin-left: 0;
}

.accordion .table-button {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #D6D4DD;
    border-radius: 8px;
}

.accordion .table-button img {
    width: 18px;
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    vertical-align: middle;
}

.accordion .table-button:not(:last-child) {
    margin-right: 5px;
}

.wrapper {
    display: flex;
}

@media screen and (max-width: 991px) {
    .wrapper {
        display: block;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .block {
        max-width: 100%;
        overflow-x: hidden;
    }
}

.menu-opened {
    overflow: hidden !important;
}

.menu-opened .header {
    background-color: #ffffff;
}

.menu-opened .menu-mobile {
    pointer-events: all;
}

.menu-opened .menu-mobile__container {
    left: 0;
}

/*# sourceMappingURL=main.css.map */


/* DataTables CSS */
.dt-table {
    width: 100% !important;
    margin: 0 !important;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

.dt-table th,
.dt-table td {
    box-sizing: content-box;
}

.dt-pagination {
    margin-top: 15px;
    text-align: right;
}

.dt-pagination button {
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
}

.dt-pagination button.dt-pagination-active {
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-weight: bold;
}

.dt-pagination button:hover:not(.dt-pagination-active) {
    background-color: #e9ecef;
}

.dt-pagination button.dt-pagination-disabled {
    opacity: 0.5;
    cursor: default;
}

.dt-info {
    margin-top: 15px;
    color: #6c757d;
    font-size: 14px;
}

.dt-layout-cell-info,
.dt-layout-cell-pagination {
    padding-top: 10px;
}

/* snack bar */

.snackbar {
    min-width: 250px;
    padding: 16px;
    position: fixed;
    left: 50%;
    top: 30px;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: opacity 3s ease-in-out, visibility 3s ease-in-out, top 3s ease-in-out;
}

.snackbar.show {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.snackbar.hide {
    opacity: 0;
    visibility: hidden;
    top: 30px;
}

/* loading overlay */
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
    animation-duration: 0.75s !important;
    animation-iteration-count: infinite !important;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

#loadingOverlay.show {
    opacity: 1;
    visibility: visible;
}

dialog.modal::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
