:root {
  --primary: rgb(58 151 238);
  --primary-dark: rgb(58 151 238);
  --primary-70: rgb(58 151 238);
  --primary-50: rgb(58 151 238);
  --primary-30:rgb(58 151 238);
  --primary-10: rgb(58 151 238);
  --logo: white;
  --sidebar-icon: rgb(146 46 181);
}

.bg-grad-sidebar {
    background: white;
}

.nova-dark-theme .form-input {
    background-color: #161b22;
}

.nova-dark-theme trix-toolbar .trix-button-group {
    background: white !important;
}

.nova-dark-theme trix-toolbar .trix-button.trix-active {
    background: rgb(58 151 238);
    color: #000;
}

.nova-dark-theme trix-toolbar .trix-button-group {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid rgb(58 151 238);
    border-radius: 3px;
}

.nova-dark-theme trix-toolbar .trix-button {
    border-bottom: 0px solid rgb(58 151 238);
}

.nova-dark-theme trix-toolbar .trix-input--dialog {
    font-size: inherit;
    font-weight: 400;
    padding: 0.5em 0.8em;
    margin: 0 10px 0 0;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #000;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nova-dark-theme trix-toolbar .trix-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: .75em;
    padding: 15px 10px;
    background: #000;
    box-shadow: 0 0.3em 1em #000;
    border-top: 2px solid #000;
    border-radius: 5px;
    z-index: 5;
}

.nova-dark-theme trix-toolbar [data-trix-dialog] [data-trix-validate]:invalid {
    background-color: red;
    color: white;
}

.nova-dark-theme .trix-content pre {
     display: inline-block;
     width: 100%;
     vertical-align: top;
     font-family: monospace;
     font-size: .9em;
     padding: 0.5em;
     white-space: pre;
     background-color: #000;
     overflow-x: auto;
 }

[data-trix-button-group="file-tools"] {
    display: none!important;
}
