.container .sidebar ul.nav h4{
    color: #c1c1c1;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

h2.accordion-header{
    width: 100%;
}

.accordion-header button.accordion-button span{
    display: inline-block;
    margin-right: 22px;
}

.accordion-header button.accordion-button span i{
    display: inline-block;
    margin-right: 3px;
    color: #f1f1f1;
}

.accordion-body p span i {
    margin-right: 5px;
}

.accordion-button::before {
    display: none;
}

.accordion-button::before {
   content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1rem;
}

.accordion-button.collapsed::before {
    content: "\f053";
}

/* style tags on  page read tags */
div.tags-container div.tag,
.accordion-body p a.tag,
.card-body p a.tag{
    display: inline-block;
    background: #020202;
    color: #f1f1f1;
    padding:  1px 6px;
    border-radius: 4px;
    margin: 5px 5px;
}

div.tags-container div.tag button {
    border: none;
    background: inherit;
    color: #ffffff;
    padding-left: 11px;
    border-left: 1px solid #c1c1c1;
}
div.tags-container div.tag span {
    display: inline-block;
    padding-right: 10px;
}
/*     ========   style tasks ====   */
.accordion-header button {
    border-radius: 3px;
    color: #ffffff !important;
}

.accordion-header button span {
    font-size: 18px;
    font-weight: 300;
}

.accordion-body p a.tag,
.card-body p a.tag {
    text-decoration: none;
}

.card-body p a.tag:hover,
.accordion-body p a.tag:hover{
    background: cadetblue;
}

.filter-priority a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.filter-priority a:hover {
    color: white;
    font-weight: 500;
    text-decoration: underline;
}

.accordion-header button.accordion-button span {
    display: inline-block;
    margin-right: 22px;
}

.accordion-header button.accordion-button span i {
    display: inline-block;
    margin-right: 4px;
    color: #e2e2e2;
}

.article .container h1 span {
    color: coral;
}

/*     ========   castom the calendar ====   */

.fc-event:hover {
    background-color: coral;
    cursor: pointer;
}

/*     ========   styles for quiz:      ====   */

.quiz .accordion-item h2 button span strong{
    color:olivedrab;
    font-weight: 600;
}
.quiz .accordion-header button.accordion-button span i{
    color:darkgreen;
}

.title-accordion {
    color: olivedrab;
}

.information_click {
    font-size: 12px !important;
}











