* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: transparent
}

#root,
body,
html {
    font-family: Montserrat, sans-serif
}

@media only screen and (min-height:844px) {
    body {
        height: 100%;
        width: 100%
    }

    .content {
        position: absolute;
        width: 100%;
        height: 115vh;
        background: linear-gradient(#51d107d0, #51d107d0);
        margin: 0
    }
}

@media only screen and (max-height:844px) {
    body {
        height: 100%;
        width: 100%
    }

    .content {
        position: absolute;
        width: 100%;
        height: 844px;
        background: linear-gradient(#51d107d0, #51d107d0);
        margin: 0
    }
}

body,
html {
    overflow: hidden !important;
    background-color: #111;
    max-height: 100%
}

.headText {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    height: 20px
}

.iconLeft {
    position: absolute;
    height: 20px;
    width: 20px;
    font-weight: 700
}

.iconLeftLink {
    z-index: 11;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    left: 10px
}

.questionicon {
    z-index: 11;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    left: 10px;
    font-size: 24px;
    color: #fff;
    padding-left: 90%;
    margin-top: -6%
}

.qrcode {
    z-index: 11;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    left: -155px;
    font-size: 24px;
    color: #fff;
    padding-left: 85%;
    margin-top: -6%
}

.arrowdown {
    z-index: 11;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    left: -155px;
    top: 58px;
    font-size: 15px;
    color: #fff;
    padding-left: 85%;
    margin-top: 1%
}

.transparent3 {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 5%
}

.iconRight {
    position: absolute;
    right: 10px;
    height: 35px
}

.logoImg {
    position: absolute;
    height: 50px;
    pointer-events: none
}

.plus {
    height: 20px;
    margin-left: 70px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px
}

#particlesClick {
    height: calc(100% - 100px);
    position: absolute;
    width: 100%;
    margin-top: 10px;
    z-index: 1
}

.faceContent {
    pointer-events: none;
    margin-top: 30px;
    margin-left: -5px;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px
}

.transparent {
    position: absolute;
    z-index: 10;
    justify-self: center;
    align-self: center;
    border-radius: 50%;
    background-color: transparent;
    width: 225px;
    height: 225px
}

.faceContent img.spinImg {
    grid-area: 1/1;
    height: 205px;
    width: 205px;
    z-index: 4;
    object-fit: scale-down;
    border-radius: 50%;
    animation: spin 5s infinite linear
}

.faceContent img {
    z-index: 99;
    pointer-events: none;
    object-fit: cover;
    justify-self: center;
    align-self: center;
    grid-area: 1/1;
    height: 200px;
    width: 200px;
    border-radius: 50%
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.personalText {
    position: relative;
    width: 100%;
    background: 0 0;
    text-align: center;
    margin-top: -10px;
    transition: opacity 10.15;
    opacity: 1
}

.personalText p {
    margin-top: 15px;
    color: #fff;
    z-index: 4
}

.panelContentParent {
    display: flex;
    justify-content: center
}

.panelContent {
    position: absolute;
    max-width: 370px;
    bottom: 40px;
    width: 90%;
    height: 345px;
    background-color: #3e3a94;
    border-radius: 10px;
    z-index: 3;
    transition: transform .3s
}

.textContentPanel {
    display: flex;
    align-items: center;
    margin-left: 5px;
    width: 95%;
    height: 60px;
    color: #fff
}

.textContentPanel1 {
    margin-left: 10px;
    font-size: 3vw
}

.textContentPanel2 {
    width: 20vw;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 5vw
}

.qrPanel {
    margin: auto;
    background-color: #fff;
    width: 95%;
    height: 73%;
    border-radius: 10px
}

.transparent2 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    background-color: transparent;
    width: 100%;
    height: 63%
}

.qrCode {
    pointer-events: none;
    margin-top: 5px;
    width: 100%;
    height: 84%;
    user-select: none;
    object-fit: scale-down
}

.qrCodeText {
    font-size: 4vw;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3e3a94;
    font-weight: 600
}

.checkIdText {
    color: #fff;
    font-size: 3vw;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9%
}

.settingsContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

body {
    pointer-events: none
}

body * {
    pointer-events: auto
}

.protected-element {
    pointer-events: none;
    user-select: none
}