/* breaking points of bootstrap 5 (≥1400px, ≥1200px, ≥992px, ≥768px, ≥576px, <576px	) */
/* breaking points of bootstrap 5 (xxl, xl, lg, md, sm, <xs	) */

/* breaking points of screens (1200px, 992px, 768px, 576px, 400px) */
@media screen and (min-width: 1600px) {
  #container {
    width: 1600px !important;
  }
}

@media screen and (min-width: 992px) {
  #layout-container {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  #layout-container {
    width: 90vw;
  }
}

@media screen and (min-width: 768px) {
  #content-container {
    padding: 3rem 2rem;
    width: 100%;
    min-height: 100vh;
  }

  #layout-container {
    display: flex;
    min-height: 100vh;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(187, 187, 187);
    margin: 1rem auto;
  }

  .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  aside {
    min-height: 100vh;
    width: 300px;
    padding: 1vw;
    position: relative;
    border: 2px solid #fafafa;
  }

  .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
  }
}

@media screen and (max-width: 768px) {
  #layout-container {
    min-height: 100vh;
    width: 100%;
    box-shadow: 0 5px 10px rgb(187, 187, 187);
  }

  #content-container {
    padding: 2rem 1rem;
    width: 100%;
  }

  aside {
    padding: 2vw;
  }

  .sidebar {
    display: flex;
    flex-direction: row;
    background-color: #fafafa;
  }

  .sidebar-menu-item {
    justify-content: center;
  }

  .sidebar h3 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  /* table tbody td {
        flex: 1;
        min-width: calc(100% / 3);
    } */

  .custom-card {
    width: 100% !important;
  }

  .grid-columns-2 {
    display: grid !important;
    grid-template-columns: auto !important;
  }

  /************************ 
font weights and sizes 
*************************/
  /* regular font size 35 */
  .poppins-regular-35 {
    font-weight: 400;
    font-size: 30px;
  }

  /* regular font size 30 */
  .poppins-regular-30 {
    font-weight: 400;
    font-size: 25px;
  }

  /* regular font size 9 */
  .poppins-regular-9 {
    font-weight: 400;
    font-size: 7px;
  }

  /* regular font size 9 */
  .poppins-regular-8 {
    font-weight: 400;
    font-size: 7px;
  }

  /* font size 10 */
  .poppins-regular-10 {
    font-weight: 400;
    font-size: 8px;
  }

  .poppins-medium-8 {
    font-weight: 500;
    font-size: 7px;
  }

  .poppins-medium-10 {
    font-weight: 500;
    font-size: 8px;
  }

  .poppins-semibold-10 {
    font-weight: 600;
    font-size: 8px;
  }

  .poppins-semibold-28 {
    font-weight: 600;
    font-size: 22px;
  }

  .poppins-extrabold-10 {
    font-weight: 700;
    font-size: 8px;
  }

  /* font size 12 */
  .poppins-regular-12 {
    font-weight: 400;
    font-size: 10px;
  }

  .poppins-medium-12 {
    font-weight: 500;
    font-size: 10px;
  }

  .poppins-semibold-12 {
    font-weight: 600;
    font-size: 10px;
  }

  .poppins-extrabold-12 {
    font-weight: 700;
    font-size: 10px;
  }

  /* font size 14 */
  .poppins-regular-14 {
    font-weight: 400;
    font-size: 12px;
  }

  .poppins-medium-14 {
    font-weight: 500;
    font-size: 12px;
  }

  .poppins-semibold-14 {
    font-weight: 600;
    font-size: 12px;
  }

  .poppins-extrabold-14 {
    font-weight: 700;
    font-size: 12px;
  }

  .poppins-semibold-14 {
    font-weight: 600;
    font-size: 14px;
  }

  /* font size 15 */
  .poppins-medium-15 {
    font-weight: 500;
    font-size: 13px;
  }

  /* font size 16 */

  .poppins-regular-16 {
    font-weight: 400;
    font-size: 14px;
  }

  .poppins-medium-16 {
    font-weight: 500;
    font-size: 14px;
  }

  .poppins-semibold-16 {
    font-weight: 600;
    font-size: 14px;
  }

  .poppins-extrabold-16 {
    font-weight: 700;
    font-size: 14px;
  }

  /* font size 18 */

  .poppins-regular-18 {
    font-weight: 400;
    font-size: 16px;
  }

  .poppins-medium-18 {
    font-weight: 500;
    font-size: 16px;
  }

  .poppins-semibold-18 {
    font-weight: 600;
    font-size: 16px;
  }

  .poppins-extrabold-18 {
    font-weight: 700;
    font-size: 16px;
  }

  /* font size 20 */

  .poppins-semibold-20 {
    font-weight: 600;
    font-size: 18px;
  }

  .poppins-regular-20 {
    font-weight: 400;
    font-size: 18px;
  }

  .poppins-medium-20 {
    font-weight: 500;
    font-size: 18px;
  }

  .poppins-semibold-20 {
    font-weight: 600;
    font-size: 18px;
  }

  .poppins-extrabold-20 {
    font-weight: 700;
    font-size: 18px;
  }

  /* font size 23 */

  .poppins-regular-23 {
    font-weight: 400;
    font-size: 21px;
  }

  .poppins-medium-23 {
    font-weight: 500;
    font-size: 21px;
  }

  .poppins-semibold-23 {
    font-weight: 600;
    font-size: 21px;
  }

  .poppins-extrabold-23 {
    font-weight: 700;
    font-size: 21px;
  }

  /* font size 32 */

  .poppins-regular-32 {
    font-weight: 400;
    font-size: 30px;
  }

  .poppins-medium-32 {
    font-weight: 500;
    font-size: 28px;
  }

  .poppins-semibold-32 {
    font-weight: 600;
    font-size: 30px;
  }

  .poppins-extrabold-32 {
    font-weight: 700;
    font-size: 30px;
  }
}
