a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}

.back-color{
  background: var(--primary-color) !important;
  color: #FFF !important;
  border: 0 !important;
}

.form-check-input:checked{
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.page-link {
  color: var(--primary-color) !important;    
}



.rounded {
  border-radius: 8px !important;
}

.rounded-start {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-end {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.backgroundImage {
  background-image: url('../../imgs/template/banner.png');
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.form-check-input {
  width: 1.2em !important;
  height: 1.2em !important;
}

.form-check-input:active,
.form-check-input:focus,
.btn {
  outline: 0 !important;
  box-shadow: none !important;
}

.list-group-item {
  border: 0px !important;
}
