.create-offer-tags-input-box {
  height: auto;
}

#crateOfferForm .tags-helper-text, #updateOfferForm .tags-helper-text {
    font-size: 12px;
    margin-top: -6px;
    display: block;
    margin-bottom: 15px;
    width: 87%;
}

#id_author_nickname {
    display: none;
}

#create-offer-modal #id_tags_div {
    margin-top: 0;
}

#create-offer-modal select {
    height: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#create-offer-modal .select {
    height: 0;
    margin-bottom: 0;
}

.offer-modal-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999999999999;
    justify-content: center;
    align-items: center;
}

.offer-modal-spinner.offer-modal-spinner-visible {
    display: flex !important;
}

.offer-modal-spinner-inner {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin: 0 !important;
}
