
.switch-panels-service:hover {
    background-color: #4644e9;
    color: white;
}
.switch-panels-service p {
    margin: 0;
}
.container-group {
    position: fixed;
    top: 99px;
    margin-left: 40px;
    z-index: 1000;
    display: flex;
    width: 65px;
}

#container-group {
    position: relative;
    top: -99px;
    margin-left: 40px;
    z-index: 1000;
    display: flex;
    width: 65px;
}
.switch-panels-service {
    border-radius: 5px;
    border: 1px solid #009DE9;
    background-color: #FFFFFF;
    color: #009DE9;
    padding: 5px 10px;
    margin-right: 2px;
}
.switch-active {
    background-color: #009DE9;
    color: #ffffff;
    pointer-events: none;
    cursor: not-allowed;
}
.switch-panels-service p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 0;
}
