/* Minification failed. Returning unminified contents.
(156,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(157,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(158,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(159,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(160,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(161,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(162,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(163,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(164,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(165,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(166,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(167,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(168,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}




html, body {
    height: 100%;
    overflow: hidden;
}

form[runat="server"] {
    height: 100%;
}

.body-content {
    height: calc(100vh - 80px);
    overflow: hidden;
}

.api-customers-page,
.api-customers-page main,
.api-customers-page .min-h-0,
.api-table-wrap {
    min-height: 0;
}

.api-table-wrap {
    height: 100%;
}







/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.box {
    width: 100%; /* Make the box span the full width of its column */
    min-height:250px;
    padding: 20px; /* Add padding for better spacing inside the box */
    border: 0px solid #ddd; /* Add a light border */
    border-radius: 8px; /* Add rounded corners */
    background-color: #2b3035; /* Light gray background */
   margin:20px;
}




.pointer {
    cursor: pointer !important;
}

.red {
    color: #ea3e3e !important;
}

.expired-row td {
    /* background-color: red !important;*/
    color: #ea3e3e; /* Change text color to white for better visibility */
}
.inactive-row td {
    /* background-color: red !important;*/
    color: #ea3e3e; /* Change text color to white for better visibility */
}


#table_APICustomers tbody tr:hover label {
    color: royalblue; /* Turn all labels blue */
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }


.sticky-row {
    position: sticky; /* Makes the row sticky */
    top: 0; /* Sticks to the top of the container */
    z-index: 2; /* Ensures it appears above the table body */
    background-color: #f8f9fa; /* Background for the header (adjust as needed) */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow for separation */
}

.btn-min-width {
    min-width: 75px;
}

.form-label {
    font-size: 0.85rem; /* Slightly smaller font size */
}

.form-control {
    width: 100%; /* Forces input to span full width */
}

/* Adjust Generate Token button size */
#generateToken {
    font-size: 0.8rem; /* Smaller font size */
    padding: 0 5px; /* Minimal padding */
}
