.unset-width {
    width: unset !important;
}

.small-alert {
    padding: .375rem .75rem;
}

.fade.show {
    opacity: 1;
}

.d-block {
    display: block!important;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.w-50 {
    width: 50%!important;
}

.table {
    width: 100%;
    display: table;
}

.table tr:nth-child(even) {
    background-color: #e9ecef;
}

.d-flex {
    display: flex;
}

.ml-auto {
    margin-left: auto;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.mt-2 {
    margin-top: 10px;
}

.font-bigger {
    font-size: 1.8em;
}

.d-none {
    display: none !important;
}

.hidden {
    opacity: 0 !important;
}

.w-100 {
    width: 100%;
}

.img-wrapper-lock {
    border-radius: 15px;
}

.img-wrapper-lock:hover {
    cursor: pointer;
    background-color: #ececeb;
}

.wrapper-voting-icon {
    position: relative;
}

.lock-badge {
    top: -6px;
    opacity: 1;
    right: -6px;
    padding: 2px;
    display: flex;
    transition: 0.3s all ease;
    background: red;
    position: absolute;
    border-radius: 60px;
}

.lock-badge img {
    height: 10px;
    width: 10px;
    margin: auto;
}

.icon-badge {
    top: -6px;
    opacity: 1;
    right: -6px;
    padding: 2px;
    display: flex;
    transition: 0.3s all ease;
    background: red;
    position: absolute;
    border-radius: 60px;
}

.icon-badge img {
    height: 10px;
    width: 10px;
    margin: auto;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    padding: 10px;
    border-color: #c3e6cb;
    text-align: center;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.hidden {
    display: none!important;
}


  /*
  -----------------------------------------------------------------------------
  + Icons
  -----------------------------------------------------------------------------
  */

  .icon {
      border: none;
      outline: none;
      cursor: pointer;
      display: inline-flex;
      background: transparent;
  }

  .icon svg {
      transition: all 0.24s ease;
      fill: rgba(0, 0, 0, 0.65);
      height: 18px;
      width: 18px;
  }

  .icon svg:hover {
      fill: rgba(0, 0, 0, 0.85);
  }

  @media (min-width: 1260px) {
      .icon svg {
          height: 22px;
          width: 22px;
      }
  }

@media only screen and (min-width: 1200px) {
    .fixed-content-width {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

:root {
    --primary-color-h:217;
    --primary-color-s:89%;
    --primary-color-l:61%;
    --primary-color: hsl(var(--primary-color-h), var(--primary-color-s),var(--primary-color-l));
    --primary-color-darker: hsl(var(--primary-color-h), var(--primary-color-s),calc(var(--primary-color-l) - 20%));
    --primary-color-lighter: hsl(var(--primary-color-h), var(--primary-color-s),calc(var(--primary-color-l) + 20%));
    --primary-color-light: hsl(var(--primary-color-h), var(--primary-color-s),calc(var(--primary-color-l) + 30%));
    --primary-color-lightest: hsl(var(--primary-color-h), var(--primary-color-s),calc(var(--primary-color-l) + 35%));

    --controls-color-h: var( --primary-color-h);
    --controls-color-s: var(--primary-color-s);
    --controls-color-l: var(--primary-color-l);
    --controls-color: HSL(var(--controls-color-h), var(--controls-color-s),var(--controls-color-l));
    --controls-color-darker: HSL(var(--controls-color-h), var(--controls-color-s),calc(var(--controls-color-l) - 20%));
    --controls-color-lighter: HSL(var(--controls-color-h), var(--controls-color-s),calc(var(--controls-color-l) + 20%));
    --controls-color-light: HSL(var(--controls-color-h), var(--controls-color-s),calc(var(--controls-color-l) + 30%));
    --controls-color-lightest: HSL(var(--controls-color-h), var(--controls-color-s),calc(var(--controls-color-l) + 35%));
  }

* {
    -webkit-print-color-adjust: exact;
}

textarea {
    font-family: inherit;
}

@media print {
    #header {
        display: none;
    }

    #navbar {
        display: none;
    }

    .logout-modal form {
        display: none;
    }
}
