﻿grid-stack {
    background: #FAFAD2;
}

grid-stack-item-content {
    background-color: #18BC9C;
}

.navIcon {
    @apply p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700 text-3xl flex items-center justify-center w-12 h-12;
}

.dropdownItem {
    @apply block px-4 py-2 text-sm hover:bg-gray-100 dark:hover:bg-gray-700;
}

.actionBtn {
    @apply px-2 py-1 rounded-lg text-white bg-primary-600 hover:bg-primary-700;
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    body > main {
        width: 100%;
        height: 100%;
        min-height: 0;
    }