.already-taken {
    color: red; 
    font-weight: bold;
    display: none;
}
.event_table{
    border:#ababab;
    table-layout:fixed;
}
.event_day{
    background-color: #302e3a !important;
    border-color: #302e3a;
    border-bottom-width: 0px;
    border:0px;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
}
.event_day_row {
    border-width: 0px !important;
}
.event_group{
    background-color: #8b86a3 !important;
    font-weight: bold;
    border-width: 0px !important;
}
#sponsor-cost{
    display:inline;
    padding-left: 10px;
}
.paypal-button {
    background-color: #ffc439;
    border-radius: 4px;
    cursor: pointer;
}
.paypal-button img {
    padding: 10px;
}

.navbar{
    margin-bottom: 20px;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }

.banner {
    max-width:1024px;
}

.entry i {
    display: none;
    text-align: center;  
    vertical-align: middle;
    padding:0;
    margin:auto;
    font-size: 25px;
}

.not-yet-purchased {
    overflow: hidden;
    white-space: nowrap;
}

.not-yet-purchased input {
    display: none;
}
.not-yet-purchased .text{
    padding-top: 7px;
    padding-bottom: 7px;
}

.outer{
    display: table;
    position: absolute;
    top: 60;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1000;

}


.middle {
    display: table-cell;
    vertical-align: middle;
  }

.c-navbar{
    background-color: #242943 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-item{
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand, .navbar-nav, .navbar-nav a{
    background-color: #242943 !important;
    color: #fff !important;
}

.btn-primary {
    background-color: #242943 !important;
    border-color: #242943 !important;
}

.c-navbar li.active, .c-navbar li.active a {
    background-color:#4a5484 !important;
}

.required {
    color: red;
}

#password-instructions, #already-have-account, #signup-success {
    font-size: 12px;
    color: #555555;
}

.inner, .signup-box {
    padding: 10px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.signup-box {
    background-color: #f6f6f6;
    width: 800px;
}
.signup-field {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #444444;
    font-size: 14px;
}

#dashboard {
    width: 600px;
    z-index: 1000;
}

#dashboard .box {
    box-shadow: 1px 2px 2px 0px #6d7184;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;
    border-radius: 10px;
}

#dashboard header {
    text-transform:uppercase;
    background-color: #4a5484;
    color:#fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#dashboard .content{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #f6f6f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

#dashboard ul{
    list-style-type: none;
    padding-left: 0px;
}

#dashboard li {
    padding-bottom: 5px;
}

#dashboard a{
    list-style-type: none;
    color: #242943;
    font-size: 18px;
    font-weight: bold;
}

.progress {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    height: 30px;
}

.progress-bar {
    background-color: #4a5484;
}

.footer {
    margin-top: 400px;
}


.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-list li {
    margin-bottom: 0.8rem;
    color: #6c757d;
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    border-radius: 20px;
}

.gradient-custom {
    background: linear-gradient(135deg, #4a5884 0%, #4a5484 100%);
}

.btn-outline-primary {
    border-color: #4a5484;
    color: #4a5484;
}
.btn-outline-primary:hover, .btn-outline-primary:active{
    background-color: #4a5484 !important;
    border-color: #4a5484 !important;
}

.metric {
    background-color: #ebedf3;
    padding: 10px;
    width: 400px;
    display: flex;            /* Set the container as a flex container */
    justify-content: space-between; /* Optionally space out the children */
    align-items: center;   
    margin: 10px;
}
.metric .icon {
    flex: 1; 
    font-size: 36px;
    text-align: left !important;
}

.metric .content {
    flex: 1; 
    text-align: right;
}
.metric .content header {
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;        /* Prevent the text from wrapping */
    overflow: hidden;           /* Hide the overflow text */
    text-overflow: ellipsis; 
    width: 300px;
}

.metric .content .small {
    font-size: 20px;
    white-space: wrap;  
}

.nav-pills {
    --bs-nav-pills-border-radius: 0rem;
    --bs-nav-pills-link-active-bg: #4a5484;
    width: 280px;
}
.nav-pills a , .nav-pills .nav-link{
    font-weight: bold;
    color: #4a5484;
}
.nav-pills .nav-link{
    color: #4a5484;
}
.pagination{
    justify-content: right;
}
.pagination a{
    color: #4a5484;
    padding-left: 10px;
}
.pagination a:hover{
    color: #4a5484;
}
.pagination a.active{
    font-weight: bold;

}

.renew {
    font-weight: bold;

}

.renew a {
    text-decoration: none;
    color: var(--bs-primary-text);
}

.expired a {
    text-decoration: none;
    color: var(--bs-danger-text);
    font-weight: bold;

}