/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/available-templates-table/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-cshp-lms-available-templates-table .templates-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.wp-block-cshp-lms-available-templates-table .templates-table th, .wp-block-cshp-lms-available-templates-table .templates-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.wp-block-cshp-lms-available-templates-table .templates-table th {
  background: #f8f9fa;
  font-weight: 600;
}
.wp-block-cshp-lms-available-templates-table .templates-table tbody tr:hover {
  background: #f8f9fa;
}
.wp-block-cshp-lms-available-templates-table .templates-table .dashicons.dashicons-yes {
  color: #46b450;
}
.wp-block-cshp-lms-available-templates-table .templates-table .dashicons.dashicons-no {
  color: #dc3232;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions {
  white-space: nowrap;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .action-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  line-height: 1.4;
  height: auto;
  min-height: 32px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin: 0;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button .button-text {
  font-size: 14px;
  font-weight: 500;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.preview-button {
  border: 1px solid transparent;
  color: #263c7d;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.preview-button:hover {
  background: #263c7d;
  color: #fff;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.preview-button:hover .dashicons {
  color: #fff;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.preview-button .dashicons {
  color: #263c7d;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.copy-button {
  background: #db4c9e;
  border: 1px solid #db4c9e;
  color: #fff;
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.copy-button:hover {
  filter: brightness(95%);
}
.wp-block-cshp-lms-available-templates-table .templates-table .actions .button.copy-button .dashicons {
  color: #fff;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/user-courses-table/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.course-edit-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.course-edit-modal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 4px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 70%;
  overflow-y: scroll;
}
.course-edit-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.course-edit-modal .modal-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #263c7d;
}
.course-edit-modal .modal-header .close-modal {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  color: #666;
  transition: color 0.2s ease;
}
.course-edit-modal .modal-header .close-modal:hover {
  color: #263c7d;
}
.course-edit-modal .modal-body form .form-group {
  margin-bottom: 20px;
}
.course-edit-modal .modal-body form .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
.course-edit-modal .modal-body form .form-group input[type=text],
.course-edit-modal .modal-body form .form-group input[type=date],
.course-edit-modal .modal-body form .form-group input[type=number],
.course-edit-modal .modal-body form .form-group select,
.course-edit-modal .modal-body form .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.course-edit-modal .modal-body form .form-group input[type=text]:focus,
.course-edit-modal .modal-body form .form-group input[type=date]:focus,
.course-edit-modal .modal-body form .form-group input[type=number]:focus,
.course-edit-modal .modal-body form .form-group select:focus,
.course-edit-modal .modal-body form .form-group textarea:focus {
  outline: none;
  border-color: #263c7d;
  box-shadow: 0 0 0 2px rgba(38, 60, 125, 0.1);
}
.course-edit-modal .modal-body form .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.course-edit-modal .modal-body form .form-group .access-period-group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.course-edit-modal .modal-body form .form-group .access-period-group input[type=number] {
  width: 100px;
}
.course-edit-modal .modal-body form .form-group .access-period-group select {
  width: auto;
}
.course-edit-modal .modal-body form .form-group input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}
.course-edit-modal .modal-body form .form-group input[type=checkbox]:checked {
  accent-color: #263c7d;
}
.course-edit-modal .modal-body form .form-group small {
  display: block;
  color: #666;
  margin-top: 4px;
  font-size: 12px;
}
.course-edit-modal .modal-body form .button-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.course-edit-modal .modal-body form .button-group button {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}
.course-edit-modal .modal-body form .button-group button.button-primary {
  background-color: #263c7d;
  color: white;
  border: 1px solid #263c7d;
}
.course-edit-modal .modal-body form .button-group button.button-primary:hover {
  background-color: rgb(26.1104294479, 41.226993865, 85.8895705521);
}
.course-edit-modal .modal-body form .button-group button.button-secondary {
  background-color: white;
  color: #263c7d;
  border: 1px solid #263c7d;
}
.course-edit-modal .modal-body form .button-group button.button-secondary:hover {
  background-color: #f5f5f5;
}

.assign-students-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}
.assign-students-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 10% auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 70%;
  overflow-y: scroll;
}
.assign-students-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.assign-students-modal .modal-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #263c7d;
}
.assign-students-modal .modal-header .close-modal {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  color: #666;
  transition: color 0.2s ease;
}
.assign-students-modal .modal-header .close-modal:hover {
  color: #263c7d;
}
.assign-students-modal .modal-body {
  padding: 0 20px 20px;
}
.assign-students-modal .tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.assign-students-modal .tabs .tab-button {
  background: none;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.assign-students-modal .tabs .tab-button.active {
  color: #263c7d;
  border-bottom-color: #263c7d;
}
.assign-students-modal .tabs .tab-button:hover {
  color: #263c7d;
}
.assign-students-modal .tab-pane {
  display: none;
}
.assign-students-modal .tab-pane.active {
  display: block;
}
.assign-students-modal .form-group {
  margin-bottom: 20px;
}
.assign-students-modal .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
.assign-students-modal .form-group input[type=email],
.assign-students-modal .form-group input[type=file] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.assign-students-modal .form-group input[type=email]:focus,
.assign-students-modal .form-group input[type=file]:focus {
  outline: none;
  border-color: #263c7d;
  box-shadow: 0 0 0 2px rgba(38, 60, 125, 0.1);
}
.assign-students-modal .form-group .description {
  display: block;
  color: #666;
  margin-top: 4px;
  font-size: 12px;
}
.assign-students-modal form .button-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.assign-students-modal #assignment-progress {
  margin-top: 24px;
}
.assign-students-modal #assignment-progress .progress-bar {
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.assign-students-modal #assignment-progress .progress-bar .progress {
  height: 100%;
  background: #263c7d;
  width: 0;
  transition: width 0.3s ease;
}
.assign-students-modal #assignment-progress .status-text {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
}
.assign-students-modal button {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  min-width: 120px;
}
.assign-students-modal button[type=submit], .assign-students-modal button.button-primary {
  background-color: #263c7d;
  color: white;
  border: 1px solid #263c7d;
}
.assign-students-modal button[type=submit] .dashicons, .assign-students-modal button.button-primary .dashicons {
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 1;
}
.assign-students-modal button[type=submit] .dashicons.dashicons-update, .assign-students-modal button.button-primary .dashicons.dashicons-update {
  animation: spin 1s linear infinite;
}
.assign-students-modal button[type=submit].loading, .assign-students-modal button.button-primary.loading {
  pointer-events: none;
  opacity: 0.8;
}
.assign-students-modal button[type=submit].success, .assign-students-modal button.button-primary.success {
  background: #28a745;
  border-color: #28a745;
  pointer-events: none;
}
.assign-students-modal button[type=submit].success .dashicons-yes-alt, .assign-students-modal button.button-primary.success .dashicons-yes-alt {
  animation: scale-in 0.2s ease;
}
.assign-students-modal button[type=submit]:hover:not(.loading):not(.success), .assign-students-modal button.button-primary:hover:not(.loading):not(.success) {
  background-color: rgb(26.1104294479, 41.226993865, 85.8895705521);
}
.assign-students-modal button.button-secondary {
  background-color: white;
  color: #263c7d;
  border: 1px solid #263c7d;
}
.assign-students-modal button.button-secondary:hover {
  background-color: #f5f5f5;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scale-in {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.wp-block-cshp-lms-user-courses-table .courses-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.wp-block-cshp-lms-user-courses-table .courses-table th, .wp-block-cshp-lms-user-courses-table .courses-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
.wp-block-cshp-lms-user-courses-table .courses-table th:nth-child(2), .wp-block-cshp-lms-user-courses-table .courses-table td:nth-child(2) {
  text-align: center;
  width: 100px;
}
.wp-block-cshp-lms-user-courses-table .courses-table th:nth-child(3), .wp-block-cshp-lms-user-courses-table .courses-table th:nth-child(4), .wp-block-cshp-lms-user-courses-table .courses-table td:nth-child(3), .wp-block-cshp-lms-user-courses-table .courses-table td:nth-child(4) {
  text-align: center;
  width: 120px;
}
.wp-block-cshp-lms-user-courses-table .courses-table th .not-set, .wp-block-cshp-lms-user-courses-table .courses-table td .not-set {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
.wp-block-cshp-lms-user-courses-table .courses-table .course-info .course-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.wp-block-cshp-lms-user-courses-table .courses-table .course-info .course-meta {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 8px;
}
.wp-block-cshp-lms-user-courses-table .courses-table .course-info .course-description {
  font-size: 0.9em;
  font-style: italic;
  color: #666;
  margin: 0;
  line-height: 1.4;
  border-top: 1px solid #f0f0f0;
  padding-top: 8px;
  margin-top: 8px;
}
.wp-block-cshp-lms-user-courses-table .courses-table th {
  background: #f9f9f9;
  font-weight: 600;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions {
  width: 160px;
  padding: 8px;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .action-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  background: #fff;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #263c7d;
  transition: color 0.2s ease;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button .button-text {
  display: none;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
  margin-bottom: 4px;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button:hover::after {
  opacity: 1;
  visibility: visible;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button:hover {
  background: #263c7d;
  border-color: #263c7d;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button:hover .dashicons {
  color: #fff;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button.delete-button:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.wp-block-cshp-lms-user-courses-table .courses-table td.actions .button.delete-button:hover .dashicons {
  color: #fff;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/student-courses-table/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.wp-block-cshp-lms-student-courses-table .courses-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.wp-block-cshp-lms-student-courses-table .courses-table th, .wp-block-cshp-lms-student-courses-table .courses-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}
.wp-block-cshp-lms-student-courses-table .courses-table th {
  background: #f9f9f9;
  font-weight: 600;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-title {
  font-weight: 500;
  text-decoration: none;
  color: #263c7d;
  transition: color 0.2s ease;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-title:hover {
  color: #000;
  text-decoration: underline;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e0e0e0;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-accordion-button {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 8px 0;
  margin: 0 0 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9em;
  color: #555;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-accordion-button:hover {
  color: #263c7d;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-accordion-button .accordion-icon {
  display: inline-block;
  width: 16px;
  text-align: center;
  margin-right: 5px;
  transition: transform 0.2s ease;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-accordion-button .accordion-title {
  font-weight: bold;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-accordion-button .quiz-count {
  margin-left: 5px;
  font-weight: normal;
  color: #777;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-accordion-button.open .accordion-icon {
  transform: rotate(45deg);
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list-container {
  margin-left: 21px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list-container.open {
  max-height: 1000px;
  opacity: 1;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list li {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list li:last-child {
  margin-bottom: 0;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list .quiz-title {
  text-decoration: none;
  color: #263c7d;
  transition: color 0.2s ease;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list .quiz-title:hover {
  color: #000;
  text-decoration: underline;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list .quiz-location {
  color: #555;
  font-size: 0.85em;
  font-style: italic;
  margin: 2px 0;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-info .course-quizzes .quiz-list .quiz-stats {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-start-date,
.wp-block-cshp-lms-student-courses-table .courses-table .course-end-date {
  width: 120px;
  font-size: 0.9em;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-start-date .not-set,
.wp-block-cshp-lms-student-courses-table .courses-table .course-end-date .not-set {
  font-style: italic;
  color: #999;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-progress {
  width: 180px;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-progress .progress-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-progress .progress-bar {
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-progress .progress-bar-fill {
  height: 100%;
  background: #263c7d;
  transition: width 0.5s ease;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-progress .progress-text {
  font-size: 0.85em;
  color: #666;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors {
  width: 200px;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors .instructor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors .instructor-list li {
  margin-bottom: 4px;
  font-size: 0.9em;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors .instructor-list li:last-child {
  margin-bottom: 0;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors .instructor-list li a {
  color: #263c7d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors .instructor-list li a:hover {
  color: #000;
  text-decoration: underline;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-instructors .not-set {
  font-style: italic;
  color: #999;
  font-size: 0.9em;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-status {
  width: 120px;
  text-align: center;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-status .status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-status .status-badge.status-not_started {
  background-color: #f8f9fa;
  color: #6c757d;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-status .status-badge.status-in_progress {
  background-color: #e9f4ff;
  color: #0d6efd;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-status .status-badge.status-completed {
  background-color: #d4edda;
  color: #198754;
}
.wp-block-cshp-lms-student-courses-table .courses-table .course-status .status-badge.status-expired {
  background-color: #f8d7da;
  color: #dc3545;
}
@media (max-width: 768px) {
  .wp-block-cshp-lms-student-courses-table .courses-table {
    display: block;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table thead {
    display: none;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table tbody {
    display: block;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e5e5;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table td {
    display: block;
    text-align: right;
    padding: 0.75rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table td:last-child {
    border-bottom: none;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table .course-progress,
  .wp-block-cshp-lms-student-courses-table .courses-table .course-instructors,
  .wp-block-cshp-lms-student-courses-table .courses-table .course-status,
  .wp-block-cshp-lms-student-courses-table .courses-table .course-start-date,
  .wp-block-cshp-lms-student-courses-table .courses-table .course-end-date {
    width: 100%;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table .course-status {
    text-align: right;
  }
  .wp-block-cshp-lms-student-courses-table .courses-table .course-status .status-badge {
    margin-top: 0.5rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/open-courses-list/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.wp-block-cshp-lms-open-courses-list .open-courses-table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-cshp-lms-open-courses-list .open-courses-table thead th {
  background-color: #f8f9fa;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}
.wp-block-cshp-lms-open-courses-list .open-courses-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #dee2e6;
  vertical-align: middle;
}
.wp-block-cshp-lms-open-courses-list .open-courses-table tbody tr:last-child td {
  border-bottom: none;
}
.wp-block-cshp-lms-open-courses-list .open-courses-table .take-course-button {
  background-color: #263c7d;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s ease;
}
.wp-block-cshp-lms-open-courses-list .open-courses-table .take-course-button:hover, .wp-block-cshp-lms-open-courses-list .open-courses-table .take-course-button:focus {
  background-color: #1a2a5a;
  color: #fff;
}
.wp-block-cshp-lms-open-courses-list .open-courses-table .take-course-button .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/login-dashboard-link/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.wp-block-cshp-lms-login-dashboard-link .login-dashboard-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.3s ease;
}
.wp-block-cshp-lms-login-dashboard-link .login-dashboard-link:hover {
  color: #db4c9e;
}

/*# sourceMappingURL=style-blocks.css.map*/