﻿/*
    This will extend the dashboard-ui-kit.min.css file without conflicting with new Ramotion updates
*/

/* This emi-checkbox-input class was found in the main-min.css file, but at the time didn't exist here */
.emi-checkbox-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* This emi-checkbox-label class was found in the main-min.css file, but at the time didn't exist here */
.emi-checkbox-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}