.bold {
    font-weight: bold;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loader-content {
    background: white;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
}

.please-wait {
    text-align: center;
    margin-top: 20px;
}

.unpressable {
    pointer-events: none;
    cursor: default;
}

.centered-container {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.centered-content {
    text-align: center;
}

.custom-border {
    border: 2px solid #005f9c;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 95, 156, 0.2);
}

.customer-complaint-page-title {
    padding: 250px 0;
    position: relative;
}

.background-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.customer-complaint-overlay {
    background-color: rgba(0, 95, 156, 0.6);
}

.customer-complaint-banner {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.page-title-content h1 {
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.col-md-auto a,
.col-md-auto div {
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.i-style.active {
    background-color: #005f9c;
    color: white !important;
    border-color: #005f9c;
}
