.e-table {
    width: 100% !important;
}

.e-bigger .e-card .e-card-header, .e-bigger.e-card .e-card-header {
    min-height: 30px;
    padding: 12px 12px 0px 12px;
}
.e-bigger .e-card .e-card-content, .e-bigger.e-card .e-card-content {
    padding: 0 12px 16px 12px;
}
.e-dialog .e-dlg-header {
    width: calc(100% - 40px) !important;
}
.e-card {
    border-color: var(--color-primary-500) !important;
    background-color: var(--color-gray-100) !important;
}
.validation-message {
    color: #f87171;
}
.e-grid td.e-updatedtd {
    background-color: #dcfce7 !important;
}

@media (prefers-color-scheme: dark) {
    .e-card {
        background-color: var(--color-gray-700) !important;
    }
    .validation-message {
        color: #f87171;
    }
    .e-grid td.e-updatedtd {
        background-color: #1b512d !important;
        color: #22c55e;
    }
}

.template-carousel-section .carousel-sample {
    margin: 0 auto 2em;
    height: 230px;
}

.templateCarousel .e-carousel-items,
.templateCarousel .e-carousel-navigators {
    height: calc(100% - 3rem);
}

    .templateCarousel .e-carousel-navigators .e-previous,
    .templateCarousel .e-carousel-navigators .e-next,
    .templateCarousel .e-carousel-navigators .nav-btn {
        padding: 0;
    }

        .templateCarousel .e-carousel-navigators .nav-btn:active,
        .templateCarousel .e-carousel-navigators .nav-btn:focus,
        .templateCarousel .e-carousel-navigators .nav-btn:hover {
            background-color: transparent !important;
            color: inherit;
        }

    .templateCarousel .e-carousel-navigators svg {
        fill: none;
        stroke: currentColor;
        stroke-linecap: square;
        stroke-width: 8px;
        height: 2rem;
        vertical-align: middle;
        width: 2rem;
    }

    .templateCarousel .e-carousel-navigators .e-previous svg {
        transform: rotate(180deg);
    }

.templateCarousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator {
    background-color: #ECECEC;
    border-radius: 0.25rem;
    cursor: pointer;
    height: 3.5rem;
    margin: 0.5rem;
    width: 5rem;
}

.templateCarousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator {
    background-color: #3C78EF;
}

@@media screen and (max-width: 480px) {
    .template-carousel-section .carousel-sample {
        width: 100%;
        height: 250px;
    }

    .templateCarousel .img-container {
        margin: 12px;
    }
}