/* Add custom style overrides here. */

.alert {
    border-radius: unset;
}

.bg-nav, .btn-primary {
    background-color: #473D5C;
}

.btn-primary {
    border: none;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus-visible {
    background-color: #7D6F9B !important;
}

.btn-primary:disabled {
    background-color: #8f7fb3 !important;
}

.nav-link {
    color: white;
}

.select-filter {
    width: 187px;
    margin-left: 3px;
}

.fs-7 {
    font-size: 14px;
}

.cheat-sheet-indent > pre > span {
    margin-left: -26ch;
}

.signature, .signature::placeholder {
    font-family: "Dancing Script", "Brush Script MT", cursive;
}

.signature::placeholder {
    opacity: 0.4;
}

#snippets > * {
    border-collapse: collapse;
    border-radius: unset;
}
#snippets > *:not(:last-child) {
    border-right: 2px solid #6c757d !important;
}

table.dataTable tbody td {
    vertical-align: top !important;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

legend {
    width: unset;
    font-size: 1rem;
}

.dataTables_scrollBody {
    min-height: 300px;
}

.table.dataTable {
    width: 100% !important;
}

.table#tickets {
    margin: 0;
}

pre.preview {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    /* Wrap text */
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


@media only screen and (max-width : 767px) {
    .input-group-text {
        width: 25%;
        margin-bottom: .5rem;
    }

    .input-group-text + * {
        width: 75% !important;
        margin-bottom: .5rem;
    }
}

@media only screen and (min-width : 768px) {
    .w-md-auto {
            width: auto !important;
    }
}
