﻿.e-card .e-card-header-caption .e-card-sub-title {
    color: grey;
    text-align: right;
}

html, body * {
    scrollbar-color: #58b51c transparent !important;
    scrollbar-width: thin;
}

@@media (max-width: 767px) and (min-width: 400px) {
    .container-fluid {
        background-color: #58b51c transparent !important;
    }
}

.nav-link:focus, .nav-link:hover {
    color: #f9ac23 !important;
}

:root {
    --primary-color: #58b51c !important;
    --secondary-color: #2C3E50 !important;
}

h1 a, a:link, a:visited, a:active, a:hover {
    text-decoration: none !important;
    color: white;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x)* .2) !important;
    padding-left: calc(var(--bs-gutter-x)* .2) !important;
}
.margin-8 {
    margin-left: -9px !important;
    margin-right: -9px !important;
}

.e-dropdownbase .e-list-item.e-active {
    background-color: #58b51c !important;
}

.form-label {
    margin-bottom: 0px !important;
}

#containerspinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Lock styles for widths between 767px and 400px */
@@media (max-width: 767px) and (min-width: 400px) {
    .card-body {
        padding: 1rem;
    }

    .container-fluid {
        padding: 1rem;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .px-md-4 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .col-md-6 {
        padding-bottom: 30px;
    }

    .card {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .form-label {
        font-size: 14px;
    }

    .d-flex.align-items-center {
        display: flex;
        align-items: center;
    }

    .ms-3.mb-0 {
        margin-left: 1rem;
        margin-bottom: 0;
    }

    .position-relative {
        position: relative;
    }

    .position-absolute {
        position: absolute;
    }

    .end-0 {
        right: 0;
    }

    .top-50 {
        top: 50%;
    }

    .translate-middle-y {
        transform: translateY(-50%);
    }

    .pe-3 {
        padding-right: 1rem;
    }
}

/* Existing media query for max-width 576px */
@@media (max-width: 576px) {
    .card-body {
        padding: 1rem;
    }

    .container-fluid {
        padding: 1rem;
    }

    .px-md-4 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
    fill: rgb(88,181,28) !important;
    stroke: rgb(88,181,28) !important;
}

.e-switch-wrapper .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
    background-color: #58b51c !important;
    border-color: #58b51c !important;
}

.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
    background-color: #58b51c !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: rgb(88,181,28) !important;
}

.e-spinner-pane .e-spinner-inner .e-spin-label {
    color: rgb(88,181,28) !important;
    font-weight: bold !important;
}
.e-card .e-card-header-caption .e-card-header-title, .subtitle {
    font-weight: bold !important;
    color: #58b51c !important;
}
.bold {
    font-weight: bold !important;
}
.card-body {
    padding-top: 0px !important;
}

.countrylink {
    color: #f9ac23 !important;
    font-size: 14px;
}

.countrylink:active {
    color: #FF5733 !important;
}

    .countrylink:hover {
        color: #58b51c !important;
        text-decoration: underline !important;
    }
.e-play-icon::before {
    content: '\e324';
}

.e-grid .e-rowcell {
    line-height: 16px !important;
}

.subheader {
    background-color: #e6e8ed6b !important;
}

.e-grid .e-gridheader {
    background-color: #58b51c !important;
}

.e-grid .e-headercell {
    background-color: #58b51c !important;
    color: white;
    font-weight: bold;
} 