@charset "UTF-8";
 .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
   height: 80px;
   width: 80px;
   border: 0 none;
 }

 .layout-footer .logo-text img {
    height: 80px;
    width: 80px;
}

.adapterProgressItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14%
}

.adapterProgressItem p{
	margin: 0px !important;
}

.adapterProgressItem img{
	width: 105%;
	height: 120%;
}

.adapterProgressText {
  position: absolute;
}

.colorTextERROR {
  color: red;
}