.slide-box {
    width: 100%;
    max-width: 320px;
    height: 40px;
    background-color: #e9e9e9;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.slide-xbox {
    height: 100%;
    width: 40px;
    background-color: #3498db;
    border-radius: 20px 0 0 20px;
    position: absolute;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    background-color: #3498db;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn i {
    color: white;
    font-size: 16px;
    display: none;
}

.slider-text {
    margin-top: 5px;
    font-size: 13px;
    color: #777;
    text-align: center;
}

.slider-verification-container {
    margin: 15px 0;
    clear: both;
}