.material-symbols-outlined {
    font-size: 80px;
    font-variation-settings:
        'FILL' 1,
        /* İkonu dolu yapmak için */
        'wght' 400,
        /* Kalınlık */
        'GRAD' 0,
        /* Gradient (Gölgelendirme) */
        'opsz' 24;
    /* İkon boyutu */
    margin-right: 10px;
}

.revoxinput {
    padding-left: 30px;
    width: 100%;
    max-width: 400px;
    height: 50px;
    border-radius: 30px;
    outline: none;
    border: none;
    background-color: rgb(235, 235, 235);
    box-sizing: border-box;
}


.revoxinput::placeholder {
    padding-left: 10px;
}

.revoxrow {
    margin-top: 20px;
    display: flex;
    text: center;
    align-items: center;
}

.revoxcol {
    height: 300px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.revoxbutton {
    margin-right: 10px;
    color: #1b73f7;
    width: 200px;
    height: 70px;
    border: none;
    border-radius: 60px;
    border: 2px solid #0066ff;
    background-color: rgb(255, 255, 255);
}