.technicianPortal-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background-color: white;
  height: 130px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}


.portal-header-log .ng-binding.ng-scope {
  margin: 0;
}

.technicianPortal-header-links {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.technicianPortal-header-links {
  font-size: 20px;
  font-weight: 300;
}

.nav-menu-technicianPortal {
  display: flex;
  margin-bottom: 0;
}

.technicianPortal-header-links a {
  font-weight: bold;
  align-items: center;
  margin-left: 19px;
}

a.portal-logout.ng-binding, a.portal-login.ng-binding {
  margin-left: 0;
}

.technicianPortal-inner-header {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.technicianPortal-portal .master-column-wrapper {
  margin-top: 7% !important;
}

.technicianPortal-icon .logo img {
  height: 50px;
}

.technicianPortal-footer {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  width: 100%;
  margin: auto;
  box-shadow: 0 -5px 4px 0px #c6c6c6;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
}

  .technicianPortal-footer button,
  .technicianPortal-footer a {
    margin-top: -20px;
  }

.technicianPortal-portal .master-wrapper-content {
  width: 100%;
  background: #F5F5F5;
}

.technicianPortal-portal .button-2,
.technicianPortal-portal .button-1 {
  border-radius: 20px ;
}

.technicianPortal-footer button,
.technicianPortal-footer a,
.technicianPortal-footer input,
.technicianPortal-footer-button {
  margin-top: -20px;
  line-height: 48px;
}

.footer-title {
  font-weight: bold;
  color: white;
  font-size: 18px !important;
  color: white !important;
  margin-bottom: 10px;
}

.technicianPortal-last-page a {
  border: none !important;
  font-size: 17px !important;
  color: white;
}

.technicianPortal-last-page {
  font: 17px !important;
}
/*//----------------------*/
.profile-menu-box-impersonated {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
  width: 150px;
  padding: 10px 0;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  pointer-events: none;
  box-shadow: 0 0 20px rgb(0 0 0 / 16%);
  z-index: 1020;
  transition: all .2s ease;
}

  .profile-menu-box-impersonated.open {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-left: 9px;
    padding-right: 9px;
    width: 220px;
  }

.container-layout-polisity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 2%;
}

.layout-polisity {
  width: 200px;
  height: 150px;
  background: #FFFFFF;
  border: 1px solid #151F68;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.title-welcome {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-top: 10%;
}

.portal-header-log {
  min-width: 200px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: white;
  align-items: center;
}

a.portal-logout:hover, a.portal-login:hover {
  /*color: black;*/
  text-decoration: none;
}


nav.navbar.navbar-technicianPortal {
  display: block;
}

@media (max-width: 736px) {
  .technicianPortal-portal .master-column-wrapper {
    margin-top: 40% !important;
  }

  .technicianPortal-portal .master-wrapper-content {
    width: 100%;
  }

  .technicianPortal-inner-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
  }

  .technicianPortal-header-links {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 90%;
  }

  .container-layout-polisity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-template-columns: 50% 50%;
    gap: 20px;
    margin-top: 2%;
    align-items: center;
    justify-items: center;
    width: 80%;
    margin: auto;
  }

  .title-welcome {
    font-size: 20px;
    margin-bottom: 7%;
  }

  .technicianPortalCntr.ng-scope {
    margin-top: 50%;
  }

  .layout-polisity {
    width: 150px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #151F68;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  }

  .vendor-portal .vendor-last-page.last-page {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }

  .vendor-header {
    height: 110px;
    padding: 13px;
  }

 /*.vendor-icon {
    order: 1;
  }*/

  .vendor-last-page.last-page {
    order: 2;
  }

  .vendor-title-header {
    order: 3;
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6%;
    width: 200px;
    text-align: center;
    
  }

  .portal-header-log {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: white;
    height: 30px;
    border-radius: 5px;
    align-items: center;
  }

/*-------------responsive menu---------*/

.navbar-technicianPortal, .navbar {
  /*min-height: 70px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-branding {
  font-size: 2rem;
}

.nav-menu-technicianPortal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.nav-link {
  transition: 0.3s ease-out;
}

.hamburger-technicianPortal {
  display: none;
  cursor: pointer;
}

.bar-technicianPortal {
  display: block;
  width: 25px;
  height: 4px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}


@media(max-width: 700px) {
  .hamburger-technicianPortal {
    display: block;
  }

    .hamburger-technicianPortal.active .bar-technicianPortal:nth-child(2) {
      opacity: 0;
    }

    .hamburger-technicianPortal.active .bar-technicianPortal:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger-technicianPortal.active .bar-technicianPortal:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

  .nav-menu-technicianPortal {
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #d7d7d7;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }

  .nav-item {
    margin: 16px 0;
  }

  .nav-menu-technicianPortal.active {
    left: 0;
  }
}


/*-------------end responsive menu---------*/
