.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff !important;
  background-color: #009e8ec0 !important;
  border-color: #00776b !important;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #009e8ec0 !important;
  border-color: #00776b !important;
}

.btn-hr {
  color: #fff;
  background-color: #009e8ec0 !important;
  border-color: #00776b !important;
}

.btn-hr-tab {
  color: #3f3f3f;
}

.btn-hr-tab:hover {
  color: white;
  background-color: #009e8ec0 !important;
  border-color: #00776b !important;
}
.text-hr {
  color: #009688 !important;
}
.bg-hr {
  background-color: #009688 !important;
}
.bg-hr-25 {
  background-color: #009687c4 !important;
}
.bg-hr-50 {
  background-color: #00968788 !important;
}
.bg-hr-75 {
  background-color: #00968757 !important;
}
a:hover{text-decoration:none}
  *{
      margin:0;
      padding:0;
      font-weight:350;
      color: black;
 
  }
  a {
    color:black !important;
    white-space: nowrap;
    text-decoration: none !important;
  }
  a:link {
    color: black;
  }
  body {
    background-color: #efefef;
    height: 100%;
  }
  .ere {
    margin-bottom: 60px;
  }
.row {
  margin: 0;
}
.text-r {
  text-align: right;
}
.radius-5 {
  border-radius: 5px !important;
}
.radius-10 {
  border-radius: 10px;
}
.radius-top {
  border-radius: 15px 15px 0 0;
}
.radius-bottom {
  border-radius: 0 0  15px 15px;
}
.w-6 {
  width: 60%;
}
.w-8 {
  width: 80%;
}
.w-9 {
  width: 90%;
}
.fs-2 {
  font-size: 2rme;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-11 {
  font-size: 1rem;
}

.fs-9 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.8rem;
}
.fs-7 {
  font-size: 0.7rem;
}
.fs-6 {
  font-size: 0.6rem;
}
.fs-5 {
  font-size: 0.5rem;
}
.bg-97 {
  background: #b8dfdbe3;
}
.rqd {
    color: red;
    font-size: 0.8rem;
}

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}