/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.row-bordered>.col,
.row-bordered>[class^=col-],
.row-bordered>[class*=" col-"],
.row-bordered>[class^="col "],
.row-bordered>[class*=" col "],
.row-bordered>[class$=" col"],
.row-bordered>[class=col] {
  padding-bottom: 20px;
  position: relative;
  padding-top: 1px;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 74px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}



/* ---------- Dashboard ---------------- */

.first1 {
  height: 200px;
  width: 100%;
  place-content: center;
}

.total-students {
  height: 100%;
  width: 100%;

  .CircularProgressbar .CircularProgressbar-text {
    fill: #3e98c7;
    font-size: 14px;
    dominant-baseline: middle;
    text-anchor: middle;
  }

  element.style {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 70%;
  }
}

.LineChart {
  height: 500px;
}


.branch {
  height: 380px;
}

.order-0 {

  h5, h6 {
    color: #1111f4;
  }
  .buttons {
    display: flex;
    .button {
      border: 1.5px solid #0059ff;
      padding: 5px 10px;
      color: #585757;
      border-radius: 5px;
      cursor: pointer;
    }

    .button:hover {
      background-color: #0059ff;
      color: #fff;
      transition: .5s;
      box-shadow: 0px 3px 3px lightblue;
      border-color: #0059ff;
    }
    .academic {
      width: 220px;
    }
  }
}



/* --------  search users ------------ */

/* Accordion Styling */
.accordion {
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 18px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-button.collapsed {
  background-color: #f8f9fa;
  color: #333;
}

.accordion-body {
  border-top: 2px solid rgba(0, 0, 0, 0.192);
  background-color: #ffffff;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #164e6eb6;
  border-radius: 10px;
  outline-color: #e0a800;
}

.btn {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  color: white;
}

.btn-warning {
  margin-left: 10px;
  background-color: #ffc107;
  border: none;
  color: white;
}

.btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0px 4px 10px rgba(0, 91, 187, 0.5);
}

.btn-warning:hover {
  background-color: #e0a800;
  box-shadow: 0px 4px 10px rgba(224, 168, 0, 0.5);
}

/* --------  search end ------------ */


/* ----------- profile ---------------- */


/* ------- card-body progress --------- */
.card-separator {
  box-shadow: 0px 0px 4px rgba(173, 216, 230, 0.774);
  border-radius: 10px;
  padding: 15px 0;
  align-items: center;

  .col-md-8 {
    border-right: 2px solid rgba(131, 131, 131, 0.116);

    .heading {
      h5 {
        margin-bottom: 10px;
      }

      p {
        width: 350px;
      }
    }

    .options {
      align-items: center;

      .content {
        display: flex;

        .icon {
          margin-right: 5px;
          place-content: center;
          padding: 8px 8px;
          border-radius: 8px;
        }
      }

      .content-right {
        align-self: center;

        p {
          font-size: 16px;
          margin-bottom: 0;
        }

        span {
          font-size: 20px;

        }

      }
    }
  }

  .right {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
  }


}


.prograss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

/* Apply CSS properties to ui-widgets class */
.ui-widgets {
  position: relative;
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 9rem;
  margin: 1.5rem;
  border: 1.2rem solid palegreen;
  box-shadow: inset 0 0 7px grey;
  border-left-color: palegreen;
  border-top-color: chartreuse;
  border-right-color: darkgreen;
  border-bottom-color: white;
  text-align: center;
  box-sizing: border-box;
}

/*  Apply css properties to the second 
  child of ui-widgets class */
.ui-widgets:nth-child(2) {
  border-top-color: chartreuse;
  border-right-color: white;
  border-left-color: palegreen;
  border-bottom-color: white;
}

/*  Apply css properties to ui-widgets class 
  and ui-values class*/
.ui-widgets .ui-values {
  top: 45px;
  position: absolute;
  left: 8px;
  right: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 10px;
}

/*  Apply css properties to ui-widgets 
  class and ui-labels class*/
.ui-widgets .ui-labels {

  left: 0;
  bottom: -16px;
  text-shadow: 0 0 4px grey;
  color: black;
  position: absolute;
  width: 100%;
  font-size: 16px;
}

/* ------- card-body progress --------- */


/* ---------- top Courses -------- */



.profilecards {
  .card-header {

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card-body {

    ul li {
      display: flex;
      margin-bottom: 30px;
      align-items: center;
    }

    ul li .icon {
      margin-right: 10px;

      span {
        border-radius: 8px;
        padding: 10px;
      }
    }

    ul li .row {
      width: 100%;
      align-items: center;
    }
  }
}

.viewcard {

  .card {
    padding: 20px;

    .details .col-6 {
      margin-top: 10px;
      display: flex;

      span {
        margin-right: 10px;
        padding: 8px;
        border-radius: 5px;
        align-items: center;
      }

      .date {
        margin-top: -10px;

        h6 {
          margin-bottom: 0;
        }
      }
    }
  }
}

.card-body::-webkit-scrollbar {
  width: 8px;
}

.card-body::-webkit-scrollbar-thumb {
  background-color: lightblue;
  border-radius: 4px;
}

.card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.profilecards2 {

  .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card-body {
    overflow-y: scroll;
    height: 400px;
    scroll-behavior: smooth;
    scrollbar-color: lightblue;

  }


  .row {
    padding: 20px 0;
  }

  .percent {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .percent svg {
    position: absolute;
    width: 60px;
    height: 60px;
    transform: rotate(-90deg);
  }

  .percent svg circle {
    fill: none;
    stroke-width: 3;
    stroke: #e3e3e3;
    cx: 30;
    cy: 31;
    r: 23;
    stroke-dasharray: 139;
    stroke-dashoffset: 157;
    transition: stroke-dashoffset 1s ease-in-out;
  }

  .percent svg circle:nth-child(2) {
    stroke: #007bff;
    stroke-dashoffset: calc(157 - (157 * 87) / 100);
    animation: progressAnimation 1.5s ease-in-out forwards;
  }

  @keyframes progressAnimation {
    from {
      stroke-dashoffset: 157;
    }

    to {
      stroke-dashoffset: calc(157 - (157 * 87) / 100);
    }
  }

  .num h2 {
    position: relative;
    font-size: 12px;
    margin-top: 15px;
    font-weight: bold;
  }

  .btn1 {
    background: rgb(207, 206, 206);
    color: #fff;
    padding: 5px;
    transform: translateX(10px);
    border-radius: 5px;
  }

  .btn1:hover {
    background: lightgray;
  }


}

.listusers {
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .search-input {
    transform: translateY(-5px);
    padding: 10px;
    border: 1px solid #619af491;
    border-radius: 10px;
    outline-color: #0056b3;
  }

  .table-responsive {
    height: 400px;
  }

  .table-responsive::-webkit-scrollbar {
    width: 8px;
  }

  .table-responsive::-webkit-scrollbar-thumb {
    background-color: lightblue;
    border-radius: 4px;
  }

  .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
  }


  table {
    width: 100%;
    border-collapse: collapse;
  }

  table tbody tr:nth-child(odd) {
    background-color: #e3f0fc42;
  }

  /* table tbody tr:hover {
    background-color: #e3f0fc;
  } */

  .table th {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #1060aa;
  }

  td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.058);
    font-size: 12;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  .course-info {
    display: flex;
    align-items: center;
  }



  .instructor {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .progress-bar-wrapper {
    background: #ddd;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
  }

  .progress-bar {
    width: 89%;
    height: 100%;
    background: #0c5aec;
  }

  .status {
    display: flex;
    padding-right: 20px;
    justify-content: space-between;
  }

  .status-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .icon-user,
  .icon-book,
  .icon-video {
    font-size: 16px;
    color: #007bff;
  }


  .paginate-section {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .pagination-list {
    list-style: none;
    gap: 10px;
  }

  .pagination li {
    display: inline;
  }

  button {
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    cursor: pointer;
  }

  button:hover {
    background: #ddd;
  }

  .active button {
    background: #007bff;
    color: white;
  }


}

.studentdata {

  table {
    width: 100%;

    thead {
      color: #1111f4;
      font-size: 20px;
      font-weight: 500;
    }


    td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.058);
      cursor: pointer;
      font-size: 12;
    }

    th {
      font-weight: bold;
      font-size: 14px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.058);
    }
  }

  table tbody tr:nth-child(odd) {
    background-color: #e3f0fc5d;
  }

  table tbody tr:hover {
    background-color: #e3f0fc;
  }


  .pagination {
    button {
      border: 1px solid rgb(41, 198, 250);
      border-radius: 5px;
      padding: 10px 25px;
      background: rgb(41, 198, 250);
    }
  }
}

.table-responsive::-webkit-scrollbar {
  height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}


/* ----------- profile end ---------------- */


.modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content {
  height: 100%;
  border-radius: 0;
}

.modal-body {
  height: calc(100% - 56px);
  /* Adjust header height */
  overflow-y: auto;
}

.modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: transparent;
}

.audio-popup-details {
  padding-top: 60px;
  /* Adjust padding as needed */
}

.video-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}

.pagination button {
  margin: 0 5px;
  cursor: pointer;
}

.pagination button.active {
  background-color: #007bff;
  color: white;
}

.pagination button:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}





/* ----------- resume -------------- */

.card-header1 {
  background-color: #007bff;
  border-radius: 10px 10px 0px 0;
  color: #fff;
  padding: 1rem;
  font-size: 1.5rem;

  a {
    padding: 6px 20px;
  }
}

.short a:hover {
  color: var(--theme-color);
}


.resmue-container {
  border: 1px solid #ddd;
  width: 1000px;
  margin: 20px auto;
  padding: 0;
  padding: 15px;
  position: relative;

}

aside,
main {
  padding: 15px;
  border-radius: 10px;
}

.resmue-container aside {
  flex-grow: 1;
  background: #f1f1f1b5;
  flex-basis: 50%;
}

.resmue-container main {
  flex-grow: 10;
  background: #f1f1f1a0;
  margin-left: 1%;
}

.porfile-pic {
  --size: 180px;
  width: var(--size);
  height: var(--size);
  object-fit: cover;
  border-radius: 50%;
  margin: 20px auto;
  display: block;
  background: var(--light-brown)
}

.text-center {
  text-align: center;
}

.text-muted {
  color: #828282;
}

.line-title {
  position: relative;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 15px;
}

.line-title:before {
  content: '';
  width: 50px;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  bottom: -1px;
}

.line-title.center {
  text-align: center;
}

.line-title.center:before {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}



.short {
  /* flex-basis: 30%; */
  /* flex-grow: 1; */
  margin-right: 40px;
  width: 20%;
  float: left;
}

.short p {
  color: #828282;
  margin-top: -10px;
  font-size: 14px;
}

.full a {
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  margin-top: 20px;
  display: block;
  color: #525252;
}

.read {
  color: #717171;
  font-size: 16px;
  line-height: 1.5;
  word-spacing: 4px;
}


.flex-group:after {
  content: "";
  display: table;
  clear: both;
}

.flex-group .full {
  width: 74%;
  float: left;
}

section {
  padding: 25px 0;
}

.short a {
  text-decoration: none;
  font-size: 17px;
  color: #333;
}

hr {
  background-color: #ddd;
  height: 1px;
  border: 0;
}

@media print {
  nav {
    display: none !important;
  }
}

.skill-list li {
  list-style: square;
  padding: 10px 0;
  color: #636363;
  font-size: 17px;
}


@media only screen and (max-width: 1340px) {
  .order-1 {
    width: 100%;
  }

  .total-student {
    width: 100%;
  }

  .course-progress {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 74px !important;
  }

  .pagination ul {
    gap: 12px;
  }

  .pagination button {
    padding: 10px 20px;
    font-size: 18px;
  }

  .card-body {
    padding: 20px;
  }

  .progress-container {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  }

  .btn-primary {
    padding: 12px 18px;
    font-size: 18px;
  }

  .btn-warning {
    padding: 12px 18px;
    font-size: 18px;
  }

  /* Navbar item spacing */
  .navbar-nav {
    gap: 20px;
  }

  .navbar .navbar-brand {
    font-size: 1.8rem;
  }

  .profilecards .card-body ul li {
    display: flex;
    margin-bottom: 25px;
  }

}

/* Responsive Styling */
@media (max-width: 991px) {
  .form-group {
    width: 100%;
  }

  .profilecards1 {
    margin: 20px 0;
  }

  .LineChart {
    height: 100%;
    width: 100%;
    padding: 0 10px;
  }

  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }

  .CircularProgressbar {
    max-width: 50%;
    width: 100%;
    display: flex;
    justify-self: center;
  }



  /* ------- profile card-body start --------- */
  .card-separator {
    align-items: center;

    .col-md-8 {
      border-right: none;
      border-bottom: 2px solid rgba(131, 131, 131, 0.281);

      .heading {
        p {
          width: 100%;
        }
      }


      .options {
        align-items: center;
        margin-bottom: 10px;

        .content {
          margin-bottom: 15px;

          .icon {
            margin-right: 5px;
          }
        }

      }
    }

    .right {
      padding-top: 20px;
      padding-bottom: 20px;
    }

  }

  /* ------- profile card-body end --------- */
  .profile-update {
    .element.style {
      display: block;
      box-sizing: border-box;
      /* justify-content: center; */
      margin: auto;
      height: 216px;
      width: 429px;
    }
  }

  .card-separator {
    padding: 10px 0;
  }

  .card-separator {
    .right {
      padding-top: 20px;
      padding-bottom: 20px;
      width: auto;
      align-items: center;
    }
  }

  .col-md-8 {
    border-right: none;
    width: auto;
  }

  .heading p {
    width: auto;
  }

  .options {
    align-items: center;
  }


  .card-separator {
    box-shadow: 0px 0px 4px blue;
    justify-content: space-between;
    display: contents;
  }

  .ui-widgets {
    width: 14rem;
    height: 14rem;
    border-radius: 7rem;
  }

  .ui-widgets .ui-values {
    transform: translateY(20px);
    font-size: 1.2rem;
  }

  .ui-widgets .ui-labels {
    font-size: 14px;
  }

  .prograss {
    flex-direction: column;
    padding: 10px;
  }

  .profilecards .card-body ul li {
    flex-direction: column;
    align-items: flex-start;
  }

  .viewcard {
    img {
      vertical-align: middle;
      width: 100%;
    }

    .card {
      padding: 15px;

      .details .col-6 {
        display: flex;

        .date {
          width: 100%;
        }
      }
    }
  }

}

/* --------- Medium Devices (Tablets) --------- */
@media (max-width: 767px) {

  /* Adjust navbar layout */
  .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 55px !important;
  }

  .order-0 {
    .buttons {
      display: block;
      .button {
        margin: 10px 0;
      }
      .academic {
        width: 210px;
      }
    }
  }
  

  .form-group input {
    width: 100%;
    padding: 10px;
  }

  .btn {
    padding: 12px 16px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .card-separator .col-md-8 {
    border-right: none;
  }

  .progress-bar-wrapper {
    height: 5px;
  }

  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .pagination button {
    padding: 6px 12px;
    font-size: 14px;
  }

  .card-separator {
    flex-direction: column;
    text-align: center;
  }

  .ui-widgets {
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    margin: 1rem;
  }

  .ui-widgets .ui-values {
    transform: translateY(-18px);
    font-size: 1.2rem;
  }

  .ui-widgets .ui-labels {
    font-size: 14px;
  }

  .prograss {
    flex-direction: column;
    padding: 10px;
  }

  .profilecards .card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .profilecards .card-body ul li {
    margin-bottom: 20px;
  }


  .profilecards .card-header {
    flex-direction: row;
    align-items: flex-start;
  }

  .listusers {
    .px-5 {
      padding-right: 0 !important;
      padding-left: 0;
    }

    .paginate-section {
      display: block;
      justify-self: center;

      .info {
        text-align: -webkit-center;
        padding-top: 18px;
      }

      .pagination ul {
        flex-direction: row;
        gap: 0;
        padding: 0;
      }

    }
  }
}

/* --------- Base styles for small devices --------- */
@media (max-width: 500px) {
  .course-progress {
    width: 100%;
    .courser-bar {
      width: 100%;
      margin-top: 10px;
      height: 100%;
    }
    
  }

  .course-barchat {
    width: 100%;
    height: auto;
  }

  /* Navbar padding adjustments */
  .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 50px !important;
  }

  .demo-inline-spacing>* {
    margin: 1rem 0 !important;
  }

  .form-group input {
    padding: 8px 10px;
    font-size: 14px;
  }

  .btn {
    padding: 8px 12px;
    font-size: 14px;
  }

  .table th,
  .table td {
    font-size: 13px;
  }

  /* Adjust card and profile layout for mobile screens */
  .profilecards .card-header {
    flex-direction: column;
    text-align: center;
  }



  .resmue-container {
    width: 100%;
    padding: 10px;
  }

  .table-responsive::-webkit-scrollbar {
    display: none;
  }

  .pagination ul {
    flex-direction: column;
  }

  .pagination button {
    padding: 6px 12px;
    font-size: 14px;
  }

  .pagination button.active {
    background-color: #007bff;
    color: white;
  }

  .card-separator {
    padding: 5px 0;
  }

  .ui-widgets {
    width: 8rem;
    height: 8rem;
    border-radius: 6rem;
    margin: 1rem;
  }

  .ui-widgets .ui-values {
    font-size: 1rem;
    align-items: flex-start;
    transform: translateY(-13px);
  }

  .ui-widgets .ui-labels {
    font-size: 12px;
  }

  .prograss {
    padding: 20px;
  }


  .profilecards .card-header {
    flex-direction: row;
    text-align: center;
  }


  .listusers {
    .paginate-section {
      display: block;
      justify-self: center;

      .info {
        text-align: -webkit-center;
        padding-top: 18px;
      }

      .pagination ul {
        flex-direction: row;
        gap: 0;
        padding: 0;
      }

    }
  }
}

@media (max-width: 400px) {
  .card-separator {
    padding: 5px 0;
  }

  .ui-widgets {
    transform: translateY(25px);
    width: 8rem;
    height: 8rem;
    border-radius: 6rem;
    margin: 0.5rem;
  }

  .ui-widgets .ui-values {
    font-size: 1rem;
    transform: translateY(-20px);
  }

  .ui-widgets .ui-labels {
    font-size: 12px;
  }

  .right {
    flex-direction: column;
    align-items: center;
  }

  .prograss {
    padding: 5px;
  }

  /* ------- */
  .profilecards .card-body ul li .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .viewcard {
    img {
      width: 100%;
    }

    .card {
      padding: 5px;
      width: 100%;

      .details .col-6 {
        .date {
          width: 100%;
        }
      }
    }
  }

  .listusers {
    .paginate-section {
      display: block;
      justify-self: center;

      .info {
        text-align: -webkit-center;
        padding-top: 18px;
      }

      .pagination ul {
        flex-direction: row;
        gap: 0;
        padding: 0;
      }
    }

  }
}

@media (max-width:300px) {

  .ui-widgets {
    width: 7rem;
    height: 7rem;
    border-radius: 6rem;
    transform: translateY(20px);
  }

  .ui-widgets .ui-values {
    font-size: 0.9rem;
    padding: 0;
    margin: -10px;
  }

  .ui-widgets .ui-labels {
    font-size: 10px;
  }

  .right {
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }

  /* ---------- */

  .profilecards .card-body ul li {
    margin-bottom: 15px;
  }

}

.layout-wrapper {
  position: relative;
  transition: filter 0.3s ease-in-out;
}

.blurred {
  filter: blur(5px);
  pointer-events: none;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}