/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/



body #kunena.layout {
    font-size:16px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.kfrontend thead, tr, td {
  border: 1px solid #bfc3c6;
  border-collapse: collapse;
}

body #kunena.layout .kfrontend table td {
  border-left: 1px solid #bfc3c6 !important;
}
body #kunena.layout .jf_ku_side_block {
    background: #689dc4 !important;
}

table thead tr:first-child td {
  background: #689dc4 !important;
  color: white !important;
}


#logo h2 span.char_6, span.char_4, span.char_5{
    color:white !important;
}

body #kunena.layout .jf_ku_login_logout .avatar img{
    border-radius: 10px !important;
}

#topic-actions-toolbar .btn-group{
display:flex;
}

#topic-actions-toolbar .btn.btn-primary{
    display: flex;
    justify-content: center;
    align-items: center;

}
#topic-actions-toolbar .fa-random:before {
    margin-right: 10px;
}
#topic-actions-toolbar div{
    display: flex;
}

body #kunena.layout .jf_ku_side_block{
    flex: 0 10% !important;
    width: 10% !important;
}
body #kunena.layout .jf_ku_main_block{
    flex: 0 90% !important;
    width: 90% !important;
}

#kunena.layout .kwho-admin {
    color: #FF0000 !important;
}

#breadcrumbs-row .breadcrumb > li a{
    color: #000 !important;
}


#header-wrapper {
    position: sticky;
    top: 140px;
    z-index: 10000;
}

#kunena.layout .kwho-globalmod, #kunena.layout .kwho-globalmoderator {
    color: #800000 !important;
}