a {
  color: #00b7ff;
}

.login-form {
  margin: 50px auto;
  font-size: 15px;
}

.login-form form {
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 15px;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #222222 !important;
  border-color: #222222 !important;
  box-shadow: none !important;
}

.btn-primary:hover {
  background-color: #444444;
  border-color: #444444;
}

.btn-primary:disabled {
  background-color: #444444;
  border-color: #444444;
}

.autocomplete > div.selected {
  background-color: #dddddd;
}

.autocomplete > div.selected:hover {
  background-color: #bbbbbb;
}

h4.alert {
  width: 100%;
}

.tag-link:link {
  background-color: blue;
  text-decoration: none;
}

.tag-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.loading {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loading::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.live-view {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  z-index: 10;
  text-align: right;
  padding-right: 15%;
}

.personalize-class-drop {
  width: 400px !important;
  margin-left: -300px;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 1em;
}

.submenu > a:hover {
  color: black !important;
  background-color: white !important;
  cursor: pointer;
}

.dropdown-submenu a:hover {
  color: black !important;
  background-color: white !important;
}

.img_container {
  position: relative;
  display: inline-block;
  text-align: center;
}

.img_container > button {
  position: absolute;
  top: 8px;
  right: 16px;
}

#interactive > canvas.drawing,
canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
}
.select2-selection__rendered {
  padding: 0 !important;
}

.select2-container--bootstrap .select2-selection {
  font-size: 1rem !important;
}

.select2-selection__clear {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#divGlobalSpinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  align-items: center;
  justify-content: center;
}

.wave-option-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wave-option-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 5px;
  background-color: #8080802b;
}
.wave-option-description {
  color: black;
}

.retry-publish-btn {
  width: 100%;
  margin-top: 10px;
}
