/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.hero-course-profile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    position: relative;
    margin-bottom: 60px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


.extendedAuthority {
    color: orange;
}



.vertical-bar {
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.-selected- .dp-note {
    bottom: 2px;
    opacity: .5;
}

.dp-note {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.list-group-item.active {
    background-color: #328cc1;
    border-color: #328cc1;
    font-weight: bold;
    color: #fff;
}

.list-group-item {
    color: gray;
}

.list-group-item:hover {
    color: black;
    cursor: pointer;
}

.list-group-item.request-type:hover{
    cursor: auto;
}

.disable-input{
    border: none;
    background: inherit;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: lightgrey; 
}

.modal-prize-select{
    vertical-align: middle;
    width: 79%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-sponsor-select{
    vertical-align: middle;
    width: 74%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label.checkbox-container {
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-bottom: 0;

    input[type="checkbox"] {
        margin-right: 6px;
        margin-left: 2px;
        width: 1.4rem;
        height: 1.4rem;
    }
}

.icon-small {
    width: 40px; /* or any size you need */
    height: auto;
}

/* Club Website Button Enhancement */
.club-website-highlight {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
    animation: subtle-pulse 3s ease-in-out infinite;
    line-height: 1;
}

.club-website-btn {
    border: none !important;
    background: none !important;
    color: #007bff !important;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
}

.club-website-btn:hover {
    background: #007bff !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.club-website-btn .club-name {
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1;
}

.club-website-btn small {
    font-size: 0.7rem;
    opacity: 0.8;
    line-height: 1;
}

@keyframes subtle-pulse {
    0%, 100% {
        border-color: #007bff;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
    }
    50% {
        border-color: #0056b3;
        box-shadow: 0 3px 12px rgba(0, 123, 255, 0.3);
    }
}

/* Interactive badge styling - ensures all popover badges use pointer cursor */
.badge[data-toggle="popover"] {
    cursor: pointer !important;
}
