/**
This file contains all less Variables set by ILIAS. Please do not overwrite bootstrap standard variables here.
Set an ILIAS variable here with an il- prefix and overwrite the bootstrap variable in the bootstrap variables file
with the il- variable set here.
 */
/** headline text transform **/
/** inline shadow of a message container **/
/** border configuration, the color is automatically computed from the three color variants **/
/** nagtive or positive contrast color for text and glyph **/
/** contrast threshold for contrast color **/
/** three color variants for neutral, important, breaking Head Infos **/
.btn-default:active,
.btn-default.active {
  background-color: #2a6598 !important;
}
img.xlvo_loader {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  display: block;
}
div.xlvo_pin {
  font-size: 80px;
  text-align: center;
  height: 250px;
  line-height: 250px;
  padding: 0;
  position:relative;
}
div.xlvo_shortlink {
  min-height: 115px;
  line-height: 115px;
  text-align: center;
  vertical-align: middle;
  /* Fix no wrap if the URL is too long */
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom:10px;
}
div.xlvo_list_nickname{
  position: relative;
  margin-bottom: 20px;
}
button.button-remove-voter {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #f74d4d;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.xlvo_cm_qr {
  height: 98%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.xlvo_pin * {
  margin: 0;
}
button.xlvo_btn-qr-modal {
  width: 100px;
  height: 50px;
  position: absolute;
  top: calc((250px/2) - (50px/2) + (5px*2));
  z-index: 100;
  border: 5px solid black;
  left: calc(50% - (100px/2));
}
/** DELOS FIX */
.navbar-text {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
li.ilToolbarTextonly {
  padding: 4px 15px 5px 0 !important;
}
li.ilToolbarTextonly button {
  line-height: 1.42857143 !important;
}
.xlvolist-group-fix {
  height: 42px;
  margin-bottom: 5px;
}
.xlvo-question {
  font-size: 1.4em;
  margin-bottom:10px;
}
.xlvo-option_col {
  line-height: 0px !important;
}
.xlvo-option {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 3px;
  padding-top: 3px;
  display: flex;
  align-items: flex-start;
}
.xlvo-option_letter {
  display: inline-block !important;
  font-size: 18px !important;
  height: 25px;
  line-height: 25px !important;
  padding: 0px !important;
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
  min-width: 30px;
  text-align: center;
}
.xlvo-option_text {
  display: inline-block;
  font-size: 22px;
  flex-grow: 1;
  line-height: 1.4;
}
.ilToolbar li.ilToolbarGroup .navbar-text {
  margin-right: 20px !important;
}
iframe.xlvo-preview {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 500px;
  border: none;
}
div.xlvo-preview-inner {
  border: 10px black solid;
  border-top: 50px black solid;
  border-bottom: 50px black solid;
  border-radius: 20px;
  margin: 0;
  padding: 0;
}
div.xlvo-preview-outer {
  border: 2px white solid;
  border-radius: 22px;
  margin: 0;
  padding: 0;
}
.modal-body p {
  word-wrap: break-word;
}
.modal-body #xlvo-modal-qr {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}
.ui-sortable-handle {
  cursor: move;
}
span.xlvo-label-url {
  font-size: 24px !important;
  line-break: anywhere;
  background: grey;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
}
#ilAdvSelListTable_xlvo_select {
  width: 220px !important;
}
#ilAdvSelListTable_xlvo_select li > a {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.zoom {
  font-size: 30px;
  line-height: 32px;
}
/* Serif font */
.serif_font {
  font-family: "Times New Roman", Times, serif;
}
.hidden-xs {
  display: none !important;
}

.il-logo .hidden-xs{
  display:block !important;
}


.alert-danger {
  margin-top: 50px !important;
}
html,
body {
  overflow: initial;
}

/*# sourceMappingURL=default.css.map */

.panel-title .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.panel-title .label-default{
  background-color: #777777;
}

.btn-primary {
  background-color: #557b2e !important;
  color: white !important;
}

.notification-container {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  max-width: 420px;
  width: 90%;
}

.notification {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(100px);
  opacity: 0;
  animation: slideUp 0.3s ease-out forwards;
  position: relative;
  overflow: hidden;
}

.notification.success {
  border-left: 3px solid #4CAF50;
}

.notification.error {
  border-left: 3px solid #f44336;
}

.notification.warning {
  border-left: 3px solid #ff9800;
}

.notification.info {
  border-left: 3px solid #2196F3;
}

.notification-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.notification.success .notification-icon {
  color: #4CAF50;
}

.notification.error .notification-icon {
  color: #f44336;
}

.notification.warning .notification-icon {
  color: #ff9800;
}

.notification.info .notification-icon {
  color: #2196F3;
}

.notification-content {
  flex: 1;
}

.notification-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2px;
  color: #333;
}

.notification-message {
  font-size: 13px;
  color: #666;
  line-height: 1.3;
}

.notification-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.notification-close:hover {
  background: rgba(0,0,0,0.05);
  color: #666;
  transform: none;
  box-shadow: none;
}

.notification.fade-out {
  animation: fadeOut 0.4s ease-in forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}

.info-text {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .notification-container {
    bottom: 20px;
    width: calc(100% - 40px);
    max-width: none;
  }

  .demo-buttons {
    flex-direction: column;
    align-items: center;
  }

  button {
    width: 200px;
  }
}

.panel-subtitle {
    font-size: .9rem;
}

.row > * {
  flex-shrink: inherit !important;
}

.vote-option {
  margin-bottom: 20px;
}

.vote-option .vote-label {
  width: 100%;
  padding: 5px;
}

.vote-option .vote-question {
  margin-bottom: 10px;
}

.vote-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
}

.vote-checkbox:focus + .vote-label {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.5);
}

.vote-checkbox:focus, .vote-checkbox:focus-visible {
  position: absolute !important;;
  outline: none !important;
  outline-offset: 0 !important;;
}