@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

@font-face {
    font-family: "ERAS ITC";
    src: url(ERASMD.TTF) format("truetype");
}

body {
    background: rgba(14,15,17,1);
    color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-item:hover,
.menu-selected {
    background-color: #8f60f5 !important;
}

.button-back-result {
    border-radius: 0;
    height: 140px;
    width: 50px;
    background: #625CF4;
}

.tooltip {
    font-family: 'Roboto', sans-serif !important;
}

app {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    transition: 0.5s ease all;
}

body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.back-to-home {
    position: fixed;
    top: 15px;
    left: 15px;
    border-radius: 40px;
    height: 46px;
    width: 46px;
    background: #38409b;
    color: white;
    box-shadow: 0 0 4px #8f60f5;
    border: 0px;
    z-index: 99999;
}

.sidenav-drawer {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s ease all;
}

.custom-control > input[type="checkbox"] {
    width: 40px;
    z-index: 1;
}

input {
    width: 200px;
    /*margin: 10px;*/
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    color: #362f2f;
    box-sizing: border-box;
    border-radius: 15px;
}

select {
    width: 200px;
    /*margin: 10px;*/
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    color: #362f2f;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

.budgeting {
    max-height: 100vh;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient( 138.69deg, #1F2328 0%, #1A1C1F 100%);
}

h3 {
    font-family: Poppins;
}

.equipment-category-group {
    margin-top: 30px;
}

.budgeting-header {
    background: #292929;
    height: 37px;
    color: white;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
}

    .budgeting-header .btn {
        margin-right: -15px;
    }

    .budgeting-header > div {
        margin: 0;
    }

        .budgeting-header > div > div > h6 {
            margin: 8px;
        }

.budgeting-sidebar {
    position: fixed;
    background: #292929;
    color: white;
    top: 40px;
    left: 0;
    width: 100px;
    height: calc(100vh - 40px);
    filter: drop-shadow(0 0 10px black);
    padding-top: 13px;
    text-align: center;
}

    .budgeting-sidebar > button {
        padding-top: 24px;
        width: 100px;
        margin: 0;
        background: #292929;
        border: 0;
        color: white;
        padding-bottom: 10px;
        transition: 0.6s ease all;
    }

    .budgeting-sidebar > button {
        outline: 0;
    }




        .budgeting-sidebar > button > i {
            font-size: 26px;
        }



        .budgeting-sidebar > button:hover {
            background: black;
            transition: 0.1s ease all;
        }

.bud-height-limiter {
    height: 38px;
    margin-top: 3px;
}

.c3-tooltip {
    color: black;
}

.table-bud > tbody > tr:hover {
    background-color: #5e47a3;
    font-weight: bold;
    color: black;
}

.table-bud > tbody > .table-success {
    background-color: #5e47a3;
    font-weight: bold;
    color: black;
}

.table-bud > tbody > .table-primary {
    background-color: #5e47a3;
    font-weight: bold;
    color: black;
}

.progress {
    background-color: transparent;
    border-radius: 0;
}

.budgeting-body {
    padding: 15px;
    padding-top: 45px;
    padding-left: 115px;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
}



/*
.budgeting {
    overflow-y: hidden;
}*/

.budgeting table td {
    padding-top: 5px;
    vertical-align: middle;
}

    .budgeting table td > * {
        vertical-align: middle;
    }

    .budgeting table td button {
        margin: 0;
    }

.custom-control-label {
    top: -3px !important;
    transform: scale(1) !important;
}

.dynamo-tab label,
.modal label,
.budgeting-body label {
    position: relative;
    margin-bottom: 0;
}

    .dynamo-tab label + input,
    .dynamo-tab label + select,
    .dynamo-tab label + div,
    .budgeting-body label + input,
    .budgeting-body label + select,
    .budgeting-body label + div,
    .modal label + input,
    .modal label + select,
    .modal label + div {
        margin-top: 10px;
    }

.budgeting-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    background-color: black;
    z-index: 99999999;
}

.no-height {
    background-color: rgba(0,0,0, 0.30);
    padding: 0 !important;
    height: 0 !important;
    border: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: 1s ease all;
}

.custom-select {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0;
}

.medal {
    width: 20px;
    transform: rotate(340deg);
    opacity: 0.7;
    right: 20px;
    margin-top: 55px;
    position: absolute;
}

.clickable {
    cursor: pointer;
    user-select: none;
    transition: 0.5s ease all;
}

    .clickable:hover {
        background-color: rgba(255, 255, 255, 0.43) !important;
        color: black !important;
        transition: 0.1s ease all;
    }

.desselected {
    background-color: rgba(255, 255, 255, 0.43) !important;
    color: black !important;
}

.result {
    height: 100vh;
}

.tab-header {
    position: absolute;
    top: 0;
    display: flex;
    right: 0;
    width: calc(100vw - 490px);
    height: 138px;
    background-color: white;
    background-color: black;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.4));
}

    .tab-header > .tab-button {
        flex-direction: column;
        transition: 0.5s ease all;
        background-color: black;
        width: 100%;
        color: white;
        cursor: pointer;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: 0.5s ease 0s 1 fade-in-tab-button;
        animation-fill-mode: forwards;
    }

        .tab-header > .tab-button > p {
            margin-bottom: 0;
            font-size: 14px;
        }

        .tab-header > .tab-button > i {
            font-size: 28px;
            margin: 5px;
        }

        .tab-header > .selected,
        .tab-header > .tab-button:hover {
            transition: 0.1s ease all;
            background-color: #625CF4;
            color: white;
            filter: drop-shadow(0 0 10px #38409b);
        }


tspan {
    stroke: white;
}

.table {
    color: white;
}


.table {
    color: white;
}


.closed-result-block {
    max-height: 120px;
    transition: 0.5s ease all;
}

.btn-suiv {
    border-radius: 0;
    background-color: #5436F9;
    color: white;
    outline: 0 !important;
}

    .btn-suiv:hover {
        color: white;
        background-color: #5436F9;
    }

.btn-suiv-red {
    border-radius: 15px;
    background-color: #8e2020;
}

    .btn-suiv-red:hover {
        color: white;
        background-color: #b63a3a;
    }

.btn-suiv-yellow {
    background-color: yellow;
    color: black;
}

    .btn-suiv-yellow:hover {
        color: black;
        background-color: #ffd300;
    }

.icon-button {
    background: none;
    color: #5436F9;
}

    .icon-button:hover {
        color: #fff;
        background: #6f42c1;
        border-radius: 20px;
        width: 20px;
    }

.border-left {
    border-radius: 15px;
    border-start-start-radius: 0px;
    border-end-start-radius: 0px
}


.mini-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 30px;
    justify-content: center;
    max-width: 960px;
    align-items: start;
}

.mini-card {
    display: flex;
    flex-direction: column;
    width: 200px;
    border: 1px solid #999;
    border-radius: 15px;
    overflow: hidden;
    height: auto;
    text-align: center;
    align-items: center;
}

    .mini-card > .card-text {
        background-color: #625cf46f;
        padding: 10px;
        width: 100%;
    }

    .mini-card > .card-info {
        padding: 10px;
    }






/*
.tab-sidebar {
    font-family: "Roboto";
    position: absolute;
    display: flex;
    flex-direction: column;
    color: #00000075;
    width: 200px;
    height: 100vh;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.4));
    z-index: 1000;
}

    .tab-sidebar > .tab-button {
        flex-direction: row;
        transition: 0.5s ease all;
        background-color: #00000075;
        width: 100%;
        color: white;
        cursor: pointer;
        height: 50px;
        display: flex;
        justify-content: left;
        align-items: center;
    }

        .tab-sidebar > .tab-button > p {
            margin-bottom: 0;
        }

        .tab-sidebar > .tab-button > i {
            font-size: 23px;
            margin: 20px;
            width: 30px;
        }

        .tab-sidebar > .selected,
        .tab-sidebar > .tab-button:hover {
            transition: 0.1s ease all;
            background-color: #38409b;
            color: white;
            filter: drop-shadow(0 0 10px #38409b);
        }
*/



.result-block {
    padding: 30px;
    transition: all ease 0.3s;
    margin: 20px;
    border-radius: 30px;
}

.module-selected {
    box-shadow: 0 0 20px #5936F9;
    transform: scale(1.01);
}

.result-visible {
}

.content > div {
}

/* .content > .start {
        transform: translateX(-100vw);
    }

    .content > .fade-in-result {
        animation: 1s ease 0s 1 fade-in-result;
        animation-fill-mode: forwards;
    }

    .content > .fade-out-result {
        animation: 1s ease 0s 1 fade-out-result;
        animation-fill-mode: forwards;
    }
      */

/*.result-content {
    position: absolute;
    font-family: "Roboto";
    max-height: calc(100vh - 150px);
    width: 100vw;
    overflow-y: visible;
    top: 150px;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.result-content > .limit-heigth {
    padding: 30px;
    margin-bottom: 10px;
    overflow-y: hidden;
    background-color: #101010de;
    border-radius: 15px;
    box-shadow: 0 0 5px #7b56d4;
    user-select: none;
    cursor: pointer;
    transition: 0.5s ease all;
}*/

.list-group-item {
    background-color: unset;
}

@keyframes fade-out-result {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
}

@keyframes fade-in-result {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(0);
    }
}

.main {
    transition: 0.5s ease all;
    overflow: hidden;
}

.login-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.login-box {
    width: 600px;
    padding: 30px;
    box-shadow: 0px 0px 5px #785df3;
    background-color: #0000003e;
}


.background {
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.login-box input {
    border-radius: 20px;
    padding-left: 15px;
}

.login-box .input-group > label {
    margin-left: 15px;
    margin-top: -2px;
}

.fade-in-opacity {
    opacity: 0;
    animation: 1s fadein-opacity;
    animation-fill-mode: forwards;
}

.fade-out-opacity {
    opacity: 1;
    animation: 0.2s fadeout-opacity;
    animation-fill-mode: forwards;
}

.fade-in-reduce {
    opacity: 0;
    animation: 1s cubic-bezier(0,1,.3,1) 0s 1 fadeInReduce;
    animation-fill-mode: forwards;
}

.fade-in-side {
    opacity: 0;
    animation: 1s cubic-bezier(0,1,.3,1) 1s 1 fadeInSide;
    animation-fill-mode: forwards;
}

.fade-in {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0s 1 fadeIn;
    animation-fill-mode: forwards;
}

.fade-in-2 {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0.5s 1 fadeIn2;
    animation-fill-mode: forwards;
}

.fade-in-3 {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0.6s 1 fadeIn3;
    animation-fill-mode: forwards;
}

.fade-in-4 {
    opacity: 0;
    animation: .6s cubic-bezier(0,1,.7,1) 0.4s 1 fadeIn4;
    animation-fill-mode: forwards;
}

.ngkntk-imagem-logo {
    max-width: 116%;
    height: auto;
}


.flip {
    width: 360px;
    height: 48px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 10px;
    filter: drop-shadow(0 0 0.75rem rgba(56, 64, 155, 0.21));
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
}

    .flip a {
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-25px);
        -moz-transform: translateZ(-25px);
        -o-transform: translateZ(-25px);
        -ms-transform: translateZ(-25px);
        transform: translateZ(-25px);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        transition: transform 0.3s;
        cursor: pointer;
    }

        .flip a .front,
        .flip a .back {
            margin: 0;
            width: 360px;
            height: 48px;
            line-height: 48px;
            position: absolute;
            text-align: center;
            letter-spacing: 0.4em;
        }

        .flip a .front {
            background-color: white;
            color: black;
            -webkit-transform: rotateY(0) translateZ(24px);
            -moz-transform: rotateY(0) translateZ(24px);
            -o-transform: rotateY(0) translateZ(24px);
            -ms-transform: rotateY(0) translateZ(24px);
            transform: rotateY(0) translateZ(24px);
        }

        .flip a .back {
            background-color: #38409b;
            top: 0%;
            color: #FFFFFF55;
            -webkit-transform: rotateX(90deg) translateZ(24px);
            -moz-transform: rotateX(90deg) translateZ(24px);
            -o-transform: rotateX(90deg) translateZ(24px);
            -ms-transform: rotateX(90deg) translateZ(24px);
            transform: rotateX(90deg) translateZ(24px);
            overflow: hidden;
        }

            .flip a .back:after {
                content: '';
                position: absolute;
                top: -20%;
                left: -50%;
                width: 200px;
                height: 100px;
                background: #FFFFFF55;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

        .flip a:hover {
            -webkit-transform: translateZ(-24px) rotateX(-90deg);
            -moz-transform: translateZ(-24px) rotateX(-90deg);
            -o-transform: translateZ(-24px) rotateX(-90deg);
            -ms-transform: translateZ(-24px) rotateX(-90deg);
            transform: translateZ(-24px) rotateX(-90deg);
        }

            .flip a:hover .front {
                background: #000;
                -webkit-transition: all 0.8s ease;
                -moz-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
                -ms-transition: all 0.8s ease;
                transition: all 0.8s ease;
            }

            .flip a:hover .back {
                color: white;
                -webkit-transition: color 0.4s linear;
                -moz-transition: color 0.4s linear;
                -o-transition: color 0.4s linear;
                -ms-transition: color 0.4s linear;
                transition: color 0.4s linear;
                background: #38409b;
            }

                .flip a:hover .back:after {
                    -webkit-transform: rotate(6deg) translate(100px, -18px);
                    -moz-transform: rotate(6deg) translate(100px, -18px);
                    -o-transform: rotate(6deg) translate(100px, -18px);
                    -ms-transform: rotate(6deg) translate(100px, -18px);
                    transform: rotate(6deg) translate(100px, -18px);
                }



@keyframes fadeInTopRight {
    0% {
        transform: perspective(500px) translate3d(50px,50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}


@keyframes fadeInTopLeft {
    0% {
        transform: perspective(500px) translate3d(-50px,50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}


@keyframes fadeInBottomLeft {
    0% {
        transform: perspective(500px) translate3d(-50px,-50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadeInBottomRight {
    0% {
        transform: perspective(500px) translate3d(50px,-50px,90px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadein-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInReduce {
    0% {
        transform: scale(2,2);
        opacity: 0;
    }

    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes fadeInSide {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        transform: perspective(500px) translate3d(-80px,20px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    0% {
        transform: perspective(500px) translate3d(-20px,-40px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

@keyframes fadeIn3 {
    0% {
        transform: perspective(500px) translate3d(80px,20px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}



.status-bar {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
    margin-left: 0;
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
}

.revision-plan-block {
    transition: 0.7s ease all;
    overflow-y: hidden;
    border-radius: 15px;
    border: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: unset;
    user-select: none;
}

    .revision-plan-block:hover {
        box-shadow: 0 0 10px #7b56d4;
        transition: 0.7s ease all;
    }

.revision-plan-block-closed {
    transition: 0.7s ease all;
    max-height: 70px;
}

.action-bar {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
    position: absolute;
    top: 0;
    right: -50px;
    width: 40px;
    height: 66px;
}

    .action-bar > button {
        height: 33px !important;
        width: 40px !important;
        padding: 0 !important;
    }

.pending-agenda-item {
    background-color: orange;
}

.authorized-agenda-item {
    background-color: darkgreen;
    color: white;
}

.notauthorized-agenda-item {
    background-color: darkred;
    color: white;
}

.waiting-agenda-item {
    background-color: darkblue;
    color: white;
}

.agenda-items {
    padding-bottom: 13px;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
}

.agenda-item {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    margin: 10px;
    z-index: 1;
    margin-bottom: -11px;
    border: 1px solid #343434;
    border-left: 0;
    max-height: 66px;
    text-align: left;
    transition: 0.3s ease all;
    background: #121214e1
}

    .agenda-item > div {
        margin-right: 50px;
        margin-left: 10px;
    }

        .agenda-item > div > div > p,
        .agenda-item > div > div {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .agenda-item > .div-table {
        margin-right: 0;
        margin-left: 15px;
    }

    .agenda-item:hover {
        box-shadow: 0 0 10px #7b56d4;
        z-index: 2;
    }

.agenda-item-expanded {
    max-height: 500px;
}

.agenda-header {
    margin: 15px;
}

    .agenda-header > div > div > div > div > div {
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
    }

.agenda-footer {
    margin: 10px;
}

.agenda-buttons {
    margin-top: 5px;
}

    .agenda-buttons button {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
        margin: 0;
        height: 40px;
    }

.table-nicknames {
    color: #1D2125 !important;
}

    .table-nicknames > thead > tr > td {
        background-color: white;
        color: #1D2125;
    }

.table-sm {
    color: white;
}

    .table-sm > thead > tr > td {
        background-color: white;
        color: #121214;
    }

.table-nicknames > td:hover {
    color: red;
}

.colors {
    margin-top: 5px;
    border-radius: 0px;
}

    .colors > div > div {
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

.agenda-item > div > div > .lead {
    margin-bottom: 0;
    font-size: 15px;
}

.agenda-item > div > div > p {
    font-size: 13px;
}

.agenda-item > div > div > .table-responsive {
    max-height: 440px;
}

.agenda-item > div > div > div > table {
    font-size: 13px;
    margin-right: -40px;
}

@keyframes fadeIn4 {
    0% {
        transform: perspective(500px) translate3d(0px,60px,190px);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,0px,0px);
        opacity: 1;
    }
}

.center-screen {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow-y: auto;
    margin: 0;
}

.menu {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease all;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*
.menu-item {
    width: 100%;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.4s ease all;
}

    .menu-item > p {
        transform-origin: 0% 50%;
        position: absolute;
        color: white;
        margin-left: 60px !important;
        width: 250px
    }

    .menu-item > i {
        transform-origin: 50% 50%;
        position: absolute;
        width: 30px;
        text-align: center;
        color: white;
        font-size: 21px;
    }


    .menu-item > i,
    .menu-item > p {
        transition: 0.4s ease all;
        color: white;
        margin-left: 16px;
    }

    .menu-item:hover,
    .menu-selected {
        background-color: white;
        transition: 0.1s ease all;
    }

        .menu-item:hover > i,
        .menu-selected > i {
            transform: scale(1.4);
            color: black;
        }

        .menu-item:hover > p,
        .menu-selected > p {
            color: black;
        }
*/
.input-group {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.input-group-expandable {
    animation: input-group-expand 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    animation-delay: 0.4s;
    width: 100%;
    max-width: 10px;
    transform: translateX(130px);
    animation-fill-mode: forwards;
    /* filter: drop-shadow(0 0 8px #000);*/
    /*    filter: drop-shadow(0px 0px 8px #AEAEAEBF);
*/
}

@keyframes input-group-expand {
    from {
        transform: translateX(130px);
        max-width: 10px;
    }

    to {
        transform: translateX(0);
        max-width: 450px;
    }
}

.input-group > .input-compact {
    /*  width: calc(100%);
    border-radius: 30px;
    padding-left: 20px;*/
}

    .input-group > .input-compact:focus {
        /* width: calc(100%);
        border-radius: 30px;
        padding-left: 20px;*/
        filter: drop-shadow(0 0 2px #7b56d4);
    }

.input-group > button {
    /*   position: absolute;
    right: 0px;
    height: 45px;
    width: 45px;
    border-radius: 30px;
    background: black;
    top: 0px;*/
    position: absolute;
    right: 0px;
    height: 45px;
    width: 45px;
    border-radius: 30px;
    /* background: black; */
    top: 0px;
    right: -23px;
    filter: drop-shadow(0px 0px 5px #AEAEAEBF);
}

    .input-group > button > i {
        color: #7b56d4;
    }

@keyframes search {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-170px);
    }
}

input, select {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border-radius: 6px;
    border: none;
    height: 40px;
    margin-top: 3px;
    filter: drop-shadow(0px 0px 1px #AEAEAEBF);
    background: #FBFBFB;
}

    input:disabled, select:disabled {
        background-color: white;
        cursor: not-allowed;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select option {
        padding: 12px 0 10px 24px;
    }

    input:focus, select:focus {
        outline: none;
    }

.label-select {
    pointer-events: none
}

.filter-select {
    min-width: 180px;
}

    .filter-select:invalid {
        box-shadow: none;
    }

.filter-text {
    max-width: 80px;
}

    .filter-text:invalid {
        box-shadow: none;
    }

.filter-input-group {
    margin: unset;
}

.invisible {
    display: none !important;
}



label {
    color: #999;
    font-size: 18px;
    transform: scale(1);
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-header {
    color: #999;
    font-size: 18px;
    transform: scale(1);
    font-weight: normal;
    left: 5px;
    top: 10px;
    pointer-events: none;
}

input:optional:placeholder-shown ~ label {
    color: #999;
    font-size: 18px;
    transform: scale(1);
    top: 10px;
}

select:valid ~ label,
input:-webkit-autofill ~ label,
input:valid ~ label {
    top: -20px;
    transform: scale(0.7);
    transform-origin: top left;
}

.label-down ~ label {
    top: 10px !important;
    transform: scale(1) !important;
    color: #999 !important;
}


.label-up {
    margin-left: 10px;
    top: -20px;
    transform: scale(0.7);
    transform-origin: top left;
}

button {
    font-family: Inter;
}

p, th, td {
    font-family: Lato;
}

.col-12 > p {
    font-family: Poppins;
}

label, input {
    font-family: Poppins;
}

    select:focus ~ label,
    input:focus ~ label,
    input:focus:optional:placeholder-shown ~ label {
        top: -20px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    input:not(:placeholder-shown) ~ label {
        top: -20px;
        transform: scale(0.7);
        transform-origin: top left;
    }

.bar {
    display: block;
    width: 0;
    margin-top: 48px;
}

    .bar:before,
    .bar:after {
        content: '';
        height: 3px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #8F60F5;
        transition: 1s ease all;
        -moz-transition: 1s ease all;
        -webkit-transition: 1s ease all;
    }

    .bar:before {
        right: 0%;
    }

    .bar:after {
        left: 0%;
    }


input:focus ~ .bar:after,
select:focus ~ .bar:after {
    width: 100%;
}

.final-considerations p {
    margin-bottom: 0;
}

.final-considerations textarea {
    margin-top: 10px;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.2;
}

input:focus ~ .highlight,
select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.heading {
    font-family: Segoe UI Light;
    position: absolute;
    opacity: 0;
    margin-bottom: 65px;
    animation: fadein-opacity 0.5s, headingToTop 1s cubic-bezier(0.3, 1, 0.3, 1);
    animation-delay: 0s, 1.0s;
    animation-fill-mode: forwards;
}


.home-options {
    margin-left: 650px;
    margin-right: 100px;
}


    .home-options > .row {
        max-width: 1000px;
        margin-left: 35px;
        margin-right: 35px;
    }

        .home-options > .row > div {
            opacity: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }


.search-options > .row {
    height: 130px;
    margin-left: 35px;
    margin-right: 35px;
}

    .search-options > .row > div {
        opacity: 0;
        height: 130px;
        width: 150px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s ease all;
        border-radius: 30px;
    }


        .search-options > .row > div:hover {
            background: #121214e1;
            box-shadow: 0 0 5px #7b56d4;
            transform: scale(1.1);
            color: white;
            transition: 0.2s ease all;
        }


        .search-options > .row > div > h1 {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 18px;
        }




h1, h2, i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-box {
    text-align: left;
    padding: 21px;
    filter: drop-shadow(5px 5px 3px #101012BF);
    min-height: 230px;
    margin-top: 10px;
    margin-bottom: 40px;
    min-width: 280px;
    max-width: 280px;
    background: linear-gradient(138.69deg, #1F2328 0%, #1A1C1F 100%);
    border-radius: 8px;
    transform: scale(1);
    transition: 0.4s ease all;
}



    .home-box:hover {
        background-color: #38409b;
        transform: scale(1.1);
        filter: drop-shadow(17px 17px 14px #101012BF);
        color: white;
    }

        .home-box:hover > i {
            color: #895ce9;
        }

    .home-box > h1 {
        padding-top: 20px;
        font-family: Lato;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }

    .home-box > h2 {
        color: #7F8489;
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
    }

    .home-box > i {
        transition: 0.4s ease all;
        padding-top: 50px;
        font-size: 48px;
    }

@media(max-width: 1500px) {

    .home-box > i {
        padding-top: 10px;
        font-size: 48px;
    }

    .home-box {
        padding: 21px;
        min-height: 230px;
        max-height: 230px;
        margin-top: 20px;
        margin-bottom: 0;
        min-width: 240px;
        max-width: 240px;
    }


    .home-options {
        margin-left: 300px;
        margin-right: 0;
    }


        .home-options > .row {
            max-width: 600px;
            margin-left: 35px;
            margin-right: 35px;
        }

            .home-options > .row > div {
                opacity: 0;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }
}

@media(max-width: 1100px) {
    .home-options {
        overflow: auto;
        margin-left: 0;
        margin-top: 250px;
        margin-right: 0;
    }

    .home-box {
        margin-top: 10px;
        margin-bottom: 20px;
        min-width: 150px;
        max-width: 150px;
    }
}

.fadein-search-1 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: .9s;
    animation-fill-mode: forwards;
}

.fadein-search-2 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

.fadein-search-3 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.fadein-search-4 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.fadein-search-5 {
    animation: fadein-opacity 0.8s ease;
    animation-delay: 1.7s;
    animation-fill-mode: forwards;
}

.welcome {
    position: absolute;
    top: 10px;
    left: 40px;
}

.welcome-sub {
    position: relative;
}

.welcome > div > h2 {
    opacity: 0;
    position: absolute;
    font-family: DM Sans;
    font-style: normal;
    padding-left: 30px;
    font-weight: 500;
    font-size: 18px;
    top: 110px;
    width: 300px;
    line-height: 23px;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    color: #8F60F5;
    animation: fade-in-welcome 3s cubic-bezier(0,-0.3, 0, 0.99);
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.welcome > div > h1 {
    font-family: Racing Sans One;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    align-items: center;
    text-align: left;
    background: -webkit-radial-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.mega-logo {
    position: absolute;
    top: 280px;
    left: -170px;
    z-index: -1;
}

    .mega-logo > svg {
        filter: drop-shadow(0 0 5px #5e47a3);
        position: absolute;
    }

    .mega-logo > .logo-body {
        margin-left: 100px;
        margin-top: 100px;
        opacity: 0;
        animation: fadeIn-mega-logo 12s cubic-bezier(0,0, 0, 1) 2s, loop-mega-logo 30s cubic-bezier(.20,0, 0.80, 1) 14s infinite;
        animation-fill-mode: forwards;
    }

    .mega-logo > .logo-border {
        opacity: 0;
        animation: fadeIn-mega-logo 10s cubic-bezier(0,-0.3, 0, 1) 2s, loop-mega-logo 35s cubic-bezier(.20,0, 0.80, 1) 13s infinite;
        animation-fill-mode: forwards;
    }

@keyframes fade-in-welcome {
    0% {
        opacity: 0;
        transform: perspective(500px) translate3d(70px, 0, -60px);
    }

    100% {
        opacity: 1;
        transform: perspective(500px) translate3d(0,0,0);
    }
}


@keyframes fadeIn-mega-logo {
    0% {
        opacity: 0;
        transform: translate(-250px,100px);
    }

    100% {
        opacity: 0.6;
        transform: translate(0,0);
    }
}

@keyframes loop-mega-logo {
    0% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(8px,8px) scale(1.03);
    }

    50% {
        transform: translate(-2px,0px) scale(1);
    }

    75% {
        transform: translate(-10px,-5px) scale(0.96);
    }

    100% {
        transform: translate(0,0) scale(1);
    }
}

@keyframes headingToTop {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-170px);
    }
}

@keyframes fadein-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout-opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}


/* animations */
@-webkit-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.hamburger {
    height: 46px;
    margin-left: 3px;
    margin-bottom: 6px;
}

    .hamburger > p {
        cursor: pointer;
        margin-left: 56px;
        margin-top: 2px;
        font-size: 18px;
        position: absolute;
        color: white;
        width: 300px;
    }

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 300ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
    stroke: #fff;
    stroke-width: 5px;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 600ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 600ms, stroke-dashoffset 600ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

@media (max-width: 767.98px) {

    /*  .center-screen {
            height: calc(100vh - 100px);
        }*/

    /*.main {
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 75px;
            margin-bottom: 15px;
        }*/

    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .heading {
        margin-top: 185px;
    }

    /*   .search-options {
            margin-top: 125px;
        }*/

    .center-screen {
        justify-content: start;
    }

    .logo {
        right: 0;
    }

    .login-box {
        width: 95vw;
        margin-top: 20px;
    }

    .sidenav-drawer {
        width: 100vw;
        max-height: 50px;
        position: fixed;
    }

        .sidenav-drawer:hover {
            max-height: 400px;
        }

    .tab-header > .tab-button > p {
        display: none;
    }

    .table-responsive {
        max-height: calc(100vh - 100px);
        max-width: calc(100vw - 45px);
    }
}

/*@media (max-width: 1100px) {
    html {
        zoom: 0.8;
        transform-origin: 50% 50%;
    }
}
*/

@media (min-width: 768px) {

    /*.tab-header > .tab-button > i {
        display: none;
    }*/


    .table-responsive {
        max-height: calc(100vh - 75px);
    }

    app {
        flex-direction: row;
    }

    .sidenav-drawer {
        height: 100vh;
        width: 56px;
    }

        /*.ham {
        display: none;
    }*/

        .sidenav-drawer:hover {
            width: 280px;
        }

    .main {
        margin: 0;
    }
}




/*::-webkit-scrollbar {
    width: 2px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #888;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

* {
    scrollbar-color: #7f7f7f white;*/ /* thumb and track color */
/*scrollbar-width: 2px;
}*/


.blur {
    filter: blur(3px);
    margin-top: -8px;
}

.fix-blur {
    margin-top: -10px;
}

.sk-folding-cube {
    filter: blur(0);
    margin: 20px auto;
    z-index: 9999999;
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        filter: blur(0);
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            filter: blur(0) drop-shadow(0 0 0.2rem rgba(255,255,255, 0.5));
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px solid white;
            background-color: #38409b;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.btn {
    border-radius: 20px;
}

.modal-content {
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    border: 1px solid #4652d9;
    filter: drop-shadow(0 0 20px #4652d9);
    color: #6c757d !important;
}

.modal-header {
    font-family: 'Poppins';
    color: white;
    background-color: #8F60F5;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.lateral-menu-left-open {
    -ms-transform: translateX(Calc(100vw - 160px));
    -webkit-transform: translateX(Calc(100vw - 160px));
    -moz-transform: translateX(Calc(100vw - 160px));
    -o-transform: translateX(Calc(100vw - 160px));
    transform: translateX(Calc(100vw - 160px));
}

.lateral-menu-vertical-open > img {
    transform: rotate(180deg);
}

.lateral-menu-horizontal-open > img {
    transform: rotate(180deg);
}



.parts-selection-tables {
    overflow-y: auto;
    max-height: calc(100vh - 340px);
}

.vertical-menu-body {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    box-shadow: 0 0 10px #292929;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #292929;
    color: white;
}

    .vertical-menu-body:hover {
        background-color: rgb(1, 15, 23);
        transition: all 0.5s ease;
        box-shadow: 0 0 10px rgb(1, 15, 23);
    }

    .vertical-menu-body:not(:hover) {
        transition: all 0.5s ease;
    }

    .vertical-menu-body > p {
        margin: 0;
        color: white;
        width: 25px;
        writing-mode: vertical-rl;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        letter-spacing: 3px;
    }

    .vertical-menu-body > img {
        transition: all 1s ease;
        margin: 3px;
    }




.horizontal-menu-body {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px #292929;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #292929;
    color: white;
}

    .horizontal-menu-body:hover {
        background-color: rgb(1, 15, 23);
        transition: all 0.5s ease;
    }

    .horizontal-menu-body:not(:hover) {
        transition: all 0.5s ease;
    }

    .horizontal-menu-body > p {
        margin: 0;
        color: white;
    }

    .horizontal-menu-body > img {
        transition: all 0.7s ease;
        margin: 3px;
    }









.lateral-menu-content-left {
    z-index: 999;
    background-color: rgba(41, 41, 41, 1);
    position: absolute;
    margin-left: 60px;
    width: Calc(100vw - 180px);
    height: Calc(100vh - 220px);
    transition: all 0.5s ease;
    left: 0;
}

    .lateral-menu-content-left > div {
        margin-top: 20px;
        margin-left: 10px;
        height: Calc(100% - 40px);
        margin-right: 10px;
    }

.vertical-menu-content-right {
    background-color: rgba(41, 41, 41, 1);
    color: white;
    position: absolute;
    cursor: default;
    top: 0;
    left: 60px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.horizontal-menu-content-bottom {
    background-color: rgba(41, 41, 41, 1);
    color: white;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

/*.lateral-menu-content-right > div {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }*/


.hide-outside-left {
    transform: translateX(Calc(-100vw + 120px));
}

.hide-outside-right {
    transform: translateX(Calc(100vw - 120px));
}



.tooltip {
    pointer-events: none;
}


#dynamic-body {
    padding-left: 0;
    padding-right: 0;
}



.flip-image {
    transform: rotate(180deg);
}


/**User Pages**/
.container-user {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    background: #1b1d20e0;
    padding-left: 20px;
    padding-right: 20px;
    /*background: linear-gradient(138.69deg, #1F2328 0%, #1A1C1F 100%);*/
    box-shadow: -7px -7px 30px 0px #262E32;
    border-radius: 8px;
    z-index: 1;
}

.menu-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient( 320.66deg, #2F353A 14.75%, #1C1F22 84.81%);
    border-radius: 30px;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.4s ease all;
    z-index: 999;
    align-items: center;
}

    .menu-icon:hover {
        filter: drop-shadow(0 0 20px #7b56d4);
        color: white;
        transform: rotate(180deg);
    }

.menu-list {
    width: 280px;
    height: 280px;
    background: #161719d9;
    filter: drop-shadow(0 0 10px #00000093);
    border-radius: 12px;
    z-index: 9;
    position: absolute;
}

    .menu-list > ul > li {
        color: #FFFFFF;
    }

    .menu-list > .list > ul > li:hover {
        background: #8F60F5;
        color: white;
    }

.list {
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.close-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #1b1d20e0;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.4s ease all;
    z-index: 999;
    box-shadow: 0 0 2px white;
    align-items: center;
}

    .close-icon:hover {
        color: white;
        transform: rotate(90deg);
    }



.button-group > button {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 29px;
    color: #FFFFFF;
    width: 102px;
    height: 31px;
    background: #C3061C;
    border-radius: 6px;
    border: none;
}

.container-plan {
    display: flex;
    align-self: center;
    flex-direction: column;
    width: 700px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    /*height: 400px;*/
}

    .container-plan > div {
        text-align: justify;
    }

    .container-plan > span {
        align-self: self-start;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
    }

    .container-plan > div > span {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 113.5%;
        color: white;
    }

    .container-plan > div > p {
        font-family: DM Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.3px;
        color: white;
        mix-blend-mode: normal;
    }

        .container-plan > div > p > b {
            color: #5dd547;
        }

.histoy {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 1120px;
    height: 450px;
    padding-bottom: 10px;
    opacity: 0;
    animation: 0.6s ease-in-out 0s 1 normal forwards running fade-in-history;
}

    .histoy > span {
        font-family: DM Sans;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
    }

.contact {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    /*padding: 10px;*/
}

    .contact > textarea {
        width: 609px;
        height: 100px;
        background: #FBFBFB;
        border-radius: 15px;
        resize: unset;
        align-self: stretch;
        padding: 20px 20px 20px 20px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #9C9C9C;
        filter: drop-shadow(0px 0px 1px #AEAEAEBF);
        border: none;
    }

    .contact > span {
        font-family: DM Sans;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        color: #FFFFFF;
        align-self: flex-start;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .contact > button {
        background: linear-gradient(114.44deg, #5135F8 0%, #623AF9 99.64%);
        border-radius: 6px;
        border: none;
        width: 238px;
        height: 40px;
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 29px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .contact > input {
        font-size: 12px;
    }

.about {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    /*    height: 460px
*/
}

    .about > p {
        font-family: Poppins;
        font-size: 16px;
        text-align: justify;
        color: #FFFFFF;
    }



.c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circles {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 800px;
}

.circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #389ff9;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}

    .circle > .material-icons {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.grid {
    height: 400px;
    overflow-y: auto;
    opacity: 0;
    animation: 0.6s ease-in-out 0s 1 normal forwards running fade-in-history;
}

    .grid > table {
        width: 1120px;
    }

        .grid > table > thead > tr > th {
            position: sticky;
            top: 0;
        }

        .grid > table > thead > tr > th {
            height: 40px;
            background: #1D2125;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 29px;
            align-items: center;
            color: #FFFFFF;
        }

        .grid > table > tbody > tr > td {
            height: 40px;
            font-family: Inter;
            background: #3a3e4285;
            font-size: 12px;
            line-height: 16px;
            align-items: center;
            color: #FFFFFF;
        }


.batchsearch-table > thead > tr > th {
    position: sticky;
    top: 0;
}

.batchsearch-table > thead > tr > th {
    height: 49px;
    background: #1D2125;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    align-items: center;
    color: #FFFFFF;
    z-index: 99;
}

.batchsearch-table > tbody > tr > td {
    height: 49px;
    font-family: Inter;
    background: #3a3e4285;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    color: #FFFFFF;
}

.module-card {
    background: linear-gradient( 138.69deg, #1F2328 0%, #1A1C1F 100%);
    min-width: 200px;
    margin-right: 10px;
    margin-bottom: 5px;
    /*    padding: 10px;*/
    align-items: center;
    padding-top: 15px;
    border-radius: .25rem;
    flex-direction: column;
    position: relative;
}

    .module-card > .col {
        text-align: center;
    }

        .module-card > .col > span {
            font-size: 18px;
        }

    .module-card:hover {
        background-color: #38409b;
        transform: scale(1.0);
        filter: drop-shadow(17px 17px 14px #101012BF);
        color: white;
    }

.border-radius {
    border-radius: 6px !important;
}

@keyframes fade-in-history {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
