* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    touch-action: none;
}

.text-xxs {
    font-size: 11px;
}

#ring-sizer-system {

}

#debug {
    position:  absolute;
    top:  0;
    right:  0;
    max-width: 200px;
    border: 2px solid #000;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-panel {
    position: relative;
    width: 100%;
    height: 100%;
}
.rs-panel .rs-panel-bottom {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 15px;
}
.rs-panel .rs-panel-bottom a {
    display: block;
    text-align: center;
    padding: 10px;
    background: #ffffff;
    font-weight: 700;
    color: #2f2f2f;
    text-decoration: none;
    text-transform: uppercase;
}
.rs-panel .slider {
    margin: 30px auto;
}
.rs-calibration .card {
    display: block;
    position: absolute;
    bottom: 40%;
    /*left: -120%;
    width: 600px;
    height: 393px;*/
    right: -450px;
    width: 600px;
    height: 400px;

    border: 4px solid #000;
    border-radius: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: center;
    background-size: cover;
    /*
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;*/
}
.rs-calibration .instructions {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 140px;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-ring-guide .ring {
    position: absolute;
    left: calc(50% - 58px);
    top: calc(50% - 58px);
    height: 116px;
    width: 116px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 99%;
    z-index: 5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
}
.rs-ring-guide .ring #mm-height-rs,
.rs-ring-guide .ring #rs-us {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-ring-guide .ring #mm-height-rs {
    top: 50%;
}
.rs-ring-guide .ring #rs-us {
    top: 60%;
}
.rs-ring-guide .line {
    position: absolute;
    left: calc(50% - 4px);
    top: -80%;
    height: 400px;
    width: 8px;

    z-index: 5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-ring-guide .line #mm-height,
.rs-ring-guide .line #ls-us {
    position: absolute;
    top: 50%;
    left: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-ring-guide .line #mm-height {
    top: 45%;
}
.rs-ring-guide .line #ls-us {
    top: 55%;
}

/* 2nd Phase */
.clearfix {
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.ring-arrows,
.ring-arrows .fa-angle-up,
.ring-arrows .fa-angle-right,
.ring-arrows .fa-angle-down,
.ring-arrows .fa-angle-left {
    position: absolute;
}
.ring-arrows {
    width: 190px;
    height: 190px;
    left: 50%;
    margin-left: -95px;
}
.ring-arrows .fa-angle-up {
    top: -55px;
    left: 50%;
    margin-left: -15px;
}
.ring-arrows .fa-angle-right {
    top: calc(50% - 18px);
    right: -55px;
}
.ring-arrows .fa-angle-down {
    left: 50%;
    bottom: -55px;
    margin-left: -15px;
}
.ring-arrows .fa-angle-left {
    top: calc(50% - 18px);
    left: -55px;
}
.rs-ring-guide {
    height: 190px;
}

@media only screen and (max-width: 380px) {
    .ring-sizer__intro-img {
        max-width: 200px;
        margin-top: 1.5rem;
    }
    .px-10 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ring-arrows .fa-angle-up {
        top: -25px;
    }
    .ring-arrows .fa-angle-down {
        bottom: -25px;
    }
}