
body, html {
    overflow: hidden;
}

    header {
        background-color: #00C3FF;
        padding: 0px 0; /* Reduce the top and bottom padding */
        overflow: hidden;
        text-align: center; /* Center header content */
        flex-shrink: 0; /* Prevent shrinking */
        /* border-bottom: 1px solid rgb(218, 215, 215); */
     }
     .header-addedit {
        background-color: #FDEEF4;
        padding: 0px 0; /* Reduce the top and bottom padding */
        overflow: hidden;
        text-align: center; /* Center header content */
        flex-shrink: 0; /* Prevent shrinking */
        /* border-bottom: 1px solid rgb(218, 215, 215); */
     }
    .footer {
        /* display: flex; */
        height: 60px; /* Fixed height for the footer */
        border-top: 1px solid rgb(218, 215, 215);
        background-color: #FDEEF4; /* Background color */
        color: #fff; /* Text color */
        flex-shrink: 0; /* Prevent the footer from shrinking */
        margin: 0px;
      }
      
    .footer-contents {
        margin-left: auto;
        padding-right: 10px;
        margin-bottom: 0;
        gap: 15px;
    }
    .footer-contents-left {
        display: flex;
        justify-content:left;
        margin-left: auto;
        padding-right: 10px;
        margin-bottom: 0;
        gap: 15px;
    }
    .footer-contents-right {
        display: flex;
        justify-content: right;
        margin-left: auto;
        padding-right: 10px;
        margin-bottom: 0;
        gap: 15px;
    }
    .contents-box, .tab-content {
        overflow: hidden;
        margin: 0;
    }
    .contents-box {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 5px;
        width: 100%;
        margin: 0;
    }
    .layout {
        display: flex;
        flex-direction: column;
        height: 100%; /* Full viewport height */
     }
    .edit-bg {
        background-color: #FDEEF4;
        padding-top: 8px;
        height: 100vh;
      }

      .dash-divide {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        flex-grow: 0;
        flex-direction: row;
        padding: 0;
        justify-content: center;
        margin: 0;
        width: 100%;
        height: 100%
      }

      .card-container {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        flex-grow: 0;
        flex-direction: row;
        padding: 0;
        justify-content: center;
        margin: 0;
        height: 100%;
        }
        .card-container-left {
            display: flex;
            overflow: hidden;
            flex-wrap: wrap;
            flex-grow: 0;
            flex-direction: row;
            justify-content: center;
            padding-left: 10px;
            padding-right: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0;
            height: 100%;
            width: 50%;
            gap: 15px;
            /* border: 1px solid blue; */
            }
        .card-container-right {
            display: flex;
            overflow: hidden;
            flex-wrap: wrap;
            flex-grow: 0;
            flex-direction: row;
            justify-content: center;
            padding: 10px;
            margin: 0;
            height: 100%;
            width: 50%;
            gap: 15px;
            /* border: 1px solid red; */
            }
        .card-container-dash {
            display: flex;
            overflow: hidden;
            flex-wrap: wrap;
            flex-grow: 0;
            flex-direction: row;
            padding: 0;
            justify-content: center;
            margin: 0;
            width: 100%;
            height: 100%
        }
        .card {
        flex: 1 1 calc(50% - 16px);  /* Ensures two cards per row */
        min-width: 150px;
        flex-direction: column;
        justify-content: space-around;
        background-color: #fff; /* White background */
        border-radius: 8px; /* Rounded corners */
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF; /* Subtle shadow effect */
        transition: transform 0.3s, box-shadow 0.3s;
        cursor: pointer; /* Ensures pointer cursor on hover */
        padding: 0;
        margin: 0;
        width: 100%;
        }
        .cardNotes {
        flex: 1 1 calc(50% - 16px);  /* Ensures two cards per row */
        min-width: 150px;
        flex-direction: column;
        justify-content: space-around;
        background-color: #fff; /* White background */
        border-radius: 8px; /* Rounded corners */
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF; /* Subtle shadow effect */
        transition: transform 0.3s, box-shadow 0.3s;
        cursor: pointer; /* Ensures pointer cursor on hover */
        padding: 0;
        margin: 10px;
        }
        .card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly larger shadow on hover */
        }
        .card-body {
        flex: 1 1 calc(50% - 16px);  /* Ensures two cards per row */
        padding: 0;
        background-color: #fff; /* White background */
        border-radius: 8px; /* Rounded corners */
        }
        .card-title {
        display: flex; /* Ensure the title takes up the full width */
        font-size: 1.50rem;
        font-weight: bold;
        background-color: #e0d4d9;
        border-radius: 8px; /* Rounded corners */
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF; /* Subtle shadow effect */
        padding-left: 8px;
        padding-right: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        align-items: center;
        justify-content: space-between;
        margin: -1px; /* Adjust to eliminate the visual gap */
        }
        .card-title-record {
        display: flex; /* Ensure the title takes up the full width */
        font-size: 1.50rem;
        font-weight: bold;
        background-color: #e0d4d9;
        border-radius: 8px; /* Rounded corners */
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF; /* Subtle shadow effect */
        padding-left: 8px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        justify-content: space-between;
        margin: -1px; /* Adjust to eliminate the visual gap */
        }
        .card-title-dash {
        display: flex; /* Ensure the title takes up the full width */
        font-size: 1.50rem;
        font-weight: bold;
        background-color: #e0d4d9;
        border-radius: 8px; /* Rounded corners */
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF; /* Subtle shadow effect */
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: -1px; /* Adjust to eliminate the visual gap */
        justify-content: center;
        }
        .card-text {
        display: flex;
        text-align: left;
        margin-top: 0; /* No gap between card title and text */
        font-size: 1.5rem;
        padding: 16px 10px;
        }
       
        .card-text-record {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 5px;
        overflow: hidden; /* Ensures the content doesn't overflow the container */
        }

        .card-text-task {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 16px 10px;
        }


        .card-text-dash {
        display: flex;
        flex-direction: column;
        padding: 5px;
        font-size: 1.5rem;
        }

    @media (max-width: 768px) {
    .cardNotes {
    flex: 1 1 calc(50% - 16px);  /* Keep two cards per row on mobile */
    min-width: 150px;  /* Allow smaller cards on mobile */
    }
    }

    @media (max-width: 768px) {
    .card {
    width: 100%;
    }
    }

    .due-text {
    color: red !important;
    font-weight: bold;
    }

    .db-responsive-table { 
    width: 100%; /* Ensure the table fits the screen width */
    /* table-layout: fixed; Force table cells to share the available space */
    border-collapse: collapse;
    margin: 8px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    border-radius: 8px
    }
    .sc-responsive-table { 
    width: 100%; /* Ensure the table fits the screen width */
    /* table-layout: fixed; Force table cells to share the available space */
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px
    }
    .sc-responsive-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    }
    .sc-responsive-table th,
    .sc-responsive-table td {
        padding: 12px 15px;
    }
    .db-responsive-table th,
    .db-responsive-table td {
        padding: 0px 0px;
    }
    .sc-responsive-table tbody tr {
        border-bottom: 1px solid #dddddd;
        background-color: #D3D3D3;
    }

    .sc-responsive-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .sc-responsive-table tbody tr:last-of-type {
        border-bottom: 2px solid #009879;
    }
    /* table { 
        width: 80%; 
        border-collapse: collapse; 
        margin: 20px 0; 
        height: auto !important;
        margin: 25px 0;
        font-size: 0.9em;
        font-family: sans-serif;
        min-width: 400px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    } */
    .tab-pane {
        display: none; /* Hide all inactive tabs by default */
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .tab-pane.show {
        display: block; /* Only show the active tab */
        margin: 0;
        padding: 0;
    }
    .nav-tabs {
        border-bottom: 0px solid transparent;
    }
    .nav-tabs .nav-item .nav-link {
        color: #FFF;
        padding: 6px 10px; /* Reduce padding for tabs */
        border: 0px solid transparent;
        font-weight: bold;
    }
    .nav-tabs .nav-item .nav-link.active {
        background-color: #FDEEF4;
        color: #00C3FF;
        font-weight: bold;
    }
   
    
    .title {
        color: #fff;
        font-size: 18px;
        /* text-align: center; */
        font-weight: bold;
        cursor: pointer;
        margin: 0;
    }
    h1.title {
        margin: 0; /* Remove any additional margins */
    } 
   
    .modal { display: none; position: fixed; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 20px; border: 1px solid #ddd; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); z-index: 1000; }
    .modal.active { display: block; }
    .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 999; }
    .overlay.active { display: block; }
    /* .btn { padding: 8px 16px; background: #007BFF; color: #fff; border: none; cursor: pointer; margin: 5px 0; } */
    .btn.add { padding: 8px 16px;  background: none; font-size: 30px; color: #fff; border: none; cursor: pointer; margin: 0; width: 50px;}
    .btn.cancel { padding: 0;  background: none; font-size: 30px; color: #fff; border: none; cursor: pointer; margin: 0; width: 50px;}
    .btn.note { padding: 0; background: none; font-size: 40px; color: #fff; border: none; cursor: pointer; margin: 0; width: 50px;}
    .btn.task { padding: 8px 16px; background: #800080; font-size: 14px; color: #fff; border: none; cursor: pointer; margin: 5px 0; }
    .btn.record { padding: 8px 16px; background: #0d6efd; font-size: 14px; color: #fff; border: none; cursor: pointer; margin: 5px 0; }
    .btn.bullet { padding: 4px 8px; background: none; font-size: 20px; color: #fff; border: none; cursor: pointer; margin: 5px 0; }
    .btn.delete { padding: 8px 16px;  background: none; font-size: 30px; color: #fff; border: none; cursor: pointer; margin: 0; width: 50px;}
    .btn.delete-small { background: none; font-size: 15px; color: #fff; border: none; cursor: pointer; margin: 0; padding: 0; width: 50px;}
    .btn.update { padding: 8px 16px;  background: none; font-size: 30px; color: #fff; border: none; cursor: pointer; margin: 0; width: 50px;}

    .button-spacing {
        margin-right: 10px; /* Adjust the spacing as needed */
    }
   
    .content-cell {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal; /* Ensures wrapping happens */
    max-width: 100%;
    }       
    .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Improves scroll experience on iOS */
    }

    #tasksForm {
        width: 100%;
        max-width: 400px;
        margin: 20px auto;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
    }

    #recordsForm {
        width: 100%;
        max-width: 400px;
        margin: 20px auto;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
    }

    /* Form elements */
    label {
        display:block;
        margin:5px;
        width:100%;
        overflow:auto;
        font-family:sans-serif;
        font-size:17px;
        color:#444;
        text-shadow:0 0 2px #ddd;
        padding:5px 10px 5px 0;
        font-weight:bold;
    }

    input[type="text"],
    input[type="number"],
    input[type="date"],
    input[type="time"],
    input[type="password"],
    textarea,
    select {
        width: 96%;
        padding: 10px;
        margin-right: 5px;
        margin-left: 5px;
        /* margin-bottom: 5px; */
        font-size: 16px;
        border: 1px solid #e0e0e0; /* Light border */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0px 0px 2px #00C3FF; /* Subtle shadow effect */
        box-sizing: border-box;
    }

    .custom-container .custom-input {
        /* Custom input styles */
        all: unset;
        display: block;
        min-width: 96.5%;
        font-size: 16px;
        font-weight: bold;
        background-color: #e0d4d9;
        border-radius: 8px;
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF;
        padding: 6px 6px;
        margin: -1px;
      }
      
      .custom-container .custom-textarea {
        /* Custom textarea styles */
        all: unset;
        text-align: left;
        min-width: 325px;
        height: 452px;
        margin-top: 0; /* No gap between card title and text */
        font-size: 16px;
        padding: 6px 6px;
        background-color: white;
      }

      .custom-textarea-clear {
        height: 400px; 
        min-width: 96.5%;
        font-size: 16px;
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 6px;
        margin: -1px;
        width: 100%;
    }

    .custom-textarea-border {
        height: 200px; 
        min-width: 96.5%;
        font-size: 16px;
        border-radius: 8px;
        border: 0.7px solid;
        border-color: lightgray;
        padding: 6px;
        margin: -1px;
        width: 100%;
    }

      .custom-textarea-new {
        all: unset;
        height: 150px; min-width: 96.5%;
        font-size: 16px;
        font-weight: bold;
        padding: 6px;
        margin: -1px;
        width: 100%;
      }

      .custom-input-datetime {
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        background: none;
        border: 1px solid #00C3FF;
        box-shadow: 0px 0px 2px #00C3FF;
        padding: 0;
        margin-left: 5px;
        width: 100%;
        background: #00C3FF;
        color: white;
      }

      .custom-container .custom-textarea-add {
        /* Custom textarea styles */
        all: unset;
        min-width: 325px;
        height: 450px;
        margin: 0; /* No gap between card title and text */
        font-size: 16px;
        padding: 6px 6px;
        
      }
   
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="date"]:focus,
    input[type="time"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border-color: #007bff;
        outline: none;
    }

    .unset-global input,
    .unset-global textarea {
        all: unset; /* Resets all inherited and default styles */
    }

    select {
        background-color: #fff;
        border: 1px solid #007bff;
        width: 185px;
        padding: 0;
        /* margin-left: 5px; */
    }

    /* Placeholder option */
    select option:first-child {
        color: #999;
    }

    .scrollable-container {
        flex: 1;
        max-height: 600px;  
        overflow-y: auto;
        margin-top: 10px;
       
        /* border: 1px solid #ddd; Optional: Add a border to highlight the scrollable area */
        /* background-color: #f9f9f9; Optional: Background color for better contrast */
    }

    /* Ensure consistent scroll behavior */
    .scrollable-container::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

    .scrollable-container::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

    .flex-parent {
        display: flex;
        align-items: center; /* Vertically center the label and button */
        justify-content: flex-start; /* Prevent spreading items apart */
        gap: 10px; /* Add space between the label and the button */
      }
      
      .flex-child {
        margin: 0;
        padding: 0;
        /* border:1px solid rgba(0, 0, 0, 0.15); */
      }

      .flex-child:first-child {
        margin: 0;
        padding-right: 20px;
      }
     .container-forall {
        display: flex;
        flex-direction: column;
        height: 80vh; 
        overflow: hidden;
        margin: 0;
      }
     .text-tools {
        display: flex;            /* Enables Flexbox */
        justify-content: center;  /* Centers items horizontally */
        align-items: center;      /* Centers items vertically */
        gap: 10px;                /* Adds space between buttons */
        margin: 0;
        padding: 0;       
     }
     .cancel-item {
        display: flex;
        justify-content: left;
        align-items: center;
     }

     /* #content {
        font-family: Arial, sans-serif;
        font-size: 16px;
        color: #333;
        padding: 10px;
        background-color: #f4f4f4;
        border-radius: 5px;
        max-width: 600px;
        margin: 20px auto;
      } */

    /* Style for each event */
  .event {
    background-color: #ebebeb;
    padding: 4px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  }

  /* Style for the event time */
  .event-time {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
  }

  .event-date {
    display: flex;
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
  }

  /* Style for the no events message */
  .no-events {
    display: flex;
    color: black;
    justify-content: center;
    font-style: italic;
    padding-top: 10px;
  }

 

  #map {
    width: 100%;
    height: 100%; /* Match the parent's height */
  
}

.task-name {
    text-align: left;
    flex-grow: 1; /* Ensures it stretches to the available space */
    font-weight: bold;
    font-size: 14px;
}

.task-due-time {
    text-align: right;
    white-space: nowrap; /* Prevents wrapping of time */
}

#datetime {
    font-size: 16px;
    color: #333;
}

#dropdown-menu {
    position: absolute;
    top: 50px;
    left: 15px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 150px;
    z-index: 1000;
    opacity: 0; /* Initially hidden */
    transform: translateY(-10px); /* Initially positioned slightly above */
    pointer-events: none; /* Disable interaction when hidden */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition for opacity and transform */
}

#dropdown-menu.show {
    opacity: 1; /* Make the dropdown visible */
    transform: translateY(0); /* Slide it into place */
    pointer-events: auto; /* Enable interaction when visible */
}

#dropdown-menu.hidden {
    display: none; /* Ensure it's fully hidden when not shown */
}

#dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

#dropdown-menu a:hover {
    background-color: #f4f4f4;
}


  .strikethrough {
    text-decoration: line-through;
}

/* Check Boxes */
.styled-checkbox {
    appearance: none; /* Removes default styling */
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.styled-checkbox:checked {
    background-color: #007bff;
    border-color: #007bff;
    position: relative;
}

.styled-checkbox:checked::after {
    content: '✓';
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Align text input with the checkbox */
.custom-input-clear {
    margin-left: 10px; /* Add space between the checkbox and the text input */
    vertical-align: middle; /* Aligns the input with the checkbox */
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px; 
    width: calc(100% - 30px); /* Ensure responsive sizing */
}

.form-check {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.embedded-rectangle {
    width: 94%;
    height: auto;
    /* background: #f0f0f0; Same as the background color */
    margin: 10px;
    padding: 15px;
    border: 1px solid lightgrey;
    /* border-radius: 8px; Rounded corners for softness */
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1), /* Subtle shadow */
                inset -3px -3px 6px rgba(255, 255, 255, 0.7); /* Subtle highlight */
    text-align: left; /* Center text */
    font-size: 12px; /* Text size */
    color: #555; /* Softer text color */
    word-wrap: break-word;
    word-break: break-word; /* Ensures long words break */
    white-space: normal; /* Allows text wrapping */
}

.add-inputs {
    display: flex;
    flex-direction: column;
    justify-items: left;
    gap: 20px;
    padding-top: 10px;
}


.first-section {
    flex: 1; /* Take all available space to the left */
    display: flex;
    align-items: center;
    
}

.other-sections {
    display: flex; /* Group other sections in a row */
}

.section {
  
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.section:not(:last-child)::after {
    content: "";
    position: absolute;
    align-items: center;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #00C3FF;
}

.dollar-input {
    position: relative;
    display: inline-block;
  }
.dollar-input span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
  }
.dollar-input input {
    padding-left: 20px;
  }

/* Style the date headers */
.date-header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 3px;
    color: white;
    background-color: #817f7f; /* Light gray background */
    border-radius: 8px;
}

/* Remove top margin for the first date header */
.date-header:first-of-type {
    margin-top: 5px; /* Remove top margin for the first header */
}

/* Style the container holding all events */
#content-week {
    padding: 0;
}

/* Style each event box */
.event-week {
    background-color: #ADD8E6; /* Light blue background */
    color: black;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    border-left: 5px solid #007BFF; /* Add a colored left border */
}

/* Define a general class for event */
.event {
    padding-left: 10px; /* Optional padding for better visual appearance */
}

/* Add a specific left border based on the calendar */
.event-calendar-1 {
    border-left: 5px solid #90EE90; /* Green border */
}

.event-calendar-2 {
    border-left: 5px solid #FF7F7F; /* Red border */
}

.custom-select {
    border: 3px solid #00C3FF; /* Change #007bff to any color you want */
    border-radius: 8px; /* Optional: make corners rounded */
}

.custom-select:focus {
    border-color: #037fa5; /* Example: darkblue */
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); /* Soft glow effect */
}

#categoryFilter {
    width: 150px; /* or whatever you want */
    color: #00C3FF;
    font-weight: bold;
    border: 2px solid #00C3FF; /* Change #007bff to any color you want */
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); /* Soft glow effect */
    margin-right: 10px;
}

.record-header {
    /* display: flex; */
    height: 60px; /* Fixed height for the footer */
    position: sticky;
    top: 0;
    border-bottom: 1px solid rgb(218, 215, 215);
    background-color: #FDEEF4; /* Background color */
    flex-shrink: 0; /* Prevent the footer from shrinking */
    margin-bottom: 20px;
    padding: 0px;
  }

  .records-scroll-area {
    overflow-y: auto;
    flex-grow: 1;
  }