html,
body {
  height: 100%;
}
.container {
  padding-right: 16px;
  padding-left: 16px;
}
.text-container {
  height: calc(100% - 235px);
}
textarea {
  min-height: 38px;
}
.myCheckbox {
  position: relative;
}
.myCheckbox [type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.myCheckbox [type="checkbox"]:checked + label:before {
  transform: translateX(20px);
}
.myCheckbox [type="checkbox"]:checked + label:after {
  background: #28a745;
}
.myCheckbox [type="checkbox"] + label {
  cursor: pointer;
  display: flex;
  user-select: none;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 55px;
}
.myCheckbox [type="checkbox"] + label:before {
  left: 2px;
}
.myCheckbox [type="checkbox"] + label:after {
  left: 0;
}
.myCheckbox [type="checkbox"] + label:before {
  position: absolute;
  content: " ";
  top: 2px;
  z-index: 2;
  width: calc(20px - (2px*2));
  height: calc(20px - (2px*2));
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease-out;
}
.myCheckbox [type="checkbox"] + label:after {
  position: absolute;
  content: " ";
  top: 0;
  z-index: 1;
  width: 40px;
  height: 20px;
  background: #ccc;
  border-radius: 40px;
  box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease-out;
}
.as-text {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.menu-button {
  height: 38px;
  margin-left: 0;
  margin-right: 8px;
}
.btn-dictus {
  color: #fff;
  background: #4d002c;
}
.btn-outline-primary {
  color: #000;
  background: transparent none;
  border-color: #4d002c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #4d002c;
  border-color: #4d002c;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 0, 44, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4d002c;
  border-color: #4d002c;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#visualizer {
  display: block;
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
  position: relative;
}
path {
  stroke-linecap: square;
  stroke: white;
  stroke-width: 0.5px;
}
.my-info-dialog {
  height: 90%;
}
.my-info-body {
  max-height: 100%;
  overflow-y: scroll;
}
.my-img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
@media (max-width: 575px) {
  .nav-container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .custom-select {
    max-width: 145px;
  }
}
.google-button {
  height: 40px;
  border-width: 0;
  background: white;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
}
.google-button .google-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.google-button .google-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', arial, sans-serif;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shaddow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.btn-shaddow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn-round {
  border-radius: 50%;
}
.spacer {
  margin-top: 40px;
}
.card-spacer {
  margin-top: 30px;
}
.my-list-item {
  padding-bottom: 6px;
  padding-top: 6px;
}
audio {
  width: 100%;
}
.sidenav {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  height: calc(100vh - 71px);
}
.sidenav a {
  text-decoration: none;
  color: #111;
  display: block;
}
.sidenav a:hover {
  color: #111;
}
.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #4d002c;
  /* Dictus color */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.simple-mouseover:hover {
  opacity: 0.9;
}
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 20px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: 2px solid white;
  /* Adds white border */
  outline: none;
  /* Remove outline */
  background-color: #530029;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  border-radius: 50%;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  height: 50px;
  width: 50px;
}
#myBtn:hover {
  background-color: #99004d;
}
.design-color-bordeaux {
  background-color: #530029;
  color: white;
}
.design-color-grey {
  background-color: #D9D9D9;
  color: black;
}
html {
  scroll-behavior: smooth;
}
.simple-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.4;
}
