/**----------------------------------------------------------------------------
 Cookie Warning Styling
 ----------------------------------------------------------------------------*/

#cookie-dialog {
    --app-background-color: rgb(244, 243, 236);
    --app-light-link-color: #2d208a;
    --app-text-bold: #000;
    --app-emphasis-color: #d92429;
    --app-text-foreground: #222222;
    display:none;
}

.modal .scrim {
    color: var(--app-text-foreground);
    background-color: var(--app-text-bold);
    opacity: .5;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 10;
}

.modal .frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-color: var(--app-background-color);
    padding: 2.5rem 2rem;
/*    padding-inline-start: 2rem;*/
/*    padding-inline-end: 2rem;*/
}

.dialog .body {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 15px;
    padding-right: 15px;
    
    display: flex;
    flex-flow: column;
    row-gap: 0.75rem;;
}

.dialog header {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.dialog a {
    transition: color .3s ease,background-color .3s ease,text-decoration-color .3s ease,border-color .3s ease;
    color: var(--app-light-link-color);
    text-decoration: none;
}

.actions {
    display: flex;
    flex-shrink: 1;
    flex-direction: row;
    justify-content: flex-end;
}

.dialog.modal button {
    transition: background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease;
/*    border: 0;*/
    color: #fff;
    background-color: #2d208a;
    padding: 17px 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.alert {
    background-color: var(--app-emphasis-color);
/*    height: 50px;*/
}






/**
 Animated Node
 */

/*#el_pvNtmgZ3jP {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-grow: 0;*/
/*    position: relative;*/
/*    align-items: center;*/
/*    flex-shrink: 0;*/
/*    align-content: center;*/
/*    animation-name: fadeInUpSubtle_smallDesktop_pvNtmgZ3jP;*/
/*    flex-direction: column;*/
/*    animation-delay: 0s;*/
/*    justify-content: unset;*/
/*    animation-duration: 0.4s;*/
/*    overflow-x: visible;*/
/*    overflow-y: auto;*/
/*    top: unset;*/
/*    left: unset;*/
/*    -webkit-animation-name: fadeInUpSubtle_smallDesktop_pvNtmgZ3jP;*/
/*    transition-duration: 0s;*/
/*    transition-delay: 0s;*/
/*    transform: none;*/
/*    animation-fill-mode: both;*/
/*    right: auto;*/
/*    bottom: auto;*/
/*}*/

