<style type="text/css">
  
label {
  font-family: 'Open Sans', sans-serif;
  color:#939597;
  font-weight: bold;
}
  
#subscriptionChanged {
  color:#EB0029 !important;
  font-weight: bold;
  text-align: center !important;
}

.label-pill {
  color: #007C3D;
  background-color: #40BD7C;
  height: 32px !important;
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
  margin-top: 5px !important;
  margin-right: 5px;
  padding-bottom: 20px !important;  
  padding-top: 10px !important;
  margin-bottom: 20px !important;
}
  
.btn.btn-primary {
  background-color:#EB0029 !important;
  border-color:#EB0029 !important;
  color:#ffffff !important;
}

.btn.btn-primary:hover {
  background-color:#C80023 !important;
  border-color:#C80023 !important;
  color:#ffffff !important;
}

.btn.btn-primary:active {
  background-color:#AA001E !important;
  border-color:#AA001E !important;
  color:#ffffff !important;
}

.btn.btn-primary:disabled {
  background-color:#EEEEEE !important;
  border-color:#EEEEEE !important;
    color:#505050 !important;
}

.btn.btn-default {
  background-color:#676767 !important;
  border-color:#676767 !important;
  color:#ffffff !important;
}

.btn.btn-default:hover {
  background-color:#505050 !important;
  border-color:#505050 !important;
  color:#ffffff !important;
}
  
.btn.btn-default:active {
  background-color:#3C3C3C !important;
  border-color:#3C3C3C !important;
   color:#ffffff !important;
}

.btn.btn-default:disabled {
  background-color:#EEEEEE !important;
  border-color:#EEEEEE !important;
  color:#505050 !important;
}

.row.place{
  display: flex;
  justify-content: center;
  flex-flow: column-reverse wrap !important;
}

.tooltip > .tooltip-inner {
  background-color: #157c85; 
  color: #FFFFFF; 
  border: 1px solid #157c85;
  padding: 10px;
  font-size: 16px;
}
  
textarea {
  width: 200px;
  padding: 12px 20px;
  border-style: none;
  border-color: Transparent;
  overflow: auto;
  outline: none;
  background-color: #F5F5F5;
  resize: none;
  color: #E4E4E4 !important;
}

.switch {
  font-size: 1rem;
  position: absolute;
  margin-left: -20px;
}
  
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}

.switch input:checked + label::before {
  background-color: #157c85;
}

.switch input:checked + label::after {
   margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(21, 124, 133, 0.25);
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch {
  font-size: 1.25rem;

}

.switch.switch input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
 
}

.switch.switch input + label::before {
  width: calc(calc(3rem * .8) * 2);
}

.switch.switch input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch input:checked + label::after {
  margin-left: calc(3rem * .8); 
}
  
.switch + .switch {
  margin-left: 1rem;
}

 
.wrap {
  padding-bottom: 40px;
}
   
.heading {
  display: flex;
  align-items: stretch;
}

.column {
  flex: 1;
  display: inline-block;  
} 

</style>