main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.rating-input input {
    display: none;
}

.rating-input label {
    cursor: pointer;
    font-size: 1.5rem;
    color: #ddd;
    transition: color 0.3s;
}

.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label {
    color: #ffc107;
}

.comment-item {
    animation: fadeIn 0.5s ease;
}

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

.avatar-circle {
    font-weight: bold;
    font-size: 1.2rem;
}

.comment-text {
    line-height: 1.6;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.comment-actions a {
    text-decoration: none;
    transition: color 0.3s;
}

.comment-actions a:hover {
    text-decoration: underline;
}

.filter-form .form-group {
    margin-bottom: 0;
}
.tour-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.tour-card img {
    height: 200px;
    object-fit: cover;
}
.badge-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.7);
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
}
.tour-meta .badge {
    font-size: 14px;
    padding: 5px 10px;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.status-new {
    background-color: #17a2b8;
    color: white;
}
.status-pending {
    background-color: #ffc107;
    color: #212529;
}
.status-accepted {
    background-color: #28a745;
    color: white;
}
.status-cancelled {
    background-color: #dc3545;
    color: white;
}
.status-info {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}
.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.status-indicator.status-new {
    background-color: #17a2b8;
    box-shadow: 0 0 10px #17a2b8;
}
.status-indicator.status-pending {
    background-color: #ffc107;
    box-shadow: 0 0 10px #ffc107;
}
.status-indicator.status-accepted {
    background-color: #28a745;
    box-shadow: 0 0 10px #28a745;
}
.status-indicator.status-cancelled {
    background-color: #dc3545;
    box-shadow: 0 0 10px #dc3545;
}
.booking-info p {
    margin-bottom: 0;
}

.price-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.social-links a:hover {
    transform: translateY(-3px);
}
.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.footer-contact a:hover {
    color: white;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.status-new {
    background-color: #17a2b8;
    color: white;
}
.status-pending {
    background-color: #ffc107;
    color: #212529;
}
.status-accepted {
    background-color: #28a745;
    color: white;
}
.completed-tour-item {
    background: white;
}
.rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}
.rating-input input {
    display: none;
}
.rating-input label {
    cursor: pointer;
    font-size: 1.5rem;
    color: #ddd;
    transition: color 0.3s;
}
.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label {
    color: #ffc107;
}
.existing-review {
    border-left: 4px solid #28a745;
}