.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;
}
.portal-header-log {
  width: 30% !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.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 .page.order-details-page .page-title h1{
  display:block;
}
.technicianPortal-portal .page.order-details-page .page-title {
  text-align: center;
}
.technicianPortal-portal .master-wrapper-content {
  width: 100%;
  background: #F5F5F5;
  min-height: 100vh; /* Changed from 80vh to 100vh to ensure it fills the screen */
  display: flex;
  flex-direction: column;
  /*padding-top: 130px; /* Add padding to account for fixed header height (130px) */ */ box-sizing: border-box; /* Ensure padding is included in height calculation */
}

.footer-powered-by {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin-top: auto; /* Push it to the bottom */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.technicianPortal-portal .master-column-wrapper {
    flex-grow: 1;
}

.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%;
}

button.layout-polisity, .layout-polisity {
  width: 250px;
  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: 6%;
}



a.portal-logout:hover, a.portal-login:hover {
  text-decoration: none;
}

nav.navbar.navbar-technicianPortal {
  display: block;
}

@media (min-width: 1024px) {
  /*.vendor-page {
    margin-top: 4%;
  }*/
}

  @media (max-width: 1024px) {
    .technicianPortal-portal .master-column-wrapper {
      margin-top: 25% !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: row;
      justify-content: center;
      grid-template-columns: 50% 50%;
      gap: 20px;
      margin-top: 2%;
      align-items: center;
      justify-items: center;
      margin: auto;
      flex-wrap: wrap;
    }

    .title-welcome {
      font-size: 20px;
      margin-bottom: 7%;
    }

    /*.technicianPortalCntr.ng-scope {
      margin-top: 50%;
    }*/

    button.layout-polisity, .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;
    }

    /*-------------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;
      }
    }
    #empTable tr {
      border-bottom: 3px solid #ddd;
      display: flex;
      margin-bottom: 10px;
      justify-content: space-between;
      flex-wrap: nowrap;
      align-items: center;
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    @media (max-width: 600px) {
    #empTable tr {
      border-bottom: 3px solid #ddd;
      display: flex;
      margin-bottom: 10px;
      justify-content: space-between;
      flex-wrap: nowrap; 
      align-items: center; 
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    #empTable td {
        display: flex; /* Changed from block to flex */
        width: auto !important; /* Allow auto width */
        margin-bottom: 0;
        align-items: center;
    }
    
    #empTable td:first-child {
        width: auto !important;
        text-align: right;
        margin-left: 10px; /* Add some spacing between button and input */
    }

    #empTable input[type="text"] {
        width: 100% !important;
        box-sizing: border-box;
        height: 40px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #empTable .button-1 {
         width: 40px !important;
         height: 40px !important;
         border-radius: 50%;
         padding: 0;
         line-height: 40px;
         text-align: center;
         /* float: left; Removed float */ 
         margin: auto; /* Center button in cell */
    }
}

/* Add desktop styles for empTable */
/*@media (min-width: 601px) {*/
 
/*}*/

    /*-------------end responsive menu---------*/
}
#empTable tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px; /* Increased space between rows */
  padding: 5px; /* Added padding to the row like mobile */
}

#empTable td {
  width: 100% !important;
}

  #empTable td:first-child {
    width: auto !important;
    text-align: right;
    margin-left: 10px; /* Add some spacing between button and input */
  }

#empTable input[type="text"] {
  width: 100% !important;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#empTable .button-1 {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  text-align: center;
  float: left;
}
/* Add styles for Powered by nopCommerce footer */
