/* CSS Document */
 .btn.show {
                background: #7e3af2;
}

    .theme-dark .dark\:bg-gray-800 {
            background-color: rgba(26,28,35,var(--bg-opacity)) !important;
        }
.theme-dark .dark\:text-gray-300 {
    color: rgba(213,214,215,var(--text-opacity)) !important;
}
.theme-dark .dark\:border-gray-700 {

    border-color: rgba(36,38,45,var(--border-opacity)) !important;
}
.theme-dark .dark\:bg-gray-700 {
    background-color: rgba(36,38,45,var(--bg-opacity)) !important;
}
.theme-dark .dark\:text-gray-400 {
    color: rgba(158,158,158,var(--text-opacity)) !important;
}
.hover\:border-gray-500:hover {
    border-color: rgba(112,114,117,var(--border-opacity)) !important;
}
.modal-footer {
    border-top: none;
}
.modal-header {
    border-bottom: none;
}