
body {
            background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_bg_flippingbook.jpg) center bottom no-repeat;
            background-size: cover;
            background-color: rgb(74, 74, 74);
            margin: 0;
            padding: 0;
            overflow: hidden;
            height: 100vh;
            width: 100vw;
        }       

        #book{
                margin: 30px auto; 
             }
             .my-page[data-density="hard"] {
            box-shadow: 0 0 20px #000000;   
        }      
    iframe {
        position: absolute;        
        width: 500px;
        height: 300px;
        top: 31.5%;
        display: block;
        margin-left: 9%;
        aspect-ratio: 19/6;
    }
    .shadow-left, .shadow-right {
        position: absolute;
        display: block;
        width: 20%;
        height: 100%;
    }
    .shadow-left {
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_shadow-left.png) right top repeat-y;
        right: 0;
    }
    .shadow-right {
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_shadow-right.png) left top repeat-y;
        left: 0;
    }

    .spiral-left {
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_spira_shadow-left.png) right top repeat-y;
    }
    .spiral-right {
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_spira_shadow-right.png) left top repeat-y;
        left: 0;
        background-size: cover;
    }
    .cover_coperta-fata {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_cover-mask-portrait.png) left top no-repeat;
        background-size:100% 100%;
    }
    .cover_coperta-spate {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_cover-mask-portrait.png) left bottom no-repeat;
        background-size:100% 100%;
        transform: rotate(180deg);
    }
    .cover_spiral {
        background: url(https://iddwqlawgjth.objectstorage.us-ashburn-1.oci.customer-oci.com/p/-JzTmvU957oXL4EV7QhohC61H4R284hsNms8FAFwvGFzq2nFIFxcy42HZIM9a0qK/n/iddwqlawgjth/b/email-images/o/ALEXIE.PISICA@ORACLE.COM_cover-mask-portrait-spira.png) left bottom no-repeat;
    }
    @media only screen and (max-width: 768px){
            .my-page[data-density="hard"] {
            box-shadow: none;   
        }
        .--simple, .--portrait, #book {
            width: 100vw !important;
        }
        .--simple img, .--portrait img {width: 100%;}
        iframe {
                position: absolute;        
                width: 82vw;
                height: 50vw;
                top: 40vw;
                display: block;
                margin-left: 9vw;
                aspect-ratio: 19/6;
            }
            .shadow-left, .shadow-right {
                position: absolute;
                display: none;
                visibility: hidden;
         }
         .cover_coperta-fata,  .cover_coperta-spate {
            background: none;
           
         }
         #book {
            box-shadow: none;
         }
         html, body{
            overflow: hidden;
         }
         .action, .fullscreen  {display: none; visibility: hidden;}
        }
 #ctxmenu {
  position: fixed;
  background: ghostwhite;
  color: black;
  cursor: pointer;
  border: 1px black solid;
  border-radius: 5px;
}

#ctxmenu > p {
  padding: 0 10px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.action {
    display: block;
    width: 45%;
    height: 3%;
    left: 5%;
    /* background-color: rgba(0, 0, 255, 0.1); */
    cursor: pointer;
    position: fixed;
}
.action:hover {
    background-color: rgba(0, 0, 255, 0.1);
}
.fullscreen {
    cursor: pointer; 
    top:1%; 
    right: 2%; 
    text-align: right; 
    font-size: 2rem; 
    width: 98%; 
    color: #fff; 
    font-family: Arial, Helvetica, sans-serif; 
    padding: 0 10px;
    position: absolute;
}
.ui-bookmark {
    --icon-size: 24px;
    --icon-secondary-color: rgb(134, 134, 134);
    --icon-hover-color: rgb(235, 0, 0);
    --icon-primary-color: rgb(192, 1, 1);
    --icon-circle-border: 3px solid var(--icon-primary-color);
    --icon-circle-size: 100px;
    --icon-anmt-duration: 0.5s;
    
    position: absolute;
    left: 50vw;
    z-index: 1001;
    top: -27px;
    scale: 1.5;
    }

    .ui-bookmark input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    }

    .ui-bookmark .bookmark {
    width: var(--icon-size);
    height: auto;
    fill: var(--icon-secondary-color);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    text-shadow: 0 0 3px #000000;
    }
    .ui-bookmark span {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8px;
        margin-top: 5px;
        margin-left: -30px;
        position: absolute;
        width: 100px;
        display: none;
        text-shadow: 0 0 5px #ffffff;
    }
    .ui-bookmark:hover span {
        display: block;
    }

    /* actions */

    .ui-bookmark:hover .bookmark {
    fill: var(--icon-hover-color);    
    }

    .ui-bookmark input:checked + .bookmark::after {
    -webkit-animation: circles var(--icon-anmt-duration)
        cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: circles var(--icon-anmt-duration)
        cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -webkit-animation-delay: var(--icon-anmt-duration);
    animation-delay: var(--icon-anmt-duration);
    }

    .ui-bookmark input:checked + .bookmark {
    fill: var(--icon-primary-color);
    -webkit-animation: bookmark var(--icon-anmt-duration) forwards;
    animation: bookmark var(--icon-anmt-duration) forwards;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    }

    .ui-bookmark input:checked + .bookmark::before {
    -webkit-animation: circle var(--icon-anmt-duration)
        cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: circle var(--icon-anmt-duration)
        cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -webkit-animation-delay: var(--icon-anmt-duration);
    animation-delay: var(--icon-anmt-duration);
    }

    @-webkit-keyframes bookmark {
    50% {
        -webkit-transform: scaleY(0.6);
        transform: scaleY(0.6);
    }

    100% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
    }
    }

    @keyframes bookmark {
    50% {
        -webkit-transform: scaleY(0.6);
        transform: scaleY(0.6);
    }

    100% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
    }
    }

    @-webkit-keyframes circle {
    from {
        width: 0;
        height: 0;
        opacity: 0;
    }

    90% {
        width: var(--icon-circle-size);
        height: var(--icon-circle-size);
        opacity: 1;
    }

    to {
        opacity: 0;
    }
    }

    @keyframes circle {
    from {
        width: 0;
        height: 0;
        opacity: 0;
    }

    90% {
        width: var(--icon-circle-size);
        height: var(--icon-circle-size);
        opacity: 1;
    }

    to {
        opacity: 0;
    }
    }

    @-webkit-keyframes circles {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    }

    @keyframes circles {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    }
.pages-navigation {        
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 20px;
    z-index: 1001;
    text-align: center;
}
.pages-navigation a {
    color: #ffffff;
    text-decoration: none;
    padding: 1px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    width: 10px;
    height: 13px;
    padding-top: 6px;
    display: inline-block;
    border: 1px #ffffff solid;
    background-color: #5f5f5f;
}
.pages-navigation a:hover, .pages-navigation a.active {
    border: 1px #6b6b6b solid;
    background: #000000;
    color: #ffffff;
    z-index: 101;
}  
.pages-navigation a:nth-child(odd) {
    margin-left: -2px;
    margin-right: 2px;
    text-align: center;
    border-radius: 0 4px 4px 0;   
}
.pages-navigation a:nth-child(even) {
    margin-right: -3px;
    margin-left: 2px;
    border-radius: 4px 0 0 4px;  
}
.pages-navigation a:first-child {
     margin-right: 6px;
     border-radius: 4px 0 0 4px;  
}
.pages-navigation a:last-child {
    margin-left: 6px;
    border-radius: 0 4px 4px 0;   
}
@media only screen and (max-width: 600px) {
    .pages-navigation {
        width: 90%;
        margin-left: 5%;
        bottom: 70px;
    }
    .pages-navigation a:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;   
    border-radius: 0;    
    }
    .pages-navigation a:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 2px;
        border-radius: 0;      
    }
    .pages-navigation a:first-child {
        margin-right: 1px;
        border-radius: 0;   
    }
    .pages-navigation a:last-child {
        margin-left: 1px;
        border-radius: 0;   
    }
}