.switch-control{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 2px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.switch-control .switch-control-point{
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 30px;
    background-color: #ccc;
}

.measure-switch-wrapper.ms {
    margin: 1.4rem;
}

.measure-switch-wrapper.ms-popup {
    margin: 0.5rem;
}

.measure-switch-wrapper.ms,
.measure-switch-wrapper.ms-popup {
    display: inline-block;
    min-width: 78px;
    min-height: 34px;
    position: relative;
}

.measure-switch-wrapper.ms select.measure-select.handle-switch,
.measure-switch-wrapper.ms-popup select.popup-switcher,
.measure-switch-wrapper.ms-popup select.form-control.popup-switcher {
    position: absolute;
    opacity: 0;
    width: 78px;
    height: 34px;
    margin: 0;
    pointer-events: none;
    visibility: hidden;
}
