.clear-all-btn {
  display: flex;
  gap: 11px;
  margin-top: 2rem !important;
}

.form-label {
  color: #000;
  font-weight: 400;
}

.role-select {
  font-size: 0.8rem;
  border-radius: 10rem;
  height: 3rem;
}

.device-boxes {
  position: relative;
  left: 93px;
}

.device-check-boxes {
  display: flex;
  justify-content: space-between;
}

.apk-text {
  font-weight: bolder;
  line-height: normal;
  margin-top: 5px;
}
.apk-download {
  background-image: url("../../assets/img/bg-img.jpg");

  background-repeat: no-repeat;
  background-size: auto;
  object-fit: cover;
  width: auto;
  /* height: auto; */
  height: 100%;
}

.apk-download .images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 280px;
  gap: 100px;
}

.apk-download .card {
  font-weight: bold;
  color: #412dc4;
  border-radius: inherit;
}

.mobile-img img {
  position: relative;
  bottom: 12px;
  right: 17px;
  width: 334px;
  height: 275px;
  border-radius: 7%;
  border: solid;
  border-color: white;
}

.apk-download .images {
  position: relative;
  top: 0;
  bottom: -100px;
  left: 0;
  right: -173px;
  margin: auto;
  width: 200px;
  height: 500px;
  gap: 100px;
}

.apk-download .card {
  width: 440px;
  height: 166px;
}

.apk-download .card-data {
  position: relative;
  bottom: 22px;
  left: 15px;
}

.apk-download .apk-download-btn button {
  font-weight: bold;
  color: #412dc4;
  border: white;
  width: 130px;
  height: 36px;
  border-radius: 4px;
  margin-top: 40px;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .apk-text {
    margin-top: -6px;
  }

  .mobile-img img {
    position: relative;
    bottom: 12px;
    right: 17px;
    width: 334px;
    height: 275px;
    border: solid;
    border-color: white;
  }

  .apk-download .images {
    position: relative;
    top: 75;
    bottom: -100px;
    left: 35px;
    right: -173px;
    margin: auto;
    width: 200px;
    height: 500px;
    gap: 100px;
  }

  .apk-download .card {
    width: 440px;
    height: 166px;
  }

  .apk-download .card-data {
    position: relative;
    bottom: 22px;
    left: -47px;
  }

  .apk-download .apk-download-btn button {
    font-weight: bold;
    color: #412dc4;
    border: white;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    margin-top: 50px;
  }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .apk-text {
    margin-top: -20px;
  }

  .mobile-img img {
    position: relative;
    bottom: 12px;
    right: 17px;
    width: 334px;
    height: 275px;
  }

  .apk-download .images {
    position: relative;
    top: 0;
    bottom: -100px;
    left: 35px;
    right: -173px;
    margin: auto;
    width: 200px;
    gap: 100px;
  }

  .apk-download .card {
    width: 332px;
    height: 140px;
  }

  .apk-download .card-data {
    position: relative;
    bottom: 22px;
    left: -47px;
  }

  .apk-download .apk-download-btn button {
    font-weight: bold;
    color: #412dc4;
    border: white;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    margin-top: 25px;
  }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .apk-text {
    margin-top: -36px;
  }

  .mobile-img img {
    position: relative;
    right: 6px;
    width: 269px;
    height: 304px;
  }

  .apk-download .images {
    position: relative;
    top: 0;
    bottom: -100px;
    left: 52px;
    right: -173px;
    margin: auto;
    width: 200px;
    gap: 100px;
  }

  .apk-download .card {
    width: 277px;
    height: 130px;
  }

  .apk-download .card-data {
    position: relative;
    bottom: 0;
    left: -98px;
  }

  .apk-download .apk-download-btn button {
    font-weight: bold;
    color: #412dc4;
    border: white;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    margin-top: 10px;
  }
}

/* `Small` devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .apk-text {
    margin-top: 5px;
  }

  .mobile-img img {
    position: relative;
    right: 0;
    width: 320px;
    height: 150px;
  }

  .apk-download .images {
    position: relative;
    top: 0;
    bottom: -145px;
    left: 0;
    right: 0px;
    margin: auto;
    width: 200px;
    gap: 100px;
  }

  .apk-download .card {
    width: 320px;
    height: 130px;
  }

  .apk-download .card-data {
    position: relative;
    bottom: 106px;
    left: 0;
  }

  .apk-download .apk-download-btn button {
    font-weight: bold;
    color: #412dc4;
    border: white;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    margin-top: 6px;
  }
}

/* `X-Small` devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .apk-text {
    margin-top: -8px;
  }

  .mobile-img img {
    position: relative;
    right: 0;
    width: 200px;
    height: 140px;
  }

  .apk-download .images {
    position: relative;
    top: 0;
    bottom: -145px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    gap: 100px;
  }

  .apk-download .card {
    width: auto;
    height: 140px;
  }

  .apk-download .card-data {
    position: relative;
    bottom: 106px;
    left: 0;
  }

  .apk-download .apk-download-btn button {
    font-weight: bold;
    color: #412dc4;
    border: white;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    margin-top: -1px;
  }
}

.rdt_Table {
  overflow: hidden;
}

.sidebar-brand-icon {
  margin-left: 28px;
}

.sidebar:hover .sidebar-brand-icon {
  margin-left: 0;
}

.sidebar-brand-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
}

.sidebar:hover .sidebar-brand-text {
  opacity: 1;
}

@media (min-width: 768px) {
  .sidebar {
    width: 3.5rem !important;
    transition: width 0.3s ease-out;
  }

  .sidebar:hover {
    width: 14rem !important;
    transition: 0.5s ease;
  }

  .nav-link span {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-left: 10px;
  }

  .sidebar:hover span {
    opacity: 1;
    visibility: visible;
  }
}
