#wrapper {
    min-height: 95vh;
}

.badge.badge-rounded {
    border-radius: 50% 50%;
    vertical-align: top;
}

.badge-bigger {
    font-size: 1em;
    padding: 0.4em 0.5em;
}

.card + #id_letter {
    display: none;
}

.full-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#id_letter, #id_file {
    height: calc(1.5em + 0.75rem + 8px) !important;
}


ul.dropdown-menu li a {
    margin: 0;
    padding: 7px 15px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

.dropdown-link:hover {
    color: #000;
    background-color: rgba(0,0,0,0.05);
}

.toast-top-center {
    margin-top: 15% !important;
}

#div_id_received_regulation_34_request * label {
    line-height: 25px;
}
#div_id_received_regulation_34_request * label:before {
   top: calc((0% - (30% - 1em))) !important;
}

#div_id_received_regulation_34_request * i,
#div_id_received_regulation_34_request * label:after {
    margin-top: 1.65rem;
}

.stream-duration-end {
    text-align: left;
    margin-top: 1.25rem;
}

.bidding-form .fa, .bidding-form .fas {
    font-size: 1.5rem;

}

.bidding-form .fa-vape-lrg {
    font-size: 1.5rem;
    vertical-align: middle;
    transform: rotate(-35deg);
}

/* courtesy of  */
/* source: https://service-manual.ons.gov.uk/icons */
/* license: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ */
.fa-vape-lrg::before {
    content: url('/static/img/vape-lrg.svg');
}

.navbar-brand img {
  width: 323px;
}
