body {
    background-color: #fff;
    font-family: 'Articulat CF', sans-serif;
    font-weight: 500;    
    color: #000;
}
@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-Regular.woff2') format('woff2'),
         url('font/ArticulatCF-Regular.woff') format('woff');
    font-weight: 400; /* Normal */
    font-style: normal;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-Bold.woff2') format('woff2'),
         url('font/ArticulatCF-Bold.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-Medium.woff2') format('woff2'),
         url('font/ArticulatCF-Medium.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-Light.woff2') format('woff2'),
         url('font/ArticulatCF-Light.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-Thin.woff2') format('woff2'),
         url('font/ArticulatCF-Thin.woff') format('woff');
    font-weight: 200; /* Thin */
    font-style: normal;
}

/* Italic Versions */
@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-RegularOblique.woff2') format('woff2'),
         url('font/ArticulatCF-RegularOblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('font/ArticulatCF-BoldOblique.woff2') format('woff2'),
         url('font/ArticulatCF-BoldOblique.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
.profile-main-container{
    margin-bottom: 150px;
}
.education-medium{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.52px;
}
.extra-text{
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.59px;
    font-weight: 700;
}
.extracu-headding{
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.19px;
}
.extracu-para{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01px;
    margin-top: 5px !important;
}
.header {
    background: #fff;
    padding: 13px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}
.logo {
    font-weight: bold;
    font-size: 33px;
    line-height: 45px;
    letter-spacing: -0.75px;
}
.nav-icons {
    display: flex;
    align-items: center;
}

.login-form {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1023px) {
    .login-form, .header {
        display: block;
    }
    .login-form input {
        margin: 7px 0px !important;
    }
    .login-form button{
        margin: 7px 0px !important;
    }
    .header{
        padding: 13px 23px !important;
    }
    .comment-card{
        width: 100% !important;
    }
    .rankings-table th, .rankings-table td{
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 600px) {
    .feedback-btn{
        font-size: 11px !important;
    }
}

.login-form input {
    margin-right: 5px;
    border-bottom: 1px solid #000 !important;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    background-color: transparent !important;
}


.login-form button {
    padding: 3px 6px;
    border: 1px solid #000;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
}
.profile-card {
    background: white;
    padding: 20px;
    border: 1px solid #000;
    align-items: center;
    gap: 15px;
}
.profile-pic {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 17px;
    line-height: 23px;
    padding: 20px;
}
/* Feedback button default style */
.feedback-btn {
    background: #000;     /* Black background */
    color: #fff;          /* White text */
    font-size: 17px;
    border: none;
    padding: 5px 10px 2px 10px;
    border-radius: 7px;
    position: absolute;
    right: 25px;
    top: 25px;
    line-height: 23px;
    display: none !important;
  
    /* For smooth changes on hover/click toggles: */
    transition: 
      transform 0.2s ease,       /* for the hover 'lift' */
      background-color 0.3s ease, 
      color 0.3s ease;
  }
  
  /* Hover lift: slight upward translation */
  .feedback-btn:hover {
    transform: translateY(-3px); /* small lift on hover */
  }
  
  /* The "active" feedback mode class */
  .feedback-btn.feedback-active {
    background: #12c2e9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #fff;         /* keep text white */
  }
.profile-name{
    font-size: 27px;
    line-height: 37px;
    margin-right: 4px !important;
}
.profile-para{
  display: flex;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.48px;
}
.profile-small-para{
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.43px;
}
.score-card {
    background: white;
    padding: 15px;
    border: 1px solid #000;
}
.score-card .ovr-text {
    color: #D3D3D3;
    font-size: 39px;
    line-height: 53px;
    letter-spacing: -0.58px;
    font-weight: 700;
}
.score-card .score-text{
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -4.12px;
    
}

.score-card .academics, .score-card .extracurriculars, .score-card .tests{    
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.43px;
}
.academics {
    color: #FE0000;
}
.extracurriculars {
    color: #11D90D;
}
.tests {
    color: #006DFF;
}
.headding-text{
    font-size: 20px;    
    line-height: 27px;
    letter-spacing: -0.69px;
}
.paragraph-text{
    font-size: 17px;    
    line-height: 20px;
    letter-spacing: -0.58px;
}
.rankings-card{
        background: white;
        
        border-radius: 0px; 
}
.ranking-text{
    border: 1px solid #000;
    border-bottom: 0px !important;
    font-weight: bold;
    font-size: 33px;
    line-height: 45px;
    letter-spacing: -0.75px;
    color: #D3D3D3;    
    padding: 25px;
    margin: 0;
}
.rankings-table {
    width: 100%;
    border: 1px solid #000;
}
.rankings-table th, .rankings-table td {
    padding: 5px;
    font-size: 14px;
}
.rankings-table th {
    font-weight: bold;
}
.academics-section {
    background: white;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.academics-title {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.academic-item {
    padding: 10px 0px;
}
.academic-item:last-child {
    border-bottom: none;
}
.score-icons span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-radius: 50%;
}
.icon-set{
    color: #000 !important;
    -webkit-text-stroke: 1px;
}
.ace-title{
    font-size: 16px;    
    line-height: 22px;
    letter-spacing: -0.55px;
    font-weight: bold;
}
.ace-description{
    font-size: 15px;    
    line-height: 19px;
    letter-spacing: -0.48px;
    display:inline;
}
.rankings-table th, .rankings-table td{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.64px;
}
.line {
    width: calc(100% + 2 * var(--container-padding, 0px)); /* Ensures it spans full container width */
    margin-left: calc(-1 * var(--container-padding, 0px)); /* Aligns with the container */
    border-top: 1px solid #000 !important;
    height: 1px;
    display: block;
    box-sizing: border-box;
    opacity: 1;
}
.container {
    --container-padding: 20px;
    padding: 20px;
}
.gpa-score { background-color: #FE0000; }
.sat-score { background-color: #00A4FF; }
.act-score { background-color: #1BDA17; }
.ap-score { background-color: #9F31FB; }
.subject-score { background-color:#FA00FF; }

.toggle-btn {
    cursor: pointer;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}
.ap-ul li{
    padding-right: 26px;
    font-size: 16px;
}
.ap-ul li:first-child {
    list-style: none;
}
.course-description{
    font-size: 15px;    
    line-height: 20px;
    letter-spacing: -0.51px;
}
.reach-title,
.target-title,
.safety-title{
    font-size: 25px;
    line-height: 20px;
    letter-spacing: -0.75px;
    color: #D3D3D3;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reach-box,
.target-box,
.safety-box {
    /* Add any specific box styles here if needed */
}

.university-list p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}
.comment-para{
    font-size: 14px;    
    line-height: 20.4px;
    font-weight: 300 !important;
}
textarea.form-control{
    font-size: 13px !important;    
    line-height: 20.4px;
    font-weight: 300 !important;
    overflow: hidden;
}
.btn-padding{
    padding: 4px 20px !important;
}
.btn-dark{
    background-color: #000 !important;
}
.comment-card { background-color: white; border: 1px solid #CBD4DF; border-radius: 10px; padding: 15px; width: 300px; }
.user-container {
    display: flex;
    align-items: center;
    background: #fff;
}
.comment-card a{
    text-decoration: none;
}
.user-info {
    margin-left: 10px;
    flex-grow: 1;
}
.user-name {
    font-weight: bold;
    margin-bottom: 2px;
}
.user-date {
    font-size: 12px;
    color: gray;
}
.verified-badge {
    color: #007bff;
    margin-left: auto;
}
.suggest-text {
    color: #D9138A;
    font-weight: bold;
}
.toggle-icon {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.text-container {
    position: relative;
}

#toolbar {
    display: none;
    position: absolute;
    background: #3c3c3c;
    color: white;
    padding: 10px;
    border-radius: 9px; 
                /* 12px */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.selection-toolbar i {
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}
.highlight-toolbar{
  display: flex;
 gap: 15px
    
    
   
}
.icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  /* Optionally, give a hover effect: */
  transition: transform 0.2s ease;
}
.icon-button:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}

.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-bottom: 17px;
}

.profile-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-container img::before {
    content: attr(alt); /* Show alt text */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 14px;
}
.alt-text {
    position: absolute;
    color: black;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    line-height: 23.12px;
    width: 100%;
    padding: 10px;
}

.dot {
    width: 10px;
    height: 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.dot:hover {
    transform: scale(1.2); /* Slight zoom effect on hover */
}
   /* Context Menu Styles */
   .context-menu {
    position: absolute;
    background: #333;
    color: white;
    border-radius: 5px;
    display: none;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.context-menu.show {
    display: flex;
    opacity: 1;
    transform: scale(1);
}

.context-menu button {
    background: none;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: left;
    width: 200px;
    cursor: pointer;
    font-size: 12px;
    transition: 0.2s ease;
}

.context-menu button:hover {
    background-color: rgba(255, 255, 255, 0.12);
}
.edit-del-btn, .edit-del-btn:hover {
    background: #fff !important;
    border: none !important;
}
.dropdown-toggle::after{
    display: none !important;
}
.edit-del-dropdown{
    background: #000;
    border-radius: 24px;
    inset: 29px 0px auto auto !important;
    width: 180px;

}
.edit-del-dropdown li{
    padding: 6px 10px;
}
.edit-del-dropdown li a{
    color: #fff !important;
    font-size: 12px;
    line-height: 16px;
}
.edit-del-dropdown li a:hover{
    background: transparent !important;
    color: #f7f7f7 !important;
}
.context-btn{

}
/* Container for the GPA line */
.gpa-line {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;  /* Force everything to stay on one line */
    font-size: 16px;       /* Adjust as needed */
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }
  
  /* Labels and separator styling (no extra margin) */
  .gpa-label,
  .gpa-separator {
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  
  /* Editable number styling */
  .editable-number {
    display: inline-block;
    box-sizing: border-box;  /* include border in width */
    /* Reserve space for the border by setting an initial transparent border */
    border: 1px solid transparent;
    /* No extra padding change */
    padding: 0;
    transition: border-color 0.1s ease;
    vertical-align: middle;
  }
  
  /* On hover: change border color, add rounded corners, no layout shift */
  .editable-number:hover {
    border-color: #7f8fa6; /* bluish-gray; adjust to taste */
    border-radius: 4px;    /* rounded corners */
    cursor: pointer;
  }
  /* Divider styling */
.divider {
    margin: 0;  /* No extra margin */
    padding: 0;
    vertical-align: middle;
    /* You can adjust the spacing with the nonbreaking spaces in HTML */
  }
  /* (Optional) Remove any margin/padding from the parent container if needed */

  .inline-edit-input {
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #7f8fa6; /* bluish-gray */
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    box-sizing: border-box; /* ensures border doesn't affect overall size */
    border-radius: 4px;
  }
  
  
  /* Optional: change border color slightly when focused */
  .inline-edit-input:focus {
    border-color: #aaa;             /* Slightly darker grey on focus */
  }
  .date-edit-container {
    display: inline-flex;
    align-items: center;

  }

  .inline-dropdown {
    font-size: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px;
}

.ap-multi-select {
    width: 100%;
    padding: 5px;
    font-size: 14px;
}


.ap-subject, .editable-number {
    cursor: pointer;
}
.ap-subject, .editable-number {
    cursor: pointer;
    font-size: 15px;    
    line-height: 20px;
    letter-spacing: -0.51px;
    font-weight: normal;
}

.inline-edit-input {
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #7f8fa6;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 4px;
}

.inline-edit-input:focus {
    border-color: #aaa;
}

.multi-select-container {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
}

.existing-ap-list {
    margin-top: 5px;
}

.existing-ap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 3px;
}

.remove-ap {
    cursor: pointer;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.add-button {
    display: none; /* Hide by default */
    position: absolute;
    right: -25px; /* Move to the right */
    top: 50%;
    transform: translateY(-50%);
    background-color: #28a745; /* Green color */
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.date-container:hover .add-button {
    display: inline-block; /* Show on hover */
}

.add-button:hover {
    background-color: #218838; /* Darker green on hover */
}

@media (max-width: 768px) {
    .add-button {
        right: -20px; /* Adjust for smaller screens */
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
}
.ap-subject, .editable-number {
    cursor: pointer;
    font-size: 15px;    
    line-height: 20px;
    letter-spacing: -0.51px;
    /* font-weight: normal; */
    font-weight: 500;
}

.inline-edit-input {
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #7f8fa6;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 4px;
}

.inline-edit-input:focus {
    border-color: #aaa;
}
/* .context-menu {
    position: absolute;
    display: none;
    background: black;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.context-menu button {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 5px;
    cursor: pointer;
} */

.context-menu button:hover {
    background: #ffffff37;
}

.inline-edit-input.profile-name-input {
    font-size: inherit !important; /* Matches original text */
    font-weight: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    width: auto !important;
    min-width: fit-content;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}

.inline-edit-textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #7f8fa6;
    border-radius: 4px;
    padding: 8px;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    resize: vertical;
    background: transparent;
    margin: 0;
}
.ap-row,
.course-item {
    /* Put the text and plus button in the same inline-flow container */
  flex-wrap: wrap;          /* Let the list wrap to new lines if it's long */
  align-items: center;      /* Vertically center text & plus if on same line */
  gap: 4px;                 /* Optional spacing between the .course-description and plus icon */
}

/* The course-description itself can remain inline if you like */

/* The plus-circle is hidden until hover (if you want that effect) */
.plus-circle {
  display: none;
  background-color: #90ee90; /* Light green circle */
  color: #000;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.ap-row:hover .plus-circle,
.course-item:hover .plus-circle {
  display: inline-flex; /* Show the plus button on hover of the row */
}


  
  /* .extracu-para stays the same, for lines that are NOT editable */
  .extracu-desc{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01px;
    margin-top: 5px !important;
}
.item-entry {
    position: relative;

    /* No left padding; text stays put */
  }
  
  /* 1) Pseudo‐element extends the box to the left
     so :hover remains active when moving toward the button. */
  .item-entry::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;      /* Extend 24px to the left, matching your button offset */
    width: 24px;      /* The extra "hover zone" so the parent remains hovered */
    background: transparent;
    pointer-events: auto; 
    z-index: 1;       /* behind the button */
  }
  
  /* 2) Actual minus button with a negative left offset */
  .remove-btn {
    position: absolute;

    left: -16px;      /* Button is outside the normal box */
    z-index: 2;       /* Above the pseudo-element so it's clickable */
    display: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  
  /* 3) Use your custom SVG icon */
  .remove-btn img {
    width: 12px;
    height: 12px;
  }
  
  /* 4) Keep the button visible if the parent or the button is hovered */
  .item-entry:hover .remove-btn,
  .remove-btn:hover {
    display: inline-block;
  }

  .highlight-flash {
    animation: fadeHighlight 2s ease-out forwards;
  }
  
  @keyframes fadeHighlight {
    0% {
      background-color: #fffda8; /* pale yellow highlight */
    }
    100% {
      background-color: transparent;
    }
  }

  .ace-description.editable-number {
        font-size: 15px;    
        line-height: 19px;
        letter-spacing: -0.48px;
   
    }
/* ========== 1) GOOEY FILTER + LIQUID BUTTON ========== */

/* 1. The SVG filter itself */
svg#gooey-filter {
    position: absolute;
    width: 0; 
    height: 0;
    /* This just sits in the DOM, invisible. We reference it via filter:url(#gooey) */
  }
  
  .feedback-btn.liquid-btn {
    position: relative;
    overflow: hidden; /* so pseudo-element is clipped inside if needed */
    filter: url(#gooey); /* apply the Gooey filter to merge the blob shapes */
    transition: 0.3s ease-out; /* optional overall transition */
  }
  
  /* The "liquid" pseudo-element (the blob) */
  .feedback-btn.liquid-btn::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 20px;
    height: 20px;
    background: #FF6F44; /* match your .feedback-btn color or a highlight color */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    transition: transform 0.4s ease;
    z-index: 1; /* above button text but behind any text inside? */
  }
  
  /* On hover, enlarge the blob for a "liquid fill" effect */
  .feedback-btn.liquid-btn:hover::before {
    transform: translate(-50%, -50%) scale(4);
  }

  /* ========== 2) INK RIPPLE FOR .remove-btn ========== */

/* The actual ripple effect element we insert: .ripple-circle */
.ripple-circle {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: rippleAnim 0.6s linear forwards;
    background: rgba(0,0,0,0.25); /* dark overlay, or your color choice */
    pointer-events: none;
    z-index: 10;
  }
  
  @keyframes rippleAnim {
    to {
      transform: scale(4);
      opacity: 0;
    }
  }

  /* ========== 3) NEON GLOW FOR NAV LOGIN BUTTON ========== */
.nav-icons .pb-0.neon-btn,
.login-form button.neon-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 3px 6px;
  transition: box-shadow 0.3s ease;

}
.nav-icons .pb-0.neon-btn:hover,
.login-form button.neon-btn:hover {
  /* Brighter glow on hover */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.8);
}
@keyframes neonPulse {
    0%, 100% { box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    50%      { box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); }
  }
  .nav-icons .pb-0.neon-btn:hover {
    animation: neonPulse 1.5s infinite alternate;
  }
  /* ========== 4) 3D TILT FOR .profile-card ========== */

/* Put perspective on the parent container:
   If you want each .profile-card to tilt by itself, do: */
.profile-card-tilt-container {
    perspective: 1000px; /* sets the 3D space */
  }
  
  .profile-card.tilt-effect {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform;
  }
  
  .profile-card.tilt-effect:hover {
    /* Just a static tilt if you want it simpler:
    transform: rotateX(3deg) rotateY(3deg); */
  }
  
  /* Or if you want advanced interactive tilt, we need JS to do rotateX & rotateY 
     based on mouse position. We'll show that snippet below. */

     /* ========== 5) WAVY UNDERLINE FOR .toggle-btn ========== */
.toggle-btn.wave-underline {
    position: relative;
    display: inline-block; 
    text-decoration: none; 
    cursor: pointer; /* already has */
  }
  
  /* Wavy line pseudo-element */
  .toggle-btn.wave-underline::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: -3px; /* adjust as needed */
    height: 4px;  /* wave height */
    background: url('wave.svg') repeat-x; /* or data URI, or your wave pattern */
    background-size: 30px 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
  }
  
  /* On hover, expand the wave from left to right */
  .toggle-btn.wave-underline:hover::after {
    transform: scaleX(1);
  }

  .add-course.plus-circle,
.add-ap-exam.plus-circle {
  position: relative;
  overflow: visible;
  background-color: #11D90D;/* A vibrant color */
  color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* On hover, enlarge slightly and glow */
.add-course.plus-circle:hover,
.add-ap-exam.plus-circle:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0, 255, 153, 0.6);
}

/* The ripple/explosion circles */
.add-plus-explode {
  position: absolute;
  top: 50%; left: 50%;
  width: 8px; height: 8px;
  background: #f00;
  border-radius: 50%;
  opacity: 0;
  animation: plusExplodeAnim 0.5s ease-out forwards;
}

/* We'll create multiple explosion circles with different offsets */
@keyframes plusExplodeAnim {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.slide-in {
    transform: translateX(-40px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s;
  }
  
  .slide-in-active {
    transform: translateX(0);
    opacity: 1;
  }

  /* 1A) Neon Pulse for the Logo */
.logo.sexy-logo {
    /* animation: neonPulseLogo 3s ease-in-out infinite alternate; */
    /* Or keep it simpler with no infinite if you just want a subtle glow. */
    transition: transform 0.2s ease;
    position: relative;
    /* If you want a bigger text-shadow for a stronger glow */
    /* text-shadow: 0 0 4px rgba(255, 0, 128, 0.5); */
  }
  
  /* @keyframes neonPulseLogo {
    0% {
      text-shadow: 0 0 4px rgba(0, 4, 255, 0.3);
    }
    100% {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    }
  }
   */
  /* 1B) On Hover: Bounce the logo upward slightly */
  .logo.sexy-logo:hover {
    transform: scale(1.05) rotate(-180deg);
    /* text-shadow: 0 0 12px rgba(255, 0, 128, 0.8); intensify glow on hover */
  }

  /* =============== COOL WAVE-FOCUS FOR LOGIN/PASSWORD =============== */

/* The input is already styled with a bottom border in your CSS, so let's animate a wavy pseudo-element on focus. */
.login-form input {
    position: relative;
    /* The existing border is "border-bottom: 1px solid #000" set in your code. We'll keep that. */
    transition: all 0.2s ease; /* A smooth transition for background or other changes if desired */
  }
  
  /* We'll create the wave line as a pseudo-element that's hidden by default. */
  .login-form input::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;           /* Slightly below the existing border (so it layers neatly) */
    height: 2px;           /* thickness of wave line */
    background: url("wave.svg") repeat-x;  /* or data URI for your wave pattern */
    background-size: 20px 2px;             /* size of each wave cycle */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
    pointer-events: none;  /* not interactive */
  }
  
  /* On focus, reveal the wave from left to right */
  .login-form input:focus::after {
    transform: scaleX(1);
  }
  
  /* Optionally, slightly highlight the bottom border color on focus, so it matches. */
  .login-form input:focus {
    border-bottom-color: #ff9200 !important;  /* or any highlight color you like */
    outline: none;
  }
  
  /* If you want the wave line in a color that matches a brand color, 
     you can skip the wave image and do a gradient or just a solid bar. Example:
  
  .login-form input::after {
    background: linear-gradient(to right, #00b4d8 0%, #48cae4 100%);
    ...
  }
  *//* If you want a ripple circle inside each input on click */
/* 1) A container for each field + label */
.float-container {
    position: relative;
    margin: 0 5px; /* You had margin for your inputs, keep or adjust */
    display: inline-block; /* or block, depending on your layout */
    width: auto;           /* or a fixed width, or 100% if you want full width */
  }
  
  /* 2) The input styling: (wave line can still apply) */
  .float-container input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 2px 4px;  /* some top/bottom space so label can fit above */
    transition: all 0.2s ease;
    outline: none; /* We can rely on wave/underline focus style */
  }
  
  /* Keep your wave effect if you want: */
  .float-container input::after {
    /* same wave logic as .login-form input::after from your wave snippet */
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: url("wave.svg") repeat-x;
    background-size: 20px 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
    pointer-events: none;
  }
  
  /* On focus, reveal wave */
  .float-container input:focus::after {
    transform: scaleX(1);
  }
  
  /* 3) The label that will float above when focused/not empty */
  .float-container label {
    position: absolute;
    pointer-events: none; /* so clicks go through to input */
    left: 2px;           /* align with input's text */
    top: 8px;            /* same as the input's top padding */
    font-size: 14px;
    color: #777;         /* lighter color initially */
    transition: 0.2s ease all;
  }
  
  /* 4) When input is focused or not empty -> float label up */
  .float-container input:focus ~ label,
  .float-container input:not(:placeholder-shown) ~ label {
    top: -12px;       /* move label above */
    font-size: 12px;  /* smaller text */
    color: #006dff;   /* highlight color on float; can match wave color */
  }



/* If you want each .dot to be a "blob" that merges on hover: */
.score-icons .dot {

    transition: transform 0.3s;
}
#pageMask {
    position: fixed;
    top: 50%; left: 50%;
    width: 50px; height: 50px;
    background: #ff0080;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1s ease;
    z-index: 9999;
}

/* Once we add a class .expand, it grows big enough to cover the entire screen */
#pageMask.expand {
    transform: translate(-50%, -50%) scale(50);
    /* scale(50) might fill typical screens, adjust if huge screen */
}

.confetti-piece {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: #f0f; /* default fallback color */
    pointer-events: none; /* so clicks pass through */
    border-radius: 50%;
    animation: spin 1.2s linear infinite; /* optional spin */

    /* Possibly add a box-shadow for more dimension */
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

/* Spin keyframe (optional) */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
}
/* 2A) The Moon Button (top-right corner) */
.dark-mode-btn {
  /* Remove these if you had them */
  /* top: 1rem; */
  /* right: 1rem; */
  background: transparent;
  border: none !important;
  cursor: pointer;
  color: #333;
  z-index: 9999; /* optional; can be removed if not needed */
  transition: color 0.3s;
  /* Add margin-left or margin-right if you want spacing */
  margin-left: 8px; /* e.g. to separate from the login button */
}
.dark-mode-btn:hover {
  color: #666;
}

/* 2B) Base light-mode styles (already presumably have a default) */
/* body {
  background: #fff;
  color: #000;
  ...
} */

/* 2C) Dark-mode override */
body.dark-mode,
body.dark-mode * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* You can further invert specific elements, e.g.: */
/* body.dark-mode .checklist-panel {
  background: #2f2f2f;
} */
/*  */
/* etc. */
.dark-mode-btn.dark {
  color: #f2f2f2; /* icon color in dark mode */
}
/* style.css (or a <style> block) */
body.inverted {
  filter: invert(1);
  background-color: black;
  background: black;
}

/* 1) Add the keyframe animation */
@keyframes sexyGradient {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 100%;
  }

}

/* 2) Apply it to the "active" feedback button */
.feedback-btn.feedback-active {
  /* Make the gradient spread across more space so the animation can pan */
  background: linear-gradient(
    270deg,
    #f64f59,
    #c471ed,
    #12c2e9,

    #fc67fa
  );
  background-size: 8000% 8000%; /* Big area for the animation to move through */
  color: #fff;                /* Keep text white */
  
  /* Animate the gradient's background-position */
  animation: sexyGradient 2s linear infinite;
}


.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999909999999;
  display: none;
  overflow-y: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 0.5s opac forwards ease-in-out;
          animation: 0.5s opac forwards ease-in-out;
}

@media screen and (max-width: 767px) {
  .modal-wrapper.active {
    display: block;
  }
}

.modal-wrapper.modal-wrapper-lg .modal-wrapper--inner {
  width: 1024px;
}

@media screen and (max-width: 767px) {
  .modal-wrapper.modal-wrapper-lg .modal-wrapper--inner {
    width: 400px;
  }
}

.modal-wrapper.modal-wrapper-xl .modal-wrapper--inner {
  width: 1304px;
}

@media screen and (max-width: 767px) {
  .modal-wrapper.modal-wrapper-xl .modal-wrapper--inner {
    width: 400px;
  }
}

.modal-wrapper--inner {
  position: relative;
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .modal-wrapper--inner {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrapper--inner {
    margin: 40px auto;
  }
}

.modal-wrapper--inner.red-alert .modal-header--title {
  color: #d0021b;
}

.modal-wrapper--inner.red-alert .modal-content .form-action--btn {
  background-color: #d0021b;
}

.modal-wrapper .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-wrapper .modal-close span {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-wrapper .modal-close span:before, .modal-wrapper .modal-close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.modal-wrapper .modal-close span:before {
  width: 10px;
  height: 2px;
}

.modal-wrapper .modal-close span:after {
  width: 2px;
  height: 10px;
}

.modal-wrapper .modal-header--title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .modal-wrapper .modal-header--title {
    font-size: 22px;
  }
}

.modal-wrapper .modal-header--choose {
  margin-bottom: 40px;
}

.modal-wrapper .modal-header--choose select {
  border: none;
  max-width: 100%;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5px;
}

.modal-wrapper .modal-header--choose select option {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .modal-wrapper .modal-header--choose select {
    font-size: 22px;
  }
}

.modal-wrapper .modal-content .form-group {
  position: relative;
  margin-bottom: 22px;
}

.modal-wrapper .modal-content .form-group:last-of-type {
  margin-bottom: 0;
}

.modal-wrapper .modal-content .form-group > label {
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 2;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
}

.modal-wrapper .modal-content .form-group .form-control {
  height: 36px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 8px 0;
  border-radius: 3px;
  border: 1px solid #000;
}

.modal-wrapper .modal-content .form-group select.form-control {
  padding-right: 34px;
}

.modal-wrapper .modal-content .form-group textarea.form-control {
  height: 88px;
  resize: none;
  padding: 8px;
}

.modal-wrapper .modal-content .form-group--text {
  font-size: 22px;
  color: #1c282c;
  letter-spacing: -1px;
  padding-bottom: 10px;
}

.modal-wrapper .modal-content .form-group--inline-radio {
  padding-bottom: 10px;
}

.modal-wrapper .modal-content .form-group--inline-radio > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}

.modal-wrapper .modal-content .form-group--inline-radio > label:last-child {
  margin-right: 0;
}

.modal-wrapper .modal-content .form-group--inline-radio > label span {
  margin-left: 10px;
}

.modal-wrapper .modal-content .form-group--label-sm {
  color: #1c282c;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}

.modal-wrapper .modal-content .form-group--file {
  position: relative;
  text-align: right;
}

.modal-wrapper .modal-content .form-group--file > label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  height: 40px;
  color: #fff;
  min-width: 75px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  letter-spacing: -0.5px;
  background-color: #000;
}

.modal-wrapper .modal-content .form-group--file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 40px;
  cursor: pointer;
  display: inline-block;
}

.modal-wrapper .modal-content .form-group--upload-preview {
  width: 230px;
  height: 230px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-wrapper .modal-content .form-group--hint {
  color: #bebebe;
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  bottom: 3px;
  right: 10px;
  z-index: 2;
}

.modal-wrapper .modal-content .form-group--upload-control {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px dashed #d7e4f8;
  background-color: #fff;
}

.modal-wrapper .modal-content .form-group--upload-control input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.modal-wrapper .modal-content .form-group--upload-control img {
  width: 38px;
  display: block;
  margin-bottom: 12px;
}

.modal-wrapper .modal-content .form-group--upload-control span {
  font-size: 9px;
  color: #bcc0c4;
}

.modal-wrapper .modal-content .form-group--upload-list {
  padding-top: 5px;
}

.modal-wrapper .modal-content .form-group--upload-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 11px;
  margin-top: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-wrapper .modal-content .form-group--upload-list-item > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  max-width: 92%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modal-wrapper .modal-content .form-group--upload-list-item .close-icon {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}

.modal-wrapper .modal-content .form-group--upload-list-item .close-icon span {
  width: 10px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-wrapper .modal-content .form-group--upload-list-item .close-icon span:before, .modal-wrapper .modal-content .form-group--upload-list-item .close-icon span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #b9bec2;
}

.modal-wrapper .modal-content .form-group--upload-list-item .close-icon span:before {
  width: 10px;
  height: 2px;
}

.modal-wrapper .modal-content .form-group--upload-list-item .close-icon span:after {
  width: 2px;
  height: 10px;
}

.modal-wrapper .modal-content .form-group--checkbox {
  padding-bottom: 10px;
}

.modal-wrapper .modal-content .form-group--checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.modal-wrapper .modal-content .form-group--checkbox-item > input[type="checkbox"],
.modal-wrapper .modal-content .form-group--checkbox-item > input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
}

.modal-wrapper .modal-content .form-group--checkbox-item > input[type="checkbox"]:checked ~ span:after,
.modal-wrapper .modal-content .form-group--checkbox-item > input[type="radio"]:checked ~ span:after {
  opacity: 1;
}

.modal-wrapper .modal-content .form-group--checkbox-item > span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

.modal-wrapper .modal-content .form-group--checkbox-item > span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #b4bfc9;
}

.modal-wrapper .modal-content .form-group--checkbox-item > span:after {
  position: absolute;
  opacity: 0;
  content: "";
  top: 7px;
  left: 5px;
  width: 10px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #b4bfc9;
  border-bottom: 2px solid #b4bfc9;
}

.modal-wrapper .modal-content .form-action {
  text-align: right;
  margin-top: 25px;
}

.modal-wrapper .modal-content .form-action .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-wrapper .modal-content .form-action--btn {
  border: none;
  height: 40px;
  color: #fff;
  min-width: 75px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  letter-spacing: -0.5px;
  background-color: #000;
  margin-right: 15px;
}

.modal-wrapper .modal-content .form-action--btn:last-child {
  margin-right: 0;
}

.modal-wrapper .modal-content .form-action--btn-red {
  background-color: #d0021b;
}

.modal-wrapper .modal-content > .row {
  margin: 0 -15px;
}

.modal-wrapper .modal-content .modal-item-inline {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 0 15px;
  margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .modal-wrapper .modal-content .modal-item-inline {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrapper .modal-content .modal-item-inline {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
  overflow-y: auto;
  padding-top: 150px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  .search-modal {
    padding-top: 60px;
  }
}

.search-modal--close {
  position: fixed;
  top: 118px;
  right: 118px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
}

.search-modal--close span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-modal--close span:before, .search-modal--close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.search-modal--close span:before {
  width: 35px;
  height: 3px;
}

.search-modal--close span:after {
  width: 3px;
  height: 35px;
}

@media screen and (max-width: 991px) {
  .search-modal--close {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
  }
  .search-modal--close span:before {
    width: 25px;
  }
  .search-modal--close span:after {
    height: 25px;
  }
}

.search-modal--inner {
  width: 680px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}

.search-modal--searchbox input {
  border: none;
  width: 100%;
  color: #fff;
  font-size: 69px;
  font-weight: bold;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .search-modal--searchbox input {
    font-size: 30px;
  }
}

.search-modal--searchbox input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search-modal--searchbox input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search-modal--searchbox input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search-modal--searchbox input::placeholder {
  opacity: 1;
  color: #fff;
}

.search-modal--item {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .search-modal--item {
    margin-top: 30px;
  }
}

.search-modal--item > h3 {
  font-size: 29px;
  font-weight: bold;
  color: #a7a7a7;
}

@media screen and (max-width: 991px) {
  .search-modal--item > h3 {
    font-size: 22px;
  }
}

.search-modal--item > ul li {
  margin-top: 10px;
}

.search-modal--item > ul li a {
  font-size: 21px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .search-modal--item > ul li {
    margin-top: 5px;
  }
  .search-modal--item > ul li a {
    font-size: 18px;
  }
}


.mb-15 {
  margin-bottom: 15px !important;
}

.sp-page-wrapper {
  padding: 0 58px;
}

.sp-header {
  padding: 75px 0 92px 0;
}

.sp-header--logo a {
  display: inline-block;
  vertical-align: middle;
}

.sp-profile-wrap {
  width: 896px;
  max-width: 100%;
  padding-left: 100px;
  margin-bottom: 100px;
}

.sp-card {
  overflow: hidden;
  border-radius: 9px;
  margin-bottom: 14px;
  background-color: #fff;
  border: 1px solid #cbd4df;
}

.sp-card--inner {
  padding: 25px;
}

.sp-card.open .sp-card--header:after {
  top: 10px;
  -webkit-transform: rotate(-45deg) scale(-1);
          transform: rotate(-45deg) scale(-1);
}

.sp-card--header {
  cursor: pointer;
  position: relative;
}

.sp-card--header.no-accordion {
  cursor: default;
}

.sp-card--header.no-accordion:after {
  content: none;
  display: none;
}

.sp-card--header:after {
  position: absolute;
  content: "";
  top: 4px;
  right: 4px;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.25s 0.1s ease;
  transition: 0.25s 0.1s ease;
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  border-bottom: 4px solid rgba(0, 0, 0, 0.26);
}

.sp-card--title {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: -0.69px;
}

.sp-card--desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.48px;
}

.sp-card--content {
  margin-top: 20px;
}

.sp-card--content.expanded {
  max-height: none;
}

.sp-profile--cover {
  position: relative;
  min-height: 200px;
  background-color: #000;
}

.sp-profile--details {
  padding: 55px 25px 25px;
}

.sp-profile--img {
  position: absolute;
  bottom: -55px;
  left: 25px;
  z-index: 9;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: #f9fafb;
  border: 2px solid transparent;
}

.sp-profile--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.sp-profile--name {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0 2px 0;
  letter-spacing: -0.55px;
}

.sp-profile--desc {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: -0.41px;
}

.sp-profile--location {
  font-size: 16px;
  letter-spacing: -0.37px;
}

.sp-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-timeline:last-child {
  margin-bottom: 0;
}

.sp-timeline:last-child .sp-timeline--content {
  border-bottom: none;
}

.sp-timeline:last-child .sp-timeline--block:last-of-type {
  padding-bottom: 0;
}

.sp-timeline--img {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  padding-right: 20px;
}

.sp-timeline--img img {
  display: block;
  margin: 0 auto;
}

.sp-timeline--content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #e9e5df;
}

.sp-timeline--title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.55px;
}

.sp-timeline--score {
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
}

.sp-timeline--score ~ .sp-timeline--block:last-child:after {
  display: none;
}

.sp-timeline--score ~ .sp-timeline--block:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 16px;
  left: -60px;
  border-radius: 50%;
  background-color: #e9e5df;
}

.sp-timeline--score ~ .sp-timeline--block:after {
  position: absolute;
  content: "";
  width: 2px;
  top: 35px;
  left: -57px;
  bottom: -7px;
  background-color: #e9e5df;
}

.sp-timeline--block {
  position: relative;
  padding-bottom: 20px;
}

.sp-timeline--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1px 0 2px 0;
}

.sp-timeline--desc-item {
  font-size: 14px;
  position: relative;
  letter-spacing: -0.48px;
}

.sp-timeline--desc-item:last-child:after {
  content: none;
  display: none;
}

.sp-timeline--desc-item:after {
  content: "";
  width: 2px;
  height: 2px;
  margin: 0 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
}

.sp-timeline--date {
  font-size: 14px;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.48px;
}

.sp-timeline--media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-timeline--media-item {



  cursor: pointer;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

 
}

.sp-timeline--media-item:last-child {
  margin-right: 0;
}

.sp-timeline--media-item img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.sp-timeline--date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-timeline--date-wrap .sp-timeline--date:last-child:after {
  content: none;
  display: none;
}

.sp-timeline--date-wrap .sp-timeline--date:after {
  content: "";
  width: 2px;
  height: 2px;
  margin: 0 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
}

.sp-timeline--info {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: -0.48px;
}

.sp-card--row {
  margin: 20px 0 0;
  padding-top: 25px;
  position: relative;
}

.sp-card--row:before {
  position: absolute;
  content: "";
  top: 0;
  left: -25px;
  right: -25px;
  height: 1px;
  background-color: #cbd4df;
}

.sp-card--row .sp-card--content {
  margin-top: 25px;
}

.sp-card--academics {
  overflow: hidden;
  max-height: var(--academics-height);
}

.sp-card--coursework {
  overflow: hidden;
  max-height: var(--coursework-height);
}

.sp-card--extracurricular {
  overflow: hidden;
  max-height: var(--extracurriculars-height);
}

.sp-card--honors .sp-timeline--img {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.sp-more-less {
  margin-top: 20px;
}

.sp-more-less a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.36px;
}

.sp-more-less a.active:after {
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-more-less a:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

.post-preview {
  position: relative;
  width: 944px;
  margin: 0 auto;
  max-width: 95%;
  padding: 0 45px;
}

.post-preview--nav {
  display: none;
}

.post-preview--nav a {
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 9;
  width: 12px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-preview--nav-prev {
  left: 0;
  background: url("../images/arrow-left-1.svg") no-repeat center center;
  background-size: 12px;
}

.post-preview--nav-next {
  right: 0;
  background: url("../images/arrow-right-1.svg") no-repeat center center;
  background-size: 12px;
}

.post-gallery {
  position: relative;
  width: 62%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  max-width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}

.post-gallery--inner.owl-carousel {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: static;
}

.post-gallery--inner.owl-carousel .owl-stage {
  font-size: 0;
  width: 200%;
}

.post-gallery--inner.owl-carousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.post-gallery--inner.owl-carousel .post-gallery--item img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-gallery .owl-nav button {
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 9;
  width: 21px;
  height: 21px;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-gallery .owl-nav button span {
  display: none;
}

.post-gallery .owl-nav button.owl-prev {
  left: 15px;
  background: url("images/arrow-circle-left.svg") no-repeat center center;
  background-size: 21px;
}

.post-gallery .owl-nav button.owl-next {
  right: 15px;
  background: url("images/arrow-circle-right.svg") no-repeat center center;
  background-size: 21px;
}

.post-gallery .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-gallery .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  opacity: 0.4;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}

.post-gallery .owl-dots .owl-dot.active {
  opacity: 1;
}

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
  min-height: 515px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.post-info--user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 64px;
  padding: 14px 10px;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.post-info--user-img {
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  border-radius: 50%;
}

.post-info--user-img img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.post-info--user-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
  padding-right: 22px;
}

.post-info--user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-info--user-name strong {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5px;
}

.post-info--user-name span {
  position: relative;
  font-size: 12px;
  margin-left: 10px;
  padding-left: 14px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5px;
}

.post-info--user-name span:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 40%;
  background-color: #000;
}

.post-info--user-detail {
  font-size: 10px;
  color: #8f908f;
  letter-spacing: -0.5px;
}

.post-info--detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 20px;
  overflow-y: auto;
  max-height: 610px;
}

.post-info--detail ul li {
  margin-bottom: 10px;
  list-style: none;
}

.post-info--detail ul li strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.32px;
  
}


.post-info--detail ul li p {
  font-size: 12px;
  margin-top: 2px;
  letter-spacing: -0.27px;
}


.tippy-box {
  width: 200px;
  color: #000;
  font-size: 12px;
  padding: 10px 0;
  line-height: normal;
  border-radius: 11px;
  letter-spacing: -0.55px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.190642);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.190642);
}

.site-footer {
  /* Keep the footer at the bottom in normal flow or with position: fixed if desired */
  /* Example if you want it truly pinned: position: fixed; */
display: flex;
flex-direction: horizontal;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;

  /* match the header font + top border */
  font-family: "Articulat CF", sans-serif;
  font-weight: 500;
  border-top: 1px solid #000;
  
  /* Use clamp for fluid font-size: it won't go below 1rem or above 2rem */
  font-size: clamp(0.5rem, 5vw, 1rem);

  color: #000;
  text-align: center;
  z-index: 9999;
  background: #fff; /* optional if you want a white background */
}

/* OPTIONAL: Extra fine-tuning with media queries */

@media (max-width: 768px) {
  .site-footer {
    padding: 0.75rem;
    /* maybe slightly smaller text if you prefer
    font-size: 1.25rem;
    */
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 0.5rem;
    /* even smaller text if you like
    font-size: 1rem;
    */
  }
}
.checklist-panel {
 
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* width: 440px; */
  width:300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 9999;
  padding: 1.25rem;
  font-size: 14px;
}
.checklist-panel h2 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: #444;
}
.subtitle {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
}

/* ========== PURPLE PROGRESS BAR & LABEL ========== */
.progress-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.progress-label {
  font-size: 0.85rem;
  color: #8B4DFF; /* purple text for label: "X% or "Done!" */
  margin-right: 6px;
  white-space: nowrap;
}
.progress-bar-wrapper {
  flex: 1;
  height: 10px;
  background: #e9d8ff; /* light purple behind fill */
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: #8B4DFF; /* purple fill */
  transition: width 0.3s ease;
}

/* The "TO-DO" label => Purple background, white text */
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.label-todo {
  background: #8B4DFF;
  color: #fff;
}

/* Each Task => black "Play" button on left, text in middle, bigger purple check on right */
.task-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 0.75rem;
  margin-bottom: 1rem;
}
.play-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.play-btn img {
  width: 36px;
  height: 36px;
  display: block;
}

/* The middle text => if done => purple strikeout */
.task-info {
  flex: 1;
  margin: 0 0.75rem;
}
.task-info h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #444;
}
.task-info p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}
.task-card.done .task-info {
  text-decoration: line-through;
  color: #4dff7f; /* purple strike-through color */
}

/* The bigger purple check => 26x26 box with bold white "✓." */
.checkbox-block {
  pointer-events: none; /* user can't manually toggle */
  width: 26px;
  height: 26px;
  position: relative;
}
.checkbox-block input[type="checkbox"] {
  display: none; /* hidden real checkbox we set programmatically */
}

.purple-box {
  position: relative;
  width: 26px;
  height: 26px;
  border: 2px solid #999;
  border-radius: 4px;
  background: #fff;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.check-symbol {
  position: absolute;
  font-size: 18px;
  top: 0px;
  left: 6px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
  font-weight: bold;
}

/* If the hidden input is checked => fill w/ purple & show check */
.checkbox-block input[type="checkbox"]:checked ~ .purple-box {
  background: #4dff7f;
  border-color: #4dff7f;
}
.checkbox-block input[type="checkbox"]:checked ~ .purple-box .check-symbol {
  opacity: 1;
}

/* Dev Reset => always resets localStorage & tasks */
.reset-btn {
  display: block;
  margin-top: 8px;
  width: 100%;
  padding: 6px 10px;
  background: #8B4DFF; 
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
}
.reset-btn:hover {
  background: #713ad9;
}

/* Intro.js => purple highlight for steps, skip, next, done */
.introjs-tooltip {
  border-radius: 10px !important;
  background-color: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  color: #333 !important;
  padding: 1rem !important;
}
.introjs-tooltip-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}
/* Step circle & bar => purple */
.introjs-helperNumberLayer,
.introjs-progressbar,
.introjs-bullets ul li a {
  background-color: #8B4DFF !important;
}
/* Next/Done => purple */
.introjs-button {
  background-color: #8B4DFF !important;
  border: none !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 6px 10px !important;
  font-size: 0.85rem !important;
  margin-left: 5px;
}
.introjs-button:hover {
  background-color: #713ad9 !important;
}
/* Skip => also purple */
.introjs-skipbutton {
  background: #8B4DFF !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 6px 10px !important;
  margin-left: 8px !important;
  font-size: 0.85rem !important;
}
.introjs-skipbutton:hover {
  background: #713ad9 !important;
}
.file-upload-area {
  border: 2px dashed #ccc;   /* or match your design */
  text-align: center;
  padding: 30px;
  cursor: pointer;           /* indicates clickable area */
  position: relative;
  /* Possibly size it to fill the "post-gallery" space. */
}

.file-upload-area:hover {
  background-color: #f9f9f9; /* subtle hover effect */
}

.upload-icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 8px;
}

.upload-instructions {
  color: #666;
  font-size: 0.9rem;
}

#fileUploadArea {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#profileFileInput {
  display: none; /* or absolutely positioned + invisible */
}

/****************************************
  5) Additional Explanation:
****************************************/
/*
1. .score-icons .dot => hidden by default, so no dot is visible 
   unless hovered or .dot-active is set.

2. .item-entry:hover .gpa-score => 
   Only for the hovered .item-entry, show the .gpa-score. 
   This ensures if you have multiple entries on the page, 
   only the hovered entry's red dot appears.

3. Once a user uploads a file for a dot => 
   your JS calls dotEl.classList.add("dot-active");
   => That dot becomes permanently visible. 
   Then on hover of that "active dot," 
   we show the next dot in the sequence.

4. The sibling selectors (~) cause the next dot 
   to appear only if the previous dot is .dot-active 
   AND we're hovering that dot. 
   That's how you get the chain: red → green → blue → subject → ap.

5. If you want to do a second or third line of logic 
   for different dot orders, just replicate the pattern with your classes.
*/
/* 
.item-entry[data-entry-id="act1"] .score-icons {
  display: none;
}
.item-entry[data-entry-id="act1"]:hover .score-icons {
  display: block;
}
.item-entry[data-entry-id="act1"] .dot {
  display: none;
}
.item-entry[data-entry-id="act1"]:hover .dot[data-button="1"] {
  display: inline-block;
} */

/* Hide all dots by default */
/* 1) Hide all dots by default */
/* 1) Hide all dots by default */
.item-entry .dot {
  display: none;
}

/* 2) Show dot #1 on item-entry hover if it's NOT active yet */
.item-entry:hover .dot[data-button="1"]:not(.dot-active) {
  display: inline-block;
}

/* 3) Once dot #1 is active => always visible */
.dot[data-button="1"].dot-active {
  display: inline-block !important;
}

/* 4) If dot #1 is active, on hover of the ENTIRE item-entry => reveal dot #2 if not active */
.item-entry:hover .dot[data-button="1"].dot-active ~ .dot[data-button="2"]:not(.dot-active) {
  display: inline-block;
}

/* 4a) If user moves onto dot #2 itself => keep dot #2 visible while hovered */
.dot[data-button="2"]:hover:not(.dot-active) {
  display: inline-block;
}

/* 5) Once dot #2 is active => always visible */
.dot[data-button="2"].dot-active {
  display: inline-block !important;
}

/* 6) If dot #2 is active => on hover of the ENTIRE item-entry => reveal dot #3 if not active */
.item-entry:hover .dot[data-button="2"].dot-active ~ .dot[data-button="3"]:not(.dot-active) {
  display: inline-block;
}
.dot[data-button="3"]:hover:not(.dot-active) {
  display: inline-block;
}

/* 7) dot #3 active => always visible */
.dot[data-button="3"].dot-active {
  display: inline-block !important;
}

/* 8) If dot #3 is active => on hover of the ENTIRE item-entry => reveal dot #4 if not active */
.item-entry:hover .dot[data-button="3"].dot-active ~ .dot[data-button="4"]:not(.dot-active) {
  display: inline-block;
}
.dot[data-button="4"]:hover:not(.dot-active) {
  display: inline-block;
}

/* 9) dot #4 active => always visible */
.dot[data-button="4"].dot-active {
  display: inline-block !important;
}

/* 10) If dot #4 is active => on hover => show dot #5 if not active */
.item-entry:hover .dot[data-button="4"].dot-active ~ .dot[data-button="5"]:not(.dot-active) {
  display: inline-block;
}
.dot[data-button="5"]:hover:not(.dot-active) {
  display: inline-block;
}

/* 11) Once dot #5 is active => always visible */
.dot[data-button="5"].dot-active {
  display: inline-block !important;
}

/* Forces #previewImg to fill its parent's width and auto‐adjust height. */


.delete-dot-btn {
  position: absolute; 
  bottom: 20px; /* Larger bottom offset for more breathing room */
  right: 50px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.delete-dot-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Responsive tweak for smaller screens */
@media (max-width: 600px) {
  .delete-dot-btn {
    bottom: 15px; /* Slightly closer if the screen is very short */
    right: 15px;
  }
}
/* Comment Card: "Resolved" state */
.comment-card.resolved {
  /* Slightly faded look */
  opacity: 0.6;

  /* Optionally show a strikethrough for text inside the card */
  text-decoration: line-through;

  /*
    Another optional effect:
    "filter: grayscale(60%)" can add a grayish tone if you like:
  */
  filter: grayscale(60%);

  /*
    For a smoother visual change, you can add transition:
  */
  transition: opacity 0.3s ease, filter 0.3s ease;
}

/* Comment Card: "Active" highlight */
.active-card {
  /* Light yellow highlight */
  background-color: rgba(255, 255, 0, 0.2);

  /*
    Smoothly fade out the highlight over time. 
    This pairs well with JS that removes .active-card after 1-2s
  */
  transition: background-color 1s ease;
}
 .purpleHighlight {
     background-color: rgba(128, 0, 128, 0.3);
     transition: background-color 0.5s;
   }
  
   .resolvedHighlight {
    background-color: rgba(0, 255, 4, 0.3);
    transition: background-color 0.5s;
  }
  /* If <body> has .hide-highlights, hide all highlight spans */
  .hide-highlights span.purpleHighlight,
  .hide-highlights span.resolvedHighlight {
    /* Remove the colored background */
    background-color: transparent !important;
  
    /* If your highlight changes text color or border,
       reset those too: */
    color: inherit !important;
    border: none !important;
  
    /* Optionally remove any other highlight-specific styling. */
    filter: none !important;
    opacity: 1 !important;
    text-decoration: none !important;
  }
  .reply-placeholder {
    font-family: inherit;
    cursor: text; 
    color: #777; 
    transition: background-color 0.2s;
  }
  .reply-placeholder:hover {
    background-color: #f0f0f0;
  }
  .replies-container {
    margin-top: 10px;
    margin-left: 15px; /* or .ms-4 if using Bootstrap */
  }
  .single-reply {
    padding: 8px 0;
    border-left: 2px solid #ddd;
    margin-bottom: 8px;
  }
/* /* The base overlay container */
.slash-cut-in-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;  
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  /* remove display:none and opacity:0 from your old code so we rely on new classes */
}

/* The slash container or slash image can remain the same as you had */
.slash-container {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* etc. */
}

/* The slash image: your existing rules */
.slash-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  /* etc. */
}

/* 1) Hidden state => offscreen to the left, invisible. 
   Use a transition so it slides in/out. */
.slash-is-hidden {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

/* 2) Visible state => overlay is on screen, fully opaque. */
.slash-is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.flash-border {
  outline: 2px solid #ffcc00; /* or your chosen color */
  outline-offset: -2px;
  transition: outline 0.2s ease;
}
.quoted-highlight-text {
  font-size: 0.75em;
  color: #6c757d; /* or any grey color you like */
  font-style: italic;
  margin-bottom: 4px;
}

/* 1) Define the keyframe: Start near top-right + invisible, end at normal position + visible */
@keyframes fadeDownFromTopRight {
  0% {
    opacity: 0;
    transform: translate(0px, -100px); /* X=40px to the right, Y=-40px above */
  }
  100% {
    opacity: 1;
    transform: translate(0, 0); /* back to original position */
  }
}

.fadeDownHeader {
  opacity: 0; /* hide initially */
  animation: fadeDownFromTopRight 0.5s ease forwards;
  /* 0.8s is the duration; adjust as needed */
}


/* 1) Each row starts off invisible (opacity=0) and slightly shifted up (translateY).
   We also define a custom cubic-bezier for that 'quintic ease-out' feel. */
/* 1) Shared transition for each row */
.rankingRow {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 2) When .showRows is added, each row animates from invisible to visible */
.rankings-table.showRows .rankingRow {
  opacity: 1;
  transform: translateY(0);
}

/* 3) Reverse the delays so row #5 starts at 0s delay, row #1 is last */
.rankings-table.showRows .rankingRow:nth-of-type(5) {
  transition-delay: 0s;   /* bottom row => appears immediately */
}
.rankings-table.showRows .rankingRow:nth-of-type(4) {
  transition-delay: 0.5s;
}
.rankings-table.showRows .rankingRow:nth-of-type(3) {
  transition-delay: 1s;
}
.rankings-table.showRows .rankingRow:nth-of-type(2) {
  transition-delay: 1.5s;
}
.rankings-table.showRows .rankingRow:nth-of-type(1) {
  transition-delay: 2s; /* top row => largest delay => last to appear */
}

/* bottom last shown */

/* .rankingRow {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.rankings-table.showRows .rankingRow {
  opacity: 1;
  transform: translateY(0);
}
.rankings-table.showRows .rankingRow:nth-of-type(1) {
  transition-delay: 0s;
}
.rankings-table.showRows .rankingRow:nth-of-type(2) {
  transition-delay: 0.1s;
}
.rankings-table.showRows .rankingRow:nth-of-type(3) {
  transition-delay: 0.2s;
}
.rankings-table.showRows .rankingRow:nth-of-type(4) {
  transition-delay: 0.3s;
}
.rankings-table.showRows .rankingRow:nth-of-type(5) {
  transition-delay: 0.4s;
} */

/* 1) The overlay is a fixed, fullscreen, semi-transparent black background. 
   We hide it by default with display: none. */
   /* .cut-in-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;             
    background: rgba(0, 0, 0, 0.6); 
    justify-content: center;
    align-items: center;
    z-index: 9999999;            
  }
  
  #cutInImage {
    max-width: 100%; 
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.22,1,0.36,1),
                opacity 0.6s cubic-bezier(0.22,1,0.36,1);
  }
  
  .cut-in-overlay.show {
    display:block; 
  }
  .cut-in-overlay.show #cutInImage {
    transform: translate(0%,   80%);
    opacity: 1;
  }
 */

 .ovr-text.no-invert:hover{
  color: #FFD700;               /* gold color */
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.7); /* a golden "glow" */
  /* transform: scale(1.05);       slightly enlarge */
  transition: color 0.3s, 
              text-shadow 0.3s,
              transform 0.3s;   /* smooth animation */
}

/* Hover effect on <h5> elements with .ranking-text.text-center */
.ranking-text-inner:hover {
  color: #FFD700;                        /* gold */
  text-shadow: 0 0 5px rgba(255,215,0,.7); /* subtle glow */
  /* transform: scale(2);               enlarge text by 5% */
  transition: color 0.3s, text-shadow 0.3s, transform 0.3s;
}

.checklist-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* space for the minimize btn */
  margin-bottom: 8px;
}

.checklist-title {
  font-size: 18px;
  margin: 0;
}

/* The minimize button style */
.minimize-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.minimize-btn img {
  width: 20px;
  height: 20px;
}

/* Minimized "Pill" State */
.checklist-panel.minimized {
  width: 140px;
  height: auto; 
  padding: 8px;
  border-radius: 30px; /* pill shape */
  overflow: hidden; /* hide the rest of the content */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #9333ea;
}

.checklist-panel.minimized .checklist-header {
  margin-bottom: 0; /* no spacing needed in pill mode */
}

.checklist-panel.minimized .checklist-title {
  font-size: 14px; /* smaller text in pill mode */
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  margin: 0;
}

.checklist-panel.minimized .subtitle,
.checklist-panel.minimized .progress-row,
.checklist-panel.minimized .section-label,
.checklist-panel.minimized .task-card,
.checklist-panel.minimized .reset-btn {
  display: none; /* hide all main content */
}

.checklist-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  background: #fff;
  border: 2px solid #9333ea; /* purple border, adjust as needed */
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: width 0.3s, height 0.3s, padding 0.3s;
  z-index: 9999;
  overflow-y: auto;
  max-height: 550px;
}

.checklist-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* space for the minimize btn */
  margin-bottom: 8px;
}

.checklist-title {
  font-size: 18px;
  margin: 0;
}

/* The minimize button style */
.minimize-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.minimize-btn img {
  width: 20px;
  height: 20px;
}

/* Minimized "Pill" State */
.checklist-panel.minimized {
  width: auto;
  height: auto; 
  padding: 8px;
  border-radius: 30px; /* pill shape */
  overflow: hidden; /* hide the rest of the content */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checklist-panel.minimized .checklist-header {
  margin-bottom: 0; /* no spacing needed in pill mode */
}

.checklist-panel.minimized h2 {
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  margin: 0;
  color: #ffffff;
}

.checklist-panel.minimized .subtitle,
.checklist-panel.minimized .progress-row,
.checklist-panel.minimized .section-label,
.checklist-panel.minimized .task-card,
.checklist-panel.minimized .reset-btn, 
.checklist-panel.minimized .minimize-btn {
  display: none; /* hide all main content */
}

.checklist-panel.minimized .minimize-btn
{display: none;}


/* 1) For .tippy-box with data-theme~="material" => white text */
.tippy-box[data-theme~="material"] {
  color: #fff !important;      /* Force text color white */
  /* Optionally set a background if you want: */
  font-weight: 500 !important;
}

/* 2) For .tippy-box with data-theme~="translucent" => also white text */
.tippy-box[data-theme~="translucent"] {
  color: #fff !important;      /* White text */
  /* Example: translucent black background */
}/* 1) Basic container for the checklist, matching your other "card" style */

/* Container box */
.checklist-container {
  /* margin-top:15px; */
  position: relative;
  background: #fff;
  max-width: 480px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
/* border-style: solid;
border-width: 1px; */
/* padding: 1rem; */
}

/* Checklist styling */
#checklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#checklist li {
  width: 100%;
  display: flex;               /* flex layout for handle, text, delete, checkbox */
  align-items: center;
  flex-wrap: wrap;           /* Let items move to a new line if needed */

  background: #fff;
  margin-bottom: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  /* border-radius: 0px;
  border: 1px solid #ddd;
  border-radius: 4px; */
  /* border-bottom: 1px solid #ddd; 
  border-top: none;
  border-radius: 0; */
  transition: background 0.2s ease;

}
#checklist li:last-child {
  border-bottom: none; /* remove the bottom line on the final item */
}
#checklist li:hover {
  background: #f6f6f688;
}

/* Drag handle styling */
.drag-handle {
  cursor: move;     /* display 'move' cursor */
  user-select: none;
  font-size: 1.2rem;
  margin-right: 0.6rem;
  color: #666;
}

/* Text part of the item (inline editable) */
.item-text {
  flex: 1;                  /* take up remaining space */
  outline: none;            /* remove default focus outline */
  min-height: 1.2em;        /* prevent collapse if empty */
  margin-right: 0.6rem;
  /* font-size: 15px; */
}

.item-text:focus {
  background: #eef5ff;
  border-radius: 3px;
}



/* Checkbox styling */
.item-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #00ff66; /* modern browsers support this for check color */
  cursor: pointer;
  /* NEW: add margin to create space between checkbox & delete button */
  margin-right: 0.6rem;
}

/* Button row styling */
.button-row {
  display: flex;
  justify-content: left;
  margin-top: 1rem;
}
#addItemBtn {
  background-color: #000;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}
#addItemBtn:hover {
  background-color: #00ff66;
  color: #000;
}

/* SortableJS drag feedback (optional) */
.sortable-chosen {
  background: #ffeecc;
}
.sortable-ghost {
  opacity: 0.4;
}

/*
  ================================
  Make It "Responsive AF"
  ================================
  On smaller screens, stack elements so they don't feel cramped.
*/
@media (max-width: 480px) {
  /* Reduce padding around the container for small screens */
  .checklist-container {
    padding: 1rem;
  }

  /* Let each list item flow in rows */
  #checklist li {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Adjust spacing for sub-elements */
  .drag-handle {
    margin-bottom: 0.5rem;
  }
  .item-text {
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .item-checkbox {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .delete-btn {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  /* Make the add button full-width for easier taps */
  #addItemBtn {
    width: 100%;
  }
}

.reach-title.nextsteps-title{
  color:#000;
}

.landing-heading {
  text-align: center;        /* centers the text horizontally */
  font-weight: 600;          /* bold text */
  font-size: 42px;           /* large font size */
  line-height: 1.2;          /* spacing between lines */
  margin-left:  auto;         /* some spacing above/below, auto left/right center if block-level */
  margin-right:  auto;         /* some spacing above/below, auto left/right center if block-level */
margin-top: 40px;
  /* Ensure the text wraps rather than overflowing */
  white-space: normal;       /* allow wrapping (override any "nowrap") */
  overflow-wrap: break-word; /* break up long words if needed */
  word-wrap: break-word;     /* older name for the same behavior */
  /* max-width: 70%;           optional: limit the width so it doesn't stretch too wide */
  opacity: 0;                          /* start invisible */
  animation: dropInFade 0.5s ease-out forwards;
}

@keyframes dropInFade {
  0% {
    transform: translateY(30px);  /* start 50px above */
    opacity: 0;                    /* fully transparent */
  }
  100% {
    transform: translateY(0);      /* back to normal position */
    opacity: 1;                    /* fully visible */
  }
}
/* Make it smaller on mobile screens */
@media (max-width: 480px) {
  .landing-heading {
    font-size: 32px; /* reduce size for phones */
    margin: 20px auto;
  }
}

.container.mt-5.profile-main-container{
  margin-top:0 !important;
}
.import-pdf-btn {
  background-color: #00ff66 !important;
  color: #000;
  font: inherit;
  font-weight: 500;
  padding: 8px !important;
  border-radius: 4px;
  border: none !important;
  margin-right: 20px !important;

  /* Smoothly animate scaling (and optionally background) */
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.import-pdf-btn:hover {
  transform: scale(1.05);
  background-color: #333; /* dark gray on hover */
}


.landing-subtitle {
  text-align: center;        /* centers the text horizontally */
  font-weight: 400;          /* bold text */
  font-size: 22px;           /* large font size */
  line-height: 1.2;          /* spacing between lines */
  margin-left:  auto;         /* some spacing above/below, auto left/right center if block-level */
  margin-right:  auto;         /* some spacing above/below, auto left/right center if block-level */
margin-top: 10px;
  /* Ensure the text wraps rather than overflowing */
  white-space: normal;       /* allow wrapping (override any "nowrap") */
  overflow-wrap: break-word; /* break up long words if needed */
  word-wrap: break-word;     /* older name for the same behavior */
  /* max-width: 70%;           optional: limit the width so it doesn't stretch too wide */
  opacity: 0;                          /* start invisible */
  animation: dropInFade 0.5s ease-out forwards;
}


/* Delete button styling */
.delete-btn {
  background: transparent;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 1.1rem;
  margin-right: 0.6rem;
  transition: color 0.2s ease;
}
.delete-btn:hover {
  color: #f00;
}

.delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease-in-out;
}

.delete-btn img {
  width: 24px;
  height: 24px;
  transition: opacity 0.2s ease-in-out;
}

.delete-btn:hover {
  transform: scale(1.1);
}

.delete-btn:active {
  transform: scale(0.9);
}
.heading-container {
  display: flex; /* Enables flexbox */
  flex-direction: column; /* Stacks heading & subtitle vertically */
  align-items: center; /* Centers content horizontally */
  justify-content: center; /* Centers content vertically */
  text-align: center; /* Ensures text inside stays centered */
  
  max-width: 100%; /* Prevents it from becoming too wide */
  
  padding: 20px; /* Adds space inside */
  margin: 20px auto; /* Centers it horizontally */
  
  border-radius: 8px; /* Optional: smooth corners */
  background: rgba(255, 255, 255, 0.1); /* Light background */
}.outer-container {
  max-width: 60%;       /* Adjust the max-width as needed */
  margin: 0 auto;         /* Centers the container horizontally */
  /* background-color: #f5f5f5; Optional background for visual clarity */
}
.inner-container {
  display: inline-block;
  width: fit-content; /* or just omit width for inline-block behavior */
  padding: 0; /* adjust padding as needed */
  margin: 0; /* remove any default margins */}

/* 
   Because Intro.js wraps your tooltip in elements with classes like 
   .introjs-tooltip and .myBigTooltip, you can override them like this:
*/
/* Target the tooltip when it has both classes heroTooltip + introjs-tooltip */
/* Same element has both classes .heroTooltip and .introjs-tooltip */
.heroTooltip.introjs-tooltip {
  /* Force fixed positioning to override Intro.js's inline placement */
  position: fixed !important;
  
  /* Left/right "margins" so it's not 100% edge‐to‐edge */
 left: 8rem !important;  
  right: 8rem !important;

   
  /* Center vertically; or pick a different vertical alignment */
  /* top: 50% !important; */
  transform: translateY(-50%) !important;
  
  /* Let width auto-calculate (minus left/right space). 
     Or explicitly set width if you prefer: width: calc(100% - 4rem) !important; */
  width: auto !important;
  max-width: none !important; 
  margin: 0 !important;
  
  /* Make the font bigger and add more vertical spacing with padding */
  font-size: 3rem !important;       /* bigger text */
  line-height: 1.5 !important;         /* comfortable line spacing */
  padding: 2rem !important;           /* bigger inside padding => more vertical space */
  
  /* Dark background + white text example */
  background-color: #fff !important;
  color: #000 !important;
  
  /* Remove default box shadow, corners, etc. if you want a "flat banner" look */
  box-shadow: none !important;
  border-radius: 10px !important;
}

/* Hide the arrow for a "banner" style */
.heroTooltip .introjs-arrow {
  display: none !important;
}


/* .heroTooltip.introjs-tooltip {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;

  left: 50% !important;
  transform: translateX(-50%) !important;
  transform-origin: center !important;

  width: calc(100% - 30rem) !important;
  max-width: 100% !important;

  overflow-y: auto !important;

  font-size: 3rem !important;
  line-height: 1.3 !important;

  padding: 2rem !important;

  background: #fff !important;
  color: #000 !important;

  box-shadow: none !important;
  border-radius: 0 !important;

  margin: 0 !important;
}

.heroTooltip .introjs-arrow {
  display: none !important;
}
 */

 .footer-btn{
  font: #000;
  font-weight: 700;
  background:#fff;
  border-radius: 12px
 }

 
 .google-login-btn {
  border: none !important;
  background: none;
  padding: 5px;
  margin-left: 10px; /* Adjust this value to control spacing */
  cursor: pointer;
  display: flex;
  align-items: center;
}

.google-login-btn img {
  width: 24px; /* Adjust as needed */
  height: 24px;
}

#share-profile-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 12px !important;
  border-color: black;
  padding: 10px !important;
  transition: all 0.3s ease;
}
#share-profile-btn:hover {
  background-color: #000fff !important;
  color: #fff !important;
  scale: 1.05;
}
.role-toggle-btn {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 13px;
  font-family: 'Articulat CF', sans-serif;
  font-weight: bold;
  padding: 5px 25px 3px 25px !important;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.role-toggle-btn:hover {
  background: #000000;
  color: #FFFFFF;
  transform: scale(1.05);
}

.settings-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.settings-btn i {
  font-size: 20px;
  color: #333;
}

.settings-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 600px) {
  .settings-btn i {
    font-size: 18px;
  }
}

/* Style for placeholder text in empty contenteditable fields */
[contenteditable="true"][data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #999;
  font-style: italic;
  pointer-events: none;
}

/* Ensure first name and last name fields show placeholders when empty */
.profile-name.editable-text:empty:before {
  content: attr(data-placeholder);
  color: #999;
  font-style: italic;
}