html,
body {  
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;  
}

* {
  box-sizing: border-box;
}

a {
  color: white;
  text-decoration: none;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

.m-0 {
  margin: 0;
}

/* ---------------Header CSS --------------- */

/* ------------Black Header -------------- */

.black-header {
  display: flex;
  justify-content: space-between;
  background: var(--Black, #212121);
}
.black-header .left-container {
  display: flex;
  align-items: center;
}
.black-header .left-container .logo {
  margin-left: 10px;
  height: 35px;
  width: 60px;
  object-fit: contain;
}
.black-header .left-container .text {
  padding: 0.25rem 0.5rem;
}
.black-header .left-container .text h5 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding-top: 0.25rem;
}
.black-header .left-container .text h6 {
  font-size: 13px;
  font-weight: 400;
  color: white;
  display: inline-block;
  align-items: center;
  padding-top: 0.25rem;
}
.black-header .left-container .text h6 a {
  font-weight: 600;
  padding: 0 0.25rem;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.black-header .right-container {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Grey, #383939);
}

.right-container h5 {
  color: white;
  font-weight: 600;
  padding-left: 10px; 
}

/* ----------------- Main Header -------------------- */

.main-header {
  background: #1a4480;

  display: flex;
  justify-content: space-between;
}
.index-heding {
  display: flex;
  align-items: center;
  padding: 10px;
}
.main-logo-wrap {
  padding: 0 30px 0 20px;
  border-right: 1px solid #ffff;
}
.main-logo-wrap img {
  width: 140px;
  height: 60px;
  object-fit: contain;
}
.index-heding h4 {
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  word-spacing: 2px;
  color: #fff;
}


.index-heding .sub-heading-time {
  padding-left: 30px;
  padding-top: 8px;
  font-size: 15px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

/* Mobile menu bar */

.topnav {
  display: none;
  position: relative;
}

#myLinks {
  display: none;
  position: absolute;
  right: 2rem;
  top: 3rem;
  z-index: 9;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid var(--nevy-blue-16, #03122a29);
  border-radius: 5px;
  min-width: 180px;
}
.mobile-nav a {
  color: black;
  padding: 0.5rem;
}

.topnav a {
  color: #fff;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 23px;
}

/* Web menu bar */

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.border {
  border-left: 2px solid white;
}
.p-index {
  padding: 28px 39.5px;
}
.navbar a.link {
  font-size: 17px;
}
.link {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  cursor: pointer;
  color: #fff;
  margin: 0 1rem;
}
.navbar .btn-logout {
  padding: 28px 30px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  border-left: 1px solid white;
  color: #fff;
}
.link img,
.btn img {
  margin-right: 0.5rem;
  color: #fff;
}
.btn {
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--Blue, #1a50a2);
  margin: 0 1rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.link h4 {
  font-size: 15px;
  font-weight: bold;
}

/* ------------------Main----------------------- */

main {
  max-width: 80%;
  margin: 3rem auto;
  min-height: calc(100vh - 282px); 
}
.welcome-banner {
  padding: 1rem;
  background: url("../image/background.png") no-repeat center center/cover;
  min-height: 207px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.welcome-banner h1 {
  font-size: 42px;
  font-weight: 500;
}
.content {  
  margin-top: 60px;
}
.description {  
  line-height: 1.5rem;
  padding-right: 3rem;
}
.description p {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  color: #383939;
}
.description button {
  font-size: 15px;
  font-weight: bold;
  display: block;
  background: #1a50a2;
  color: #fff;
  border: none;
  padding: 15px 50px;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 5px;
}

.card {
  width: 100%;
  border: 1px solid #03122a29;
  border-radius: 10px;
  margin-top: 2.5rem;  
}
.card .card-header {
  border-bottom: 1px solid var(--nevy-blue-16, #03122a29);
  display: flex;
  align-items: center;
  background: var(--Light-Blue, #f3f5f9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 28px 30px;
}
.card .card-header h3 {
  font-size: 28px;
  font-weight: 700;
  padding-left: 15px;
}
.card .card-body {
  padding: 30px;
}
.card-body time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1a50a2;
  margin-bottom: 8px;
  background-color: #f3f5f9;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 4px;
}

.card-body h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 17px;
}

.card-body p {
  font-size: 17px;
  font-weight: 400;
  color: #383939;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
}

footer {
  display: flex;
  font-size: 11px;
  justify-content: center;
  padding: 5px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #03122a29;
}

footer img {
  margin-right: 0.5rem;
  align-self: center;
}

/* Dashboard CSS */

.dashboard-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 2px solid #1a50a2;
}
.dashboard-heading h2 {
  font-weight: 700;
  font-size: 32px;
}

.dashboard-heading h5 {
  font-size: 16px;
  text-align: right;
}


.dashcontent {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.dashcontent .accounts {
  flex: 2;
}
.dashcontent .right-card {
  flex: 1;
  height: 100%;
  padding: 20px;
}
.accounts .accounts-heading {
  display: flex;
  gap: 10px;
}
.accounts .accounts-heading img {
  height: 32px;
  width: 32px;
}

.accounts-heading h3 {
  font-weight: 600;
  font-size: 26px;
}
.dashcard {
  border: 1px solid var(--nevy-blue-16, #03122a29);
  border-radius: 10px;  
  margin-top: 20px;
}
.dashcard .card-header {
  border-bottom: 1px solid var(--nevy-blue-16, #03122a29);
  background: var(--Light-Blue, #f3f5f9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 30px;
}
.dashcard .card-header h4 {
  font-size: 22px;
  font-weight: 700;
}
.dashcard .card-header h4 span {  
  font-weight: 400;
}
.dashcard .card-body {
  padding: 30px;
}
.dashcard .card-body ul {
  margin: 0;
  padding-left: 1rem;
}
li::marker {
  color: var(--Blue, #1a50a2);
  font-size: 1.2rem;
}
.dashcard .card-body ul li {
  color: #383939;
  font-size: 17px;
  line-height: 30px;
}
ul li a {
  color: #383939;
  text-decoration: underline;
}
.right-card {
  border: 1px solid var(--nevy-blue-16, #03122a29);
  background: var(--Light-Blue, #f3f5f9);
  border-radius: 10px;
  min-width: 300px;
  margin-top: 15px;
  max-height: fit-content;
}
.right-card .items {
  border: 1px solid var(--nevy-blue-16, #03122a29);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.right-card .items img.left-icon {
  width: 28px;
  height: 28px;
}
.right-card .items img.arrow-right {
  width: 24px;
  height: 24px;
}
.right-card .items:last-child {
  margin-bottom: 0px;
}
.items h4,
.items-form h4 {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}
.items h6 {
  color: #6e6b6d;
  font-size: 16px;
  padding: 10px 0 0 0;
}
.items-form {
  border: 1px solid var(--nevy-blue-16, #03122a29);
  background: #fff;
  border-radius: 10px;  
}
.items-form .item-header {
  border-bottom: 1px solid var(--nevy-blue-16, #03122a29);
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
}
.items-form .item-header .left-icon {
  height: 28px;
  width: 28px;
}

.items-form .item-body {
  padding: 1rem;
}
.items-form .item-body h6 {
  font-size: 16px;
  padding: 10px 0;
}
.items-form .item-body h5 b {
  font-size: 20px;
  font-weight: 500;
}
.items-form .item-body h5.attempts {
  font-size: 16px;
  margin-top: 24px;
}
.item-body input {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #03122a29;
  padding: 14px 10px;
  border-radius: 4px;
}
.item-body input::placeholder {
  color: #38393966;
}
.accept-btn {
  font-size: 16px;
  font-weight: 700;
  display: block;
  background: #1a50a2;
  color: #fff;
  border: none;
  padding: 12.5px;
  margin-top: 16px;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}
.accept-btn:focus {
  box-shadow: 0 0 0 0.25rem #eee;
}

/* Carousel */
.carousel-body {  
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  margin: 0;  
}

.carousel {
  position: relative;  
  overflow: hidden;  
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;  
}

.carousel-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  z-index: 1000;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-button:focus {
  outline: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.carousel-dots .carousel-dot {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-dots .carousel-dot.active {
  background: #007bff;
}

/* ----------------Page CSS--------------- */
.self-service-container {
  display: flex;  
  margin-top: 40px;
  gap: 64px;
}
.self-service-container .text-card {
  max-width: 748px;
  background-color: #d8e8f7;
  border: 1px solid #d8e8f7;
  border-radius: 12px;
  padding: 30px;
}
.hr-border {
  border-bottom: 1px solid var(--grey-40, #38393966);
  margin: 30px 0px;
}
.new-regisration .new-regisration-header,
.resume-regisration .resume-regisration-header {
  display: flex;
  align-items: center;
}

.new-regisration .new-regisration-header img,
.resume-regisration .resume-regisration-header img {
  height: 52px;
  width: 52px;
}
.new-regisration .new-regisration-header h1,
.resume-regisration .resume-regisration-header h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 31.2px;
  text-align: left;
  color: #1a50a2;
  padding-left: 16px;
}
.new-regisration p,
.resume-regisration p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;  
}

.self-service-card {
  width: 100%;
  max-width: 548px;
  background-color: #f3f5f9;
  border: 1px solid var(--nevy-blue-16, #03122a29);
  border-radius: 12px;
  padding: 24px;
}
.self-service-card h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
  margin-bottom: 30px;
}
.self-service-input {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--nevy-blue-16, #03122a29);
  padding-bottom: 24px;
}

.self-service-input label {
  font-size: 17px;
  font-weight: 400;
  color: #212121;
  padding-bottom: 8px;
}
.self-service-input input,
.self-service-input select {
  border: 1px solid var(--nevy-blue-16, #03122a29);
  border-radius: 4px;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 400;
}
select {
  appearance: none; /* Removes default arrow */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background: url("../image/down-arrow.png") no-repeat right 1px center;
  background-size: 15px;
  background-color: white;
  cursor: pointer;
}

.self-service-input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #38393966;
}
.self-service-input a {
  color: #1a50a2;
  text-decoration: underline solid 1px;
  text-align: end;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
}
.self-service-buttons {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 24px;
}

.self-service-buttons button {
  padding: 12px 39px;
  border: 1px solid #1a50a2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}
.self-service-buttons .cancel-btn {
  color: #1a50a2;
}
.self-service-buttons .submit-btn {
  color: #ffffff;
  background-color: #1a50a2;
}

.self-service-input .inner-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.self-service-input .inner-box:last-child {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.self-service-input .inner-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
.self-service-input .inner-box p {
  font-size: 16px;
  font-weight: 400;
  color: #383939;
  margin-top: 8px;
  margin-bottom: 18px;
}
.radio-buttons {
  display: flex;
  align-items: center;
}
.radio-buttons input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;  
}
.radio-buttons label {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  padding: 0;
}
.inner-box .wage-amount {
  padding: 18px;
  border: 1px dashed var(--grey-40, #38393966);
  border-radius: 6px;
  background-color: #03122a0d;
}

.wage-amount .wage-input label,
.wage-checkbox label {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.wage-input input {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
}
.wage-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
}
.wage-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}

.inner-box .wage-amount-no {
  padding: 14px;
  border: 1px dashed var(--grey-40, #38393966);
  border-radius: 6px;
  background-color: #03122a0d;
  height: 120px;
}
.inner-box .wage-amount-no p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.invite-container {
  width: 100%;
  max-width: 548px;
}
.invite-user-header {
  margin-bottom: 20px;
}
.invite-user-header h3,
.manage-user-text h1 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 8px;
}
.invite-user-header h2,
.manage-user-text h4 {
  font-size: 17px;
  font-weight: 400;
}

/* --------------------- Manage User ------------------- */
.manage-user-container {
  width: 100%;
}
.manage-user-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-bar {
  min-width: 400px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 10px 12px 42px;
  font-weight: 400;
}
.search-bar::placeholder {
  color: #38393966;
}
.search-container {
  position: relative;
}
.search-icon {
  position: absolute;
  left: 12px;
  top: 13px;
  pointer-events: none;
}

.manage-user-buttons {
  display: flex;
}

.invite-button {
  padding: 12px 24px;
  border: 1px solid #1a50a2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1a50a2;
  margin-left: 25px;
  height: fit-content;
}

.invite-button:hover {
  background-color: #0056b3;
}
.table-conatiner {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;  
}

thead th {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  text-align: left;
  padding: 12px 16px;
}

tr,
td {
  padding: 11px 16px;
  border: 1px solid #c1c4c8;
}
.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

tr:nth-child(even) {
  background-color: #f3f5f9;
}

table button {
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;  
}
.table-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.edit-btn {
  border: 1px solid #1a50a2;
  color: #1a50a2;
}
.edit-btn:hover {
  background-color: #1a50a2;
  color: #fff;
}

.delete-btn {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.delete-btn:hover {
  background-color: #c82333;
  color: #fff;
}

.cancel-button-container {
  margin-top: 40px;
}
.cancel-button {
  padding: 12px 39px;
  border: 1px solid #1a50a2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #1a50a2;
  background-color: #fff;
}

/* responsive */

@media (min-width: 1500px) {
  main {
    max-width: 1360px;
    margin: 3rem auto;
  }
}

@media (max-width: 1500px) {
  main {
    max-width: calc(100% - 14rem);
    margin: 3rem 7rem;
  }
  .card .card-header h3 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  main {
    max-width: calc(100% - 10rem);
    margin: 3rem 5rem;
  }
}
@media (max-width: 1200px) {
  main {
    max-width: calc(100% - 6rem);
    margin: 3rem;
  }
  .card .card-header {
    padding: 16px 20px;
  }
  .card .card-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .navbar {
    display: none;
  }

  .topnav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main {
    max-width: calc(100% - 3rem);
    margin: 3rem 1.5rem;
  }
  .dashcontent {
    flex-direction: column;
  }
  .dashcontent .accounts {
    width: 100%;
  }
  .dashcontent .right-card {
    width: 100%;
  }
  .content {    
    gap: 30px;
    margin: 30px 0;
  }
  .description {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .card-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .manage-user-header {
    flex-direction: column;
  }
  .manage-user-buttons {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  main {
    max-width: calc(100% - 3rem);
    margin: 1.5rem;
  }
  .description p {
    font-size: 16px;
  }
  .description button {
    font-size: 14px;
    margin: auto;
  }
  /* -------- dashboard -------- */

  .dashboard-heading h2 {
    margin-bottom: 0.5rem;
  }
  .dashcontent {
    flex-direction: column;
    margin-top: 1rem;
  }
  .dashcard {
    min-width: 300px;
  }
  .accounts-heading h3 {
    font-size: 20px;
  }

  table {
    font-size: 14px;
  }
  thead th,
  tbody td {
    padding: 8px;
  }
  .manage-user-header {
    flex-direction: column;

    
  }

  .search-bar {
    min-width: 300px;
  }
  .manage-user-buttons {
    margin-top: 20px;    
  }
  .self-service-container {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
}

@media only screen and (max-width: 576px) {
  main {
    max-width: calc(100% - 2rem);
    margin: 1.5rem 1rem;
  }
  .main-logo-wrap {
    padding: 0;
    padding-right: 10px;
  }
  .main-logo-wrap img {
    width: 70px;
    height: 30px;
  }
  .main-header .index-heding {
    padding: 10px;
  }
  .main-header .index-heding h4.heading {
    font-size: 14px;
    padding-left: 10px;
  }

  .main-header .index-heding .sub-heading-time {
    font-size: 12px;
    padding-left: 10px;
  }
  .black-header .left-container .logo {
    width: 40px;
    height: 24px;
    margin-left: 0;
  }
  .black-header .left-container .text {
    padding: 0;
    padding-left: 0.5rem;
  }
  .black-header .left-container .text h5 {
    font-size: 14px;
  }
  .black-header .left-container .text .heading-text {
    display: block;
    font-size: 12px;
  }
  .black-header .left-container .text .heading-text a {
    display: inline-flex;
    width: fit-content;
  }
  .black-header .left-container {
    padding: 6px 10px;
  }
  .text h6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .black-header .right-container {
    padding: 0 10px;
  }
  .black-header .right-container h5 {
    display: none;
  }
  .index-heding hr {
    height: 2.7rem;
    border: 1px solid var(--nevy-blue-16, #03122a29);
    margin: 0 0.5rem;
  }
  .heading {
    font-size: 1rem;
  }
  .welcome-banner h1 {
    font-size: 25px;
  }

  /* -------- dashboard -------- */

  .dashboard-heading {
    flex-direction: column;
  }
  .dashboard-heading h2 {
    font-size: 22px;
  }
  .dashboard-heading h5 {
    font-size: 14px;
    text-align: center;
  }
  .accounts .accounts-heading img {
    height: 24px;
    width: 24px;
  }
  .card .card-header {
    padding: 14px 15px;
  }
  .card .card-header h3 {
    font-size: 18px;
  }
  .card .card-body {
    padding: 16px;
  }
  .card .card-body h3 {
    font-size: 16px;
  }
  .card .card-body p {
    font-size: 14px;
    line-height: 1.6em;
  }
  .dashcard .card-header {
    padding: 14px 20px;
  }
  .dashcard .card-body {
    padding: 14px 20px;
  }
  .dashcard .card-header h4 {
    font-size: 18px;
  }
  .dashcontent .right-card {
    padding: 12px;
  }
  .dashcontent .right-card .items,
  .items-form .item-header {
    padding: 8px 12px;
  }
  .items h4,
  .items-form h4 {
    font-size: 18px;
  }
  .right-card .items img.left-icon,
  .items-form .item-header .left-icon {
    width: 24px;
    height: 24px;
  }
  .right-card .items img.arrow-right {
    width: 20px;
    height: 20px;
  }
  .right-card .items h6 {
    font-size: 14px;
  }
  .items-form .item-body h5 b {
    font-size: 18px;
  }
  .search-bar {
    min-width: 200px;
  }
}

@media only screen and (max-width: 426px) {
  .self-service-container {
    margin-top: 20px;
  }
  .manage-user-buttons {
    justify-content: space-between;
  }
  .search-bar {
    min-width: 100%;
    font-size: 12px;
  }
  .invite-button {
    margin-left: 0;
    font-size: 13px;
    padding: 12px 20px;
  }
  .manage-user-text {
    text-align: center;
  }
  .cancel-button-container {
    display: flex;
    justify-content: center;
  }
  .manage-user-text h1 {
    font-size: 16px;
  }
  .manage-user-text h4 {
    font-size: 13px;
  }
  .new-regisration .new-regisration-header img,
  .resume-regisration .resume-regisration-header img {
    height: 40px;
    width: 40px;
  }
  .new-regisration .new-regisration-header h1,
  .resume-regisration .resume-regisration-header h1 {
    font-size: 20px;
  }
  .new-regisration p,
  .resume-regisration p {
    font-size: 16px;
    margin: 0.5rem;
  }
  .hr-border {
    margin: 20px 0px;
  }
  form {
    width: 100%;
  }
  .self-service-card h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .invite-user-header h3,
  .manage-user-text h1 {
    font-size: 20px;
  }
  .self-service-buttons {
    justify-content: center;
    padding: 0px 10px;
  }
  .self-service-buttons button {
    padding: 12px 24px;
    font-size: 14px;
  }
  .access-esso-container{
    padding: 30px 60px !important ;
   }
}
@media only screen and (max-width: 350px) {
  .self-service-card {
    padding: 24px 0px;
    max-width: 350px;
  }
  .self-service-input {
    margin: 0px 10px;
  }
  .manage-user-buttons {
    flex-direction: column;
    gap: 15px;  
  }
}

@media only screen and (max-width: 994px) {
  .self-service-container {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
  .mobile-nav a.btn {
    font-size: 15px;
    color: var(--Blue, #1a50a2);
  }
  .mobile-nav a.link {
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    color: black;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .mobile-nav .btn {
    margin: 0;
  }
}

.grid-row .description ul {
  margin : 0px ;
  font-size: 16px;
  font-weight: 500;
}

.grid-row .description ul li::marker {
  color: #000000;
  font-size: 1.2rem;
}

.access-esso-container{
  text-align: center;
  border-radius : 6px;
  background-color: #dbdbdb;
  max-height: fit-content;
  padding: 50px 100px ;
 }
 .access-esso-container .login-container a{
  text-decoration: underline;
  color:#1a4480;
 }

 .access-esso-container h4 {
  margin-top : 0px
 }
 .access-esso-container button {
  width : auto;
  /* margin : 0px; */
  justify-content: center;
  color: white;
  /* padding : 10px; */
  display: inline;
 }

.grid-row:has(.access-esso-container){
    justify-content:center;
}

.grid-row .access-esso-container{
  padding : 50px 100px ;
 }

 
.cursor-pointer {
  cursor: pointer;
}