.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #01444A;
    color: #fff;
    padding: 1px;
	font-size: 14px;

}
.modal h5{
	font-size: 15px;
    color: #505458;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0;
}
.modal p{
	    color: #797979;
    font-size: 14px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul > li{
	    color: #797979;
    font-size: 14px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.modal-header{
	display: block;
}
.modal h4{
	    font-size: 15px;
		color: #505458;
}
.modal h3{
	font-size: 24px;
	color: #505458;
}
.modal-body{
	color: #505458;
}
  .modal-content.pretty {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
  }
  .modal-header.pretty {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    color: #fff;
    padding: 18px 24px;
    border-bottom: 0;
  }
  .modal-header.pretty .modal-title {
    font-weight: 700;
    letter-spacing: .3px;
  }
  .modal-header.pretty .close,
  .modal-header.pretty .btn-close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
  }
  .modal-header.pretty .close:hover { opacity: 1; }

  .modal-body.pretty {
    padding: 24px 24px 28px;
    background: #f8fafc;
  }
  .modal-body.pretty h3 {
    margin: 0 0 14px 0;
    font-weight: 700;
    color: #0f172a;
  }
  .modal-body.pretty article {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 22px;
    line-height: 1.7;
    color: #334155;
    border: 1px solid #e5e7eb;
  }
  .modal-body.pretty p {
    margin-bottom: 14px;
  }
  .modal-body.pretty ul {
    margin: 12px 0 0 0;
    padding-left: 1.1rem;
    list-style: none;
  }
  .modal-body.pretty ul li {
    position: relative;
    padding-left: 1.6rem;
    margin: 8px 0;
  }
  .modal-body.pretty ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55rem;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    box-shadow: 0 0 0 4px rgba(79,70,229,.12);
  }
  .modal-footer.pretty {
    background: #ffffff;
    border-top: 0;
    padding: 16px 24px 24px;
  }
  .pill-note {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .83rem;
    font-weight: 600;
  }

  /* Optional: nicer link */
  .modal-body.pretty a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px dashed rgba(37,99,235,.5);
  }
  .modal-body.pretty a:hover { color: #1d4ed8; border-bottom-color: rgba(29,78,216,.7); }
  
ol.custom {
  counter-reset: section;
}
ol.custom > li {
  counter-increment: section;
}
ol.custom > li::before {
  content: counters(section,".") " ";
  font-weight: bold;
}
ol.custom li {
  margin: 6px 0;
}  