/* converge CSS */

#welcomeModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

#welcomeModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#welcomeModal .modal-footer {
    border-top: none;
}

.btn-close-white {
  filter: unset !important;
}

.sidebar-img {
  width: 45px;
  height: 100%;
}

.dashboard-card {
  transition: all 0.2s ease-in-out;
}

.dashboard-card:active {
  background-color: #1a1a1a !important;
  transform: scale(0.96);
}

.list-group-item {
  padding: 1rem 0.75rem;
}

/* Dark Mode Overrides for Quill */
.ql-toolbar.ql-snow .ql-stroke {
    stroke: #fff !important;
}
.ql-toolbar.ql-snow .ql-fill {
    fill: #fff !important;
}
.ql-toolbar.ql-snow .ql-picker {
    color: #fff !important;
}

#journalEditor {
    background-color: #121212;
    color: white;
    border-color: #495057 !important;
}

.ql-container.ql-snow {
    border-color: #495057 !important;
}

body {
  background-color: #121212;
  color: #e0e0e0;
}

.content {
  min-height: calc(100vh - 56px);
}

td,
th {
  vertical-align: middle;
  cursor: pointer;
}

.offcanvas-body .nav-link {
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
}

.offcanvas-body .nav-link.active {
  background-color: rgba(52, 152, 219, 0.2);
  color: #3498db !important;
}

.trend-nav-btn {
    width: 85px;    
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 0.75rem;      
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}


@media (max-width: 576px) {
    .trend-nav-btn {
        flex: 1 1 calc(25% - 8px); 
        min-width: 75px;
    }
}
