.ots-box{

display:flex;
align-items:center;
gap:12px;

margin:25px 0;

font-size:16px;

}



.ots-switch{

position:relative;

width:55px;

height:28px;

display:inline-block;

}



.ots-switch input{

display:none;

}



.ots-slider{

position:absolute;

left:0;
right:0;
top:0;
bottom:0;

background:#d1d5db;

border-radius:30px;

cursor:pointer;

transition:.3s;

}



.ots-slider:before{

content:"";

position:absolute;

width:22px;

height:22px;

left:3px;

bottom:3px;

background:white;

border-radius:50%;

transition:.3s;

box-shadow:0 1px 4px #999;

}




.ots-checkbox:checked + .ots-slider{

background:#6d28d9;

}



.ots-checkbox:checked + .ots-slider:before{

transform:translateX(27px);

}



.ots-label{

font-weight:600;

color:#444;

}


/* Giriş yapmamış kullanıcı mesajı */

.ots-login-message {
    margin-left: 10px;
    color: #d60000;
    font-weight: 600;
    text-decoration: none;
}

.ots-login-message:hover {
    color: #a00000;
    text-decoration: underline;
}
