* {
  font-size: 12px;

}
.alias_strong_by_zumba{
 /* background: yellow;;*/
  }

  .alias__test_{
    /* background: yellow;;*/
   /* visibility: hidden !important;*/
     } 


     .course-selector{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
     }
     @media (min-width: 780px){
      .course-selector{
        display: grid; 
        grid-template-columns: repeat(3, 1fr); 
      
      }
      }



.btn-large {
  padding: 8px 60px;
  font-size: 18px;
}

.container {
  padding: 40px;
}

button,
input,
optgroup,
select {
  max-width: 600px;
}

textarea {
  /*max-width: 600px;*/
}

.mat-radio-button~.mat-radio-button {
  padding-right: 16px;
}

::ng-deep .mat-radio-button {
  display: block !important;
  float: none;
  clear: both;
}

.has-danger input {
  border: 1px solid #af003b
}

.has-danger input,
input.ng-invalid {
  border: 1px solid #f9dfdf !important;
  background: #fff3f3 !important;
}

.has-success input {
  border: 1px solid #0174b6;
}

.btn-success:hover,
.btn-success {
  background: #0174b6;
  border: 1px solid #0174b6;
}

.xtruncate {
  width: 100%;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.nav-item {
  width: 120px;
  float: left;
  background: #e3e3e3;
  background: #fff;
  /* border-bottom: 2px solid #eee; */
  padding: 12px 0px;
  color: #0075b6;
  /* text-align: center; */
}

.opt_yes {
  background: #0075b6;
}

.opt_no {
  background: #c20000;
}

.navbar-nav {
  flex-direction: initial !important;
}

li.active {
  background: #fff !important;
  /* border-bottom: 2px solid #0A3782 !important; */
  color: #0A3782 !important;
}

.mat-radio-group {
  display: grid;
  grid-template-columns: 1fr;
  ;
}

.navbar {
  padding: 0px;
}

.has-error input {
  border: 1px solid #af003b;
}

.has-error label {
  color: #af003b !important;
}

#footer-nav {
  list-style-type: none;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

#footer-nav li a {
  color: #545465;

}

#footer-nav li {
  float: left;
  border: 0px solid lime;
  margin-left: 0px;
  margin-right: 12px;
}

#footer {
  overflow: auto;
  margin-top: 120px;

}

.circle {
  margin-top: -3px;
  background: #ffffff;
  color: #2675b7;
  border-radius: 50%;
  margin-right: 12px;
  width: 26px;
  border: 1px solid #2675b7;
  height: 26px;
  padding: 3px;
  display: block;
  float: left;
  text-align: center;
}

.active .circle {
  background: #00a6ff !important;
  border: 1px solid #00a6ff;
  color: #fff;
}

.bold {
  font-weight: bold;
}

h2.bubble {
  margin-top: 40px;
  margin-bottom: 20px;
}

app-navigation {
  margin-left: 20px;
  display: block;
}

.bubble {
  position: relative;
  margin-left: 0;
  height: 26px;
  font-size: 19px;
  border-radius: 2px;
  padding: 2px 6px;
  color: #fff !important;
  background: #0075b6;
  /*
  -webkit-border-radius: 2px;
  box-shadow: 4px 4px 4px #b1c5d069;
  -moz-border-radius: 2px;
  border-radius: 2px;
  */
  /* For Neumorphism Effect 
    background-color:#E0E5EC;
    box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px    rgba(255,255,255, 0.5);*/
  /* For Neumorphism Effect */
}

/*
.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 7px 9px 0;
border-color:  #0075b6 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -7px;
left: 13px;
}
*/
