.selection-wrapper-16 *,
.selection-wrapper-16 *:after,
.selection-wrapper-16 *:before {
    box-sizing: border-box;
}

.selection-wrapper-16 .selection-wrapper {
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
}

.selection-wrapper-16 .selection-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.selection-wrapper-16 .selection-input:checked+.selection-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
}

.selection-wrapper-16 .selection-input:checked+.selection-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}

.selection-wrapper-16 .selection-input:checked+.selection-tile .selection-icon,
.selection-wrapper-16 .selection-input:checked+.selection-tile .selection-label {
    color: #2260ff;
}

.selection-wrapper-16 .selection-input:focus+.selection-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.selection-wrapper-16 .selection-input:focus+.selection-tile:before {
    transform: scale(1);
    opacity: 1;
}

.selection-wrapper-16 .selection-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
    border-radius: 8.0rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 5px 10px #CCCCCC;
}

.selection-wrapper-16 .selection-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.80rem;
    height: 1.80rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 236 236'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.selection-wrapper-16 .selection-tile-disabled {
    opacity: 55%;
    cursor: no-drop;
}

.selection-wrapper-16 .selection-tile:hover {
    border-color: #2260ff;
}

.selection-wrapper-16 .selection-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.selection-wrapper-16 .selection-icon {
    transition: 0.375s ease;
    color: #494949;
}

.selection-wrapper-16 .selection-icon svg {
    width: 3rem;
    height: 3rem;
}

.selection-wrapper-16 .selection-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}