
*, ol, ul, li,p {padding:0; margin:0; transition:all 0.3s ease;}

#mod-custom110 { padding:1em;}
#mod-custom110 svg { cursor: pointer; width:20px; height:20px;}
.sun svg { color:#f39c12; }
.moon svg { color:#f1c40f; }


.moon {
    display: block;
}

.dark-mode .sun {
    display: block;
}

.dark-mode .moon, .sun {
    display: none;
}


body.dark-mode {color: #fefefe; background:#0f151d; }
body.dark-mode #com-rsticketspro-ticket #messages, body.dark-mode .card { background:#0f151d; color:#fefefe;}

body.dark-mode #messages-heading .accordion-button { background:#000; color:#fefefe;}

body.dark-mode #ticket_message_ifr { background:#737373; color:#fefefe; }


.com-rsticketspro-has-top-margin {     display: flex;
    flex-wrap: wrap;}
    
body.wrapper-fluid header>.grid-child, body.wrapper-fluid footer>.grid-child {
    padding-left: 1em;
    padding-right: 1em;
}

body .container-header { background:#333;}

.container-header .navbar-brand { margin-inline-start:auto; text-align: center;}

.brand-logo img { max-width:50px; }

.container-header .mod-menu { justify-content: center;
    display: flex;
    flex-direction: row;
    grid-gap: 1em;
    font-size: 13px; }