.primary-text {
  color: #9b694f;
}
.link-text {
  color: #9b694f;
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "->") !important;
}


@keyframes moveLeftRight {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}

.courses-action-btn button{margin-right: 15px;}
.courses-action-btn button.edit-btn,.courses-action-btn button.delete-btn{font-size: 24px; padding: 0px 10px;}
.courses-action-btn button:last-child{margin-right: 0;}
.scrollable-student-list{
   max-height: 350px; 
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-right: 8px;
}
.scrollable-student-list::-webkit-scrollbar {
    width: 6px;
}
.scrollable-student-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scrollable-student-list::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px; 
    border: 2px solid transparent; 
}

.scrollable-student-list::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

.body-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.loader h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.loader img {
  width: 100px;
  animation: moveLeftRight 0.8s infinite;
}

.loader p {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #666;
}

.custom-toast {
  width: fit-content;
  
  border-radius: 0.375rem;
  animation: slideDownFadeIn 0.5s ease-out;
}

.custom-alert {
  margin-bottom: 0;
  border: none;
  padding: 10px;
}

.custom-toast.success {
  background-color: var(--light-green);
  border: 1px solid var(--green);
  color: var(--green);
}

.custom-toast.error {
  background-color: var(--light-red);
  border: 1px solid var(--bs-danger-border-subtle);
  color: var(--bs-danger-border-subtle);
}
.custom-toast.danger {
  background-color: var(--light-red);
  border: 1px solid var(--bs-danger-border-subtle);
  color: var(--bs-danger-border-subtle);
}

.custom-toast.warning {
  background-color: var(--light-yellow);
  border: 1px solid var(--yellow);
  color: var(--yellow);
}

@keyframes slideDownFadeIn {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.verification-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px -7px;
}
.verification-box .form-group {
  flex: 1;
  margin: 0px 5px;
}
.verification-box .form-control {
  text-align: center;
  font-size: 20px;
}
.form-control.is-invalid[id="password"],
.form-control.is-invalid[id="cpassword"],
.was-validated .form-control:invalid {
  background-image: unset;
}

.nav-link.active span{
  color: var(--brown) !important;  
}

.accordion-on-off{
  display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
}
.accordion-on-off i{
  padding-right: 20px;
}




.full-screen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; 
  padding: 20px; 
  box-sizing: border-box; 
}

.jspsych-container {
  width: 90%;
  max-width: 600px; 
  background-color: #ffffff;
  margin: 10px;
  border-radius: 12px; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
  padding: 30px; 
  box-sizing: border-box;
  text-align: center; 
}

.jspsych-btn{height: 44px; line-height: 42px; padding:0px 25px; font-size: 15px; font-weight: 500; border: none; border-radius:6px; background:var(--brown); color: var(--white);}
.jspsych-btn:hover{background: var(--black); color: var(--white);}
.jspsych-prompt {
  font-size: 20px;
  margin-bottom: 30px;
  color: #333;
}
.jspsych-display-element{text-align: center; padding: 100px 0px;}
.jspsych-display-element:focus-visible {outline: none;}
.jspsych-display-element{padding: 30px; min-height: calc(100vh - 60px); display: flex; align-items: center; justify-content: center; flex-direction: column;}

.jspsych-content h2{font-size: 16px; color: var(--heading); font-weight: 500; margin-top: 30px;}

/* #jspsych-audio-button-response-btngroup{display: flex; align-items: center;} */
/* #jspsych-audio-button-response-btngroup button{width: 250px; height: 145px; border-radius: 10px; display:flex; align-items: center; justify-content: center; font-size: 32px; color: var(--brown); font-weight: 600; background: var(--light-bg); border: solid 1px var(--border); margin-right: 30px;} */
#jspsych-audio-button-response-btngroup{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; max-width: 700px;}
#jspsych-audio-button-response-btngroup button{min-width : 250px; height: 145px; border-radius: 10px; word-break: break-all; display:flex; align-items: center; justify-content: center; font-size: 32px; color: var(--brown); font-weight: 600; background: var(--light-bg); border: solid 1px var(--border); margin-right: 30px; margin-top: 2%;}
/* #jspsych-audio-button-response-btngroup button:last-child{margin-right: 0;} */

.jspsych-content-wrapper {width: 100%;     display: contents; justify-content: center;}


.modal-head.text-center.mb-2 {
  text-align: right !important;
  margin-right: 7px;
  margin-top: 7px;
}

.custom-result-list .custom-value span {
  font-size: 17px;
  font-weight: 600;
}

.custom-result-list .custom-value b.price-text {
  font-weight: 500;
  padding-left: 9px;
  float: right;
}

.Modelbody-box {
  border-top: 1px solid;
}

.custom-value {
  border-bottom: 1px solid gainsboro;
  padding: 9px;
}

.custom-result-list h3 {
  text-align: center;
}

.modal-content {
  background: #fffbfa;
}

.react-datepicker-wrapper {
    width: 100% !important;
}

.custom-date-input {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.month-navigation{
  margin-top: 2%;
}

.full-screen-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.countdown-box {
  font-size: 16px;
  color: #333;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
}

div#jspsych-content h2 {
  margin-bottom: 29px;
}

div#countdown{
  border: 1px solid #ffd9c8;
  background-color: #fffcfa;
  padding:10px 10px 10px 10px ;
  border-radius: 6px;
  color: #9f6952;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  color: #e53549;
  font-size: .875em;
  padding: .10rem !important;
  padding-left: 1.5% !important;
}

.demographic-questionnaire-bg select.form-control.is-invalid ,.demographic-questionnaire-bg  input.form-control.is-invalid{
  background: none !important ;
}

.demographic-questionnaire-bg select.form-control option:hover {
  cursor: pointer;
}

.notifications-left{flex: 1; padding-right: 30px;}

.search-bar input {
  width: 20%;
  float: right;
  margin-bottom: 2%;
}
.search-bar {
  width: 100%;
  display: flow-root;
}

.form-content-box.custom-task-box .customdev {
  padding: 0% 1% 0% 0.4%;
}

.form-content-box.custom-task-box {
  padding: 22px;
}

.taskpage input.form-control:disabled ,  .taskpage .form-control:disabled{
  background: #fffbfa;
}

.taskInstruction{
  color: black;
  font-weight: 100;
}

.descritionInstitute{
  font-weight: bold;
  color: black;
}

.courses-list ul li p {
  line-break: anywhere;
}

.courses-des p {
  line-break: anywhere;
}

.notifications-left figcaption p {
  line-break: anywhere;
}

.taskCUstom-Box{
  display:flex;
}

.courses-status {
  margin-right: 13px;
}