body{
    background-color: #F2F2F2;
}
#subject-header {
    background-color: #545878;
    /*ToDo :: Remove the margin when the container-fluid is replaced by container in shared layout*/
    margin: 0 -15px;
    padding: 30px 30px;
    color: #f2f2f2;
}

#subject-icon {
    max-width: fit-content;
    padding: 0.4rem;
    border-radius: 0.2rem;
    border: 1px solid white;
    margin: auto;
}

.tag {
    padding: 0.15rem;
    background-color: white;
    border-radius: 0.1rem;
}



.collapsable-banner {
    background-color: #E5BBDA;
    padding: 0.5rem 1rem;
    color: black;
    border-radius: 0.2rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
    display: flex;
}

.collapsable-banner .banner-title {
    font-family: 'Tajawal', sans-serif;
    color: #602B52!important;
}


.collapsable-banner.collapsable-arrow:before {
    background-color: #CC78B5;
    color: #602B52;
    width: 25px;
    height: 25px;
    border-radius: 0.09rem;
    text-align: center;
    content: '\25BC';
    display: inline-block;
    transition: transform 0.2s linear;
}

.collapsable-banner.collapsable-arrow[dir=ltr]:before {
    transform: rotate(-90deg);
    margin-left: 0;
    margin-right: 12px;
}

.collapsable-banner.collapsable-arrow[dir=rtl]:before {
    transform: rotate(90deg);
    margin-left: 12px;
    margin-right: 0;
}
.collapsable-banner.collapsable-arrow.open:before {
    transform: rotate(0);
}


#price-table {
    width: 75%;
    margin: auto;
    /*background-color: yellow;*/
    color: #545878;
    border-radius: 2.9rem!important;
}
#price-table th, #price-table td{
    font-family: 'Cairo', sans-serif;
    padding: 0.7rem;
    border: #545878 solid 0.01rem;
}

#price-table td {
    text-align: center;
}


.subject-info-column:not(:first-child):not(:last-child) {
    border-right: 0.01rem solid black;
    border-left: 0.01rem solid black;
}