﻿// Force to hide cloaked elements before the angular is loaded

[data-ng-cloak], .ng-cloak, .ng-hide {
    display: none !important;
}