.shortcutIcon {
	width: 76px !important;
  margin-bottom: 4px !important;
}

.remixIcon {
  font-size: 50px;
}

.bottomLine { //put icons at bottom of line
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.invert-color {
  filter: invert(100%) !important;
}

.whiteColor{
	color: white !important;
}

.blackColor {
	color: black !important;
}

/* Modal content container */
.modal-content !important{
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Modal header */
.modal-header !important{
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}

/* Modal title */
.modal-title {
  font-weight: 800;
  font-size: 2.25rem;
  color: blue;
}

/* Modal body */
.modal-body {
  padding: 1rem;
  background-color: #ffffff;
}

/* Modal footer */
.modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}

/* Custom box inside modal */
.modal-body .box {
  background-color: #f1f3f5;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease;
}

.modal-body .box:hover {
  background-color: #e9ecef;
}

.modal.bg-light {
  background-color: black !important;
}

/* Typography */
.modal-body h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.modal-body h3 {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}

.modal-body p {
  font-size: 0.95rem;
  color: #555;
}

/* Following is to style the Full List modal from home page*/
  .list-item-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .list-item-list li {
    padding: 0.4rem 0.6rem;
    margin-bottom: 0.3rem;
    background: #f8f9fa; /* light gray background */
    border-radius: 4px;
    transition: background 0.3s ease;
  }

  /* .list-item-list li:hover {
    background: #e9ecef; 
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
  } */

  .modal-content {
    border-radius: 8px;
    border: 1px solid #dee2e6;
  }

  .list-modal-header {
    background: #f1f3f5;
    border-bottom: 1px solid #dee2e6;
  }

  .list-modal-title {
    font-weight: 800;
    font-size: 2.25rem;
    color: #0d6efd;
  }
  
 .list-list-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
.list-list-small-text{
  font-weight: 500;
  font-size: 0.9rem;
}