li[disabled],
a[disabled],
.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.non-disabled {
  pointer-events: all;
  opacity: 1;
}

.disabled-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px dashed #f06400;
  padding: 20px 12px 0 12px;
  position: absolute;
  z-index: 10;
  background-color: white;

}

.disabled-theme {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 2px dashed #f06400;
  position: absolute;
  background-color: white;
  margin-left: 5px;
}

.disabled-icon p {
  color: #0066B3;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

.disabled-theme p {
  color: #0066B3;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: small;
  margin-top: 9px;
}

.disabled-service {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 2px dashed #f06400;
  position: absolute;
  background-color: white;
  margin-left: 5px;
  margin-left: 550px;
  margin-top: -45px;
}

.disabled-service p {
  color: #0066B3;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: small;
  margin-top: 9px;
}

@media (max-width: 768px) {
  .disabled-service {
    margin-left: 320px;
    margin-top: -40px;
  }

  .disabled-theme {
    margin-left: 250px;
  }
}

.navigation .btn {
  text-align: left;
}