/* All style are for List Group */
.list-group-item {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
}

.container {
    padding: 0 !important;
}

.img-fluid {
    max-width: 100px;
    height: 100px;
}

.event-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-details h5 {
    margin: 0;
    color: #ffff00 !important;
}

.event-details h4 {
    margin: 0;
    color: #00ffbf !important;
}

.event-details p {
    margin: 5px 0;
}

.list-group-item {
    color: #ffffff !important;
}

.product-card {
    border: 3px solid #ff6600 !important;
}

.btn-danger,
.btn-danger:focus,
.btn-danger:active {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
}

.btn-danger:hover {
    background-color: #000 !important;
}

.btn-outline-danger {
    border-color: #ff6600 !important;
}

.btn-outline-danger:hover {
    background-color: #000 !important;
}

.btn-custom {
    color: #ff6600 !important;
}

.colored-line {
    border-top: 2px solid #000 !important;
}

.colored-line-1 {
    border-top: 2px solid #ff6600 !important;
}

.colored-line-2 {
    border-top: 2px solid #ffffff !important;
}

#news {
    color: #ffffff !important;
}

#special-link {
    color: #00FFFF !important;
    text-decoration: none;
}

#special-link:hover {
    color: #ffff00 !important;
    text-decoration: underline;
}

.box-1 {
    padding: 20px;
    background-color: #000000 !important;
    border: 1px solid #ff6600 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.box-1 {
    color: #FFFFFF !important;
}

.ride365 {
    color: #000000 !important;
    text-shadow: 2px 2px 4px #FF6600 !important;
}

#Ride365 {
    padding: 50px 0;
    color: white;
}
