.hide-element {
    visibility: hidden;
    height:0px;
}
.show-element {
    visibility: visible;
}

.reset-button {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: orange !important;
    position: relative;
    top: 4px;
    
}
.reset-button::before {
    position: relative;
    top: -2px;
    left: -3px;
    content: 'x';
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}
