.bag{
    background: rgb(22,10,227);
background: linear-gradient(321deg, rgba(22,10,227,1) 0%, rgba(241,241,247,1) 0%, rgba(207,227,246,0.9920343137254902) 44%, rgba(59,166,249,1) 100%);
}
.bag-nav{
    background: rgb(22,10,227);
background: radial-gradient(circle, rgba(22,10,227,1) 0%, rgba(241,241,247,1) 0%, rgba(9,101,191,0.9920343137254902) 71%, rgba(6,57,105,1) 100%, rgba(59,166,249,1) 100%);
}
.bag-stat{
    background: rgb(1,1,13);
background: linear-gradient(29deg, rgba(1,1,13,1) 0%, rgba(5,50,93,1) 29%, rgba(3,61,107,1) 39%, rgba(1,14,25,0.9920343137254902) 100%, rgba(6,6,68,1) 100%);
}

.bord{
    border: 2px solid  black;
}
.cutText{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(/assets/img/dash-circle.svg);
}
.accordion-button::after{
    background-image: url(/assets/img/plus-circle.svg);

}
.accordion-button:focus{
    box-shadow: 0 0 0 0.20rem rgb(70, 1, 180);
}
.textdec{
    text-decoration: none
}
hr{
    align-self:center;
    
}
.spac{
    letter-spacing: 4px;
}
.masthead{
    color: rgb(21, 2, 75);
    background-color: rgba(255, 255, 255, 0.466);
}
.holrow{
    border:3px solid rgb(211, 3, 3);

}
.holcol{
    border: 3px solid green;
}
.holcont{
    border: 3px solid rgb(9, 191, 247);
}

span{
    background-color: rgb(39,39,80);
    color: wheat;
}
.hrbottom{
    width:200px;
    height: 2px; 
}
.xsm{
    max-width: 575.98px
}