/* MyAdvice Security - Login Page Styles */

/* Toggle Switch — SUI-compatible (matches Connect / Framework) */
input[type="checkbox"].ma-employee-ui-toggle {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    width: 44px !important;
    height: 24px !important;
    min-height: 0 !important;
    vertical-align: middle;
    position: relative;
    border: 0 !important;
    outline: 0;
    cursor: pointer;
    margin: 0 4px;
    background: #AAAAAA !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

input[type="checkbox"].ma-employee-ui-toggle:focus {
    box-shadow: 0 0 0 5px #E6E6E6 !important;
}

input[type="checkbox"].ma-employee-ui-toggle:hover {
    box-shadow: 0 0 0 5px #F2F2F2 !important;
}

input[type="checkbox"].ma-employee-ui-toggle:after {
    content: none !important;
    display: none !important;
}

input[type="checkbox"].ma-employee-ui-toggle:before {
    content: '' !important;
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    transition: 0.2s linear;
}

input[type="checkbox"].ma-employee-ui-toggle:checked {
    background: #17A8E3 !important;
}

input[type="checkbox"].ma-employee-ui-toggle:checked:before {
    left: 22px;
    margin: 0 !important;
    background: #FFFFFF !important;
}

input[type="checkbox"].ma-employee-ui-toggle:checked:focus {
    box-shadow: 0 0 0 5px #D1EAF4 !important;
}

input[type="checkbox"].ma-employee-ui-toggle:checked:hover {
    box-shadow: 0 0 0 5px #E1F6FF !important;
}

.ma-employee-ui-toggle {
    margin: 0 !important;
}

.ma-employee-2fa-field {
    margin: 0 !important;
}
