* { font-family: CMS, Arial, Calibri, Ubuntu, Roboto, Liberation Sans, Helvetica, sans-serif; } body { background-image: url("../../resources/image/config.jpg") !important; background-size: 100%; background-repeat: no-repeat; background-position: initial; } .box { width: 60% !important; border-radius: 5px; box-shadow: 1px 1px 2px gray; padding: 20px; background-color: rgb(235, 235, 235); } h1, h2, h3, h4, h5, h6 { font-weight: normal; } .loader { width: 56px; height: 56px; filter: brightness(0%); } .tip-red { color: rgb(255, 75, 75); } .tip-green { color: rgb(132, 255, 75); } .tip-orange { color: rgb(255, 132, 75); } .termsbox { background: white; border: none; border-color: black; border-style: solid; border-width: 1px; border-radius: 5px; padding: 5px; box-shadow: 1px 1px 2px black; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .finisher { width: 256px; height: 256px; filter: brightness(0%); } .update-cancel { padding: 5px 10px; border: 1px solid lightgray; border-radius: 5px; border-bottom-width: 2px; background: white; cursor: pointer; transition: background 200ms, border-color 200ms; } .update-cancel:hover { background: lightgray; border-color: gray; } .update-cancel:active { background: gray; border-color: black; } .box { display: block; box-shadow: none; backdrop-filter: blur(10px); background: rgba(0, 0, 0, .5); color: white; } .loader, .finisher { filter: none; } .termsbox { background: rgba(0, 0, 0, .5); border: none; border-radius: 5px; box-shadow: none; }