/******************************************************************************
*                       T R I N I X   M E D I A 
*       F R O N T E N D    F R A M E W O R K    L I B R A R Y
*      D Y N A M I C   T A B L E    M O D U L E    S T Y L E S
*                      Development Version 0.0.1
*                        (c) Trinix Media 2023
*
*   Created by: Brandon Reilly on:    2023-09-15 @ 12:45PM
*   Updated by Brandon Reilly on:   2023-09-15 @ 12:45PM
* 
******************************************************************************/

#profit-and-loss-report-id {
    display: none;
}


#transactions-table-id {
    display: none;
}


#transactions-table-id.show,
#profit-and-loss-report-id.show {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    border-left: none;
    border-right: none;
    overflow-y: auto;
    height: 70vh;
}

/* 
#current-statement-id {
    display: inline-block;
    width: 97%;
    margin: 0 1%;
    text-align: center;
    position: relative;
    border-top: .095rem solid rgba(200, 200, 225, .75);
    border-left: .095rem solid rgba(200, 200, 225, .75);
    border-right: .095rem solid rgba(200, 200, 225, .75);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    margin: .5rem 1% -.15rem;
    padding: 0;
    border-bottom: none;
    background: rgba(75, 78, 96, .95);
    
} 
*/

#current-statement-id {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    /* border-top: .095rem solid rgba(20, 20, 26, .75); */
    /* border-left: .095rem solid rgba(20, 20, 26, .75); */
    /* border-right: .095rem solid rgba(20, 20, 26, .75); */
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border: .095rem solid rgba(13, 13, 13, .85);
    /* margin: .5rem 1% -.15rem; */
    padding: 0;
    border-bottom: none;
    background: rgba(245, 250, 255, 1);
}


#current-statement-id h2 {
    margin: 0;
    padding: 0;
    font-family: Tomorrow;
    background: rgba(200, 200, 225, .95);
    border-top-left-radius: .5rem;
    font-weight: 500;
    letter-spacing: .175rem;
    border-top-right-radius: .5rem;
    font-variant: small-caps;
    border-bottom: none;
    /* box-shadow: 0 1.5rem 0.75rem rgba(13, 13, 13, .95); */
    font-size: 1.5rem;
    border: .095rem solid rgba(13, 13, 13, .9);
    border-top: none;
}

#current-statement-id h3 {
    margin: 0;
    padding: 0;
    font-family: Prompt;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .175rem;
    font-variant: all-petite-caps;
    font-size: 1.35rem;
    margin-block-end: 0;
    position: sticky;
    margin-bottom: 0 !important;
    top: 0;
    background: rgba(220, 220, 225, .99);
    border-top: .095rem solid rgba(13, 13, 13, .9);
    border-bottom: .095rem solid rgba(13, 13, 13, .9);
    box-shadow: 0 0.125rem 0.5rem rgba(6, 6, 6, .75);
}

.TM-lib #income-table-id {
    
    margin-bottom: .5rem;
    border: .095rem solid rgba(13, 13, 13, .9);
    border-top: none;
}

#transactions-table-id {
  border-left: .095rem solid rgba(200, 200, 225, .75);
  border-right: .095rem solid rgba(200, 200, 225, .75);
   margin: .5rem 1%;
  padding: 0;
  border-bottom: none;
}

/* .TM-lib div#expense-table-id, */
.TM-lib div#income-table-id {
    border: .095rem solid rgba(13, 13, 13, .9);
}


.row-header,
.row-data,
.row-totals {
    display: grid;
    /* grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 2fr; */
    /* grid-template-columns: 10% 25% 7.5% 12.5% 17.5% 7.5% 20%; */
    grid-template-columns: 5% 20% 20% 10% 12% 10% 7% 16%;
    grid-gap: 0;
}


.row-header {
    /* position: sticky;
    top: 0; */
    width: auto;
    height: 1.5rem;

    margin-top: -0.025rem;

    text-align: center;

    color: rgb(255, 255, 255);
    background: rgb(26, 64, 126);

    font-family: Prompt;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .025rem;
    
}

.TM-lib .row-header {
    position: sticky;
    background: rgb(213, 226, 250);
    margin: 0;
    padding: 0 0 .175rem 0;
    color: black;
    font-size: 0.85rem;
    font-weight: 600;
    height: 1.0rem;
    top: 1.5rem;
    /* line-height: 1.2; */
    /* border-right: .095rem solid rgb(13, 13, 13); */
    /* border-left: .095rem solid rgb(13, 13, 13); */
    border-bottom: .095rem solid rgb(13, 13, 13);
}


.row-data {
    box-sizing: border-box;


    width: auto;
    height: 1.75rem;

    margin: 0 .075rem;
    padding: .075rem .125rem;

    text-align: center;
    align-items: center;

    color: rgb(0, 0, 0);
    background: rgba(213, 216, 220, 1);
    
    font-family: Prompt;
    font-size: .75rem;
    /* border-bottom: 1px solid rgb(0, 0, 0); */
    letter-spacing: .015rem;
}

.row-data:hover {
    background: rgba(226, 236, 246, 1);
}

.row-data.selected {
    background: rgba(113, 156, 226, 1);
    color: rgb(13, 13, 13);
}

.row-data:nth-child(2n) {
    background: rgba(226, 232, 236, 1);
}

.row-data:nth-child(2n):hover {
    background: rgba(235, 245, 255, 1);
}

.row-data.selected:nth-child(2n) {
    background: rgba(106, 166, 236, 1);
}

.row-data .col {

    width: auto;
    height: auto;

    overflow: hidden;
    overflow: clip;

    padding: 0;
    margin: 0;
    
    padding-left: .075rem;
    margin-right: .075rem;

    line-height: 1.75rem;

    white-space: nowrap;

    
    border-right: .095rem solid rgba(13, 13, 13, .25);
    
}

.row-data .col:nth-child(2),
.row-data .col:nth-child(3)  {
    text-align: left;
}

.row-data .col:first-child {
    border-left: none;
  
}

.row-data .col:nth-child(8) {
  margin-left: .15rem;
  margin-right: .25rem;
  border: none;
  border-right: none;
  
}


.row-data button {
    margin: .15rem 0.2rem 0.2rem .125rem;
    font-size: 1rem;
    height: 1.5rem;
}

.row-totals {

    background: rgb(26, 64, 75);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-family: Prompt;
    border-bottom: 2px solid rgb(255, 255, 255);
    text-align: center;
    /* margin-top: -.25rem; */
}

.row-totals .col {
    text-align: center;

}

.row-totals .col:first-child {
  margin-left: .25rem;
  border-left: none;
  
}

.row-totals .col:nth-child(8) {
  margin-left: .15rem;
  margin-right: .25rem;
  border: none;
  border-right: none;
  
}

#transactions-table-id:nth-child(odd) {
    background: rgba(175, 177, 180, .975);
}

.TS.C-content-view-table.category-table {
    margin: 1rem 0 .125rem;
    background: rgba(206, 206, 213, .75);
    border-top: .0875rem solid rgba(13, 13, 13, .9);
}

.TS.C-content-view-table.category-table h4 {
    margin: 0;
    font-size: 0.9rem;
    
}

.TS.C-content-view-table.category-table h4 {
    background: rgba(225, 235, 245, .9);
    margin: 0;
    padding: .125rem 0;
    font-size: .85rem !important;
    /* line-height: 1.3; */
    border-bottom: .095rem solid rgb(13, 13, 13);
}


.TM-lib .profit-loss-tables-container h3 {
    background: rgba(170, 170, 200, .9);
}






.TM-lib button {
    /* background:linear-gradient(to bottom,hsl(0, 0%, 0%) -3%,hsl(0, 0%, 50.2%) 12%,hsl(0, 0%, 100%) 15%,hsla(0,0%,50%,0.4) 18%,hsl(0, 0%, 20%) 25%,hsl(0, 0%, 0%) 100%); */

    width: 5rem;
    outline: 1px solid rgb(138, 138, 138);
    box-shadow: 1px 1px 1px rgb(0, 0, 0);
    border: .075rem outset rgba(130, 130, 130, .666);
    border-radius: .125rem;
}

.row-data button[data-action] {
    width: 5rem;
    height: 1.5rem;

    margin: auto;
    padding: 0;

    vertical-align: middle;

    font-size: .9rem;
    font-family: Tomorrow;
    font-variant: small-caps;
    font-weight: 500;
    letter-spacing: .05rem;
    
    box-shadow: .05rem .05rem .025rem rgba(13, 13, 13, .75);
    border-radius: .25rem;
    border: .075rem outset rgba(220, 220, 250, .985);

}

.row-data button[data-action]:hover {
    transform: scale(1.05);
}

.row-data button[data-action]:active {
    transform: scale(.99, .95) translate3d(.075rem, .075rem, 0);
    border: .125rem inset rgba(220, 222, 225, .985);
    box-shadow: -.05rem -.05rem .025rem rgba(13, 13, 13, .75);
    
}

.TM-lib button[data-action="open-transaction-form-edit"] {
    background: rgba(13, 125, 200, .975);
    color: rgb(100, 25, 25);
}

.TM-lib button[data-action="open-transaction-form-edit"]:active {
    background: rgba(13, 115, 185, .975);
}

.TM-lib button[data-action="delete-transaction"] {
    background: rgba(200, 26, 26, .975);
    color: rgb(13, 13, 13);
}

.TM-lib button[data-action="delete-transaction"]:active {
    background: rgba(190, 13, 13, .975);
}

.TS.C-form__body {
        margin: .075rem; 
        overflow-y: auto;
        max-height: 80vh;
}

.TM-lib br {

    content: " ";
    display: block;
    font-size: 45%;
    height: 1em;
    /*     border: .095rem solid red; */
    display: inline-block;
}

.TM-lib footer {
    display: none;

}

div#transactions-table-id {
   
   -ms-overflow-style: none;  /* Internet Explorer 10+ */
   scrollbar-width: none;  /* Firefox */
}

#transactions-table-id::-webkit-scrollbar { 
   display: none;  /* Safari and Chrome */
}


/*************************************************************************************************
*                                           MEDIA QUERIES
*************************************************************************************************/

    
@media (max-width: 720px) {
    h1.TM-lib {
        display: none;
    }
    
}

@media (max-width: 800px) {


    :root {
    
    --TS_C-form--top: calc(50% + 3rem);
    }


    .TS.C-main-view-container {
        margin-bottom: .125rem;
        grid-column-gap: 0.5rem;
    }

    .TS.L-main-container section {
        top: calc(var(--TS_C-nav-bar__total--height) * 1);
    }

    h1.TM-lib {
        font-size: 1.2rem;
    }

    
    #transactions-table-id.show,
    #profit-and-loss-report-id.show {
        height: 70vh;
    }
 

    h1.TM-lib #profit-loss-year-input-id {
        font-size: 1.25rem;
        width: 4.5rem;
    }
    
    .TS.C-admin-buttons {
        width: 7.0rem;
        font-size: 1rem;    
        letter-spacing: .075rem;
    }

    #current-statement-id h2 {
        font-size: 1.25rem;
    }

    .row-header,
    .row-data,
    .row-totals {
        /* grid-template-columns: 22% 46% 17% 15%; */
        grid-template-columns: 15% 35% 35% 15%
        
    }

    .row-header .col,
    .row-data .col,
    .row-totals .col {
        font-size: .666rem;
        height: 1.75rem;
        line-height: 2;
        letter-spacing: 0;
    }
    
    .row-header .col:nth-child(4),
    .row-header .col:nth-child(5),
    .row-header .col:nth-child(6),
    .row-header .col:nth-child(8) {
        display: none;
    }

    .row-data .col:nth-child(4),
    .row-data .col:nth-child(5),
    .row-data .col:nth-child(6),
    .row-data .col:nth-child(8) {
        display: none;
    }


    .row-data .col:first-child,
    .row-data .col:nth-child(4) {
        text-align: center;
    }

    .row-data .col:nth-child(3) {
        text-align: left;
    }

    .row-data .col:nth-child(6) {
        border: none;
    }

    .row-totals .col:nth-child(1),
    .row-totals .col:nth-child(3),
    .row-totals .col:nth-child(4),
    /* .row-totals .col:nth-child(5), */
    .row-totals .col:nth-child(8) {
       
        display: none;
    }


}


@media (max-height: 400px) {
    :root {
    
        --TS_C-form--top: calc(50% + 1rem);
    }

    h1.TM-lib {
        display: none;
    }

    #JS-nav-bar header.TS.C-top-header {
        display: none;
    }
}


@media print {

    body {
        background: white;
        margin: 0;
        padding: 0;
        overflow: initial;
        
    }

    main.TS.L-main-container {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .TS.L-main-container section {
        top: 0;
    }

         
    .row-header .col:nth-child(8),
    .row-data .col:nth-child(8),
    .row-totals .col:nth-child(8) {
        display: none;
    
    }

    .row-header .col:nth-child(4),
    .row-data .col:nth-child(4),
    .row-totals .col:nth-child(4) {
        display: none;
    
    }

   
    .row-totals .col:nth-child(7)) {
        display: none;
    
    }

    .row-header,
    .row-data,
    .row-totals {
        display: grid;
        /* grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 2fr; */
        grid-template-columns: 10% 22.5% 27.5% 15% 15% 10%;
        grid-gap: 0;
    }
    
    .row-totals .col:nth-child(1) {
        display: none;
    }

    .row-totals {
        display: grid;
        /* grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 2fr; */
        grid-template-columns: 40% 20% 10% 20% 10%;  /*40% 20% 15% 15% 10%;*/
        grid-gap: 0;
    }

    .row-header .col:nth-child(3),
    .row-header .col:nth-child(5),
    .row-header .col:nth-child(6),
    .row-data .col:nth-child(3),
    .row-data .col:nth-child(5),
    .row-data .col:nth-child(6),
    .row-totals .col:nth-child(3),
    .row-totals .col:nth-child(4) {
            display: inline-block;
    }

    #transactions-table-id,
    #profit-and-loss-report-id {
 
        margin: 0 0 .0875rem 0;
    }

    #transactions-table-id.show,
    #profit-and-loss-report-id.show {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0 0 .0875rem 0;
    }

    #profit-and-loss-report-id.show {
        display: inline-block;
    }
    
    #transactions-table-id.show, 
    #profit-and-loss-report-id.show {
        overflow: initial;
        height: auto;
        max-height: unset;
    }


    .TS.L-main-container {
        top: 0;
    }

    #JS-nav-bar {
        display: none;
    }

    #current-statement-id {
        background: white;
        margin: .125rem 0 0;
    }
   
    .TS.C-content-view-table.category-table {
        background: rgb(240, 245, 255);
    }        

    .TM-lib .row-totals {
         background: white !important;
         color: rgb(13, 13, 13);
         border-top: .095rem solid rgb(13, 13, 13);
         grid-gap: 0;
         margin: 0;
         padding: 0;
    }

    .TM-lib #income-table-id .row-totals,
    .TM-lib #expense-table-id .row-totals {
         background: white !important;
         color: rgb(13, 13, 13);
         border-top: .095rem solid rgb(13, 13, 13);
         grid-gap: 0;
         margin: 0;
         padding: 0;
         line-height: 1.1;
         height: 0.95rem;
         overflow: hidden;
    }

    /* .TM-lib .row-totals .col:nth-child(5),
    .TM-lib .row-totals .col:nth-child(6) {
         background: rgba(210, 210, 213, .975);
         padding-right: .25rem;
     
    } */

    .TM-lib .row-totals .col{
        background: rgba(235, 245, 255, 1);
        padding: 0 .25rem;
        margin: 0;
    }

    .TM-lib .row-totals .col:nth-child(5) {
         /* border-left: .095rem solid rgb(13, 13, 13); */
         /* border-right: .095rem solid rgb(13, 13, 13); */
    }

    .row-data .col:nth-child(3),
    .row-data .col:nth-child(5),
    .row-header .col:nth-child(3),
    .row-header .col:nth-child(5),
    .row-totals .col:nth-child(3),
    .row-totals .col:nth-child(4) {
            display: inline-block;
    }


    .TS.C-content-view-table.category-table {
        background: white;
        border-radius: .35rem;
        border: .095rem solid rgba(13, 13, 13, .9);
    }



    .TM-lib .row-header {
        background: rgb(213, 226, 250);
        margin: 0;
        padding: 0;
        color: black;
        font-size: 1.05rem;
        font-weight: 600;
        height: 1.125rem;
        line-height: 1.0;
        /* border-right: .095rem solid rgb(13, 13, 13);
        border-left: .095rem solid rgb(13, 13, 13); */
        border-bottom: .095rem solid rgb(13, 13, 13);
    }

    .TM-lib .row-header {
        background: rgb(213, 226, 250);
        margin: 0;
        padding: 0 0 .175rem 0;
        color: black;
        font-size: 0.75rem;
        font-weight: 600;
        height: 0.9rem;
        /* line-height: 1.2; */
        /* border-right: .095rem solid rgb(13, 13, 13); */
        /* border-left: .095rem solid rgb(13, 13, 13); */
        border-bottom: .095rem solid rgb(13, 13, 13);
    }

    #income-table-id .row-data,
    #expense-table-id .row-data {
        margin: 0;
        padding: 0;
        background: rgb(245, 247, 250);
        /* border-right: .095rem solid rgb(13, 13, 13);
        border-left: .095rem solid rgb(13, 13, 13); */
        height: 1.125rem;
        /* line-height: 0.71; */
        overflow: hidden;
    }

    #income-table-id .row-data:nth-child(2n),
    #expense-table-id .row-data:nth-child(2n) {
        background: rgb(235, 237, 240);
    }

    #current-statement-id {
        border:none;
    }

    #current-statement-id h2 {
        /* margin: .125rem .5rem .075rem; */
        margin: .125rem 0 0;
        padding: 0;
        font-family: Prompt;
        font-weight: 500;
        letter-spacing: .175rem;
        font-variant: small-caps;
        font-size: 1.5rem;
    }

    #current-statement-id h3 {
        margin: 0;
        padding: .075rem;
        font-family: Prompt;
        line-height: 0.9;
        font-weight: 700;
        letter-spacing: .175rem;
        font-variant: all-petite-caps;
        font-size: 1.35rem;
        margin-block-end: 0;
        margin-bottom: 0 !important;
        background: white;
        /* border-bottom: .095rem solid rgba(13, 13, 13, .9); */
        border: navajowhite;
        box-shadow: unset;
        /*         box-shadow: 0 0.25rem 0.5rem rgba(6, 6, 6, .75); */
    }

    .TS.C-content-view-table.category-table h4 {
        background: rgba(225, 235, 245, .9);
        margin: 0;
        padding: .125rem 0;
        font-size: .85rem !important;
        /* line-height: 1.3; */
        border-bottom: .095rem solid rgb(13, 13, 13);
    }

    .TS.C-main-view-container {
        display: none;
    }

    .TM-lib br,
    .TM-lib p {
        margin: 0 !important;
        padding: 0 !important;
    }

    .TM-lib br {
        content: " ";
        display: block;
        font-size: 45%;
        height: 1rem;
        /* border: .095rem solid red; */
        /* display: inline-block; */
    }

    .TM-lib .row-data .col:nth-child(7) {
        border-right: none !important;
    }

    .TM-lib #income-table-id .row-totals,
    .TM-lib #expense-table-id .row-totals {
        background: white !important;
        color: rgb(13, 13, 13);
        border-top: .095rem solid rgb(13, 13, 13);
        grid-gap: 0;
        margin: 0;
        padding: 0;
        line-height: 1.0;
        height: 1.25rem;
    }

    #expenses-totals-row-id,
    #transactions-totals-row-id,
    .TM-lib #income-table-id {
        border: none;
        /* border-bottom: .095rem solid rgb(13, 13, 13); */
    }

    #expenses-totals-row-id.row-totals{
        font-size: 1.15rem;
        line-height: 1.0;
    }
        

    .TM-lib footer {
        display: none !important;
        
    }

    .TS.C-content-view-table.category-table:not(:nth-child(1))  {
        margin-top: .125rem !important;
    }

    .TM-lib #income-totals-row-id {
        border-top: none;
    }

    #income-totals-row-id.row-totals .col:nth-child(5),
    #income-totals-row-id.row-totals .col:nth-child(6) {
        border-top: .095rem solid rgb(13, 13, 13);
    }



}

    

/*************************************************************************************************
*                                       keyframe animation tests
*************************************************************************************************/

/* @keyframes gradient-animation {
    0% {
        background-position-y: 1000%;
        background: linear-gradient(180deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    10% {
        background-position-y: 1000%;
        background: linear-gradient(198deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    20% {
        background-position-y: 1000%;
        background: linear-gradient(216deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    30% {
        background-position-y: 1000%;
        background: linear-gradient(234deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    40% {
        background-position-y: 1000%;
        background: linear-gradient(252deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    50% {
        background-position-y: 1000%;
        background: linear-gradient(270deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    60% {
        background-position-y: 1000%;
        background: linear-gradient(288deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    70% {
        background-position-y: 1000%;
        background: linear-gradient(306deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    80% {
        background-position-y: 1000%;
        background: linear-gradient(324deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    90% {
        background-position-y: 1000%;
        background: linear-gradient(342deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    100% {
    
        background: linear-gradient(360deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);    
    }
    
} */


@keyframes gradient-animation {
    0% {
        background-position-y: 1250%;
/*         linear-gradient(180deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%); */
    }
    90% {
        background-position-y: -1000%;
    }
    100% {
        background-position-y: -1250%;
/*         linear-gradient(180deg,hsl(0, 0%, 0%) 55%,hsl(0, 0%, 35%) 65%,hsl(0, 0%, 100%) 89%,hsl(0, 0%, 100%) 90%,hsl(0, 0%, 100%) 91%,hsl(0,0%,35%) 95%,hsl(0, 0%, 25%) 97%,hsl(0, 0%, 0%) 100%); */
    }

}

/* 
@keyframes gradient-animation {
    0% {
        background: linear-gradient(180deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    10% {
        background: linear-gradient(198deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    20% {
        
        background: linear-gradient(216deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    30% {
        background: linear-gradient(234deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    40% {
        background: linear-gradient(252deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    50% {
        
        background: linear-gradient(270deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    60% {
        background: linear-gradient(288deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    70% {
        background: linear-gradient(306deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    80% {
        background: linear-gradient(324deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    90% {
        background: linear-gradient(342deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);
    }
    100% {
        background: linear-gradient(360deg,hsl(0, 0%, 0%) 10%,hsl(0, 0%, 35%) 45%,hsl(0, 0%, 100%) 49%,hsl(0, 0%, 100%) 50%,hsl(0, 0%, 100%) 51%,hsl(0,0%,35%) 55%,hsl(0, 0%, 25%) 70%,hsl(0, 0%, 0%) 100%);    
    }
} */

/*************************************************************************************************/

