/*? media queries  */

/*? employee page  */

@media (width<=1024px) {
  .employee-nav {
    width: 90%;
  }

  .employee-cards {
    width: 90%;
  }
}

@media (width<=992px) {
  .employee-nav {
    width: 90%;
  }

  .employee-cards {
    width: 90%;
  }
}

@media (width<=768px) {
  .employee-nav {
    width: 90%;
  }

  .employee-cards {
    width: 90%;
  }

  .employee-cards .profile-card {
    flex-direction: column;
    text-align: center;
  }

  .employee-cards .profile-card .profile-img {
    border-right: none;
  }
}

@media (width<=576px) {
  .employee-nav {
    width: 90%;
    flex-direction: column;
  }

  .employee-btn-grp {
    flex-direction: column;
  }

  .employee-search-box {
    padding: 0.25rem 1rem;
    margin-top: 1rem;
  }

  .employee-cards {
    width: 90%;
    grid-template-columns: 100%;
  }

  .employee-cards .profile-card {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1rem;
  }

  .employee-cards .employee-btn-grp {
    margin-left: 0;
    justify-content: center;
  }

  .employee-cards .employee-btn-grp button {
    margin-left: 1rem;
  }

  .employee-cards .profile-card .profile-img {
    border-right: none;
  }

  .employee-nav .employee-btn-grp button,
  .employee-cards .employee-btn-grp button {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.6rem;
    font-style: normal;
  }
}

@media (width<=380px) {
  .employee-nav .employee-btn-grp {
    flex-direction: column;
  }
}

/*? employee profile  page  */

@media (width<=1024px) {
  .employee-profile-card {
    width: 90%;
    margin: auto;
    /* display: block; */
  }

  .employee-profile-card .profile-card {
    grid-template-columns: 1fr, 2fr;
    grid-template-rows: 1fr;
  }

  .employee-profile-card .profile-card .profile-img {
    border-right: none;
  }

  .employee-information-details {
    width: 90%;
    grid-template-columns: 1fr;
  }
}
@media (width<=992px) {
  .employee-profile-card {
    width: 90%;
    margin: auto;
    display: block;
  }

  .moon-img {
    width: 3%;
    height: auto;
  }

  .employee-profile-card .profile-card {
    width: 90%;
  }
  .employee-information-details {
    width: 90%;
    grid-template-columns: 1fr;
  }
}
@media (width<=768px) {
  .employee-profile-card {
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
  }

  .moon-img {
    width: 2%;
    height: auto;
  }

  .employee-profile-card .profile-card {
    width: 90%;
    grid-template-columns: 100%;
  }
  .employee-information-details {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .employee-information-details .personal-info,
  .employee-information-details .banking-info {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .employee-profile-card .profile-info .profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
@media (width<=576px) {
  .employee-profile-card .profile-card {
    width: 90%;
    grid-template-columns: 1fr;
  }
  .employee-information-details {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .moon-img {
    width: 5%;
    height: auto;
  }

  .employee-information-details .personal-info,
  .employee-information-details .banking-info {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .employee-nav h1 {
    text-align: center;
    margin: auto;
  }

  .profile-contact-details .contact-info {
    flex-direction: column;
  }

  .employee-profile-card .profile-info .profile-header {
    display: flex;
    flex-direction: column;
  }

  .chatBot {
    width: 90%;
  }
}

@media (width<=370px) {
  .employee-profile-card .profile-card {
    width: 90%;
    grid-template-columns: 1fr;
  }
  .employee-information-details {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .employee-information-details .personal-info,
  .employee-information-details .banking-info {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .profile-contact-details .contact-info {
    flex-direction: column;
  }

  .employee-nav h1 {
    text-align: center;
    margin: auto;
  }

  .employee-profile-card .profile-info .profile-header {
    display: flex;
    flex-direction: column;
  }

  .chatBot {
    width: 90%;
  }
}

/*? leave page  */

@media (width<=1024px) {
  .leave-heading-box {
    width: 90%;
  }

  .leave-container,
  .leave-details,
  .leave-container-admin,
  .leave-details-admin {
    width: 90%;
  }

  .leave-details-box {
    width: 90%;
  }
}

@media (width<=992px) {
  .leave-heading-box {
    width: 90%;
  }

  .leave-container,
  .leave-details,
  .leave-container-admin,
  .leave-details-admin {
    width: 90%;
    grid-template-columns: repeat(5, 1fr);
  }

  .leave-details-box {
    width: 90%;
  }
}

@media (width<=850px) {
  .leave-heading-box {
    width: 90%;
  }

  .leave-details-box {
    width: 90%;
  }

  .leave-container,
  .leave-details,
  .leave-container-admin,
  .leave-details-admin {
    width: 90%;
    grid-template-columns: repeat(5, 1fr);
  }

  .leave-container-admin h2 {
    font-size: 0.6rem;
  }
}

@media (width<=768px) {
  .leave-heading-box {
    width: 90%;
  }

  .leave-details-box {
    width: 90%;
  }

  .leave-container h2 {
    font-size: 0.75rem;
  }

  .leave-container,
  .leave-details,
  .leave-container-admin,
  .leave-details-admin {
    width: 90%;
    font-size: 0.6rem;
    grid-template-columns: repeat(5, 1fr);
  }

  .leave-details .employee-details {
    gap: 0.5rem;
  }

  .leave-container-admin h2 {
    font-size: 0.7rem;
  }
}

@media (width<=576px) {
  .leave-heading-box {
    width: 90%;
  }

  .leave-details-box {
    width: 90%;
  }

  .leave-heading-box h1 {
    font-size: 1rem;
  }

  .leave-container h2 {
    font-size: 0.6rem;
  }

  .leave-container,
  .leave-details,
  .leave-container-admin,
  .leave-details-admin {
    width: 90%;
    font-size: 0.6rem;
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.5rem;
  }

  .from-date,
  .to-date {
    display: none;
  }

  .leave-details .employee-details {
    gap: 0.4rem;
  }

  .leave-details {
    margin-top: 0.75rem;
  }

  .leave-details .employee-details h3 {
    font-size: 0.5rem;
  }

  .leave-container-admin h2 {
    font-size: 0.6rem;
  }

  .approve-btn-grp {
    display: none;
  }

  .approve-btn-grp i {
    margin: 0.25rem;
  }
}

@media (width<=370px) {
  .leave-heading-box {
    width: 90%;
  }

  .leave-details-box {
    width: 90%;
  }

  .add-leave {
    padding: 0.5rem;
    font-size: 0.75rem;
  }

  .leave-heading-box h1 {
    font-size: 1rem;
  }

  .leave-container h2 {
    font-size: 0.5rem;
  }

  .leave-container,
  .leave-details,
  .leave-container-admin,
  .leave-details-admin {
    width: 90%;
    font-size: 0.6rem;
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.4rem;
  }

  .leave-container-admin h2 {
    font-size: 0.6rem;
  }

  .from-date,
  .to-date {
    display: none;
  }

  .leave-details .employee-details {
    gap: 0.4rem;
  }

  .leave-details .employee-details h3 {
    font-size: 0.3rem;
  }

  .approve-btn-grp {
    display: none;
  }

  .approve-btn-grp i {
    margin: 0.25rem;
    padding: 0.3rem;
  }
}

/*? holiday page */

@media (width<=1024px) {
  .holiday-details-box {
    width: 90%;
  }

  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading {
    width: 90%;
  }

  .holiday-container-details {
    width: 90%;
  }

  .holiday-container-details i:nth-child(2) {
    margin: 0 0.5rem;
    color: #ff0000;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 45px;
    bottom: 0px;
  }
}
@media (width<=992px) {
  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 45px;
    bottom: 0px;
  }
}

@media (width<=835px) {
  .holiday-container-details i:nth-child(1) {
    margin: 0rem;
    font-size: 0.75rem;
  }
  .holiday-container-details i:nth-child(2) {
    margin-left: 0.75rem;
    color: #ff0000;
    font-size: 0.75rem;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
  }
}

@media (width<=768px) {
  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-container-details i:nth-child(1) {
    margin: 0rem;
    font-size: 0.75rem;
  }
  .holiday-container-details i:nth-child(2) {
    margin-left: 0.75rem;
    color: #ff0000;
    font-size: 0.75rem;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
  }
}

@media (width<=712px) {
  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-container-details i:nth-child(1) {
    margin: 0rem;
    font-size: 0.75rem;
  }

  .holiday-container-details i:nth-child(2) {
    margin-left: 0.75rem;
    color: #ff0000;
    font-size: 0.75rem;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
  }
}

@media (width<=576px) {
  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading h3 {
    font-size: 0.75rem;
  }

  .holiday-heading-box h1 {
    font-size: 1.25rem;
  }

  .holiday-container-details p {
    font-size: 0.75rem;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-container-details i:nth-child(1) {
    margin: 0rem;
    font-size: 0.75rem;
    text-align: center;
    /* display: block;
    text-align: center; */
  }
  .holiday-container-details i:nth-child(2) {
    margin-left: 0.75rem;
    color: #ff0000;
    font-size: 0.75rem;
    margin-left: 0;
    margin-top: 0.5rem;
    text-align: center;
  }

  .holiday-container-details p {
    align-self: center;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
    display: none;
  }

  .holiday-icons-grp {
    padding: 0.5rem 1.5rem;
  }

  .add-holiday {
    padding: 0.25rem 1rem;
  }

  .holiday-container-details p {
    align-self: center;
  }
}

@media (width<=415px) {
  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading h3 {
    font-size: 0.75rem;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-container-details p {
    align-self: center;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
    display: none;
  }

  .holiday-container-heading h3 {
    font-size: 0.5rem;
  }

  .holiday-heading-box h1 {
    font-size: 1rem;
  }

  .holiday-container-details p {
    font-size: 0.5rem;
  }

  .holiday-container-details i:nth-child(1) {
    margin: 0rem;
    font-size: 0.5rem;
    /* display: block;
    text-align: center; */
  }
  .holiday-container-details i:nth-child(2) {
    margin-left: 0.75rem;
    color: #ff0000;
    font-size: 0.5rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@media (width<=375px) {
  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading h3 {
    font-size: 0.75rem;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-container-details p {
    align-self: center;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
    display: none;
  }

  .holiday-container-heading h3 {
    font-size: 0.5rem;
  }

  .holiday-heading-box h1 {
    font-size: 1rem;
  }

  .holiday-container-details p {
    font-size: 0.5rem;
  }

  .holiday-container-details i:nth-child(1) {
    margin: 0rem;
    font-size: 0.5rem;
    /* display: block;
    text-align: center; */
  }
  .holiday-container-details i:nth-child(2) {
    margin-left: 0.75rem;
    color: #ff0000;
    font-size: 0.5rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@media (width<=330px) {
  .holiday-container-heading h3 {
    font-size: 0.5rem;
  }

  .holiday-heading-box h1 {
    font-size: 1rem;
  }

  .holiday-container-details p {
    font-size: 0.5rem;
  }

  .holiday-heading-box {
    width: 90%;
  }

  .holiday-container-heading,
  .holiday-container-details {
    width: 90%;
  }

  .holiday-icons-grp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgb(85, 85, 85, 0.5);
    left: 25px;
    bottom: 0px;
    display: none;
  }
}

/*? employee dashboard  */

@media (width<=1024px) {
  .employee-db-header {
    width: 90%;
  }

  .header-container {
    width: 90%;
  }

  .dashboard-header-container {
    width: 90%;
  }

  @media (width<=992px) {
    .header-container {
      width: 90%;
    }
    .dashboard-header-container {
      width: 90%;
    }

    .hamburger {
      display: block;
    }

    /* .main-logo {
      margin: 0.5rem auto;
    } */

    /* .main-logo {
      margin: 0.25rem auto;
    } */

    .navbar ul {
      /* padding-top: 1.5rem; */
      width: 100%;
      left: -100%;
      background: linear-gradient(220.55deg, #5d85a6 0%, #0e2c5e 100%);
      flex-direction: column;
      top: 10px;
      position: absolute;
      transition: 0.6s;
      /* top: 90px; */
    }

    .dark .navbar ul {
      background: linear-gradient(220.55deg, #ffd439 0%, #ff7a00 100%);
    }

    .navbar ul li {
      text-align: center;
    }

    .main-menu .sub-menu {
      left: 42%;
    }

    .employee-db-header hr {
      margin: 3.5rem;
    }

    .user-logout-btn {
      top: 2.75rem;
      left: 2.75rem;
      padding: 0.25rem 0.5rem;
      font-size: 0.75rem;
      z-index: -1;
    }
  }

  @media (width<=768px) {
    .header-container {
      width: 90%;
    }

    .employee-db-header hr {
      margin: 2rem;
    }

    .employee-db-header dfn {
      margin-left: 0.15rem;
      margin-top: 0.5rem;
    }

    .dashboard-header-container {
      width: 90%;
    }

    .hamburger {
      display: block;
    }

    .main-logo {
      margin: 0.5rem auto;
    }

    .main-logo {
      margin: 0.25rem auto;
    }

    .navbar ul {
      padding-top: 1.5rem;
      width: 100%;
      left: -100%;
      background: linear-gradient(220.55deg, #5d85a6 0%, #0e2c5e 100%);
      flex-direction: column;
      position: absolute;
      transition: 0.6s;
      /* top: 90px; */
    }

    .dark .navbar ul {
      background: linear-gradient(220.55deg, #ffd439 0%, #ff7a00 100%);
    }

    .navbar ul li {
      text-align: center;
    }

    .main-menu .sub-menu {
      left: 42%;
    }

    .employee-btn-grp {
      text-align: center;
    }

    .user-logout-btn {
      top: 2.75rem;
      left: 2.75rem;
      padding: 0.25rem 0.5rem;
      font-size: 0.75rem;
      z-index: -1;
    }
  }

  @media (width<=576px) {
    .header-container {
      width: 90%;
    }

    .employee-db-header hr {
      margin: 2rem;
    }

    .employee-db-header dfn {
      /* margin-left: 0.5rem; */
      margin-top: 0;
      margin-left: 0.15rem;
    }
    .dashboard-header-container {
      width: 90%;
    }

    .hamburger {
      display: block;
    }

    .main-logo {
      margin: 0.5rem auto;
    }

    .main-logo {
      margin: 0.25rem auto;
    }

    .navbar ul {
      padding-top: 1.5rem;
      width: 100%;
      left: -100%;
      background: linear-gradient(220.55deg, #5d85a6 0%, #0e2c5e 100%);
      flex-direction: column;
      position: absolute;
      transition: 0.6s;
      /* top: 90px; */
      height: 100vh;
    }

    .dark .navbar ul {
      background: linear-gradient(220.55deg, #ffd439 0%, #ff7a00 100%);
    }

    .navbar ul li {
      text-align: center;
    }

    .main-menu .sub-menu {
      left: 32%;
    }

    .user-logout-btn {
      top: 1.25rem;
      left: 2.5rem;
      padding: 0.25rem 0.5rem;
      font-size: 0.5rem;
      z-index: -1;
    }
  }

  @media (width<=375px) {
    .header-container {
      width: 90%;
    }

    .dashboard-header-container {
      width: 90%;
    }

    .hamburger {
      display: block;
    }

    .main-logo {
      margin: 0.5rem auto;
    }

    .main-logo {
      margin: 0.25rem auto;
    }

    .navbar ul {
      padding-top: 1.5rem;
      width: 100%;
      left: -100%;
      background: linear-gradient(220.55deg, #5d85a6 0%, #0e2c5e 100%);
      flex-direction: column;
      position: absolute;
      transition: 0.6s;
      /* top: 90px; */
    }

    /*! below code not working (using extrenal css to change navbar appearance)   */

    .dark .navbar ul {
      background: linear-gradient(220.55deg, #ffd439 0%, #ff7a00 100%);
    }

    .navbar ul li {
      text-align: center;
    }

    .main-menu .sub-menu {
      left: 32%;
    }
  }

  .emp-availability {
    width: 90%;
  }

  .emp-availability-container {
    width: 90%;
    margin: 1rem auto;
  }

  .emp-details-box {
    width: 90%;
  }

  .leave-and-grievance-container {
    width: 90%;
  }
}

@media (width<=992px) {
  .employee-db-header {
    width: 90%;
  }

  .emp-availability {
    width: 90%;
  }

  .emp-availability-container {
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    margin: 1rem auto;
  }

  .emp-details-box {
    width: 90%;
  }

  .leave-and-grievance-container {
    width: 90%;
  }

  hr {
    width: 80%;
  }
}

@media (width<=835px) {
  .employee-db-header {
    width: 90%;
  }

  .emp-availability {
    width: 90%;
  }

  .emp-availability-container {
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    margin: 1rem auto;
  }

  .emp-details-box {
    width: 90%;
  }

  .leave-and-grievance-container {
    width: 90%;
  }

  .applications-btn-grp {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  hr {
    width: 75%;
  }
}

@media (width<=768px) {
  .employee-db-header {
    width: 90%;
  }

  .emp-availability {
    width: 90%;
  }

  .emp-availability-container {
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    margin: 1rem auto;
  }

  .emp-details-box {
    width: 90%;
  }

  .leave-and-grievance-container {
    width: 90%;
  }

  .applications-btn-grp {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  hr {
    width: 80%;
  }
}

@media (width<=576px) {
  .employee-db-header {
    width: 90%;
  }

  .emp-availability {
    width: 90%;
  }

  .emp-availability h3 {
    font-size: 1.25rem;
  }

  .emp-availability-container {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    margin: 1rem auto;
  }

  .total-application-num {
    margin: 0.5rem 0;
  }

  .total-application-num p {
    margin-bottom: 1rem;
  }

  .total-application-img img {
    width: 100%;
  }

  .emp-details-box {
    width: 90%;
    grid-template-columns: 100%;
  }

  .leave-and-grievance-container {
    width: 90%;
  }

  .generate-offer-letter {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .applications-btn-grp {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .leave-and-grievance-container .leave-count-box,
  .leave-and-grievance-container .leave-taken-box,
  .num-of-complaint {
    padding: 1rem;
  }

  .leave-taken-box h3,
  .leave-taken-box h5,
  .num-of-complaint h3,
  .num-of-complaint h5 {
    font-size: 0.35rem;
  }

  .emp-availability-box h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.6rem;
  }

  .emp-availability-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.6rem;
    margin-top: 0.75rem;
  }

  .emp-availability-box i {
    font-size: 0.5rem;
    margin-bottom: 0.75rem;
  }

  hr {
    width: 65%;
  }
}

@media (width<=375px) {
  .employee-db-header {
    width: 90%;
  }

  .emp-availability {
    width: 90%;
    grid-template-columns: 100%;
  }

  .emp-availability-box {
    padding: 0.5rem 1rem;
  }

  .emp-availability-container {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }

  .emp-details-box {
    width: 90%;
  }

  .leave-and-grievance-container {
    width: 90%;
  }

  .generate-offer-letter {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .applications-btn-grp {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .leave-and-grievance-container .leave-count-box,
  .leave-and-grievance-container .leave-taken-box,
  .num-of-complaint {
    padding: 1rem;
  }

  .leave-taken-box h3,
  .leave-taken-box h5,
  .num-of-complaint h3,
  .num-of-complaint h5 {
    font-size: 0.45rem;
  }

  hr {
    width: 65%;
  }
}

/*? .complaint-details page */

@media (width<=1024px) {
  .complaint-emp-details {
    width: 90%;
  }
}

@media (width<=992px) {
  .complaint-emp-details {
    width: 90%;
  }
}

@media (width<=768px) {
  .complaint-emp-details {
    width: 90%;
  }
}

@media (width<=576px) {
  .complaint-emp-details {
    width: 90%;
  }
}

@media (width<=375px) {
  .complaint-emp-details {
    width: 90%;
  }
}

/*? html to excel employee table data  */

@media (width<=1024px) {
  .emp-table-container {
    overflow-x: auto;
  }
  .employee-data-table {
    width: 90%;
    margin: auto;
  }
}

@media (width<=992px) {
  .employee-data-table th,
  .employee-data-table td {
    padding: 0.75rem;
  }

  .employee-data-table {
    width: 90%;
    margin: auto;
  }
}

@media (width<=768px) {
  .employee-data-table {
    padding: 0.5rem;
  }

  .employee-data-table {
    width: 90%;
    margin: auto;
  }

  .employee-data-table th,
  .employee-data-table td {
    padding: 0.75rem;
  }
}

@media (width<=576px) {
  .employee-data-table th,
  .employee-data-table td {
    padding: 0.5rem;
  }

  .employee-data-table {
    width: 90%;
    margin: auto;
  }
}
