@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

div.center-cropped {
    width: 330px;
    height: 250px;
    overflow:hidden;
    border-radius: 24px;
  }
  div.center-cropped img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }

  .text22{
    font-size: (1rem, 2.5vw, 2rem);
    font-weight: 700;
  }
  .text12{
    font-size: 12px;
    color: #5396FF;
    font-weight: 400;
  }

  .badge-primary1 {
    color: #fff;
    background-color: #5396FF;
  }

  /* Set max width for images and other resizable elements */
img {
    max-width: 100%;
    height: auto;
}
.note-video-clip {
    max-width: 100%;
    height: auto;
}

/* Ensure that tables and other elements don't overflow the screen */
table,
.video-container,
.iframe-container,
.embed-responsive {
    max-width: 100%;
    overflow-x: auto;
}

/* Adjust the font size and line height for better readability */
.note-editable {
    font-size: 16px; /* You can adjust this value as needed */
    line-height: 1.5;
}

/* Adjust padding and margin to prevent content from overflowing */
.note-editable p,
.note-editable ul,
.note-editable ol,
.note-editable table {
    margin-bottom: 1rem;
}

/* Responsive tables */
table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

table th,
table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.card.card-exam{
  border: none !important;
  border-radius: 30px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important;
}

.progress-ring {
  
}

.progress-text{
  color: #20c997 !important;
  font-size: 24px;
  font-weight: 700;
}

.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

input.progress-input {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 80px;
}

.icon-brand{
  width: 200px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #000;
  margin: 20px;
}


/* Ensure tables are scrollable on smaller screens */
@media (max-width: 576px) {
    table {
        overflow-x: auto;
    }
}
