.d-flex{display: flex;}
.d-flex-wrap{flex-wrap: wrap;}
.d-none{display: none;}
.text-center{text-align: center; justify-content: center;}
.text-end{text-align: right; justify-content: end;}
.cursor, .chevron{cursor: pointer;}
.sidebar-li{border-bottom: 1px dashed #ccc;}
.sidebar-li.bg-gray-200{display: none; padding-left:33px;}
.sidebar-li.bg-gray-200.sec{padding-left:50px;}
#cookie_notify{position: fixed; z-index: 99; left:0; bottom:0; width:100%; background:#546a79; padding:15px; color:#fff;}
#cookie_notify a.btn{color:#fff; border:1px #fff solid; display: inline-block; padding: 5px 20px; line-height: 1;}