﻿.device-icon {
    background: url("~/images/Device_Options/Device_Options/4x/Devices_V1xxxhdpi.png");
    height: 7px;
    width: 7px;
    display: block;
}
.asset-icon {
    background: url("~/images/Icons_final_Ish/Icons_final_Ish/4x/Assetxxxhdpi.png");
    height: 7px;
    width: 7px;
    display: block;
}
.exception-icon {
    background: url("~/images/Icons_final_Ish/Icons_final_Ish/4x/Exceptionsxxxhdpi.png");
    height: 7px;
    width: 7px;
    display: block;
}

.calibration-icon {
    -webkit-mask-image: url('~/images/icons/Calibration-regular.svg');
    mask-image: url('~/images/icons/Calibration-regular.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor; /* Uses the element's text color */
    width: 24px;
    height: 24px;
    display: inline-block;
}
