.start-container {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 12px;
    top: -5vh;
}
.loading-container {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;

}
.loading-container p {
    height: 72px;
}
.start-container .scan-container {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-container .scan-container img {
    width: 50px;
    height: 50px;
}


.start-container img.start-button {
    width: 25px;
    height: 25px;
    /*border: 1px solid #efefef;
    border-radius: 100%;
    padding: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .back-container {
    position: absolute;
    top: 10px;
    left: 9px;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 100%;
    z-index: 1000;
}

.swiper-slide img.back-button {
    width: 25px;
    height: 25px;
    border: 1px solid #efefef;
    border-radius: 50%;
    background: #ffffff;

}