@media (prefers-color-scheme: light) {
    :root {
    }
  }

  /* EDITORJS */

.editing-container {
    /* add shadow */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: white;
    overflow-y: auto;
}

.codex-editor__redactor {
    padding-bottom: 80px;
}   

/* .ce-toolbar__content {
  max-width: 100% !important;
  overflow: visible !important;
} */

/* .ce-inline-toolbar {
  max-width: 100% !important;
  white-space: nowrap;
  overflow: visible !important;
} */

/* .ce-popover__container {
    z-index: 10000
} */
  /*  */

.larger-rows td, .larger-rows th {
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.toggle-section {
    margin-top: 20px;  
}

.equal-height-columns {
    display: flex;
  }
  
  .equal-height-column {
    display: flex;
    flex-direction: column;
  }
  
  .equal-height-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

/* LIT REVIEW STYLES */

.flow-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0;
    width: 100%;
}

.flow-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    flex: 1;
    min-height: 80px;
    max-height: 100px;
}

.flow-step.completed {
    /* border-color: #7951FF; */
    border: 1px solid darkgray;
    background: white;
}

.flow-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.flow-icon {
    flex-shrink: 0;
    color: #7951FF;
    padding: 0.25rem;
    margin-right: 0.5rem;
}

.flow-text {
    flex: 1;
}

.flow-title {
    font-weight: 600;
    font-size: 1rem;
    /* margin-bottom: 0.25rem; */
    color: #333;
}

.flow-subtitle {
    font-size: 0.75rem;
    color: #666;
}

.flow-arrow {
    font-size: 1.2rem;
    color: #7951FF;
    margin: 0 0.5rem;
    flex-shrink: 0;
}

.flow-details-btn {
    font-size: 0.7rem;
    padding: 0.5rem 0.5rem;
    flex-shrink: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .flow-container {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
}


.progress-item {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    /* background-color: #fafafa; */
    background-color: white;
    border: 1px solid #e8e8e8;
}

.progress-item:hover {
    background-color: #f5f5f5;
}

.progress-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 0.5rem;
    flex-shrink: 0;
    color: #7951FF;
}

.progress-icon.completed {
    background-color: #7951FF;
    color: white;
}

.progress-content {
    flex-grow: 1;
}

/* CITATIONS FORMATTING FOR RESEARCH ASSISTANT */
.citation {
    color: #1a0dab;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    /* font-weight: 500; */
}

.citation:hover {
    text-decoration: underline;
}

.citation-popup {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 12px;
    max-width: 400px;
    /* max-height: 250px; */
    overflow: auto;
    animation: fadeIn 0.2s ease-in-out;
}

.citation-popup title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
}

.citation-popup p {
    margin: 0 0 8px;
    font-size: 14px;
    padding-top: 0;
}

.citation-popup .source-text {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    font-style: italic;
    font-size: 14px;
}

.instructions {
    margin-top: 30px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.onboarding-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}
.required:after {
    content: " *";
    color: hsl(348, 100%, 61%);
}

/* FUNDING ASSISTANT STYLES */
.navbar-dropdown {
    z-index: 100;
    background-color: #fff;
}

.navbar-item.has-dropdown {
    position: relative; /* Ensure positioning context */
  }
  
  .navbar-item.has-dropdown .navbar-dropdown {
    z-index: 100;
    position: absolute; /* Make sure it's absolutely positioned */
    display: none; /* Hidden by default */
  }

.tab-nav {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    /* padding-bottom: 10px; */
}

.tab-button {
    background: none;
    border: none;
    padding: 8px 16px;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #666;
    font-weight: 500;
    transition: color 0.2s;
}

.tab-button.active {
    color: #7951FF;
    position: relative;
    background-color: whitesmoke
}

.tab-button.active::after {
    content: '';
    position: absolute;
    /* bottom: -11px; */
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.tab-content {
    display: none;
    background-color: #fff;
    /* border-top: 1px solid #eaeaea; */
    /* border-radius: 10px; */
    /* padding: 20px; */
    /* padding-right: 20px; */
    /* margin-top: 10px;
    margin-bottom: 10px; */
    /* margin-left: 0px; */
    /* margin-right: 0px; */
    /* background-color: #fff; */
    /* border: 1px solid #e0e0e0; */
    /* border: 1px solid darkgray; */
    /* add light shadow  on all sides */
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
    /* flex-direction: column; */
}

.tab-content.active {
    display: block;
}

tab-content-nostyle {
    display: none;
    padding: 20px;
    padding-right: 20px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
}

.tab-content-nostyle.active {
    display: block;
}

.is-hidden {
    display: none !important;
}

.slider-container {
    position: relative;
    width: 300px;
    margin: 30px auto;
    margin-bottom: 0px;
  }

  .slider-container-full {
    position: relative;
    width: 80%;
    margin: 30px auto;
    margin-bottom: 0px;
  }

.slider-container-small {
    position: relative;
    width: 200px;
    margin: 30px auto;
    margin-bottom: 0px;
  }

  .slider {
    width: 100%;
    margin: 0;
  }

  .slider-value {
    position: absolute;
    background-color: whitesmoke;
    color: black;
    padding: 4px 4px;
    font-size: 14px;
    transform: translateX(-50%);
    top: -25px; /* Adjust this value as needed */
    left: 0%; /* Start at 0% and update with JavaScript */
    pointer-events: none; /* Prevent interference with slider */
}

.slider-value::after {
    content: '';
    position: absolute;
    top: 100%; /* Position the arrow at the bottom of the value box */
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid whitesmoke;
}


.table-row-buttons {
    visibility: hidden;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 0.8rem;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: none;
    border: 1px solid #f2f4f7;
  }
  
  tr:hover .table-row-buttons {
    visibility: visible;
    pointer-events: auto;
  }
  
  .table-row-buttons .button:not(:last-child) {
    margin-right: 0.5rem;
  }

  /* Make sure the last cell can contain the overlay */
  td:last-child {
    position: relative;
  }




/* .landing-background {
    background: linear-gradient(110deg, #ffffff 50%, #f7f9fc 50%);
} */

.equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
  }


.wrap-text {
    white-space: normal !important;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

  
.columns {
    align-items: stretch;
}

/* .grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
} */

.example-button {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    padding-left: 20px;
    /* background-color: #f7f9fc; */
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    /* justify-content: center; */
    text-align: center;
    align-items: center;
    /* text-align: center; */
}

/* assistant-button hover */
.example-button:hover {
    background-color: whitesmoke;
    color: #FFFFFF;
}

.assistant-button {
    border: 1.5px solid gray;
    border-radius: 10px;
    padding: 15px;
    padding-left: 20px;
    /* background-color: #f7f9fc; */
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 120px; */
    height: 140px;
    /* justify-content: center; */
    text-align: left;
    align-items: center;
    /* text-align: center; */
}

/* assistant-button hover */
.assistant-button:hover {
    background-color: whitesmoke;
    color: #FFFFFF;
}

.project-button {
    border: 1.5px solid gray;
    border-radius: 10px;
    padding: 15px;
    padding-left: 20px;
    /* background-color: #f7f9fc; */
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 120px; */
    height: 100px;
    /* justify-content: center; */
    text-align: left;
    align-items: center;
    /* text-align: center; */
}

.project-button:hover {
    background-color: whitesmoke;
    color: #FFFFFF;
}

.action-button {
    /* border: 1px solid #7951FF; */
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px;
    /* padding-left: 20px; */
    margin: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    /* align-items: center; */
    /* text-align: center; */
    /* min-width: 300px; */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal; /* Allows text to wrap */
    overflow-wrap: break-word;
    word-wrap: break-word;

}

.action-button.is-left {
    text-align: left;
    align-items: flex-start;
}

.action-button.is-shaded {
    background-color: #f9f7f7;
}

/* action-button hover */
.action-button:hover {
    /* background-color: #f9f7f7; */
    background-color: #f7f9fc;
    border-width: 2.5px;
    border-color: #7951FF;
    /* make inner text bold */
    font-weight: bold;
}

.action-button.is-selected {
    /* background-color: #f9f7f7; */
    background-color: #f7f9fc;
    border-width: 2.5px;
    border-color: #7951FF;
    /* make inner text bold */
    font-weight: bold;
}

.action-button-small {
    /* border: 1px solid #7951FF; */
    border: 1px solid #7951FF;
    border-radius: 10px;
    padding: 0px;
    /* padding-left: 20px; */
    margin: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    /* align-items: center; */
    /* text-align: center; */
    /* min-width: 300px; */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal; /* Allows text to wrap */
    overflow-wrap: break-word;
    word-wrap: break-word;

}

.action-button-small:hover {
    /* background-color: #f9f7f7; */
    background-color: #f7f9fc;
    border-width: 2.5px;
    border-color: #7951FF;
    /* make inner text bold */
    font-weight: bold;
}

#chatWindow {
    position: relative;
    height: 600px; /* Or your desired height */
    overflow-y: auto; /* Enable vertical scrolling */
  }

.chat-bar {
    position: relative; /* Set relative to allow it to move within the parent */
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 10px; */
    padding-bottom: 10px;
    /* background-color: white; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    transition: all 0.5s ease;
}

/* .chat-bar.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
} */


.divider-line {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider-line::before,
.divider-line::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider-line:not(:empty)::before {
    margin-right: 0.5em;
}ƒ

.divider-line:not(:empty)::after {
    margin-left: 0.5em;
}


#typing-box {
    font-family: Arial, sans-serif;
    font-size: 16px;
    /* border: 2px solid #333; */
    border: 2px solid #7951FF;
    border-radius: 8px;         /* Rounded corners */
    padding: 15px;
    width: 100%;
    margin: auto;
    text-align: left;
    /* background-color: #f7f9fc; */
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);  /* Soft shadow */
}

#cursor {
    display: inline-block;
    background-color: black;
    width: 2px;
    animation: blink 0.8s infinite;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    50.1%, 100% {
        opacity: 0;
    }
}



.notebook-card {
    border: 1.5px solid #7951FF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 6px;
    margin: 12px;
    background-color: #f7f9fc;
}

.space-button {
    border: 1.5px solid #7951FF;
    border-radius: 10px;
    padding: 15px;
    padding-left: 20px;
    /* background-color: #f7f9fc; */
    background-color: #fff;
    color: black;
    /* display: flex;
    flex-direction: row; */
    width: 100%;
    height: 250px;
    min-width: 200px;
    /* justify-content: center; */
    text-align: left;
    /* align-items: center; */
    /* text-align: center; */

}

.clickable-card {
    text-decoration: none;
    color: inherit;
    position: relative;
    height: 100%; /* Ensure the link spans the card's height */
}

.no-link-style {
    color: inherit;
    text-decoration: none;
}
/* 
.inquisite-response{
    display: block;
    padding: 0.75vw;
    margin: 1vw;
    clear: both;
} */

.inquisite-response{
    display: block;
    background-color: white;
    max-width: 95%;
    min-height: 1.5vw;
    border: 0.1vw solid darkgray;
    border-radius: 0vw 0.5vw 0.5vw 0.5vw;
    padding: 0.75vw 1.5vw 0.75vw 1.2vw;
    margin: 0.5vw 0.5vw 0.5vw 0.5vw;
    float: left;
    clear: both;
}

/* .chat-response {
    display: block;
    max-width: 90%;
    min-height: 1.5vw;
    border: 0.1vw solid darkgray;
    border-radius: 0vw 1vw 1vw 1vw;
    padding: 0.75vw 1.5vw 0.75vw 1.2vw;
    margin: 1vw 0.5vw 0.5vw 1vw;
    float: left;
    clear: both;
} */




.user-response{
    /* background: #630063; */
    display: block;
    background-color: #f7f9fc;
    /* background-color: #f8f8f8; */
    /* position: relative; */
    max-width: 90%;
    min-height: 1.5vw;
    /* height: auto; */
    /* border: 0.1vw solid #630063; */
    /* border: 0.1vw solid #7951FF; */
    border: 0.1vw solid darkgray; 
    border-radius: .5vw 0vw .5vw .5vw;
    padding: 0.75vw 1.5vw 0.75vw 1.2vw;
    margin: 0.5vw 0.5vw 0.5vw 0.5vw;
    float: right;
    clear: both;
    resize: none !important; /* Prevent manual resizing */
    overflow: hidden !important; /* Hide scrollbar */
}

.pricing-table {
    display: flex;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
  }
  
.pricing-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.pricing-plan {
    flex: 1; /* Ensures equal width */
    margin: 0 10px; /* Optional: Adds space between columns */
    border: 1px solid #7951FF; /* Add border around each plan */
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 400px;
}


.v-center-content {
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content: center ; */
}

.h-center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Container Wrapper */
.input-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    /* border: 2px solid #7951FF; */
    border: 2px solid #7951FF;
    border-radius: 8px;
    padding: 5px;
    width: 100%;  /* Adjust the width as necessary */
}

/* Container Wrapper */
.input-container-followup {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #7951FF;
    border-radius: 8px;
    padding: 5px;
    width: 100%;  /* Adjust the width as necessary */
}

.textarea {
    resize: none;
}

/* Text Area Style */
.custom-textarea {
    flex-grow: 1;
    border: none;
    resize: none;
    padding: 8px;
    outline: none; /* Remove focus outline */
    font-size: 16px;
    width: 100%;
    height: 80px;
}

/* Button Style */
.send-button {
    border: none;
    background: #7951FF;
    /* background: #f14668; */
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.send-button:hover {
    background: #0056b3;
}

/* Text Area Style */
.custom-textarea-followup {
    flex-grow: 1;
    border: none;
    resize: none;
    padding: 8px;
    outline: none; /* Remove focus outline */
    font-size: 16px;
    width: 100%;
    height: 60px;
}

/* Outer container */
.editor-container {
    height: calc(100vh - 98px);   
    display: flex;               /* Use flex to control layout */
    flex-direction: column;
  }
  
/* Toast UI Editor's main wrapper */
.toastui-editor-defaultUI {
    flex: 1 1 auto;              /* Allow the editor to grow within the container */
    display: flex;               /* Use flex for inner content distribution */
    flex-direction: column;
  }

/* Editor toolbar */
.toastui-editor-toolbar {
    flex: 0 0 auto; /* Prevent the toolbar from resizing */
    position: sticky; /* Stick the toolbar at the top */
    top: 0; /* Make sure the toolbar stays at the top */
    z-index: 20;
    background-color: #fff; /* Set the background color */
  }

.toastui-editor-defaultUI-toolbar {
    background-color: #f7f9fc;
    border: none;
}

/* Editor content area (under the toolbar) */
.toastui-editor-main {
    flex: 1 1 auto;              /* Allow the main area to expand and take remaining space */
    overflow-y: hidden;            /* Enable scrolling for the content area */
  }

/* Main editor content */
.toastui-editor {
    /* height: 100%; */
    max-width: 816px; 
    margin: 0 auto;   
}

/* Inner editor content - prevent scrolling */
.toastui-editor-contents {
    max-width: 816px; 
    margin: 0 auto;  
    height: auto !important; /* Disable height restrictions */
    overflow: hidden !important; /* Prevent scrolling inside the contents */
}


.toastui-editor-ww-container {
    height: calc(100vh - 120px) !important;
    overflow: scroll;
}

/* Hide the mode switching tabs */
.toastui-editor-mode-switch {
    display: none !important; /* Hide the entire tab switcher */
  }

/* Toast UI Editor Header Dropdown Custom Style */
.tui-editor-popup {
    background-color: white !important;
    /* make fully opaque */
    z-index: 20 !important; /* Adjust the value as needed */
    border: 1px solid #ddd; /* Optional: Adds a subtle border around the dropdown */
  }

/* .editor-container {
    display: flex;
    justify-content: center; 
    background-color: #ffffff;
    height: calc(100vh - 98px); 
    overflow-y: scroll;          
} */

#editor {
    width: 100%;
    height: 100%;
    background-color: #ffffff; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    overflow: hidden;
}


.text-popup {
    position: absolute;
    display: none;
    justify-content: center; /* Center the buttons horizontally */
    align-items: center;     /* Center the buttons vertically */
    border: 1px solid #ccc;
    /* border-radius: 5px; */
    background-color: #ccc;
    z-index: 20;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
    height: 40px;             /* Set the height of the popup */
}

.text-popup-secondary {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    z-index: 20;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.text-popup-button {
    flex: 1;                     /* Let the buttons take equal space */
    height: 100%;                /* Make buttons fill the entire height */
    border: none;                /* Remove default button borders */
    border-radius: 0px;
    background-color: white;
    color: black;              /* Purple text color */
}

.text-popup-button:hover {
    background-color: #7951FF; /* Purple background on hover */
    color: #ffffff;            /* White text color on hover */
  }

/* Divider between buttons */
.divider {
    width: 1px;                   /* Set divider width */
    height: 100%;                 /* Divider height same as popup */
    background-color: #ccc;       /* Divider color */
    margin: 0;                    /* Remove default margin */
    padding: 0;                   /* Remove default padding */
  }

.main {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
    /* padding-top: 1.5rem; */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #f9f7f7;
    /* background-color: #f8f8f7; */
    
}


.main_fixedheight {
    overflow-y: none;
    /* background-color: #FBFBFE */
    /* background-color: #f7f9fc; */
    background-color: #fff;
    height: 100vh;
}

.shadow {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

/* .input::placeholder {
    color: gray
} */

/* .textarea::placeholder {
    color: #36454F
} */

.textarea-styled {
    border: 2px solid #7951FF;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.assistants-section {
    /* border: 1px solid #7951FF; */
    border-radius: 10px;
    padding: 20px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    /* border: 1px solid #e0e0e0; */
    border: 1px solid lightgray;
    /* add light shadow  on all sides */
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
    display: flex;
    flex-direction: column;
    height: 100%
}

.home-section {
    /* border: 1px solid #7951FF; */
    border-radius: 10px;
    padding: 20px;
    padding-right: 0px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    /* border: 1px solid #e0e0e0; */
    border: 1px solid darkgray;
    /* add light shadow  on all sides */
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.home-section .chat {
    position: relative;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    height: 100% /* Make the section fill the viewport height */
}

.expand-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.is-outlined-gray {
    border: 1px solid darkgray;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
}

.is-outlined {
    border: 1px solid #7951FF;
    /* border-radius: 10px;
    padding: 10px;
    margin: 3px; */
    background-color: #fff;
    height: 100%;
}

.is-outlined-nomargin {
    border: 1px solid #7951FF;
    border-radius: 10px;
    padding: 15px;
    margin: 0px;
    background-color: #fff;
    /* margin-bottom: 20px; */
}

.is-outlined-heavy {
    border: 1.6px solid #7951FF;
    border-radius: 15px;
    padding: 25px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.is-outlined-heavy-button {
    border: 1.6px solid #7951FF;
    border-radius: 15px;
    padding: 25px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;  /* Center content vertically */
    justify-content: center; /* Optional: Centers content horizontally as well */
}

.is-outlined-heavy-button.is-selected-task {
    background-color: #f7f9fc;
    border-width: 3px;
}

.is-outlined-heavy-button:hover {
    background-color: #f7f9fc;
    color: #fff;
}

.is-outlined-thin {
    border: 0.6px solid #7951FF;
    border-radius: 10px;
    padding: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;  /* Center content vertically */
    justify-content: center; /* Optional: Centers content horizontally as well */
    text-align: center; /* Ensures text is centered when it wraps */
    color: black
}

.is-outlined-square {
    border: 1px solid #7951FF;
    border-radius: 3px;
    padding: 25px;
    margin: 10px;
    background-color: #fff;
    /* add shadow */
    /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

 /* Style for the value of the progress */

/* Custom style to change the background of the progress bar */
.progress {
    background-color: white; /* Set background color to white */
}

/* Custom style to ensure the filled part of the progress is visible */
.progress.is-primary {
    background-color: white; /* Background for the bar */
    border: 1px solid #ccc; /* Optional: Add border for better visibility */
}

.low-progress::-webkit-progress-value {
    background-color: orange;
  }
  
  .low-progress::-moz-progress-bar {
    background-color: orange;
  }
  
  .medium-progress::-webkit-progress-value {
    background-color: #32CD32;
  }
  
  .medium-progress::-moz-progress-bar {
    background-color: #32CD32;
  }
  
  .high-progress::-webkit-progress-value {
    background-color: green;
  }
  
  .high-progress::-moz-progress-bar {
    background-color: green;
  }

.verticalLine {
    border-left: 1px solid gray;
  }

hr.purple-divider
{ 
    margin-top: 0;
    /* margin-bottom: 0; */
    /* border-width: 1px; */
    height: 1px;
    /* make line purple */
    background-color: #7951FF;
} 

hr.red-divider
{ 
    margin-top: 0;
    /* margin-bottom: 0; */
    /* border-width: 1px; */
    height: 1px;
    /* make line purple */
    background-color: #FF3F52;
} 

hr.gray-divider
{ 
    /* margin-top: 0;
    margin-bottom: 0; */
    /* border-width: 1px; */
    height: 1px;
    /* make line purple */
    background-color: darkgray
} 

[data-numbercircle]:before {
    background: #7951FF;
    color: white;
    opacity: 1; 
    content: attr(data-numbercircle); 
    display: inline-block; 
    font-weight: 800; 
    border-radius: 50%; 
    vertical-align: middle; 
    /* margin-left: 0.1em;  */
    width: 40px; 
    height: 40px; 
    line-height: 40px; 
    text-align: center; 
    }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.outlined {
    border: 0.6px solid #7951FF;
    border-radius: 5px;
    /* padding: 10px;
    margin: 10px; */

}

.checkbox-outline {
    border: 1px solid #7951FF;
    border-radius: 5px;
    /* padding: 10px; */
    padding: 20px;
    background-color: #fff;
    width : 100%;
}

.outlined_round {
    border: 2px solid #7951FF;
    border-radius: 20px;
    /* padding: 10px;
    margin: 10px; */

}

*:focus {
    outline: none;
}

.nested.dropdown {
    &:hover > .dropdown-menu {
      display: block;
    }
    
  }

.summary-quickview {
    width: 40%;
    right: -40%;
}

.quickview.wide-quickview {
    width: 60%;
    right: -60%;
}

.quickview.narrow-quickview {
    width: 25% !important;
    right: -25% !important;
}

/* add is-active */
.quickview.narrow-quickview.is-active {
    width: 25% !important;
    right: 0 !important;
}

.button-nostyle {
    padding: 0px 0px;
        border: 0px;
        font-size: 14px;
        font-weight: 400;
        height: 2em;
}

.image-container {
    display: flex;
    justify-content: space-around;
}
.image-container img {
    max-width: 50%;
    height: auto;
    padding: 0 10px;
}

.footer{
    /* background-color: #7951FF; */
    background-color: #28282B;
    color: rgb(236, 234, 234);
}

.footer.tight {
    padding: .5rem 1rem .5rem !important;
}

.navbar{
    /* border-bottom: 1px solid #7951FF; */
    height: 50px
    /* background-color: #7951FF; */
}
/* .navbar-item{
    color: #7951FF
} */

.navbar-item.is-mega {
    position: static;
}

#header-logo{
    /* background: '/static/daisychain_logo.png' no-repeat center center; */
    background-size: cover;
    width: 300px
}

.radio-newlines {
    display: block;
    margin-left: .5em;
    margin-top: .5em;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  
.video {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 0;
  }

.column-flex {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.button-bottom {
    margin-top: auto;
}

.span-text{
    font-weight: normal !important; 
    
}
.my-image{
    width: 55% !important;
    margin-left: 25%;
    padding-top: 2%;
    padding-bottom: 5%;
}

.my-video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}

.my-code{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}

.codeEditor{
    width: 100%;
    height: 100%;
    border: 1px solid #7951FF;
    border-radius: 5px;
    padding: 1%;
    /* font-family: monospace; */
    background-color: white;
    color: black;
    overflow: auto;
    white-space: pre-wrap;
    /* word-wrap: break-word; */
    /* line-height: 1.5em; */
    text-align: left;
    resize: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

body{
    /* background-color: #f5f5f5; */
    background-color: #fff;
    /* cursor: pointer; */
    overflow: auto;
}

.has-background{
    background-color: #7951FF;
}

.has-white-background{
    background-color: #FFFFFF;
}

.card {
    height: 100%;
}

.imageBorder{
    border-width: 1px;
    border-color: #7951FF;
}


.my-level{
   padding-bottom: 3%;
}

.my-heading{
    color: #7951FF;
    padding-bottom: 4%;
}
.my-title{
   padding-bottom: 4%;
}

.buttons {
    width: 200px;
    margin: 0 auto;
    display: inline;
}

.tight {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.btn_small{
    border: 1px solid lightgrey;
    border-radius: 30px;
    color: lightgrey;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
}

.my-btn{
    border: 2px solid #7951FF;
    border-radius: 30px;
    color: #7951FF;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.my-btn_square{
    border: 2px solid #7951FF;
    color: #7951FF;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.my-btn_square_orange{
    border: 2px solid #ffb507;
    border-radius: 10px;
    color: #555;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    height: 90px;
    white-space: normal;
}

.my-btn_square_orange:hover {
    background-color: #ffb507;
    color: #fff;
}

.my-btn_square_orange_narrow{
    border: 2px solid #ffb507;
    border-radius: 10px;
    color: #555;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    white-space: normal;
}

.my-btn_square_orange_narrow:hover {
    background-color: #ffb507;
    color: #fff;
}


.my-btn_inline{
    border: 2px solid #7951FF;
    border-radius: 30px;
    color: #7951FF;
    justify-content: center;
    padding-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0em;
    margin-bottom: 0em;
}

.my-btn_inline_tight{
    border: 2px solid #7951FF;
    border-radius: 30px;
    color: #7951FF;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
}


.my-btn_inline_orange{
    border: 2px solid #ffb507;
    border-radius: 30px;
    color: #ffb507;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


.my-btn_inline_red{
    border: 2px solid #FF3860;
    border-radius: 30px;
    color: #FF3860;
    justify-content: center;
    padding-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0em;
    margin-bottom: 0em;
}

.btn-go{
    background-color: #7951FF;
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



.btn-go_inline{
    background-color: #7951FF;
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0;
    margin-bottom: 0;
}

.button.btn-go_inline:hover {
    color: white; /* Keep the text color white on hover */
}

.btn-go_inline_tight{
    background-color: #7951FF;
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-go_inline_orange{
    background-color: #ffb507;
    color: #fff;
    border: 2px solid #ffb507;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.btn-go_inline_orange_tight{
    background-color: #ffb507;
    color: #fff;
    border: 2px solid #ffb507;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.buttonSmallTight {
    border: 1px solid #009900;
    background-color: #009900;
    color: #fff;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;

}

.btn-go_inline_red{
    background-color: #FF3860;
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0em;
    margin-bottom: 0em;
}

.btn-go_inline_green{
    background-color: #009E60;
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


.btn-go_square{
    background-color: #7951FF;
    color: #fff;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.btn-go_square_red{
    background-color: #FF3860;
    color: #fff;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.btn-go_square_orange{
    border: 2px solid #ffb507;
    border-radius: 10px;
    background-color: #ffb507;
    color: #fff;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 70px;
    white-space: normal;
}

.buttonLargeSquare{
    /* border: 1px solid #7951FF; */
    border-radius: 10px;
    /* color: #7951FF; */
    color: #fff;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: normal;
    display: inline;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 50px;
}





.my-input{
    display: inline;
    width:40%;
    padding: 20px 20px;
}

.ready{
    color: #7951FF;
}


.my-column {
    display: flex;
    align-items: stretch;
}

.link-btn {
    background: none;
    border: none;
    color: #7951FF;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em;
    font-family: serif;
}

.link-btn:focus {
    outline: none;
}


.papergraph{
    /* height: 500px; */
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    position: sticky;
    display: inline-block;
    vertical-align: top;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    padding: 30px;
    background-color: #2B2A33;
    color: white;
    border-right: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

.displaytext {
    white-space: pre-wrap;
}

/* STAR RATING */
/* use reverse flexbox to take advantage of flex-direction: reverse */
.star-rating {
    display: flex;
    align-items: left;
    width: 80px;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* margin: 40px auto; */
    position: relative;
  }
  /* hide the inputs */
  .star-rating input {
    display: none;
  }
  /* set properties of all labels */
  .star-rating > label {
    width: 20px;
    height: 20px;
    font-family: Arial;
    font-size: 20px;
    transition: 0.2s ease;
    color: #ffb507;
  }
  /* give label a hover state */
  .star-rating label:hover {
    color: #7951FF;
    transition: 0.2s ease;
  }
  .star-rating label:active::before {
    transform:scale(1.1);
  }
  
  /* set shape of unselected label */
  .star-rating label::before {
    content: '\2606';
    position: absolute;
    top: 0px;
    line-height: 26px;
  }
  /* set full star shape for checked label and those that come after it */
  .star-rating input:checked ~ label:before {
    content:'\2605';
  }
  
  @-moz-document url-prefix() {
    .star-rating input:checked ~ label:before {
    font-size: 36px;
    line-height: 21px;
    }
  }  

/* STAR DISPLAY */
@charset "UTF-8";
:root {
  --star-size: 20px;
  --star-color: #eee;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Emoji rating */
.emoji_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

.emoji_item {
    width: 60px;
    /* height: 90px; */
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
  }
  .emoji_radio {
    display: none;
  }
  .emoji_radio ~ span {
    font-size: 2rem;
    filter: grayscale(100);
    cursor: pointer;
    transition: 0.3s;
  }

/* give label a hover state */
.emoji_radio:hover ~ span {
    filter: grayscale(0);
    font-size: 2.5rem;
    }
  
  .emoji_radio:checked ~ span {
    filter: grayscale(0);
    font-size: 2.5rem;
  }



[data-initials]:before {
    background: #630063;
    color: white;
    opacity: 1; 
    content: attr(data-initials); 
    display: inline-block; 
    font-weight: 600; 
    border-radius: 50%; 
    vertical-align: middle; 
    margin-right: 0.5em; 
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    text-align: center; 
    }



.chat-white-left{
    background: white;
    color: white;
    opacity: 0; 
    display: inline-block; 
    /* font-weight: 600;  */
    border-radius: 50%; 
    vertical-align: middle; 
    margin-right: 0.5em; 
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    text-align: center; 
}

[data-initialsself]:before {
    background: #ffb507;
    color: white;
    opacity: 1; 
    content: attr(data-initialsself); 
    display: inline-block; 
    font-weight: 800; 
    border-radius: 50%; 
    vertical-align: middle; 
    margin-left: 0.1em; 
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    text-align: center; 
    }

[data-initialsselfsmall]:before {
    background: darkgray;
    color: white;
    opacity: 1; 
    content: attr(data-initialsSelfSmall); 
    display: inline-block; 
    font-weight: 600; 
    border-radius: 50%; 
    vertical-align: middle; 
    /* margin-right: 0.5em;  */
    width: 40px; 
    height: 40px; 
    line-height: 40px; 
    text-align: center; 
    }

[data-initialssmall]:before {
    background: #7951FF;
    color: white;
    opacity: 1; 
    content: attr(data-initialssmall); 
    display: inline-block; 
    font-weight: 600; 
    border-radius: 50%; 
    vertical-align: middle; 
    /* margin-right: 0.5em;  */
    width: 40px; 
    height: 40px; 
    line-height: 40px; 
    text-align: center; 
    }


hr.divider1
{ 
    margin-top: 1em;
    margin-bottom: 0.5em;
    /* border-width: 2px; */
} 

hr.divider2
{ 
    margin-top: 0em;
    margin-bottom: 1.5em;
    border-width: 1px;
    height: 1px;
} 

.truncatedtext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
 }

.li_in_table {
    list-style-type: disc;
    display: list-item;
 }

.ul_in_table {
    padding-left: 20px !important;
    margin: 0 !important;
 }

 .botMessage {
    /* position: relative; */
    max-width: 95%;
    bottom: 0;
    min-height: 1.5vw;
    /* border: 0.1vw solid #630063; */
    /* border: 0.1vw solid #7951FF; */
    background-color: #f7f9fc;
    /* background-color: #f8f8f8; */
    border-radius: 1vw 1vw 1vw 1vw;
    padding: 0.75vw 1.5vw 0.75vw 1.2vw;
    margin: 0.5vw 0.5vw 0.5vw 0.5vw;
    float: left
 }

.userMessage {
    /* position: relative; */
    max-width: 95%;
    bottom: 0;
    min-height: 1.5vw;
    /* border: 0.15vw solid #630063; */
    /* border: 0.15vw solid #ffb507; */
    background-color: #f7f9fc;
    border-radius: 1vw 1vw 1vw 1vw;
    padding: 0.75vw 1.5vw 0.75vw 1.2vw;
    margin: 0.5vw 0.5vw 0.5vw 0.5vw;
    float: right
}

/* .progress {
    height: 1.5vw;
    margin-bottom: 0.5vw;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 0.25vw;
    box-shadow: inset 0 0.1vw 0.1vw rgba(0, 0, 0, 0.1);
    accent-color: #7951FF;
} */

.bar {
    height: 1.5vw;
    margin-bottom: 1vw;
    border-radius: 0.25vw;
    overflow: hidden;
    /* background-color: #f5f5f5; */
}

.bar::before {
    content: '';
    display: flex;
    justify-content: end;
    width: calc(var(--percent) * 1%);
    height: 100%;
    background: #7951FF;
    white-space: nowrap;
}

.viewport-container {
    background: #eee;
    align-items: center;
    margin: 0;
    white-space: normal;
    /* display: flex; */
    justify-content: center;
    overflow: auto;
  }


.viewport {
    margin: 0;
    align-items: center;
    text-align: center;
    position: relative;
}

#textLayer {
    margin: 0;
    padding: 0;
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
    overflow:hidden;
    position: absolute;
  }

.pdftoolbar {
    background-color: #555;
    color: #fff;
    padding: 0.5em;
    align-items: center;
    margin: 0;
    margin-bottom: 0;
}

.toolbar_button {
    color: currentColor;
    background-color: transparent;
    font: inherit;
    border: 1px solid currentColor;
    border-radius: 3px;
    padding: 0.25em 0.5em;
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.canvas {
    box-shadow: 0 2px 5px gray;
    margin: 0;
    padding: 0;
  }

.blank_row {
    height: 30px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}


.has_border {
    border: 0.5px solid darkgray;
    border-radius: 5px;
}


.fade-in {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
  }
  
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }