html, body {
    height: 100vh !important;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}

.container {
    height: 100vh !important;
    overflow: hidden !important;
}

.flex-col {
    flex-direction: column;
}
.min-h-screen {
    max-height: 100vh !important;
    overflow: hidden  !important;
}
.flex {
    display: flex;
}
@supports (font-synthesis-weight:none) {
    html {
        font-synthesis: initial;
        font-synthesis-weight: none;
    }
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
*, :after, :before {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    
        .md\:p-6 {
            padding: 1.5rem;
        }
    }
    
    .text-center {
        text-align: center;
    }
    
    .p-4 {
        padding: 1rem;
    }
    
    .justify-center {
        justify-content: center;
    }
    
    .items-center {
        align-items: center;
    }
    
    .flex-col {
        flex-direction: column;
    }
    
    .flex-grow {
        flex-grow: 1;
    }
    
    .flex {
        display: flex;
    }

    .text-green-500 {
        --tw-text-opacity: 1;
        color: #40c656;
    }
    
    .w-16 {
        width: 4rem;
    }
    
    .h-16 {
        height: 4rem;
    }
    
    audio, canvas, embed, iframe, img, object, svg, video {
        /* display: block; */
        vertical-align: middle;
    }
    svg {
        shape-rendering: crispEdges;
    }

    .font-semibold {
        font-weight: 600;
    }
    
    
    .text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .mt-4 {
        margin-top: 1rem;
    }
    
    blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
        margin: 0;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity));
    }
    
    
    .mt-2 {
        margin-top: 0.5rem;
    }
    
    blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
        margin: 0;
    }

    .p-4 {
        padding: 1rem;
    }
    
    .border {
        border-width: 1px;
    }
    
    .rounded-lg {
        border-radius: var(--radius);
    }
    
    .max-w-md {
        max-width: 28rem;
    }
    
    .w-full {
        width: 100%;
    }
    
    .mt-6 {
        margin-top: 1.5rem;
    }

    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    
    
    .justify-between {
        justify-content: space-between;
    }
    
    .flex {
        display: flex;
    }

    .font-medium {
        font-weight: 500;
        /* text-align: right !important; */
    }

    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    
    .justify-between {
        justify-content: space-between;
    }
    
    .flex {
        display: flex;
    }
    
    .mt-2 {
        margin-top: 0.5rem;
    }

    .text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    
    .font-medium {
        font-weight: 500;
        text-align: right !important;
    }
    
    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: #40c656;
    }
    
    .rounded-md {
        border-radius: calc(var(--radius) - 2px);
    }
    
    .justify-center {
        justify-content: center;
    }
    
    .items-center {
        align-items: center;
    }
    
    .h-10 {
        height: 2.5rem;
    }
    
    .inline-flex {
        display: inline-flex;
    }
    
    .mt-6 {
        margin-top: 1.5rem;
    }
    
    a {
        color: inherit;
        text-decoration: inherit;
    }
    a, details summary {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 1em;
        font-family: Arial, sans-serif;
        /* min-width: 400px; */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
    
    thead tr {
        background-color: #40c656;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }
    
    th,
    td {
        padding: 12px 15px;
        text-align: left; 
    }
    
    tbody tr {
        border-bottom: 1px solid #dddddd;
    }
    
    tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }
    
    tbody tr:last-of-type {
        border-bottom: 2px solid #40c656;
    }
    
    tbody tr:hover {
        background-color: #f1f1f1;
    }