body{
  background-color: #EFEFEF;
  font-size: 1em;
}

.bg_white{
  background-color:#ffffff;
}

.corner{
  border-radius: 20px 20px;
}


h1{
  font-size: 1.8em;
}

h2{
  font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}

h5{
  font-size: 1.0em;
}

.list-group-numbered li:before {
  content: counter(list-item) ". ";
  position: absolute;
  left: 10px;
  top: 3px;
}

.list-group-numbered li{
  padding: 3px 15px;
  position: relative;
  counter-increment: list-item;
  margin-bottom: 0px;
  padding-left: 35px;
  text-align: justify;
  border: 0px solid #000;
}

.list-group-item a{
color:#222;
text-decoration: none;
}

.title{
  color:#0022BB;
  padding: 8px 0px;
  padding-left: 20px;
}

.subtitle{
  text-transform:uppercase;
  padding-top: 5px;
  padding-left: 22px;
}

.subtitle2{
  text-transform:uppercase;
  padding-top: 5px;
  padding-left: 22px;
  font-size: 14px;
}

.card{
  border:0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.card-header{
  border:0px;
}

.card-header  {
        width: 100%;
        text-align: left;
      }


.card-header span {
  padding-right: 30px;
}

.card-header span::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f067";
        float: right;
        margin-right: 5px;
        position: absolute;
        top: 11px;
        right: 10px;
      }

.card-header span[aria-expanded="true"]::after {
        content: "\f068";
      }

.btn-link, .btn-link:hover, .btn-link:active, .btn-link:visited{
  color: #333333;
  font-size: 0.8em;
  text-decoration: none;
}

.card-header:hover{
  background-color: #99ddff;
}



.abc {
  position: relative;
  padding-left: 2rem;
}

.abc::before {
content: attr(data-marker);
  font-weight: bold;
  margin-right: 0.5rem;
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}