.submit-btn:hover{
  background-color: brown;
}

.mitigation-container {
    padding: 12px;
}

.mitigation-container h3 {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

.mitigation-list li {
    margin-bottom: 8px;
}

.dropdown-menu .dropdown-item {
  font-size: 13px !important;
} 
/* 
.float-end {
    float: left !important;
} */

.h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.info-icon {
    display: inline-block;
    margin-left: 6px;
    color: #0078d4;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #0078d4;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.info-icon:hover {
    background-color: #0078d4;
    color: #fff;
}

.note-text {
    margin-top: 8px;
    font-style: italic;
}

.attestation-text {
    margin-top: 12px;
    font-weight: 500;
}

/* Modal styling */
.mitigation-modal {
    position: fixed;
    top: 0;
    left: 0 ;
    width: 100% ;
    height: 100% ;
    background: rgba(0, 0, 0, 0.5) ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    z-index: 9999 ;
}

.modal-content {
    background: #fff ;
    width: 90% ;
    max-width: 600px ;
    /* max-height: 70vh ; */
    overflow-y: auto ;
    border-radius: 8px ;
    padding: 30px ;
    position: relative ;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) ;
}

.close-modal {
    position: absolute ;
    top: 12px ;
    right: 18px ;
    font-size: 24px ;
    cursor: pointer ;
    color: #666 ;
}

.close-modal:hover {
    color: #1a1a1a ;
}

#modalText {
    white-space: pre-wrap ;
    text-align: left ;
    font-size: 16px ;
    line-height: 1.7 ;
    color: #333 ;
    margin: 0 ;
    padding-right: 15px ;
}




/* .mitigation-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.modal-content {
    background: #fff;
    width: 400px;
    margin: 15% auto;
    padding: 16px;
    border-radius: 4px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}
#modalText {
    white-space: pre-wrap;
    text-align: left;
} */


/* ===== MULTI STEP PROGRESS INDICATOR ===== */

/* Container */
.progress-list {
    display: flex;
    gap: 12px;
    margin: 20px 0 30px;
    padding: 0;
}

/* Step item */
.progress-list .list-group-item {
    flex: 1;
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
}

/* Step number */
.progress-list .list-group-item .number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #cbd5f5;
    color: #1e40af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
}

/* ACTIVE STEP */
.progress-list .list-group-item.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.progress-list .list-group-item.active .number {
    background: #ffffff;
    color: #1d4ed8;
}

/* COMPLETED STEP (if portal marks it) */
.progress-list .list-group-item.complete {
    background: #ecfdf5;
    color: #065f46;
}

.progress-list .list-group-item.complete .number {
    background: #10b981;
    color: #ffffff;
}

/* UPCOMING / INCOMPLETE */
.progress-list .list-group-item.incomplete {
    background: #f1f5f9;
    color: #64748b;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .progress-list {
        flex-direction: column;
    }
}

/* Snehil's Cusotm CSS Code */
html[dir=ltr] li a {
    font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  border: 1px solid transparent; 
  color: #1a1a1a;
}

html[dir=ltr] li  a:hover {
  background-color: #f2f2f2;
  color: #323130; }

html[dir=ltr] li  a:focus {
  background-color: #f2f2f2;
  color: #323130; }

  @media (min-width: 992px){
    .entity-list{
        min-width: 540px !important;
    }
  }
/* filter section Css */
  .entitylist .card-body{
    display: flex !important;
    align-items: end;
    gap: 25px;
  }

  .entitylist-filter-option-group {
    margin-bottom: 0 !important;
  }

  .entity-list .float-end .toolbar-actions{
    float: none !important;
    margin-top: 0 !important;
    
  }

  .entitylist .float-end button{
    margin-top: 0 !important;
    white-space: nowrap;
  }

  .entitylist .btn-entitylist-filter-submit{
    margin-bottom: 18px;
  }

  .entitylist .view-toolbar.grid-actions{
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .entitylist .entitylist-filter{
    display: flex !important;
    gap: 12px;
    margin-bottom: 0 !important;
  }

  .entitylist .view-search{
    margin-top: 0;
    margin-left: auto;
    float: none !important;
    margin-bottom: 18px !important;
  }

  body, html{
    overflow-y:scroll;
  }