.sidebar {
  width: 340px !important;
}

.card-buttom-top {
  display: flex;
  width: 80%;
  padding: 8px 12px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--primary-color-500);
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto 24px auto;
}

.text-bottom-top {
  display: flex;
  width: 100%;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.text1-bottom-top {
  color: var(--primary-color-500);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.text2-bottom-top {
  color: var(--Base-Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

/* pinout */
.table-pinout {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #f0f5ff;
  border-left: 1px solid #f0f5ff;
  border-right: 1px solid #f0f5ff;
}
.table-pinout th {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #f0f5ff;
}
.table-pinout td {
  border-bottom: 1px solid #f0f5ff;
  padding: 8px;
  text-align: center;
}
.table-pinout th {
  background-color: #f0f5ff;
  color: #003da9;
}
.table-pinout tr:nth-child(even) {
  background-color: #ffffff;
}
.table-pinout tr:hover {
  background-color: #ffffff;
}

/* end pinout */

/* instalasi */
.container-header {
  width: 100%;
  display: flex;
  align-self: center;
  padding: 10px;
  justify-content: center;
  background-color: #f0f5ff;
  color: #003da9;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
/* end instalasi */

/* sms parameter */

.header-sms-paramter {
  width: 100%;
  height: 6vh;
  background-color: #003da9;
  display: flex;
  color: white;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.45px;
}

.p-sms-header2 {
  color: #003da9;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.45px;
}

.table-sms {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #f0f5ff;
  border-left: 1px solid #f0f5ff;
  border-right: 1px solid #f0f5ff;
  table-layout: fixed;
}

.table-sms .th {
  padding: 8px !important;
  text-align: center;
  border-bottom: 1px solid #f0f5ff;
  font-size: 16px;
  white-space: normal;
  background-color: #f0f5ff;
  color: #003da9;
  font-weight: bold;
}

.table-sms td {
  padding: 8px !important;
  text-align: start;
  border-bottom: 1px solid #f0f5ff;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  font-size: 16px;
}

.table-sms tr:nth-child(even) {
  background-color: #ffffff;
}

.table-sms tr:hover {
  background-color: #ffffff;
}

.header-table-sms {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.4px;
}

/* end sms parameter */

.card-buttom {
  width: 80%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 12px 8px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
}

.text-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  width: 100%;
}
.text1-bottom {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px; /* 0% */
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.btn-bottom button {
  color: white;
  background-color: #003da9;
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.08px;
  margin-left: 24px;
  box-sizing: border-box;
}

.btn-bottom button:hover {
  border: 1px solid var(--primary-color-500);
  background-color: #fff;
  color: var(--primary-color-500);
  text-decoration: none;
  box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .card-buttom {
    width: 100%;
    margin-top: 48px;
  }
  .text1-bottom-top {
    font-size: 20px;
  }
  .text2-bottom-top {
    font-size: 16px;
  }

  .header-sms-paramter {
    font-size: 16px;
  }

  .p-sms-header2 {
    font-size: 16px;
  }

  .table-sms .th {
    font-size: 14px;
  }

  .table-sms td {
    font-size: 14px;
  }
  .header-table-sms {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    width: 100% !important;
  }
  .card-buttom-top {
    display: flex;
    width: 100%;
    padding: 8px 10px;
  }
  .text-bottom-top {
    gap: 4px;
  }
  .text1-bottom-top {
    font-size: 18px;
  }
  .text2-bottom-top {
    font-size: 14px;
  }

  .header-sms-paramter {
    font-size: 14px;
  }

  .p-sms-header2 {
    font-size: 14px;
  }

  .table-sms .th {
    font-size: 12px;
  }

  .table-sms td {
    font-size: 12px;
  }
  .header-table-sms {
    font-size: 12px;
  }
  .text-bottom {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .text1-bottom {
    font-size: 14px;
  }
  .btn-bottom button {
    font-size: 14px;
    margin-left: 0px;
    padding: 12px 24px;
  }
  .card-buttom {
    width: 100%;
    margin-top: 80px;
    border-radius: 16px;
    padding: 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    height: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-buttom {
    width: 100%;
    margin-top: 32px;
    border-radius: 16px;
    padding: 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    margin-inline: auto;
  }
  .text-bottom {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: fit-content;
  }
  .text1-bottom {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px; /* 0% */
    letter-spacing: 0.4px;
    margin-bottom: 0;
  }
  .btn-bottom button {
    color: white;
    background-color: #003da9;
    padding: 6px 16px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.08px;
    margin-left: 0px;
  }
}
