html, body {
    background: #f2f3f7;
    color: #1f2224;
    font-family: "Roboto", sans-serif !important;
    font-weight: 200;
    font-style: normal;
    font-size: 1.1rem;
    height: 100%;
    margin: 0;
}

/*========================
    Scroll
========================*/

::-webkit-scrollbar {
    width: 0.5%;
    height: 0.5%;
    background: #f2f3f7;
}

::-webkit-scrollbar-thumb {
width: 3px;
background: #1f2224;
border-radius: 5px;
}

.container {
    max-width: 100%;
}

.vnotify-container {
    z-index: 2000;
}

a {
    color: #1f2224;
    text-decoration: none;
}

a:hover {
    color: #346dbe;
}

.np-element {
    color: #346dbe;
    background: #f2f3f7;
    box-shadow: 6px 6px 16px 0px #dde4ef, -6px -6px 16px 0px white, inset 0px 0px 0px 0px #dde4ef, inset 0px 0px 0px 0px white;
    border-radius: 5px;
    border: 1px solid white;
    transition: all 0.3s;
}

button.np-element {
    border: 1px solid #ffffff73;
    padding: 3px 10px;
}

.np-element::after, .np-element::before {
    transition: all 0.3s;
}

input.np-element:focus,
select.np-element:focus,
textarea.np-element:focus,
.np-circle-xl:focus {
    outline: none;
    box-shadow: 0px 0px 0px 0px #dde4ef, 0px 0px 0px 0px white, inset 6px 6px 16px 0px #dde4ef, inset -6px -6px 16px 0px white;
}

.ww-btn {
    color: #346dbe;
    background: #f2f3f7;
    box-shadow: 0 4px 8px 0 rgb(31 48 78 / 21%);
    border-radius: 5px;
    border: 1px solid white;
    padding: 4px 10px;
    transition: all 0.3s;
}

.ww-btn:hover {
    box-shadow: inset 0px 0px 6px 2px rgb(31 48 78 / 21%);
}

.ww-btn-danger {
    color: #ffffff;
    background: #dc3545;
}


.np-circle-xl {
    width: 19.5vh;
    height: 19.5vh;
    overflow: hidden;
    border-radius: 50%;
}

.np-form-check-label {
    background: #f2f3f7;
    color: #1f2224;
    box-shadow: 6px 6px 16px 0px #dde4ef, -6px -6px 16px 0px white, inset 0px 0px 0px 0px #dde4ef, inset 0px 0px 0px 0px white;
    padding: 0.4rem 1rem;
    border: 1px solid white;
    padding: 0.4rem 2.5rem 0.4rem 1rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.np-form-check-label::before {
    background: #f2f3f7;
    color: #1f2224;
    box-shadow: 6px 6px 16px 0px #dde4ef, -6px -6px 16px 0px white, inset 0px 0px 0px 0px #dde4ef, inset 0px 0px 0px 0px white;
    border-radius: 5px;
    padding: 0.4rem 1rem;
    border: 1px solid white;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    position: absolute;
    padding: 0.3rem;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.np-form-check-label.active::before {
    background: #14e913;
}

.np-form-check-label:hover::before {
    box-shadow: 6px 6px 16px 0px #dde4ef, -6px -6px 16px 0px white, inset 6px 6px 16px 0px #dde4ef, inset -6px -6px 16px 0px white;
}

.site-status {
    padding: 0.2rem; /* Padding for status indicators */
    border-radius: 0.5rem; /* Rounded corners */
    color: white; /* Text color for better contrast */
    font-size: 0.8rem; /* Font size for status indicators */
}

.site-status-success {
    background-color: #9acd32; /* Green for success */
}

.site-status-failure {
    background-color: #ffa500; /* Red for failure */
}

.site-status-neutral {
    background-color: #607d8b; /* Grey for neutral */
}

.site-status .svg-inline--fa {
    margin-left: 4px;
    margin-right: 3px;
}

.app-label {
    min-width: 150px;
}

.plico-menu {
    list-style: none;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.plico-menu li {
    padding: 1em;
}

.container.debugbar {
    /*height: 25px;*/
    width: 100%;
    background-color: #3c3c3c;
    color: #00de92;
    overflow: hidden;
    /* position: fixed;*/
    z-index: 1;
    max-width: 100%;
}

.debugbar pre {
    background-color: black;
    color: white;
    font-size: 0.75em;
}

.row-depth-1 {
    background-color: rgba(15, 102, 116, 0.05);
}

.row-depth-2 {
    background-color: rgba(15, 102, 116, 0.10);
}

.row-depth-3 {
    background-color: rgba(15, 102, 116, 0.15);
}

#site-lists td {
    word-wrap: break-word;
}

#site-lists .size-1 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

#site-lists .size-2 {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

#site-lists .size-3 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

#site-lists .size-4 {
    min-width: 400px;
}

/* Actions column styling */
#site-lists .actions-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

#site-lists .actions-group-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e8ecf1;
}

#site-lists .actions-group .btn,
#site-lists .actions-group-secondary .btn {
    white-space: nowrap;
    font-size: 0.8125rem;
    padding: 0.375rem 0.875rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

#site-lists .actions-group .btn:hover,
#site-lists .actions-group-secondary .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#site-lists .actions-group .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
}

#site-lists .actions-group .btn-primary:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

#site-lists .actions-group .btn-success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border-color: transparent;
}

#site-lists .actions-group .btn-success:hover {
    background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);
}

#site-lists .actions-group .btn-danger {
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
    border-color: transparent;
}

#site-lists .actions-group .btn-danger:hover {
    background: linear-gradient(135deg, #f45c43 0%, #eb3349 100%);
}

#site-lists .actions-group .btn-info {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-color: transparent;
}

#site-lists .actions-group .btn-info:hover {
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
}

#site-lists .actions-group .btn-warning {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-color: transparent;
    color: white;
}

#site-lists .actions-group .btn-warning:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    color: white;
}

#navbarDropdownMenuLink sup {
    padding: 0 .25rem;
    background-color: #dc3545;
    color: #fff;
    border-radius: 90px;
}

.list-group {
    list-style: none;
}

.notificationList {
    max-height: 200px;
    overflow-y: scroll;
}

.plico-menu .dropdown-menu {
    margin-top: -15px;
    width: max-content;
    max-width: 400px;
}

.dropdown-menu {
    box-shadow: 0 0 20px #0404042e;
}

.notificationList .dropdown-item {
    color: #7f7f7f;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.5em;
    line-height: 2em;
}

.ww-pagination {
    margin-bottom: 60px;
    margin-top: 60px;
}

.ww-pagination span.ellipse.clickable {
    cursor: pointer;
}

.ww-pagination .ellipse input {
    width: 3em;
}

.ww-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.ww-pagination ul li span.current {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4bd0f4;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.ww-pagination ul li.active span.current {
    color: #fff;
    cursor: default;
    background-color: #4bd0f4;
    border-color: #4bd0f4;
}

.ww-pagination ul li a {
    text-decoration: none;
}

.loading-icon-spacer {
    height: 120px;
}

.loading-icon {
    margin-left: calc(50% - 32px);
    width: 40px;
    height: 40px;
    animation-name: loading-spin;
    animation-duration: 750ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    margin-top: 1em;
    margin-bottom: 1em;
}

@keyframes loading-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

header {
    background-color: #ffebcd; /* Light warm color */
    color: #5d4037; /* Darker warm color for text */
    padding: 1rem 0; /* Add some padding */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

header a {
    color: #5d4037; /* Darker warm color for links */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
}

header a:hover {
    color: #d2691e; /* Change to a warm orange on hover */
}

.navbar-toggler {
    background-color: #d2691e; /* Warm orange for the toggle button */
}

.dropdown-menu {
    background-color: #fff; /* White background for dropdown */
    border: 1px solid #d2691e; /* Warm orange border */
}

.dropdown-item {
    color: #5d4037; /* Darker warm color for dropdown items */
}

.dropdown-item:hover {
    background-color: #ffe4b5; /* Light warm color on hover */
}

.new-nav-dropdown {
    position: relative;
}

.new-nav-dropdown .dropdown-menu {
    background-color: #fff; /* White background for dropdown */
    border: 1px solid #d2691e; /* Warm orange border */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    padding: 0.5rem 0; /* Padding for dropdown items */
}

.new-nav-dropdown .dropdown-item {
    color: #5d4037; /* Darker warm color for dropdown items */
    padding: 0.5rem 1rem; /* Padding for dropdown items */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effect */
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    text-decoration: none; /* Remove underline from text */
}

.new-nav-dropdown .dropdown-item i {
    margin-right: 0.5rem; /* Increase space between icon and text */
    font-size: 1.1em; /* Slightly increase icon size */
}

.new-nav-dropdown .dropdown-item:hover {
    background-color: #d2691e; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
    border-radius: 0.5rem; /* Rounded corners on hover */
    text-decoration: none; /* Ensure no underline on hover */
}

.new-nav-dropdown .dropdown-item.active {
    background-color: #d2691e; /* Active item background */
    color: #fff; /* Active item text color */
}

.new-nav-dropdown-item {
    color: #5d4037; /* Darker warm color for dropdown items */
    padding: 0.5rem 1rem; /* Padding for dropdown items */
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    text-decoration: none; /* Remove underline from text */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effect */
    border-radius: 0.5rem; /* Ensure rounded corners in normal state */
}

.new-nav-dropdown-item svg, /* Target SVG icons */
.new-nav-dropdown-item i { /* Target Font Awesome icons */
    margin-right: 0.75rem; /* Increase horizontal space between icon and text */
    font-size: 1.1em; /* Slightly increase icon size */
}

.new-nav-dropdown-item:hover {
    background-color: #d2691e; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
    text-decoration: none; /* Ensure no underline on hover */
}

.new-page-title {
    color: #9acd32; /* Main color for the title */
    font-size: 2rem; /* Adjust font size as needed */
    margin-bottom: 1rem; /* Space below the title */
    text-align: left; /* Center the title */
}

.button-container {
    display: flex; /* Use flexbox for button alignment */
    justify-content: center; /* Center buttons */
    margin-top: 1rem; /* Space above buttons */
}

.new-page-button {
    background-color: #ffa500; /* Main button color */
    color: white; /* Text color */
    padding: 0.5rem 1rem; /* Padding for buttons */
    border: none; /* Remove default border */
    border-radius: 0.5rem; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    margin: 0 0.5rem; /* Space between buttons */
    transition: background-color 0.3s ease; /* Smooth transition */
}

.new-page-button:hover {
    background-color: #9acd32; /* Change to accent color on hover */
    color: white; /* Ensure text remains white */
}

.new-page-input,
.new-page-select {
    border: 2px solid #9acd32; /* Main border color */
    border-radius: 0.5rem; /* Rounded corners */
    padding: 0.5rem; /* Padding inside the input/select */
    font-size: 1rem; /* Font size */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    width: 100%; /* Full width */
    box-shadow: none; /* Remove default shadow */
}

.new-page-input:focus,
.new-page-select:focus {
    border-color: #ffa500; /* Change border color on focus */
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5); /* Add shadow on focus */
    outline: none; /* Remove default outline */
}

.new-page-select {
    appearance: none; /* Remove default styling */
    background-color: #fff; /* Background color */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%239acd32"/></svg>'); /* Custom arrow */
    background-repeat: no-repeat; /* Prevent repeat */
    background-position: right 0.5rem center; /* Position the arrow */
    background-size: 1rem; /* Size of the arrow */
    padding-right: 2rem; /* Add padding to the right to prevent text overlap with the arrow */
    line-height: normal; /* Reset line height for better vertical alignment */
    height: calc(2.5rem + 2px); /* Adjust height to ensure proper alignment */
}

.new-page-input::placeholder,
.new-page-select::placeholder {
    color: #aaa; /* Placeholder color */
    opacity: 1; /* Ensure full opacity */
}

.new-page-input:disabled,
.new-page-select:disabled {
    background-color: #f0f0f0; /* Light gray background for disabled */
    border-color: #ccc; /* Gray border for disabled */
    cursor: not-allowed; /* Change cursor for disabled */
}

.new-label {
    font-size: 0.875rem; /* Font size for labels */
    color: #495057; /* Modern dark gray for labels */
    margin-bottom: 0.5rem; /* Space below the label */
    display: block; /* Ensure labels are block elements */
    font-weight: 600; /* Semi-bold font weight */
    text-transform: uppercase; /* Uppercase text for emphasis */
    letter-spacing: 0.5px; /* Slight letter spacing for readability */
}


.new-table {
    width: 100%; /* Full width */
    border-collapse: collapse; /* Collapse borders */
    margin-top: 1rem; /* Space above the table */
}

.new-table th,
.new-table td {
    padding: 1rem; /* Padding for table cells */
    text-align: left; /* Align text to the left */
    border: 1px solid #ddd; /* Light gray border */
}

.new-table th {
    font-size: 1rem; /* Font size for headers */
    color: #5d4037; /* Darker warm color for headers */
    margin-bottom: 0.5rem; /* Space below the header */
    font-weight: 600; /* Semi-bold font weight */
    text-transform: uppercase; /* Uppercase text for emphasis */
    letter-spacing: 0.5px; /* Slight letter spacing for readability */
    background-color: #9acd32; /* Header background color */
    color: white; /* Header text color */
    padding: 1rem; /* Padding for table header cells */
}

.new-table tr:nth-child(even) {
    background-color: #f9f9f9; /* Light gray background for even rows */
}


.new-table .table-active {
    background-color: #9acd32; /* Active row background color */
    color: white; /* Active row text color */
}

.new-icon-green {
    color: #9acd32; /* Green color for icons */
}

.new-icon-orange {
    color: #ffa500; /* Orange color for icons */
}

.new-action-button {
    font-size: 1rem; /* Font size for buttons */
    color: black; /* Text color */
    text-decoration: none; /* Remove underline */
    padding: 0.1rem; /* Padding for buttons */
    border-radius: 0.5rem; /* Rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.new-title {
    font-size: 1rem; /* Slightly larger font size for prominence */
    font-weight: 500; /* Medium font weight for emphasis */
    color: #5d4037; /* Darker warm color for contrast */
    white-space: nowrap; /* Prevent text wrapping */
}

.new-header {
    padding: 0.1rem 1rem; /* Adjust padding as needed */
}

.new-menu-item {
    color: #5d4037; /* Darker warm color for links */
    font-weight: 500; /* Medium font weight for emphasis */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth transition for hover effect */
    border-radius: 0.25rem; /* Optional: rounded corners for a smoother look */
}

.new-menu-item:hover {
    color: #5d4037; /* Change text color on hover for contrast */
    background-color: rgba(255, 165, 0, 0.3); /* Light orange background to match the glow */
    text-decoration: none; /* Remove underline */
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.8); /* Glow effect */
}



.form-signin {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 2em;
    width: 100%; /* Full width within container */
    margin: 5% auto; /* Center vertically with margin */
}

.new-page-title {
    color: #5d4037;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.new-page-input {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0.5em;
    font-size: 1rem;
    width: calc(100% - 1em); /* Adjust width to account for padding */
}

.new-page-button {
    background-color: #ffa500;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 100%; /* Full width button */
}

.new-page-button:hover {
    background-color: #9acd32;
}

@media (min-width: 768px) {
    .form-signin {
        width: 50%; /* Set width to 50% for tablets and above */
    }
}

.scores-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.score-container {
    text-align: center;
    margin: 5px;
}

.score-label {
    font-size: 10px;
    margin-bottom: 5px;
}

.circle-green {
    background-color: #9acd32 !important;
}

.circle-orange {
    background-color: #ffa500 !important;
}

.circle-red {
    background-color: #dc3545 !important;
}

.score-circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 12px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    background-color: gray; /* Default color */
}

/* Add these styles to the bottom of main.css */

.badge-green {
    background-color: #8bc34a; /* Softer green for positive changes */
    color: #fff; /* White text for contrast */
}

.badge-red {
    background-color: #e57373; /* Softer red for negative changes */
    color: #fff; /* White text for contrast */
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}