@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --body-font: 'Montserrat', sans-serif;
    --body-font-2: 'Outfit', sans-serif;
    --body-font-3: 'Mulish', sans-serif;
    --body-font-4: 'Urbanist', sans-serif;

    --most-bigger-font-size: 3rem;
    --biggest-font-size: 2.25rem;
    --bigger-font-size: 1.55rem;
    --big-font-size: 1.35rem;
    --medium-font-size: 2rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --title-font-size: .8rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    --smallest-font-size: .65rem;

    --border-size: 2px;

    --font-medium: 500;
    --font-semi-bold: 600;

    --z-tooltip: 10;
    --z-fixed: 100;

    --scroll-padd: 8rem;
    --scroll-border-radius-t: 80px;
    --scroll-border-radius-r: 80px;
    --scroll-border-radius-b: 80px;
    --scroll-border-radius-l: 80px;
    --padding-b-d: 8rem;

    --body-color: #f6f2ef;
    --table-selected: #2b55ff;  
    /*--body-color: #FAFBFF;*/
    --input-color: #fdfdfc;
    --notif: #FFFFFF;
    --title-color: #ededed;
    --title-color-2: #e1e1e1;
    --label-color: #e1e1e1;
    --label-color-2: #1e1e1e;
    --text-color: #051f1d;
    --cube-border: #051f1d;
    --cube-bottom: #051f1d;
    --checkbox: #cacaca;
    --text-color-2: #707070;
    --base: hsl(0, 0%, 95%);
    /*--border: linear-gradient(135deg, #F4EEFF, #FBFCDB);*/
    --border: linear-gradient(135deg, #F9F586, #96FBC4);
    --cube-top: linear-gradient(135deg, #F9F586, #96FBC4);
    --border-color: #04101b;
    --border-color-2: #e0dcdc;
    --border-color-3: #cad2d3;
    --border-color-4: #d4d1d1;
    --border-table: rgba(0, 0, 0, 0.06);
    --variant: #ffad5b;  
    --link: #ffad5b;
    --checked: #ffad5b;
    --shadow: #646464;
    --shadow-2: #ffffff;
    --pdf: #f26262;
    --error: #f6dada;
    --error-label: #e98d8d;
    /*--menu: hsl(227, 20%, 9%);*/
    --menu: #FAFAFA;
    --success: #239cff;
    --selected: rgb(225, 247, 118);
    --selected-li: hsla(228, 3%, 64%, 0.163);
    --selected-menu: #F1F1F1;
    --hovered-li: hsla(231, 3%, 59%, 0.12);
    --hovered-row: hsla(231, 3%, 59%, 0.12);
    --scroll: #191723;
    /*--bg: #f6f2ef;*/
    --bg: #eae4e0;
    --tooltip: #f6f2ef;
    --facebook: #1877F2;
    --whatsapp: #25D366;
    --glass: #dfdfdf40;
}
.dark-theme{
    --body-color: #161616;
    --table-selected: #030308;
    --input-color: #1F1F21;
    --notif: hsl(0, 0%, 0%);
    --text-color: hsl(0, 0%, 100%);
    --cube-border: #060606;
    --cube-bottom: #060606;
    --text-color-2: #9a9a9a;
    --checkbox: #373737;
    --label-color: #162D3D;
    --label-color-2: #f8f8f8;
    --base: hsl(240, 36%, 4%);
    --menu: #1F1F21;
    --base-2: hsl(0, 0%, 16%);
    --border-table: rgba(117, 116, 116, 0.06);
    --border-color-4: #373737;
    --base-3:#03031c;
    --base-4: #010215;
    --shadow: #343434;
    --shadow-2: #101010;
    --selected-li: hsla(240, 1%, 32%, 0.194);
    --selected-menu: #1c1c1c;
    --hovered-li: hsla(222, 9%, 27%, 0.194);
    --hovered-row: hsla(240, 33%, 1%, 0.218);
    --sent: #d9ef6dba;
    --aproved: #34cb41;
    --error: #e45555;
    --error-label: #de6262;
    --rejected: #f38b8bba;
    --resent: #8be7f3ba;
    --success: #239cff;
    --variant: #f57a4d;  
    --link: #f57a4d;
    --checked: #f57a4d;
    --scroll: #2b2c3b;
    --border-color-2: #0d121e;
    --border-color-3: #1b1c26;
    --shadow: #263138;
    --shadow-2: #000000;
    --glass: #6a6a6a40;
    /*
    --tooltip: #0d0c0c;
    */
    --tooltip: #121111;
    /*--bg: #1111114f;*/
    --bg: #201f1f61;
    --selected: rgb(225, 247, 118);
    --text-gradient: linear-gradient(45deg, #2638ff, #870ed3, #ff6593);
}
@media screen and (min-width: 1024px) {
    :root {
        --biggest-font-size: 4rem;
        --h1-font-size: 2.25rem;
        --h2-font-size: 1.5rem;
        --h3-font-size: 1.25rem;
        --normal-font-size: 1.1rem;
        --small-font-size: .875rem;
        --smaller-font-size: .813rem;
    }
    section.horizontal .item {
        flex: 0 0 600px;
    }
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .3s background-color ease, .3s color ease;
}

html{
    font-size: 13px;
}

html,
.lenis.lenis-smooth {
    scroll-behavior: auto;
}

body { 
    font-family: var(--body-font-4); 
    font-weight: 300;
    background-color: var(--body-color);
    background-image: radial-gradient(var(--border-color-4) 1px, transparent 1px);
    background-size: 20px 20px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}
p{
    font-size: var(--normal-font-size);
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: var(--text-color);
}
a:hover{
    cursor: pointer;
}
input:not([type=radio]):not([type=checkbox]), textarea{
    outline: none;
    border: none;
    transition: 0.3s all ease;
    background-color: unset;
    min-height: 43px;
}
.dark-theme .vicon.invert img{
    filter: invert();
}
textarea{
    resize: none;
    font-family: var(--body-font);
}
input:disabled, textarea:disabled{
    background-color: unset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input, input::placeholder , textarea, textarea::placeholder{
    color: var(--text-color-2);
}
input:focus , textarea:focus{
    color: var(--text-color);
}
.dark-theme input[type=date] {
    color-scheme: dark;
}
main{
    position: relative;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    height: max-content;
    min-height: 100dvh;
    z-index: 2;
}
section{
    position: relative;
    max-width: min(40rem, 100%);
    width: 100%;
    height: max-content;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
}
.share-cont{
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
}
.share-cont.show{
    visibility: visible;
    opacity: 1;
}
.share-cont .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--body-color);
    opacity: 0.6;
    transition: 0.3s all ease;
}
.share-cont #cl-m{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: var(--text-color);
    font-size: var(--bigger-font-size);
    transition: 0.3s all ease;
}
.share-cont #cl-m:hover{
    opacity: 0.5;
}
.share-cont .modal{
    position: relative;
    padding: 2.5rem 2rem;
    background-color: var(--body-color);
    border: 1px solid var(--border-table);
    border-radius: 10px;
    width: min(100%, 350px);
    height: min-content;
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.share-cont .modal ul{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.share-cont .modal li{
    display: flex;
}
.share-cont a{
    padding: 0.5rem;
    aspect-ratio: 1/1;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: var(--border-size) solid var(--text-color);
    gap: 1rem;
}
.share-cont a:hover{
    opacity: 0.5;
}
.share-cont .modal li i{
    font-size: var(--bigger-font-size);
}
.share-cont h3{
    width: 100%;
    text-align: start;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: var(--big-font-size);
    color: var(--variant);
}
.share-cont .facebook{
    background-color:  var(--facebook);
    color: var(--title-color);
}
.share-cont .whatsapp{
    background-color:  var(--whatsapp);
    color: var(--title-color);
}
.share-cont .mail{
    background-color:  var(--variant);
    color: var(--title-color);
}
.share-cont .d-field{
    padding: 0 0.5rem;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 1rem;
    grid-column: 1 / 4 span;
    border-radius: 8px;
    border: var(--border-size) solid var(--text-color);
    background-color: var(--input-color);
    cursor: pointer;
    transition: 0.3s all ease;
}
.share-cont .d-field:hover{
    background-color: var(--border-table);
}
.share-cont .d-field span{
    padding: 0 0.5rem;
    font-size: var(--small-font-size);
    font-weight: 600;
}
.share-cont .d-field input{
    padding: 0 0.5rem;
    cursor: pointer;
    font-weight: 500;
    font-size: var(--small-font-size);
    width: 100%;
    font-family: var(--body-font);
}
.qr{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}
.qr-cont{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
.qr .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
    gap: 0.5rem;
}

.qr-text {
    appearance: unset;
    padding: 9.5px 16px;
    display: block;
    color: #8b92b7 !important;
    background-color: var(--input-color);
    border: 1.5px solid var(--border-table);
    border-radius: 6px;
    width: 100%;
    color: var(--title-color);
    transition: 0.3s all ease;
}

.qr-text:focus{
    color: var(--text-color) !important;
    outline: none;
    border: 1px solid #414866;
}

.qr-text::placeholder {
    color: #8b92b7;
    font-weight: 500;
}

#qr-code, .barcode-box {
    padding: 0.5rem;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1.5px solid var(--border-table);
    border-radius: 8px;
    overflow: hidden;
}

#qr-code img,
#qr-code canvas {
    width: auto !important;
    max-width: 90%;
    height: auto !important;
    aspect-ratio: 1/1;
}

.barcode-box #barcode{
    height: 175px;
    width: min(280px, 100%);
}

.qr .btn {
    color: black;
    font-weight: 500;
    font-family: var(--body-font);
    height: 40px;
    width: 100%;
    padding: 9px;
    background-color: var(--selected);
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    font-size: var(--normal-font-size);
    transition: 0.3s all ease;
}

.qr .btn:hover{
    opacity: 0.7;
}
.qr .btn:disabled{
    opacity: 0.7;
}

.qr .btn:disabled:hover{
    cursor: not-allowed;
}
.actions{
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 998;
}
.actions .button{
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--bigger-font-size);
    background-color: var(--input-color);
    border: 1px solid var(--border-color-4);
    border-radius: 6px;
    transition: 0.3s all ease;
}
.actions .button:hover,
.actions .button:active{
    cursor: pointer;
    background-color: var(--selected-menu);
}
section header,
section .links{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}
section header .logo{
    width: 60px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--border-color-4);
    border-radius: 11px;
}
.logo img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
section .social-media{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
section .social-media a{
    position: relative;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--body-color);
    border: 1px solid var(--border-color-4);
    border-radius: 8px;
    transition: 0.3s all ease;
}
section .social-media a:hover{
    background: var(--input-color);
}
section .social-media a svg{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    transition: 0.3s all ease;
}
.dark-theme section .social-media a svg{
    filter: invert();
}
section .links{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.3rem;
}
section .links li{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section .links li .unauth{
    --variant: var(--error-label);
}
section .links li .trustpilot{
    --variant: #04ffb5;
}
section .links li a{
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 65px;
    font-size: var(--big-font-size);
    font-weight: 500;
    border: 1px solid var(--border-color-4);
    border-radius: 15px;
    background: var(--glass);
    backdrop-filter: blur(5px);
    transition: 0.3s all ease;
}
section .links li a.trustpilot{
    justify-content: center;
    height: 70px;
    color: var(--title-color);
    background: #022a1cd6;
}
section .links li a p{
    text-align: start;
    font-weight: 600;
    font-size: calc(var(--normal-font-size) + 2px);
}
section .links li a.trustpilot p{
    text-align: center;
}
section .links li a p strong{
    font-weight: 700;
    color: var(--variant);
}
section .links li a.unauth p strong{
    color: var(--error-label);
}
section .links li a:not(.trustpilot):hover{
    scale: 1.01;
    border-color: var(--variant);
    background: var(--input-color);
    transition-delay: 0.3s;
}
section .links li a.trustpilot:hover{
    scale: 1.01;
    background: #022a1c;
    border-color: var(--variant);
    transition-delay: 0.3s;
}
section .links li a svg{
    transition: 0.3s all ease;
}
section .links li a:not(.trustpilot):hover svg{
    transition-delay: 0.3s;
    stroke: var(--variant);
    filter: drop-shadow(0px 0px 4px var(--variant));
}
.dark-theme section .links li a.trustpilot:hover svg{
    transition-delay: 0.3s;
    filter: drop-shadow(0px 0px 4px var(--variant));
}
section .links li a .bx-right-arrow-alt{
    position: absolute;
    right: 2.5rem;
    max-width: 0px;
    font-size: calc(var(--bigger-font-size) + 4px);
    transition: 0.3s all ease;
    overflow: hidden;
}
section .links li a:hover .bx-right-arrow-alt{
    right: 1.5rem;
    max-width: calc(var(--big-font-size) + 2px);
}
#lineCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
}


@media screen and (max-width: 580px) {
    main{
        padding: 4rem 1rem;
    }
    #lineCanvas {
        display: none;
    }
}