/* Set footer sticky at the bottom */
html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > footer {
    margin-top: auto;
}


html, body, #app {
    height: 100%;
}

#app {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}


@media screen and (max-width: 768px) {
    #menu-toggle:checked + .nav-menu {
        display: block;
    }
}

/* gradient
   url: https://coolors.co/gradient-maker/9bafd9-103783?position=0,100&opacity=100,100&type=linear&rotation=180
*/


.center-alert {
    position: fixed !important;
    left: 40%;
    top: 30%;
    z-index: 100;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    display: none;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav-link {
    text-decoration: underline;
}

.myLoader {
    width: 40px;
}

.loader-wrapper {
    justify-content: center !important;
    align-items: center !important;
    height: 100vh; /* Adjust this value as needed */
}

.myLoader-home {
    width: 8vh !important; /* Adjust the size as needed */
    height: 8vh !important; /* Adjust the size as needed */
}

.buttonLoader {
    margin-left: 5px;
    width: 20px;
}


.scrollableFixedColumn {
    height: 90vh;
    top: 3.2rem;
    position: sticky;
    overflow: auto;
}

/* Style the scrollbar and its track */
.scrollableFixedColumn::-webkit-scrollbar {
    width: 12px; /* Set the desired width for the scrollbar */
}

.scrollableFixedColumn::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners for the thumb */
}

.sscrollableFixedColumn::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
    border-radius: 6px; /* Rounded corners for the track */
}

.scrollable {

    flex-basis: 80%;
    height: 1500vh;
    overflow: auto;
}

.has-cursor {
    cursor: pointer;
}

.docField {

    padding: 15px;
    padding-bottom: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* For WebKit browsers */
    -moz-border-radius: 10px; /* For Mozilla browsers */
    margin-bottom: 20px;
}

.docFieldBackground {
    background-color: #f9f9f9;
}

.scroll-area {
    margin: auto;
    height: 800px;
}

.patent-image {
    border: 1px solid #222222;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: white;
    padding: 5px;
    max-width: 400px;
    float: left;
    margin:5px;
}
