.login .container-xxl {
    max-width: 500px;
}

.app-brand, .app-brand-link {
    display: block!important;
}

.app-brand-link {
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
}

.modal .close {
    border: none;
    background: #fff;
}

.close-modal {
    display: none;
}

label .loading {
    margin-left: 10px;
}

.text-red {
    color: tomato;
}

[data-bs-toggle="popover"] {
    cursor: pointer;
}

.btn-add-keyword {
    margin-top: 10px;
}

.toggle-locales {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dashed;
    color: #696cff;
    margin-left: 10px;
    cursor: pointer;
}
.toggle-locales:hover {
    opacity: .6;
}

.opacity-6 {
    opacity: .6;
}

.form-check, .form-check > * {
    cursor: pointer;
}

.paginator {
    margin-top: 25px;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
}

.twitter-typeahead .tt-input {
    width: 100%;
    height: 29px;
}

.tt-menu {
    background: #fff;
    padding: 0;
    box-shadow: 1px 0 4px rgba(0, 0, 0, .2);
    min-width: 100px;
}

.tt-suggestion {
    padding: 10px 5px;
    cursor: pointer;
}
.tt-suggestion:hover {
    background: #eee;
}

.tt-hint {
    display: none;
}

.twitter-typeahead {
    width: 100%;
}

.entrypoints h5:first-of-type {
    margin-top: 0;
}

.entrypoints h5 {
    margin-top: 25px;
}

.entrypoints h5 a {
    margin-left: 10px;
}

.entrypoints .form-check {
    margin-bottom: 5px;
}

.entrypoints #qrcode {
    margin-top: 25px;
}

h5 .form-check {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
}

h5 .form-check input {
    margin-top: -1px;
}

.table-leaflets tbody tr.active {
    font-weight: bold;
}

.table-leaflets tbody tr.active .bxs-circle {
    color: #71dd37;
}

.table-leaflets tbody .bxs-circle {
    color: #999;
}

td.size-exceeded {
    color: #ff3e1d;
    font-weight: bold;
}

.numbers-panel {
    margin-bottom: 25px;
    display: flex;
    gap: 25px;
}

.numbers-panel .card {
    width: max-content;
    padding: 15px;
}

.numbers-panel .card h3 {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
}

.overflow-card {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
}

.entrypoints-table td {
    width: auto;
    overflow-y: auto;
}

.entrypoints-table select {
    max-width: 80px;
}

.entrypoints-table input {
    max-width: 80px;
}

.entrypoints-table th:last-child {
    position: sticky;
    right: 0;
    background-color: #f0f0f0;
    z-index: 1;
}

.entrypoints-table td:last-child {
    position: sticky;
    right: 0;
    background-color: #f0f0f0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}

#qrcode {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qrcode img {
    max-width: 100%;
    max-height: 100%;
}


.filters-name {
    display: flex;
height: 35px;
align-items: center;
gap: 10px;
align-self: stretch;
}

#filters input {
    width: 215px;
    height: 30px;
}

#filters p, #params p {
    margin: 0;
}

.custom-params-alert {
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--meteor-50, rgba(5, 146, 166, 0.50));
    background: var(--turquoise-light-10, rgba(133, 227, 240, 0.10));
    padding: 8px 10px;
    align-items: center;
    width: fit-content;
    color: var(--meteor, #0592A6);
    font-size: 14px;
    font-weight: 400;
}

/* Responsive layout for unsubscribed warning row */
.unsubscribed-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.unsubscribed-warning {
  color: #FFA500;
  font-size: 0.95em;
  white-space: normal;
}
@media (max-width: 700px) {
  .unsubscribed-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 2px;
  }
  .unsubscribed-warning {
    margin-left: 0 !important;
    text-align: left;
  }
}
