/**
* Kunena Component
* $package Kunena.Template.Aurelia
*
* $copyright     Copyright (C) 2008 - 2023 Kunena Team. All rights reserved.
* $license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* $link https://www.kunena.org
**/

.red {
    color: rgba(232, 15, 34, 1) !important;
}

.orange {
    color: rgba(235, 99, 1, 1) !important;
}

.yellow {
    color: rgba(252, 209, 21, 1) !important;
}

.green {
    color: rgba(128, 186, 1, 1) !important;
}

.lightblue {
    color: rgba(185, 232, 250, 1) !important;
}

.blue {
    color: rgba(0, 114, 198, 1) !important;
}

.grey {
    color: rgba(204, 204, 204, 1) !important;
}

.filter {
    width: auto;
}

a:active,
a:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 0 !important;
}

h1 {
    font-size: 22px;
    line-height: 24px;
}

h1 small {
    font-size: 16.25px;
}

h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

.kgooglemap {
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
    overflow: hidden;

    img {
        max-width: none !important;
    }
}

sup.knewchar {
    padding-left: 3px;
}

.kfrontend {
    margin-bottom: 20px;
    clear: both;
}

.kfrontend:hover .btn,
.kprofile:hover .kinfo {
    visibility: visible;
}

.kfrontend .btn,
.kprofile .kinfo {
    visibility: hidden;
}

.navbar-inner {
    padding: 0;
}

#messages li {
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.message {
    margin: 20px 0;
}

.btn-marging {
    margin-bottom: 0;
}

.kreply-form {
    display: none;
    margin-bottom: 30px;
    margin-left: 20px;
    box-shadow: 0 0 6px #b2b2b2;
}

.kmsgattach {
    padding-top: 10px;
    padding-left: 30px;
}

.pagination {
    margin: 3px 0;
}

.kfile-input-textbox {
    display: inline-block;
}

.kattachment {
    padding-top: 5px;
}

.kattachment-insert {
    margin-left: 20px;
}

img {
    display: inline-block;
    width: auto \9;
    max-width: 100%;
    height: auto;
}

.form-search {
    margin: 0;
}

.kpoll {
    padding-left: 90px;
}

.thumbnail {
    border-color: #ddd;
    border-radius: 4px;
}

.thumbnails li {
    display: inline-block;
    float: left;
    width: 23%;
    padding: 0 2% 0 0;
    margin: 0;
}

.topic-starter-circle,
.topic-moderator-circle {
    padding-top: 30px !important;
    margin-top: -20px !important;
}

.topic-starter {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 4px 8px 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1em;
    color: #3a87ad;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
}

.topic-moderator {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 4px 8px 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1em;
    color: #f00;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-top: 0 none;
    border-radius: 0 0 4px 4px;
}

hr {
    margin: 0;
}

.kfrontend .table td {
    padding: 10px;
}

.kfrontend .table td h1,
.kfrontend .table td h2,
.kfrontend .table td h3,
.kfrontend .table td h4,
.kfrontend .table td h5,
.kfrontend .table td h6 {
    margin: 0 !important;
    line-height: 20px;
}

.unstyled,
.inline li,
#kstats li {
    list-style: none;
}

.profilebox li {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    list-style: none;
}

.viewsnum,
.repliesnum {
    float: right;
    font-size: 110%;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
}

a:focus,
.btn:focus {
    outline: none !important;
}

.qreply {
    width: 98%;
    min-height: 150px !important;
}

.desc {
    display: block;
}

.horizontal-message {
    min-height: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.horizontal-message .kmessage {
    padding: 5px 10px 0;
}

[class*="horizontal-message-top"] {
    position: relative;
}

.horizontal-message-top:after {
    position: absolute;
    top: 0;
    padding: 8px 12px !important;
    margin-top: -10px !important;
    font-weight: bold;
    content: attr(data-badger);
    border-top: 0 !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0 !important;
}

[class*="horizontal-message-bottom"] {
    position: relative;
}

.horizontal-message-bottom:after {
    position: absolute;
    top: 0;
    padding: 8px 12px !important;
    font-weight: bold;
    content: attr(data-badger);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.horizontal-message [class*="badger-left"] {
    position: relative;
    padding: 0 9px 0 3px !important;
    margin: -8px 0 0;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}

.message-bottom [class*="badger-left"] {
    margin: 0;
}

[class*="badger-left"] {
    position: relative;
    min-height: 180px;
    padding: 39px 19px 0 14px;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

[class*="badger"]:after {
    position: absolute;
    top: 0;
    padding: 8px 12px;
    font-weight: bold;
    content: attr(data-badger);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.badger-left:after {
    left: 0;
    border-radius: 4px 0;
}

.badger-info:after {
    background: rgba(229, 229, 229, 0.4);
}

.badger-solved {
    background-color: #f0fff0;
    border: 1px solid #5cb85c;
}

legend {
    color: inherit;
}

div.kmsgtext-article,
div.kmsgtext-quote,
div.kmsgtext-hide,
div.kmsgtext-code,
div.kmsgtext-confidential {
    display: block;
    padding: 15px;
    margin: 5px;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    tab-size: 4;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

/* styling for message header */
.mykmsg-header {
    padding: 10px 19px 12px 14px !important;
    margin-top: 0;
    margin-right: -20px;
    margin-left: -15px;
    font-weight: bold;
    background: rgba(229, 229, 229, 0.4);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* make .badger-left::after invisible */
.badger-left::after {
    height: 0 !important;
    border-radius: 0 !important;
}

[class*="badger"]::after {
    padding: 0;
    border-right: none !important;
    border-bottom: none !important;
}

[class*="badger-left"] {
    padding: 0 19px 0 14px !important;
}

#kwho > div > p,
#kstats > div > p {
    margin: 0;
}

form {
    margin: 0;
}

.timefilter {
    padding-right: 10px;
}

.kmsg {
    margin: 20px 0;
    font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica,
        Arial, sans-serif;
    word-wrap: break-word;
}

.input-xxlarge {
    width: 98%;
    height: 100%;
}

.kprofile-down {
    margin-top: 13px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.profilebox {
    padding: 0;
    margin-top: -5px;
}

.dl-horizontal dt {
    width: auto;
}

.row > .col-md-12 > .row > .col-md-12 {
    width: 110%;
    margin-right: -60px;
}

.chzn-container,
.chzn-drop {
    max-width: 100% !important;
}

#kchecktarget:disabled {
    display: none;
}

div.navbar > div > div.visible-sm.hidden-md > ul {
    padding-top: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.table {
    margin-bottom: 0;
}

.topic-item-unread {
    border-left: 3px solid #008000;
    border-radius: 2px 0;
}

.kmessage {
    min-height: 120px;
    padding-bottom: 10px;
}

.ksig {
    min-height: 20px;
    margin: 5px;
}

.ksignature {
    margin-top: 15px;
}

.vid {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.khistory {
    min-height: 150px;
}

#kchecktask {
    margin: 0;
}

.table th,
.table td {
    line-height: 20px;
}

.message-deleted {
    padding: 19px 19px 8px 14px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.input-group {
    margin: 0;
}

.btn-toolbar {
    margin: 0;
}

.form-search .input-group {
    margin: 3px 0;
}

.filter-state {
    font-size: 150%;
}

.filter-state .btn {
    padding: 0 6px;
    font-size: inherit;
    line-height: 150%;
    vertical-align: inherit;
}

.nav .dropdown-menu a {
    text-decoration: none;

    .btn-link {
        margin-left: -120px;
    }
}

.profile-horizontal-top {
    min-height: 110px;
    padding: 10px 5px 5px;
    margin-bottom: 10px;
    background-color: rgba(229, 229, 229, 0.4);
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.profile-horizontal-bottom {
    min-height: 110px;
    padding: 10px 5px 5px;
    background-color: rgba(229, 229, 229, 0.4);
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table .pagination {
    max-height: 25px;
}

.dropdown-menu .form-inline {
    margin: 0;
}

.profile-expand .content ul {
    margin: 0;
}

.kfrontend .inline > li {
    float: left;
}

#kbbcode-poll-options {
    margin: 20px 0;
}

.collapse .table {
    margin-bottom: 0;
}

h2 .float-end select {
    margin: 0;
    line-height: 40px;
}

.pagination {
    padding: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 4px 6px !important;
    line-height: 15px !important;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    margin: 0;
    line-height: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
}

#recent-topics .col-md-2,
#recent-topics .col-md-10 {
    margin-left: 0;
}

#recent-topics img.img-thumbnail {
    margin-right: 10px;
    vertical-align: text-top;
}

.nowrap {
    white-space: nowrap;
}

div.btn-toolbar .font-size-is-default {
    font-size: 16px;
    line-height: 1.7em;
}

select#categorylist {
    width: 100%;
}

div#editprofile input,
div#editprofile select,
div#home input,
div#home select,
div#editsettings select {
    float: left;
    margin: 0 5px 0 0;
}

.collapse {
    transition: height 0.01s;
}

div.kmsg > li {
    margin-left: 20px;
}

.kcontenttablespacer {
    border-bottom-color: #bfc3c6;
}

.krow1-stickymsg:nth-child(odd) {
    background-color: #f2f1ee;
}

.krow1-stickymsg:nth-child(even) {
    background-color: #fff;
}

#logout-form {
    float: left;

    .btn-link {
        text-decoration: none;
    }

    padding: 0;
}

#credits dd,
#credits dt {
    padding: 5px 0;
}

#credits dt {
    font-weight: normal !important;
}

#credits .row dt:nth-child(odd),
#credits .row dd:nth-child(even) {
    background-color: #f9f9f9;
}

.credits {
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.glyphicon .glyphicon-chevron-right {
    padding-bottom: 3px;
    font-size: 80%;
}

#topic-actions {
    padding-bottom: 10px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;
}

#status-form label.btn a.btn {
    padding: 0 0 0 5px;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 0;
}

#nav-menu {
    width: 190px;
}

#nav-menu a {
    padding: 5px 10px 5px 15px;
}

#nav-menu img {
    margin-left: -5px;
}

select#postcatid {
    width: 100%;
}

.fa-big,
.icon-big {
    margin-top: 20px;
    margin-left: 5px;
    font-size: 32px;
}

.glyphicon-big {
    font-size: 32px;
}

.glyphicon-topic {
    font-size: 28px;
}

.glyphicon-super {
    margin-top: 20px;
    margin-left: 5px;
    font-size: 48px;
    text-align: center;
}

#ktopicsform [class*="span"] {
    margin-left: 0 !important;
}

.ip {
    padding-right: 10px;
}

.report {
    margin-left: 20px;
    text-decoration: none;
}

.intro {
    margin: 0 0 10px 60px;
}

input[type="radio"] + label {
    display: inline-block;
    padding: 4px 12px;
    margin: -2px -3px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
}

input[type="radio"]:checked + label {
    background: rgba(0, 0, 0, 0.07) none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

input[type="radio"] {
    display: none;
}

#editavatar input[type="radio"],
#poll-vote input[type="radio"],
#search input[type="radio"] {
    display: inline-block;
}

ul.inline span.kicon {
    height: 24px;
    margin-bottom: -7px;
    transform: scale(0.5);
}

ul.list-inline .glyphicon,
ul.list-inline i {
    padding-top: 2px;
    padding-right: 5px;
}

#kwho .glyphicon-super,
#kstats .glyphicon-super,
[class*="category"] .glyphicon-super {
    padding-right: 8px;
    padding-left: 20px;
    margin-top: 12px;
}

#search [class*="span"] {
    margin-left: 6px;
}

div.pagination a.disabled,
div.pagination a.disabled:hover {
    color: #999;
}

.badge {
    white-space: normal;
}

// .container-fluid {
//   padding: 0;
// }

.btn .caret {
    margin-bottom: 0 !important;
}

.knav-collapse.collapse {
    height: auto;
}

.knav-collapse > .nav {
    display: none;
}

.knav-collapse.collapse.in > .nav {
    display: inline-block;
}

.btn-toolbar .btn.fa:before,
#search .btn.fa:before {
    font-size: 14px;
    content: "\f106";
}

.btn-toolbar .btn.fa.collapsed:before,
#search .btn.fa.collapsed:before {
    font-size: 14px;
    content: "\f107";
}

.btn-toolbar .btn.b3:before,
#search .btn.b3:before {
    font-family: "Glyphicons Halflings", serif;
    font-size: 14px;
    content: "\e260";
}

.btn-toolbar .btn.b3.collapsed:before,
#search .btn.b3.collapsed:before {
    font-family: "Glyphicons Halflings", serif;
    font-size: 14px;
    content: "\e259";
}

.btn-toolbar .btn.b2:before,
#search .btn.b2:before {
    font-size: 14px;
    background-position: -288px -120px;
}

.btn-toolbar .btn.b2.collapsed:before,
#search .btn.b2.collapsed:before {
    font-size: 14px;
    background-position: -313px -119px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.form-group label {
    float: left;
    font-weight: normal;
    text-align: left;
}

// .form-group select {
//   display: inline-block;
//   width: auto;
//   vertical-align: middle;
// }

// .search {
//   position: relative;
//   float: left;
//   width: 230px;
//   height: 30px;
//   padding: 5px 0;
//   line-height: 22px;
// }

// .kunena-search .search {
//   padding: 0;
// }

// .search input {
//   position: absolute;
//   float: Left;
//   width: 0;
//   height: 30px;
//   padding: 0 2px;
//   margin-left: 210px;
//   line-height: 18px;
//   border-radius: 1px;
//   transition: all .7s ease-in-out;
// }

// .search:hover input, .search input:focus {
//   width: 200px;
//   margin-left: 0;
// }

// .search .btn {
//   position: absolute;
//   top: 0;
//   right: 0;
//   height: 30px;
//   border-radius: 1px;

//   i {
//     margin-top: -3px;
//   }
// }

.glyphicon-white {
    color: #fff;
}

.dropdown-menu form {
    padding: 10px;
}

.dropdown-menu {
    min-width: 220px;
}

.container-fluid [class*="col"] {
    padding-left: 0;
}

// .form-control {
//   width: 100%;
//   max-width: 100%;
//   height: auto;
//   font-size: 15px;
// }

i {
    margin: 0;
}

.legend i {
    padding-right: 5px;
}

label.radio {
    padding-left: 20px;
}

// .navbar-nav {
//   margin: 0;
// }

textarea {
    width: 100%;
}

.moved,
.message-unapproved .badger-left,
.unapproved,
.category-stickymsg,
.deleted {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.badger-solved {
    background-color: #f0fff0;
    border: 1px solid #5cb85c;
}

table .col-md-1 {
    width: 5.6666666%;
}

.form-group .float-end .input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

ul.inline > li > a > I {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
}

.card-header {
    padding: 0.5rem 1rem;
    border-color: transparent;
}

.horizontal-message-top {
    position: relative;
    min-height: 180px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#kbbcode-poll-options .polloption {
    padding: 5px 0;
}

#kmoderate-mode-selected,
#kmoderate-mode-newer {
    display: inline-block;
}

#categoryactions ul {
    padding: 0;
}

.thumbnails li,
.profile-expand li {
    list-style: none;
}

.profile-expand ul {
    padding: 0;
}

.solved {
    font-size: 100%;
    text-transform: uppercase;
}

.solved b {
    padding-left: 10px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

#editprofile #birthdate {
    margin-left: -15px;
}

#params_language,
#params_timezone,
#params_editor {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

tfoot .form-group {
    margin-bottom: 0;
}

[id*="category"] ul.inline,
.pagination-small {
    padding: 0;
}

.profile-horizontal-bottom li,
.profile-horizontal-top li,
.thumbnails li,
.profile-expand li {
    list-style: none;
}

.profile-expand ul {
    padding: 0;
}

#categoryactions ul.inline i {
    padding: 0;
    margin: 0;
}

div.kmsgtext-article > p > img {
    max-width: 100px;
}

div.moderators {
    clear: both;
}

.pagination-small ul {
    padding: 0;
}

.thumbnail img {
    display: inline-block;
}

.thumbnail a {
    text-decoration: none;
}

.breadcrumb > .active + li::before {
    content: "/\00a0";
}

.breadcrumb .divider {
    display: inline-block;
}

a.dropdown-toggle {
    text-decoration: none;
}

.dropdown-toggle .status-green,
.dropdown-toggle img.green {
    margin-top: 0 !important;
    box-shadow: 0 0 0 2px #008000, 0 0 0 4px #ccc,
        0 2px 5px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle .status-yellow,
.dropdown-toggle img.yellow {
    margin-top: 0 !important;
    box-shadow: 0 0 0 2px #ff0, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle .status-red,
.dropdown-toggle img.red {
    margin-top: 0 !important;
    box-shadow: 0 0 0 2px #f00, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle .status-grey,
.dropdown-toggle img.grey {
    margin-top: 0 !important;
    box-shadow: 0 0 0 2px #808080, 0 0 0 4px #ccc,
        0 2px 5px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle .status-none,
.dropdown-toggle img.none {
    display: inline-block;
    margin-top: 0 !important;
    box-shadow: 0 0 0 1px #d4d4d4, 0 0 0 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
}

// #search select#mode {
//   margin-left: 0;
// }

#ann-showdate select,
#ann-publish select,
#kuserform .form-inline input {
    width: auto !important;
}

.kmsgimage {
    display: inline-block;
}

.kmsgimage img {
    width: 100%;
}

.embed-container {
    position: relative;
    height: 0;
    padding-bottom: 120%;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kmessagepadding {
    padding-bottom: 20px;
}

#poll-results {
    padding-bottom: 40px;
}

#ann-date .date,
#ann-date2 .date,
#ann-date3 .date,
#searchatdate .date {
    display: inline-block !important;
}

.dropdown-submenu > a::after {
    display: none !important;
}

.inputbox#catid {
    max-width: 250px;
}

#whoisonlinelist .rounded-circle {
    margin-right: 10px;
    margin-bottom: 10px;
}

.search-query {
    width: auto;
}

#nav-menu img {
    width: 80%;
}

#editor {
    resize: vertical;
}

form:not(.form-no-margin) .control-group .controls {
    margin-left: 0;
}

.knav-usercollapse {
    position: absolute;
    right: 10px;
}

.tab-content {
    display: flex;
}

#posts,
#subscriptions,
#favorites,
#thankyou,
#unapproved,
#attachments {
    width: 100%;
}

#editUser,
#editprofile,
#editavatar,
#editsettings {
    .form-control,
    .custom-select {
        width: auto;
    }

    width: 100%;
}

#kcat-avatar {
    .fa-3x {
        font-size: 2em;
    }
}

.fbs {
    width: auto;
}

blockquote {
    margin: 1em 0 1em 40px;
}

blockquote.Quote,
blockquote.UserQuote {
    min-width: 200px;
    padding: 1ex 16px;
    margin: 1em 0;
    overflow-y: initial;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
}

.message .message-deleted .btn-toolbar .border,
.message .message-deleted #btn_report {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.rounded-circle {
    display: inline-block;
    border: 1px solid #ccc;
}

.kavatar,
a .rounded,
.img-thumbnail {
    display: inline-block;
}

.rounded-circle img {
    border-radius: 50%;
}

.kfrontend {
    margin: 3rem 0;
}

.cke_chrome {
    margin-bottom: 3em; /* or 35px */
}

// .form-select, .custom-select {
//   background-image: none !important;
// }

.user-circle {
    display: flex;
}

.btn-group {
    margin-bottom: 0;
}

#kform-desktop-login-password .input-group,
#kform-desktop-login-username .input-group {
    flex-wrap: nowrap;
}

.table > :not(:first-child) {
    border-top: 0;
}

.bbcode_code_head {
    font-size: 1.75rem !important;
}

.bbcode_code_body {
    font-family: var(--bs-font-monospace);
    font-size: 0.875em;
    color: #e93f8e;
    word-wrap: break-word;
    white-space: pre-line !important;
}

.form-select, .custom-select {
  background: none !important /* Joomla template hack */;
}
