.continue-button-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.selected-avatar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* height: 82vh; */
}

.avatar-scroll-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5% 0;
}

.selected-avatar-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 35%;
    /* height: 98vh; */
}

.avatar-lists-container {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.avatar-list-scroll-container {
    display: flex;
    justify-content: space-between;
}

.avatar-page-container {
    padding: 5px 15px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(100vh);
    height: 100%;
    overflow: hidden;
}

.select-avatar-text {
    width: -webkit-fill-available;
    background-color: rgb(255,255,255,0.1);
    border: 2px solid;
    display: flex;
    justify-content: center;
    font-family: Oxanium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin: 10px 0 1.5% 10% !important;
    color: white;
}

.avatar-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    margin: 0;
    justify-content: space-between;
}

.avatar-card::-webkit-scrollbar {
    display: none;
}

.avatar {
    position: relative;
    list-style: none;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
    width: 33%;
    /* height: 70%; */
    height: auto;
    margin: 3% 0 0 0;
}
.avatar1 {
    position: relative;
    background-image: url(/imgs/Avatar_Selected_BG.webp);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 75vh;
    background-position: center;
}

/* .avatar1::before {
    content: "";
      background-image: url('/imgs/Avatar_Selected_BG.webp');
      background-size: contain;
    background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
} */

.avatar::before {
    content: "";
    background-image: url('/imgs/Avatar_Selected_BG.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.avatar img {
    width: 80%;
    padding: 0;
    position: relative;
    top: 1%;
    left: 10%;
    padding: 3%;
}
.avatar1 img {
    width: auto;
    z-index: 1;
    padding: 5%;
    height: 80%;
    margin: auto;
    position: relative;
    bottom: -2%;
    max-width: 100%;
}

.avatar p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    transform: translateY(0);
    padding: 0;
    margin: 0 15%;
    position: relative;
    top: 5%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.avatar1 p {
    text-transform: revert;
    transform: translateY(0);
    margin-top: 8px;
    display: inline-block;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: auto;
    white-space: nowrap;
}

.button {
    position: relative;
    background-color: transparent;
    background-image: url(/imgs/Button.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* padding-left: 15px; */
    font-family: 'Fira Sans', sans-serif;
    color: white;
    display: inline-block;
    border-width: 0;
    outline: none;
    box-shadow: none;
    font-size: 28px;
    /* padding: 10px; */
    cursor: pointer;
    /* width: 40%; */
    /* height: auto; */
    text-transform: uppercase;
    /* padding: 0; */
    background-position: center;
}

img.toggle-left,
img.toggle-right {
    width: 100%;
}

.avatar-scroll-container {
    width: 10%;
}

.left-toggle-container, 
.right-toggle-container {
    width: 5%;
}

.selected-avatar-name {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 4%;
}


@media screen and (max-width:767px) {
    .avatar p {
        line-height: 10px;
        font-size: 8px;
        margin: 0 15%;
        top: 7%;
    }

    .avatar1 p {
        line-height: 12px;
        font-size: 10px;
    }

    .avatar-lists-container {
        width: 60%;
    }

    .selected-avatar-container {
        width: 40%;
    }

    /* .avatar1 {
        height: 70vh;
        width: auto;
    } */

    .avatar {
        width: 50%;
    }

    .avatar-card {
        justify-content: space-around;
    }

    .button {
        background-size: 100%;
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .avatar {
        height: auto;
    }

    .avatar1 {
        height: 100%;
    }

    .avatar1 img {
        width: 80%;
    }

    .selected-avatar-name {
        bottom: 4%;
    }

    .selected-avatar-container {
        justify-content: center;
    }
}

@media screen and (min-width:992px) and (max-width:1299px) {
    .avatar {
        height: auto;
    }

    .avatar1 {
        height: 100%;
    }

    .avatar1 img {
        width: 100%;
    }

    .selected-avatar-name {
        bottom: 4%;
    }

    .selected-avatar-container {
        justify-content: center;
    }
}
