﻿.button-moverslab-caption {
    display: flex;
    height: 52px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 40px;
    
    cursor: pointer;
    align-self: center;
}

.button-calendar-action {
    display: flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 40px;
    background: var(--Primary, #f2ff28);
}
