@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Pages/Components/CardsMenu.razor.rz.scp.css */
body[b-qrno289psk] {
}


@media (min-width: 768px) {

    .ul-style[b-qrno289psk] {
        height: 100vh;
        /*
                    border-style: solid;
        border-color: slateblue;
        */

        overflow: auto
    }
}


@media (max-width: 768px) {

    .ul-style[b-qrno289psk] {
        height: 30vh;
        /*
        border-style: solid;
        border-color: burlywood;
        */
        
       
    }
}

#cards-list[b-qrno289psk] {
    background-color: bisque;
}

/* width */
#cards-list[b-qrno289psk]::-webkit-scrollbar {
    width: 1px;
}

[b-qrno289psk]::-webkit-scrollbar {
    width: 1px;
    
}


/* /Pages/Components/CollectionsMenu.razor.rz.scp.css */
body[b-vle9q6oerg] {
}

@media (min-width: 768px) {

    .ul-style[b-vle9q6oerg] {
        height: 100vh;
        /*
 border-style: solid;
        border-color: burlywood;
        */

        overflow: auto
    }
}


@media (max-width: 768px) {

    .ul-style[b-vle9q6oerg] {
        height: 30vh;
        /*
              border-style: solid;
        border-color: burlywood;
        */

        overflow: auto
    }
}

[b-vle9q6oerg]::-webkit-scrollbar {
    width: 1px;
}
/* /Pages/Components/NavButtons.razor.rz.scp.css */

body[b-o60l30yyb9] {
}

ul.nclist-style[b-o60l30yyb9], li[b-o60l30yyb9] 
{
    display: inline-block;
    
}

.navbuttons[b-o60l30yyb9] {
    /* Set the display property to flex to make the element a flex container */
    display: none;
    /* Set the flex-direction property to column to stack the child elements vertically */
    flex-direction: column;
    /* Optionally, set the align-items property to start to align the child elements horizontally within the container */
    align-items: start;
    /* Optionally, set the justify-content property to start to align the child elements vertically within the container */
    justify-content: start;
}



.shownavbtns:hover + .navbuttons[b-o60l30yyb9] {
    display: flex;
}
.navbuttons:hover[b-o60l30yyb9] {
    display: flex;
}



.npnavbutton[b-o60l30yyb9] {
    width:32px;
    height:32px;
    background-color:#1565c0;
    border: #f5f5f5;
    
}

.npnavbutton-disabled[b-o60l30yyb9] {
    width: 32px;
    height: 32px;
}
.npnavbutton:hover[b-o60l30yyb9] {
    width: 32px;
    height: 32px;
    background-color: #5e92f3;
    
}


.npnavbutton:active[b-o60l30yyb9] {
    width: 32px;
    height: 32px;
    background-color: #003c8f;
}

/* Tooltip container */
.sn-tooltip[b-o60l30yyb9] {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .sn-tooltip .sn-tooltiptext[b-o60l30yyb9] {
        visibility: hidden;
        min-width: 200px;
        background-color: #1565c0;
        color: #f5f5f5;
        text-align: center;
        border-radius: 4px;
        border:1px solid darkgray;
        padding: 5px 0;
        font-size:14px; 
        font-weight: 600;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        margin-left: -32px;
       
    }

        /* Position the first tooltip */
        .sn-tooltip .sn-tooltiptext.sn-tooltip-up[b-o60l30yyb9] {
            bottom: 115%;
            left: 100%;
        }

        /* Position the second tooltip */
        .sn-tooltip .sn-tooltiptext.sn-tooltip-right[b-o60l30yyb9] {
            bottom: 0%;
            left: 210%;
        }

/* Show tooltip on hover */

    .sn-tooltip:hover .sn-tooltiptext[b-o60l30yyb9],
    .sn-tooltip:focus .sn-tooltiptext[b-o60l30yyb9] {
        visibility: visible;
    }


.expander-style[b-o60l30yyb9] {
    width: 50%;
    left: 25%;
    position: absolute;
    bottom: 10px;
    background-color: white
}
@media (max-width: 600px) {
    expander-style[b-o60l30yyb9] {
        width: 75%;
        left: 12%;
        position: absolute;
        bottom: 10px;
        background-color: greenyellow
    }
}

.sn-container[b-o60l30yyb9] {
    position: relative;
    height: 100vh; /* Set a height to the container so it takes the full viewport height */
}

.sn-addnotebutton[b-o60l30yyb9] {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-39%, -50%);
}
/* /Pages/Components/NoteCardsMenu.razor.rz.scp.css */
body[b-z1ve5mkxkt] {
}


@media (min-width: 768px) {

    .ul-style[b-z1ve5mkxkt] {
        height: 100vh;
        /*
 border-style: solid;
        border-color: burlywood;
        */
      
        overflow: auto
    }
}


@media (max-width: 768px) {

    .ul-style[b-z1ve5mkxkt] {
        height: 30vh;
        /*
              border-style: solid;
        border-color: burlywood;
        */
       
        overflow: auto
    }
}

.nc-style[b-z1ve5mkxkt] {
    /*
    background-image: linear-gradient(to right bottom, #ff7f50,#ff8c5a,#ff9965,#ffa571,#ffb07e );
background-image: linear-gradient(to right bottom, #ff7f50,#ff6b85,#ef6eba,#b880e3,#5e92f3 );
    */
    background-image: linear-gradient(to left top, #ff7f50,#ff8c5a,#ff9965,#ffa571,#ffb07e );
   
    border-radius: 6px;
}

.ncText-style[b-z1ve5mkxkt] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:pre-wrap;
    
}

/* /Pages/Components/NoteTools.razor.rz.scp.css */
body[b-bpqwveuwv6] {
}

.flexbtn[b-bpqwveuwv6] {
    flex: 40%; 
    margin: 10px;
    padding: 10px;
    
}

.toolstyle[b-bpqwveuwv6] {
    font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:small;
    color:black;
}
/* /Pages/Components/SNExpandable.razor.rz.scp.css */
body[b-rfu6aujc7u] {
    
}

div[b-rfu6aujc7u] {
    border: 1px solid #003c8f;
   
}
span[b-rfu6aujc7u] {
   
    
   display:inline-block;
   width:85%;
   text-align:center;
  
   
}

.expanded[b-rfu6aujc7u] {
    background-color: transparent;
    animation-name: expandedanimation-b-rfu6aujc7u;
    animation-duration: 0.8s;
    height: 120px;
   
}


@keyframes expandedanimation-b-rfu6aujc7u {
    0% {
        height: 20px;
      
    }


    100% {
        height: 120px;
        
    }
}

.unexpanded[b-rfu6aujc7u] {
    background-color: transparent;
    height: 20px;
    animation-name: unexpandedanimation-b-rfu6aujc7u;
    animation-duration: 0.8s;
    
}

@keyframes unexpandedanimation-b-rfu6aujc7u {
    0% {
        height: 120px;
    
    }


    100% {
        

        height: 20px;
       
    }
}

.childcontent[b-rfu6aujc7u] {
    position: relative;
    animation-name: contentanim-b-rfu6aujc7u;
    animation-duration: 0.7s;
    border: none
}
@keyframes contentanim-b-rfu6aujc7u {
    0% {
        left: 0px;
        top: -25px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

#label[b-rfu6aujc7u] {
    position: relative;
    top: -10px;
    border: none;
    background-color: #5e92f3;
    border-radius: 3px;
}
/* /Pages/Components/SNoteCard.razor.rz.scp.css */
.card-container[b-xi8zpxhv53] {
    
    
    overflow: hidden;
    position: relative;
    transition: all 0.1s ease;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.image-container img[b-xi8zpxhv53] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-container[b-xi8zpxhv53] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    padding: 5px;
    display: flex;
    align-items: flex-start; /* Aligns text to the top */
    justify-content: flex-start;
    overflow: hidden;
    transition: height 0.3s ease;
    border-radius: 4px;
    font-size: 14px;
   
}
/* /Pages/Components/SNSearchTextField.razor.rz.scp.css */
/* Wrapper to ensure both elements are inline */
.search-wrapper[b-d73kilstlk] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adds spacing between the search container and the close button */
    
}

/* search-container class */
.search-container[b-d73kilstlk] {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    height: 40px;
    width: 45vw ;
    
   
}

/* search input field */
.search-input[b-d73kilstlk] {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 5px;
}



/* /Pages/Components/WelcomeScreen.razor.rz.scp.css */
.snLabelBtn[b-74r5z3go28] {
    height:50px;
    background-color:#1565c0; 
    cursor: pointer; 
    border-radius: 6px;
    transition: background-color 0.8s ease;
}

.snLabelBtn:active[b-74r5z3go28] {
    background-color: rgb(212, 215, 255);
    transform: scale(0.98); /* Shrinks slightly when clicked */
}
/* /Pages/Index.razor.rz.scp.css */
body[b-94th9x7r8o] {
    
}

/* /Pages/NoteEditorView.razor.rz.scp.css */
/* /Pages/NotePacketView.razor.rz.scp.css */

body[b-t1ioee7xeq] {
}

ul.nclist-style[b-t1ioee7xeq], li[b-t1ioee7xeq] 
{
    display: inline-block;
    
}

.navbuttons[b-t1ioee7xeq] {
    /* Set the display property to flex to make the element a flex container */
    display: none;
    /* Set the flex-direction property to column to stack the child elements vertically */
    flex-direction: column;
    /* Optionally, set the align-items property to start to align the child elements horizontally within the container */
    align-items: start;
    /* Optionally, set the justify-content property to start to align the child elements vertically within the container */
    justify-content: start;
}



.shownavbtns:hover + .navbuttons[b-t1ioee7xeq] {
    display: flex;
}
.navbuttons:hover[b-t1ioee7xeq] {
    display: flex;
}



.npnavbutton[b-t1ioee7xeq] {
    width:32px;
    height:32px;
    background-color:#1565c0;
}

.npnavbutton-disabled[b-t1ioee7xeq] {
    width: 32px;
    height: 32px;
}
.npnavbutton:hover[b-t1ioee7xeq] {
    width: 32px;
    height: 32px;
    background-color: #5e92f3;
    
}


.npnavbutton:active[b-t1ioee7xeq] {
    width: 32px;
    height: 32px;
    background-color: #003c8f;
}

/* Tooltip container */
.sn-tooltip[b-t1ioee7xeq] {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .sn-tooltip .sn-tooltiptext[b-t1ioee7xeq] {
        visibility: hidden;
        min-width: 200px;
        background-color: #1565c0;
        color: #f5f5f5;
        text-align: center;
        border-radius: 4px;
        border:1px solid darkgray;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        margin-left: -32px;
    }

        /* Position the first tooltip */
        .sn-tooltip .sn-tooltiptext.sn-tooltip-up[b-t1ioee7xeq] {
            bottom: 115%;
            left: 100%;
        }

        /* Position the second tooltip */
        .sn-tooltip .sn-tooltiptext.sn-tooltip-right[b-t1ioee7xeq] {
            bottom: 0%;
            left: 210%;
        }

/* Show tooltip on hover */

    .sn-tooltip:hover .sn-tooltiptext[b-t1ioee7xeq],
    .sn-tooltip:focus .sn-tooltiptext[b-t1ioee7xeq] {
        visibility: visible;
    }


.expander-style[b-t1ioee7xeq] {
    width: 50%;
    left: 25%;
    position: absolute;
    bottom: 10px;
    background-color: white
}
@media (max-width: 600px) {
    expander-style[b-t1ioee7xeq] {
        width: 75%;
        left: 12%;
        position: absolute;
        bottom: 10px;
        background-color: greenyellow
    }
}

.sn-container[b-t1ioee7xeq] {
    position: relative;
    height: 100vh; /* Set a height to the container so it takes the full viewport height */
}

.sn-addnotebutton[b-t1ioee7xeq] {
    position: absolute;
    top: 39%;
    left: 50%;
    
}
/* /Shared/CircleIcon.razor.rz.scp.css */
.icon-circle[b-b46uj75b7d] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%; /* Makes the div circular */
    
  }

  .icon-circle:active[b-b46uj75b7d] {
    background-color: #97aaf6;
    transform: scale(0.98); /* Shrinks slightly when clicked */
}
/* /Shared/SNButton.razor.rz.scp.css */

.snButton[b-4oqcjmk7y8] {
   
    background-color:#1565c0; 
    cursor: pointer; 
    border-radius: 6px;
    transition: background-color 0.8s ease;
}

.snButton:active[b-4oqcjmk7y8] {
    background-color: rgb(212, 215, 255);
    transform: scale(0.98); /* Shrinks slightly when clicked */
}
/* /Shared/SNCollectionListItem.razor.rz.scp.css */


.selectedNCtListItem[b-hm4xe463a4] {
    user-select: none;
    height:50px;
    cursor: pointer; 
    border-radius: 6px;
    transition: background-color 0.8s ease;
}

.selectedNCtListItem:active[b-hm4xe463a4] {
    background-color: rgb(212, 215, 255);
    /* transform: scale(0.98);  Shrinks slightly when clicked */
}

.truncate_text[b-hm4xe463a4] {
    white-space: nowrap;         /* Prevents text from wrapping to the next line */
    overflow: hidden;            /* Hides the overflowed text */
    text-overflow: ellipsis;     /* Adds "..." to the truncated text */
      
}
/* /Shared/SNContextMenu.razor.rz.scp.css */
.context-menu[b-ag1f7xndnv] {
    background-color: #f0eeee;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* /Shared/SNDropdownMenu.razor.rz.scp.css */
.dropdown[b-h0dg423ao0] {
    position: relative;
    display: inline-block;
}


.dropdown-content[b-h0dg423ao0] {
    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;
}

.dropdown-content a[b-h0dg423ao0] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover[b-h0dg423ao0] {
    background-color: #f1f1f1;
}
/* /Shared/SNListItem.razor.rz.scp.css */

.snListItem[b-hv52u2lstc] {
    display: grid; grid-template-columns: auto 1fr ; align-items: center; 
     width: auto ; background-color: #dbdbdb; 
     border-radius: 5px;
     box-shadow: 3px 3px rgb(207, 205, 205);
     cursor: pointer;
}

.snListItem:hover[b-hv52u2lstc] {
    background-color: #97aaf6;
   
}
/* /Shared/SNNavMenu.razor.rz.scp.css */



@media (min-width: 768px) {
    .navbar-nav[b-5iz0rivyh9] {
        flex-direction: column;
        align-items: flex-start;
    }

    .ul-style[b-5iz0rivyh9] {
        height: 100vh;
        /*
        border-style: solid;
        
           border-color:blue;
       */
    }
   
}



.navbar-nav .nav-link[b-5iz0rivyh9] {
    color: black;
    font-size: 1.1em;
}

.list-group-item[b-5iz0rivyh9] {

}



body[b-5iz0rivyh9] {
}
/* /Shared/SNPacketListItem.razor.rz.scp.css */


.packetListItem[b-kzzefpr4yn] {
    height:50px;
    background-color:#1565c0; 
    cursor: pointer; 
    border-radius: 6px;
    transition: background-color 0.8s ease;
}

.packetListItem:active[b-kzzefpr4yn] {
    background-color: rgb(212, 215, 255);
    transform: scale(0.98); /* Shrinks slightly when clicked */
}

.truncateParent-text[b-kzzefpr4yn] {
    white-space: nowrap;         /* Prevents text from wrapping to the next line */
    overflow: hidden;            /* Hides the overflowed text */
    text-overflow: ellipsis;     /* Adds "..." to the truncated text */
      
}
/* /Shared/SNSideIconButton.razor.rz.scp.css */

.snSideIconButton[b-zhnjc2zjf4] {
    display: grid; grid-template-columns: auto 1fr ; align-items: center;  
     cursor: pointer; 
     border-radius: 5px;
     box-shadow: 3px 3px rgb(207, 205, 205);
    
     
}

.snSideIconButton:active[b-zhnjc2zjf4] {
    background-color: #97aaf6;
    transform: scale(0.98); /* Shrinks slightly when clicked */
}

.snSideIconButtonNClickable[b-zhnjc2zjf4] {
    display: grid; grid-template-columns: auto 1fr ; align-items: center;  
     cursor: pointer; 
     border-radius: 5px;
     box-shadow: 3px 3px rgb(207, 205, 205);
    
    
     
}

.snSideIconButtonNClickable:hover[b-zhnjc2zjf4] {
    background-color: #97aaf6;
  
   
}

