/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#semester1 .required-gpa {
  display: none;
}
  #shareFacebook {
    background-color: #3b5998;
    color: white;
  }

  #shareTwitter {
    background-color: #1DA1F2;
    color: white;
  }

  #shareTelegram {
    background-color: #0088cc;
    color: white;
  }

  #shareWhatsApp {
    background-color: #25D366;
    color: white;
  }

  /* Apply some common styles to all buttons */
  #shareButtons button {
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
  }

  /* Change the color slightly when hovering over a button */
  #shareButtons button:hover {
    opacity: 0.9;
  }
.container2 {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 980px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
button.done-button {
  margin-top: 5px;
  background-color: black;
  color: white;
  border-radius: 5px;
}

button.done-button:disabled {
  background-color: gray;
  color: white;
  cursor: not-allowed;
}

button.add-course-planning {
  background-color: darkolivegreen;
  color: white;
  border-radius: 5px;
}

button.add-course-planning:disabled {
  background-color: gray;
  color: white;
  cursor: not-allowed;
}

.tooltip-container {
  display: inline-flex;
  align-items: center;
}

.tooltip-icon {
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}

button.add-course {
    color: white;
    background-color: green;
    border-radius: 5px;
}
button.add-course:disabled {
  background-color: gray;
  color: white;
  cursor: not-allowed;
}
h1, h4 {
    text-align: center;
    margin-bottom: 20px;
}

#motivation {
  font-size: 18px;
  font-weight: bold;
  color: #34495e;
  text-align: center;
  padding: 20px;
  margin: 20px;
  background-color: #f1c40f;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
label {
font-weight: bold;
}

#semesters-container {
margin-bottom: 20px;
}

.semester {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #ccc;
}

.semester .course-row {
max-width: 100%;
}

.course-row {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 10px;
}

.course-row2 {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
}

.progress {
    height: 20px;
    margin-bottom: 1rem;
}
/* Add the missing class for canvas */
#predictions {
    background-color: #8b0000;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.course-unit,
.grading-letter,
.course-name {
flex: 1;
margin-right: 5px;
padding: 5px;
border-radius: 5px;
border: 2px solid #ccc;
}

.grading-letter {
text-transform: uppercase;
}

.remove-course,
#reset-btn {
background-color: #ccc;
border: none;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
margin-right: 5px;
}

.remove-course-planning,
#reset-course-planning {
background-color: #ccc;
border: none;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
margin-right: 5px;
}


.export-to-pdf,
#export-pdf {
background-color: #ccc;
border: none;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
margin-right: 5px;
}

.canvas-container {
    position: relative;
    height: 400px;
    width: 100%;
}

/* Updated class for the Course Units */
.mb-0 {
    margin-bottom: 0 !important;
}

/* Updated class for buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-top: 1rem;
}


.add-semester,
#submit-btn,
#predict-btn,
#prefill-btn {
background-color: #007bff;
border: none;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
margin-right: 10px;
}

#submit-btn:hover,
#predict-btn:hover,
.add-semester:hover,
#reset-btn:hover,
#reset-course-planning:hover,
#export-pdf:hover,
#prefill-btn:hover {
background-color: #0069d9;
}

hr {
margin: 20px 0;
}

.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

/* Responsive styles */
@media (max-width: 767px) {
body {
padding: 0 5px;
}

.course-row2 {
flex-wrap: wrap;
}

.course-unit,
.grading-letter,
.course-name {
width: 100%;
margin-bottom: 5px;
}

.remove-course {
margin-bottom: 10px;
}

.remove-course-planning {
margin-bottom: 10px;
}
}