
@import url("style.css");

.iradio_square-blue,
.iradio_flat-blue,
.icheckbox_square-blue,
.icheckbox_flat-blue,
.icheckbox,
.iradio,
[class*="iradio_"],
[class*="icheckbox_"],
[class*="icheck"],
div.checked,
span.checked,
label.checked,
.icheck-label,
.icheck-holder,
.icheck-state,
.bootstrap-select,
.btn-group.bootstrap-select,
.tooltip,
.tooltip-inner,
.tooltip-arrow,
[role="tooltip"],
.bs-tooltip-top,
.bs-tooltip-bottom,
.bs-tooltip-auto,
.bs-tooltip-start,
.bs-tooltip-end {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    clip: rect(0, 0, 0, 0) !important;
    transform: scale(0) !important;
}
