.btn.round {
    width: 50px; /* Size of the button */
    height: 50px; /* Size of the button */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

.btn.fixed.bl {
    position: fixed; /* Keep the button in the same place on the screen */
    bottom: 20px; /* Distance from the bottom of the screen */
    left: 20px; /* Distance from the left side of the screen */ /* Make it round */

}

.btn.fixed.br {
    position: fixed; /* Keep the button in the same place on the screen */
    bottom: 20px; /* Distance from the bottom of the screen */
    right: 20px; /* Distance from the left side of the screen */ /* Make it round */

}

.custom-height-margin {
    height: calc(100vh - 120px);
    margin-top: 60px;
    margin-bottom:60px;
}



.material-symbols-outlined {

    vertical-align: middle;
}
.overflow-scroll {
    overflow: scroll;

}

.big-check {
    height: 24px;
    width:24px;
}

.cell, .taxi-cell {
    padding: 12px;
}

@media (max-width: 767.98px) {
    .custom-height-margin {
        margin-top: 0;
            height: auto;
    overflow-x: visible;
    overflow-y: visible;
    white-space: normal;
    }

    .cell {
        padding: 5px;
    }


}
