.smartphone {
    position: relative;
    width: 250px;
    height: 500px;
    margin: auto;
    border: 9px black solid;
    /* border-top-width: 37px; */
    /* border-bottom-width: 60px; */
    border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
    content: '';
    display: block;
    width: 80px;
    height: 18px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
}
/* position: absolute; inset: calc(var(--border-width) * -1); pointer-events: none; */

/* The circle on the bottom of the device */
.smartphone:after {
    content: '';
    display: block;
    width: 80px;
    height: 7px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    border-radius: 10px;
}

.help-text {
    display: block;
    margin-bottom: 0.5rem;
}
.label-container {
    margin-left: 0.5rem;
}

.label-bold {
    font-weight: 600;
    margin-bottom: unset;
}

.color-gray {
    color:rgb(159, 158, 158);
}

.hide {
    display: none;
}

input.error {
    border: 1px solid #ea6767;
}

.error {
    color: #ea6767;
}

.iti__selected-flag{
    border-radius: 20px 0px 0px 20px !important;
}
.iti__flag-container {
    width: 80px;
}

.iti{
    width: 100%;
    display: block;
}