/**
 * Theme Name:        IFD College Child
 * Description:       Child theme of IFD College for customizations
 * Version:           1.0.0
 * Author:            Trident Marketing Anglia Ltd
 * Author URI:        https://tridentmarketinguk.com
 * Template:          ifd-college
 * Text Domain:       ifdc-child
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/* 
 * Add your custom styles below this line
 * These will override the parent theme styles
 */

 .masterstudy-course-player-content__header h1 {
  font-size: 25px!important;
  line-height: 1.2!important;
  font-weight: 500!important;
 }

/* Assignment icon status colors */
.masterstudy-student-progress-list__image.assignment-status-passed {
  filter: brightness(0) saturate(100%) invert(49%) sepia(89%) saturate(451%) hue-rotate(88deg) brightness(95%) contrast(91%);
  /* Green color filter */
}

.masterstudy-student-progress-list__image.assignment-status-not-passed {
  filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(3221%) hue-rotate(346deg) brightness(89%) contrast(95%);
  /* Red color filter */
}

.stm_lms_edit_email_notifications_list, 
.stm_lms_edit_socials_list,
.stm_lms_edit_account .form-group {
  margin: 0px!important;
  padding: 0px!important;
}
.stm_lms_edit_account .form-group {
  padding: 10px 0!important;
}
.stm_lms_edit_account h3 {
  margin: 20px 0 10px 0!important;
}

.masterstudy-orders .masterstudy-orders-table__footer .masterstudy-orders-course-info {
  flex-direction: row!important;
}

/* Fluent Forms - Account Type Radio Buttons Styling */
.ff-el-input--content {
  padding: 0;
  margin: 0;
}

.ff-el-form-check {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  border-radius: 20px;
  transition: background-color 0.2s ease;
}

.ff-el-form-check-label:hover {
  background-color: #f5f5f5;
}

.ff-el-form-check-input[type="radio"] {
  margin-right: 12px!important;
  margin-top: 4px;
  width: 15px!important;
  height: 18px;
  min-width: 15px;
  cursor: pointer;
  accent-color: #386c17;
}

.ff-el-form-check-label span {
  flex: 1;
  font-weight: 500;
  color: #333;
}

.ff-el-form-check-label small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 4px;
  line-height: 1.4;
}

.fluentform .ff-el-progress-bar {
	background-color: #386c17!important;
}

/* Checked state styling */
.acc_type .ff-el-form-check-label,
.acc_type .ff-el-form-check-label {
  background-color: #d7f4d7;
  border-width: 2px;
  border-style: solid;
  border-color: #386c17;
  padding: 20px !important;
}

.acc_type .ff_item_selected .ff-el-form-check-label span,
.acc_type .ff-el-form-check-label:has(input:checked) span {
  color: #386c17;
  font-weight: 600;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .ff-el-form-check-label {
    font-size: 15px;
  }
  
  .ff-el-form-check-label small {
    font-size: 13px;
  }
}

.lity {
	z-index: 999999!important;
}

.masterstudy-orders .masterstudy-payment-methods__table-column {
  width: 33.3%!important;
}

.stm_lms_instructor_courses__single__inner {
  border: 0px!important;
}