/* Sidebar styles */
.sidebar {
    /*background-color: #8c76ff;*/
    /*height: 100vh;*/
    color: white;
}

@font-face {
    font-family: 'Adrianna';
    src: url('Adrianna-Demibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PinkBlue';
    src: url('Pink-Blue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Ab font ko kisi element ke liye use karein */
body, h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Adrianna', sans-serif !important;
}
.set-side-bar-head-set h5, .main-head-sidebar {
    font-family: 'PinkBlue', sans-serif !important;
}

.set-side-bar-head-set h5{
    font-size: 40px;    
}
.week-name{
    font-family: 'PinkBlue', sans-serif !important;
}
.sidebar-content h3,
.sidebar-content h5 {
    /*font-weight: bold;*/
}

.text-danger {
    font-size: 1.5rem;
}
.set-side-bar-head-set .text-danger{
    font-size: 1rem;
    line-height: 22px;
}

.heat-column {
    border: 2px solid #8c76ff;
    padding: 10px;
}

.bg-purple {
    background-color: #8c76ff;
}

.border-purple {
    border-color: #8c76ff !important;
}

.heat-title {
    font-weight: bold;
    padding: 10px;
}

.strikethrough {
    text-decoration: line-through;
}

.text-secondary {
    color: grey;
}

.text-start {
    text-align: left;
}
.heat-title {
    font-weight: bold;
    /*background-color: #8c76ff;*/
    padding: 10px;
    margin-bottom: 10px;
}
.heat-content p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.heat-content span.strikethrough {
    text-decoration: line-through;
}
.heat-content p span {
    font-size: 12px;
    color: #6c757d; /* Reduce the size of time */
}
.sub-column {
    padding: 0 15px;
}
.card-custom-style {
    border: 1px solid #8c76ff;
    padding: 0;
    margin: 0px 5px;
}
.heat-content {
    padding: 5px;
}

.content-dual-set {
    font-size: 12px;
    text-align: left;
}
.content-dual-set p {
    margin-bottom: 2px;
}

.main-head-sidebar {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    /*font-weight: 600 !important;*/
}
.open-division {
    display: inline-block;
    word-break: break-all;
    text-align: center; /* Optional: To center the text */
}
.set-side-bar-head-set h5 {
    margin: 0;
}
.set-side-bar-head-set {
    padding-top: 70px;
}

.set-side-bar-head-set a {
    text-decoration:  none;
    color:  white;
}
@media (width <= 767px) {
    .opening-round-container h3, .opening-round-container span{
        font-size: 16px;
    }
    .week-name{
        font-size: 32px !important;
    }
    .opening-round-container .text-danger{
        display: block;
        order: 3;
    }
    .opening-round-container h3{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    
}