body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background: #f5f5f5;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d3335;
  padding: 10px;
}

header svg {
  width: 100%;
  height: auto;
  max-width: 65.72px;
  min-width: 65.72px;
}

.main-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-section-status {
  min-width: 900px;
  max-width: 900px;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 30px;
}

.table-header-title {
  font-weight: 600;
  font-size: 20px;
}

.table-header-status-label {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.table-body {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.table-body-main {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  position: relative;
}
.table-body-main:hover {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.table-redirect-icon {
  position: absolute;
  right: 0;
}

.table-body-status {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.table-body-title {
  font-weight: 600;
  font-size: 18px;
}

.table-body-icon {
  margin-right: 10px;
}

.table-body-status-title {
  text-transform: capitalize;
  margin-left: 35px;
  margin-top: 5px;
  color: #464646;
}

.working-icon svg {
  height: 24px;
  width: 24px;
}

.not-working-icon svg {
  height: 24px;
  width: 24px;
}

.status {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
}

.mr-2 {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-20 svg {
  height: 20px;
  width: 20px;
}

.secret-code {
  display: none;
}

.status-icon svg {
  height: 24px;
  width: 24px;
}
