.hidden_fetch{visibility:hidden;}

body::-webkit-scrollbar {
    width: 15px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: #555;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
}

iframe{min-height:580px;}