﻿  .customSiteLogo{
    background-image: url('tenants/1/storage/theme/Signal Control Panel Logo.svg');
    background-size: contain;
  }

.icon.plus {
    background-image: url(../images/icon_plus.svg);
    background-size: 12px 12px;
    min-width: 24px;
}
.icon.remove{
  background-image: url(images/icon_remove.png);
  background-color: transparent !important;
  height: 10px;
  background-size: contain;
  margin: -2px 0px 0px 3px;
  opacity: 0.7;
}

.loginBox .standardLogo {
  max-width: 250px;
  margin: 20px auto 40px;
  display: block;
}

.verytop .standardLogo {
  max-width: 150px;
  margin-left: 20px;
  margin-top: 5px;
}

.companyLogo {
  max-width: 150px;
}

body.login {
  background-image: none;
  background-color: rgb(244,244,244);
}
.pass-icon{
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
}
.pass-eye{
  margin-top: 2px;
  background-image: url('style/images/eye_no_strike_through.svg');
  background-size: 75%;
  background-repeat: no-repeat;
  width: 31.376px;
  height: 19.62px;
}
.pass-no-eye{
  background-image: url('style/images/eye_strike_through.svg');
  background-size: 75%;
  background-repeat: no-repeat;
  width: 31.376px;
  height: 24.828px;
}

.tooltipIcon {
  padding: 10px 6px 6px;
  font-size: 14px;
  transform: translateY(-5px);
  height: 20px;
  width: 20px;
}

[role="tooltip"],
  .hide-tooltip.hide-tooltip.hide-tooltip + [role="tooltip"] {
  visibility: hidden;
  position: absolute;
  display: inline;
  max-width: 300px;
  padding: 10px;
  margin-left: 10px;
  color: #FFF;
  font-size: 11px;
  font-weight: normal;
  white-space: initial;
  z-index: 999;
  border: solid 1px #FFF;

  --r: 1.2em;
  --c: #45B2E9;

  border-radius: var(--r);
  background: var(--c);
}
[aria-describedby]:hover,
[aria-describedby]:focus {
  position: relative;
}
[aria-describedby]:hover + [role="tooltip"],
[aria-describedby]:focus + [role="tooltip"] {
  visibility: visible;
}

.tooltipInverted {
  color: #45B2E9;
  border: solid 1px #45B2E9;

  --c: #FFF;

  background: var(--c);
}

.tooltipFlipped {
  margin-left: -360px;
}

  .employeeAppHeader .brandLogo{
    background-image: url(tenants/1/storage/theme/randstad_logo.png?20250827111337) !important;
  }
  .brandLogo.grey{
    background-image: url(tenants/1/storage/theme/randstad_logo.png?20250827111337) !important;
    filter: grayscale(1);
  }
  .payslipsLogo.verticalBox .siteLogo{
    background-image: url('tenants/1/storage/theme/Signal Login Logo.svg');
    background-position: bottom;
    height: 100px;
    background-size: contain;
  }
  .payslipsLogo.verticalBox .companyLogo{
    margin-bottom: 20px;
  }
