* {
    padding: 0px;
    margin: 0px;
    outline: 0px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
    width: 100%;
    min-height: 100vh;
    /*background: linear-gradient(90deg, #0e4cd0, #3ec804);*/
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

nav {
    position: fixed;
    display: inline;
    color: #fff;
    background: linear-gradient(to right, #0593d9, #1f9003 99.58%);
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0px;
    text-align: right;
    overflow: scroll;
}

.scrollable {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

nav a,
nav a:active {
    padding: 15px 20px;
    color: #fff;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}

/* Original navbar styles - will be overridden by responsive styles below */
.navbar {
    /* background: linear-gradient(to right, #0593d9, #1f9003 99.58%); */
    background-color: #2563eb;
    text-align: right;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 50px;
}

.navbar a,
.navbar p {
    float: left;
    font-size: 16px;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #000;
    transition: background-color 0.5s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    flex-direction: column;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown-content p {
    float: none;
    color: #909090;
    padding: 18px 12px 9px 12px;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    border-top: 1px dashed #000;
}

.search_input {
    float: right;
    max-width: 200px;
    padding: 7px;
    margin: 6px;
    font-size: 14px;
}

.search_input:active {}

section {
    padding: 100px 20px;
}


.generic_div h1 {
    font-size: 60px;
}

.generic_div h2 {
    font-size: 40px;
}

.generic_div h3 {
    font-size: 25px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    min-width: 300px;
    margin: 20px 0px;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #ddd;
}

thead {
    background-color: #000;
}

th {
    color: #fff;
}

td,
th {
    text-align: left;
    padding: 15px 10px;
    border: 1px solid #ddd;
}

tr {
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #ececec;
}

td p {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 13px;
}

#main_form,
.generic_form {
    width: 80%;
    max-width: 500px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.generic_form {
    max-width: 500px;
    margin: 0px;
}

.generic_form>h1 {
    font-size: 25px;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

textarea {
    min-height: 60px;
}

input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

input[type=submit],
button {
    width: 100%;
    /* background: linear-gradient(to right, #0593d9, #1f9003 99.58%); */
    background-color: #2563eb;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover,
button:hover {
    /* background: linear-gradient(to right, #046a9d, #166702 99.58%); */
    background-color: #2563ebe6;
}

td input {
    margin: 0px;
}

.td_input {
    padding: 0px 0px 0px 10px;
}

.activation_button a button {
    width: 300px;
    font-size: 20px;
}

.counter_section,
.static_inputs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.counter_item {
    max-width: 350px;
    width: 100%;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.19) !important;
    padding: 15px;
    margin: 20px;
    border-radius: 7px;
}

.counter_item h2 {
    font-size: 30px;
}

.counter_item p {
    color: #7b7b7b;
    padding-top: 6px;
    font-size: 14px;
}

.color_class_1 {
    border-bottom: 8px solid #2ac;
}

.color_class_2 {
    border-bottom: 8px solid #22cc8d;
}

.color_class_3 {
    border-bottom: 8px solid #f1ea12;
}

.color_class_4 {
    border-bottom: 8px solid #f96363;
}

.color_class_5 {
    border-bottom: 8px solid #ab63f9;
}

.generic_canvas_chart {
    min-height: 600px;
    max-width: 100%;
}

.table_container {
    width: 100%;
    /* overflow-x: scroll; */
    overflow-x: auto;
}

.table_container_float {
    overflow-x: scroll;
    float: left;
    margin-right: 27px;
}

.button_property {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.19) !important;
    padding: 15px;
    margin: 20px 20px 20px 0px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #0bacfd;
    color: #fff;
}

.button_property:hover {
    background-color: #088bce;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.input_holder {
    margin: 0px 30px 30px 0px;
    min-width: 250px;
}

#dynamic_form,
#dynamic_table {
    margin: 0px;
}

#dynamic_table td,
#dynamic_table th {
    min-width: 130px;
}

.dynamic_form>input {
    max-width: 250px;
    width: 100%;
    padding: 7px;
    margin: 10px;
    background: #000;
}

.dynamic_input_holder button {
    background: #d06426;
    width: 250px;
}

.input_title {
    font-size: 18px;
}

input[data-id] {
    box-shadow: 0px 0px 7px 0px aquamarine;
}

.search_section input {
    font-size: 24px;
    border: 0px;
    background-color: #eee;
    box-shadow: 0px 0px 10px 3px #ccc;
    margin-bottom: 30px;
}

.search_section input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
}

.search_result_main {
    width: 100%;
}

.search_result_main a {
    padding: 22px;
    margin: 17px;
    float: left;
    box-shadow: 0px 0px 10px 0px #ccc;
    text-decoration: none;
}

.search_result_main a p {
    font-size: 25px;
    padding-bottom: 12px;
}

.search_result_main a p b {
    text-decoration: underline;
}

.search_result_main a span {
    color: #fff;
    padding: 5px 10px;
    margin: 4px 4px 4px 0px;
    display: inline-block;
    border-radius: 13px;
}

.search_result_main a span:nth-of-type(1) {
    background-color: #30a200;
}

.search_result_main a span:nth-of-type(2) {
    background-color: #0075a2;
}

.search_result_main a span:nth-of-type(3) {
    background-color: #de772d;
}

.simple-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0593d9;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.simple-button:hover {
    background-color: #0476af;
}

.simple-button:active {
    background-color: #035d8a;
}

tr span {
    color: #fff;
}

tr span::after {
    color: #fff;
}

tr span::before {
    color: #fff;
}

/* Log Status Badges */
.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9em;
}

.status-badge.success {
    background: #dcfce7;
    color: #16a34a;
}

.status-badge.failed {
    background: #fee2e2;
    color: #dc2626;
}

/* Log Details */
.details-content {
    margin-top: 8px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    white-space: pre-wrap;
}

/* Mobile-first responsive design */
/* Base styles for mobile (default) */
@media (max-width: 767px) {
    .navbar {
        height: auto;
        min-height: 50px;
    }

    .navbar .scrollable {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: visible;
    }

    .navbar .scrollable .navbar-item,
    .navbar .scrollable .dropdown {
        display: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
    }

    /* Mobile dropdown styles */
    .dropdown-content {
        position: static;
        display: none;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: none;
        border-radius: 0;
    }

    .dropdown-content a {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: white;
    }

    .dropdown:hover .dropdown-content,
    .dropdown.mobile-active .dropdown-content {
        display: flex;
    }

    .navbar .scrollable .navbar-item:first-child,
    .navbar .scrollable .dropdown:first-child {
        display: block;
    }

    /* Show mobile menu when active */
    .navbar.mobile-menu-active .scrollable .navbar-item,
    .navbar.mobile-menu-active .scrollable .dropdown {
        display: block;
    }
}

/* Mobile menu toggle button - only show on mobile */
@media (max-width: 767px) {
    .mobile-menu-toggle {
        display: block;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px 15px;
        cursor: pointer;
        order: -1;
        float: right;
    }

    .mobile-menu-toggle:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 768px) {
    .mobile-menu-toggle {
        display: none;
    }
}

/* Mobile responsive styles */
@media (max-width: 767px) {

    /* Responsive typography */
    .generic_div h1 {
        font-size: 2rem;
        /* 32px */
    }

    .generic_div h2 {
        font-size: 1.5rem;
        /* 24px */
    }

    .generic_div h3 {
        font-size: 1.25rem;
        /* 20px */
    }

    /* Responsive sections */
    section {
        padding: 60px 10px;
    }

    /* Responsive forms */
    #main_form,
    .generic_form {
        width: 95%;
        max-width: 500px;
        margin: 20px auto;
        padding: 0 10px;
    }

    .generic_form>h1 {
        font-size: 1.5rem;
    }

    /* Responsive tables */
    .table_container {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table {
        min-width: 100%;
        font-size: 0.875rem;
    }

    td,
    th {
        padding: 8px 6px;
        white-space: nowrap;
    }

    /* Responsive counter cards */
    .counter_section {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .counter_item {
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    .counter_item h2 {
        font-size: 1.5rem;
    }

    /* Responsive buttons */
    .button_property {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    /* Responsive charts */
    .generic_canvas_chart {
        min-height: 300px;
        max-width: 100%;
        height: auto;
    }

    /* Responsive modal */
    .modal-content {
        width: 95%;
        margin: 10% auto;
        max-height: 80vh;
    }

    .modal-body {
        max-height: 60vh;
        padding: 15px;
    }

    /* Responsive horizontal forms */
    .horizontal_form .static_inputs {
        flex-direction: column;
        width: 100%;
    }

    .horizontal_form .input_holder {
        margin: 0 0 15px 0;
        min-width: auto;
        width: 100%;
    }

    .horizontal_form input[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }

    /* Touch-friendly improvements */
    input,
    select,
    textarea,
    button {
        min-height: 44px;
        /* iOS recommended touch target size */
        font-size: 16px;
        /* Prevents zoom on iOS */
    }

    .navbar a,
    .navbar .dropbtn {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 12px 16px;
    }

    /* Better spacing for mobile */
    .input_holder {
        margin: 0 0 20px 0;
    }

    /* Improve search section for mobile */
    .search_section input {
        font-size: 18px;
        padding: 12px;
        margin-bottom: 20px;
    }

    /* Better autocomplete for mobile */
    .autocomplete {
        width: 100% !important;
    }

    .autocomplete input {
        width: 100%;
    }

    /* Main container improvements */
    .main_container {
        padding: 0 10px;
    }

    /* Better spacing for generic div */
    .generic_div {
        padding: 0 5px;
    }

    /* Improve search results for mobile */
    .search_result_main a {
        width: 100%;
        margin: 10px 0;
        float: none;
        display: block;
    }

    .search_result_main a p {
        font-size: 18px;
    }

    /* Better button spacing */
    .simple-button {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    /* Mobile toast improvements */
    .toast {
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto;
        text-align: center;
        font-size: 14px;
    }

    /* Better handling of long text on mobile */
    .generic_div p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* Improve table responsiveness */
    .table_container {
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
    }

    /* Better spacing for dynamic forms */
    .dynamic_form>input {
        max-width: none;
        width: 100%;
        margin: 10px 0;
    }

    .dynamic_input_holder button {
        width: 100%;
        margin: 10px 0;
    }
}

/* Tablet styles (768px and up) */
@media (min-width: 768px) {
    .navbar {
        height: 50px;
    }

    .navbar .scrollable {
        flex-direction: row;
        height: fit-content;
        overflow-y: auto;
    }

    .navbar .scrollable .navbar-item,
    .navbar .scrollable .dropdown {
        display: inline-block;
        width: auto;
        text-align: center;
        border-bottom: none;
        float: left;
    }

    /* Reset mobile dropdown styles for tablet+ */
    .dropdown-content {
        position: absolute;
        display: none;
        width: auto;
        min-width: 160px;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        flex-direction: column;
    }

    .dropdown-content a {
        float: none;
        padding: 12px 16px;
        border-bottom: 1px solid #ddd;
        color: black;
        display: block;
        text-align: left;
    }

    .mobile-menu-toggle {
        display: none;
    }

    .generic_div h1 {
        font-size: 2.5rem;
        /* 40px */
    }

    .generic_div h2 {
        font-size: 2rem;
        /* 32px */
    }

    .generic_div h3 {
        font-size: 1.5rem;
        /* 24px */
    }

    section {
        padding: 80px 20px;
    }

    #main_form,
    .generic_form {
        width: 80%;
        max-width: 500px;
        margin: 50px auto;
    }

    .generic_form>h1 {
        font-size: 1.75rem;
    }

    .counter_section {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .counter_item {
        max-width: 300px;
        flex: 1;
        min-width: 250px;
        margin: 10px;
    }

    .counter_item h2 {
        font-size: 1.75rem;
    }

    .button_property {
        width: auto;
        min-width: 200px;
        margin: 10px 10px 10px 0;
    }

    .horizontal_form .static_inputs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .horizontal_form .input_holder {
        margin: 0 15px 15px 0;
        min-width: 200px;
        width: auto;
    }

    .horizontal_form input[type="submit"] {
        width: 200px;
        margin-top: 0;
    }

    .generic_canvas_chart {
        min-height: 400px;
    }

    .modal-content {
        width: 90%;
        margin: 8% auto;
    }

    .modal-body {
        padding: 18px;
    }

    table {
        font-size: 0.9rem;
    }

    td,
    th {
        padding: 12px 8px;
    }

    /* Reset mobile-specific styles for tablet+ */
    .navbar a,
    .navbar .dropbtn {
        min-height: auto;
        display: inline-block;
        padding: 14px 16px;
    }

    input,
    select,
    textarea,
    button {
        min-height: auto;
        font-size: 16px;
    }

    .simple-button {
        width: auto;
        margin: 10px 10px 10px 0;
        text-align: center;
    }

    .search_result_main a {
        width: auto;
        margin: 17px;
        float: left;
        display: inline-block;
    }

    .search_result_main a p {
        font-size: 25px;
    }

    .autocomplete {
        width: 300px !important;
    }

    .autocomplete input {
        width: 100%;
    }

    /* Reset mobile toast styles for tablet+ */
    .toast {
        bottom: 20px;
        right: 20px;
        left: auto;
        width: auto;
        text-align: left;
        font-size: 16px;
    }

    /* Reset mobile-specific styles for tablet+ */
    .dynamic_form>input {
        max-width: 250px;
        width: 100%;
        margin: 10px;
    }

    .dynamic_input_holder button {
        width: 250px;
        margin: 10px 0;
    }
}

/* Large desktop styles (1024px and up) */
@media (min-width: 1024px) {
    .navbar {
        height: 50px;
    }

    .navbar .scrollable {
        flex-direction: row;
        height: 100%;
        overflow-y: auto;
    }

    .navbar .scrollable .navbar-item,
    .navbar .scrollable .dropdown {
        display: inline-block;
        width: auto;
        text-align: center;
        border-bottom: none;
        height: 100%;
    }

    .mobile-menu-toggle {
        display: none;
    }

    .generic_div h1 {
        font-size: 3.75rem;
        /* 60px */
    }

    .generic_div h2 {
        font-size: 2.5rem;
        /* 40px */
    }

    .generic_div h3 {
        font-size: 1.5625rem;
        /* 25px */
    }

    section {
        padding: 100px 20px;
    }

    #main_form,
    .generic_form {
        width: 80%;
        max-width: 500px;
        margin: 100px auto;
    }

    .generic_form>h1 {
        font-size: 1.5625rem;
        /* 25px */
    }

    .counter_section {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .counter_item {
        max-width: 350px;
        flex: 1;
        min-width: 300px;
        margin: 20px;
    }

    .counter_item h2 {
        font-size: 1.875rem;
        /* 30px */
    }

    .button_property {
        width: auto;
        min-width: 200px;
        margin: 20px 20px 20px 0;
    }

    .generic_canvas_chart {
        min-height: 600px;
    }

    .modal-content {
        width: 80%;
        margin: 5% auto;
    }

    .modal-body {
        padding: 20px;
    }

    .horizontal_form .static_inputs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .horizontal_form .input_holder {
        margin: 0 15px 15px 0;
        min-width: 250px;
        width: auto;
    }

    .horizontal_form input[type="submit"] {
        width: 300px;
        margin-top: 0;
    }

    table {
        font-size: 1rem;
    }

    td,
    th {
        padding: 15px 10px;
    }

    /* Ensure all mobile/tablet overrides are properly reset for desktop */
    .navbar a,
    .navbar .dropbtn {
        min-height: auto;
        display: inline-block;
        padding: 14px 16px;
    }

    input,
    select,
    textarea,
    button {
        min-height: auto;
        font-size: 16px;
    }

    .simple-button {
        width: auto;
        margin: 10px 10px 10px 0;
        text-align: center;
    }

    .search_result_main a {
        width: auto;
        margin: 17px;
        float: left;
        display: inline-block;
    }

    .search_result_main a p {
        font-size: 25px;
    }

    .autocomplete {
        width: 300px !important;
    }

    .autocomplete input {
        width: 100%;
    }

    .main_container {
        padding: 0;
    }

    .generic_div {
        padding: 0;
    }

    /* Reset mobile toast styles for desktop */
    .toast {
        bottom: 20px;
        right: 20px;
        left: auto;
        width: auto;
        text-align: left;
        font-size: 16px;
    }

    /* Reset mobile-specific styles for desktop */
    .dynamic_form>input {
        max-width: 250px;
        width: 100%;
        margin: 10px;
    }

    .dynamic_input_holder button {
        width: 250px;
        margin: 10px 0;
    }
}

/* Legacy mobile styles for very small screens */
@media (max-width: 500px) {
    .navbar {
        position: relative;
    }

    section {
        padding-top: 40px;
    }

    #company_selector {
        display: none;
    }
}

.nav-active {
    background-color: #0041CD;
    font-weight: bold;
    text-decoration: underline !important;
    text-underline-offset: 0.4em;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
    border-radius: 8px 8px 0 0;
}

.modal-header h3 {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.modal-body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

#jsonContent {
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 15px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.4;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 60vh;
    overflow-y: auto;
}

/* JSON View Button Styles */
.json-view-btn {
    background-color: #6b7280;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    transition: background-color 0.2s ease;
}

.json-view-btn:hover {
    background-color: #4b5563;
}

.json-view-btn:active {
    background-color: #374151;
}