@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #fff;
	font-family: 'Prompt';
}

body {
	background: #000;
}

div.msgcontainer {
	position: fixed;
	bottom: 20px;
	width: 100%;
}

.colorful {

}

a { 
	color: #fff;
	text-decoration: none;
}

span.supports-hdr {
	display: none;
}

span.supports-sdr {
	display: inline;
}

div.hdr-badge {
        display: none;
	position: fixed;
	left: 30px;
	bottom: 30px;
}

div.hdr-badge-inner {
	
}

div.hdr-badge-inner img {
	width: 50px;
        filter: brightness(5);
        -webkit-backdrop-filter: brightness(5);
}



    /* WebKit */
    @supports (-webkit-backdrop-filter: blur(0)) {
      .tester {
        filter: brightness(3.5);
	-webkit-backdrop-filter: brightness(3.5); 
      }

span.supports-hdr {
        display: inline;
}

span.supports-sdr {
        display: none;
}

div.hdr-badge {
	display: block;
}

    }

    video {
      position: fixed;
      width: 1px;
      height: 1px;

      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
    }

    video:nth-of-type(2) {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
    }

    video:nth-of-type(3) {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
    }


@media (min-width: 900px) {

/* Style: COMPUTER */

div.tips {
	text-align: center;
	margin: 30px 0px 0px 0px;
}

div.tips a {
	border-bottom: 1px dotted #2A78D5;
	padding: 0px 0px 3px 0px;
}

span.tips-header {
	font-weight: 800;
	padding: 0px 5px 0px 0px;
	font-style: italic;
}

span.proraw {
        padding: 0px 0px 0px 10px;
}

span.proraw img {
        max-height: 18px;
        position: relative;
        top: 3px;
}

div.code_selector {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

div.code_selector input {

}

div.code_selector label {
	font-size: 0.9em;
	color: #aaa;
	margin: 0px 10px 0px 5px;
}

span.save_star {
        color: #FFCD00;
        animation-iteration-count: 2;
        animation-name: blinker;
        animation-duration: 1s;
        font-size: 0.7em;
        position: relative;
        bottom: 1.5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


div.exif-scanning-label {
        margin: 40px 0px 8px 0px;
        font-size: 0.9em;
        font-weight: 700;
}

div.exif-scanning-sublabel {
	font-size: 0.7em;
	color: #aaa;
	margin: -4px 0px 10px 0px;
	font-style: italic;
}

div.ditt-galleri {
	border: 1px solid #333;
	padding: 15px 25px 15px 25px;
	border-radius: 10px;
	display: inline-block;
	color: #aaa;
	margin: -10px 0px 0px 0px;
}

div.ditt-galleri a {
	padding: 0px 0px 0px 5px;
}

div.options {
	margin: 20px 0px 0px 0px;
}

div.mf-login-header {
	font-size: 1.5em;
	margin: 0px 0px 15px 0px;
}

div.mf-login-button {
	margin: 20px 0px 30px 0px;
}

span.mf-login-button {
        background: #155476;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

span.mf-login-button2 {
        background: #2C6C20;
        padding: 7px 15px 7px 15px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.7em;
        margin: 0px 3px 0px 3px;
}

input.mf-login {
        border: 1px solid #333;
        border-radius: 10px;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        padding: 10px;
        background: #000;
        outline: none;
        margin: 0px 10px 0px 0px;
}

input.mf-login:focus {
        border: 1px solid #555;
}

div.mf-login {
	margin: 0px 0px 10px 0px;
}

div.compare-sub {
	font-style: italic;
	margin: 5px 0px 40px 0px;
}

span.compare-label {
	position: relative;
	bottom: 25px;
	font-size: 0.8em;
}

div.no-exif-field {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

div.no-exif-field input {
	border: 1px solid #333;
	border-radius: 10px;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 10px;
	background: #000;
	outline: none;
	margin: 0px 10px 0px 0px;
}

div.no-exif-field input:focus {
	border: 1px solid #555;
}

span.no-exif-button {
        background: #155476;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

div.loader {
	position: fixed;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin: -40px 0px 0px -40px;
	opacity: 0.3;
}

div.stangknapp {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(125,51,51,0.3);
	cursor: pointer;
	font-size: 4em;
	color: rgba(255,255,255,0.3);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
}

div.stangknapp:hover {
	background: rgba(125,51,51,0.5);
	color: rgba(255,255,255,0.8);
}

div.stangknapp b {
	position: relative;
	bottom: 25px;
	font-weight: 100;
}

div.msg {
	padding: 10px 30px 10px 30px;
	display: inline-block;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
	display: none;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}

div.bytbild-alla {
	text-align: center;
}

div.bytbild {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	cursor: pointer;
	border: 4px solid #000;
	display: inline-block;
	margin: 30px 10px 30px 10px;
        background-repeat: no-repeat;
        background-size: cover;
}

div.compare-control {
	margin: 10px 0px 30px 0px;
}

img.compare-control-img {
	max-width: 60vw;
	max-height: 50vh;
}

div.compare-windows {
	text-align: center;
}

div.compare-window {
	width: 40vw; height: 40vh;
	border: 1px solid #fff;
	display: inline-block;
	margin: 20px;
}

div.bytbild:hover {
	border: 4px solid #333;
}

div.bytbild-aktiv {
	border: 4px solid #2A78D5;
}

div.bytbild-aktiv:hover {
        border: 4px solid #2A78D5;
}

div.borja-om {
        text-align: center;
        margin: 0px 0px 30px 0px;
}

div.exif-scanning {
	margin: 0px 0px 30px 0px;
	text-align: center;
}

div.sparagalleri {
        margin: 0px auto 50px auto;
        text-align: center;
	max-width: 800px;
	line-height: 1.5em;
	color: #ddd;
}

div.sparagalleri a {
	font-weight: 800;
}

div.exif-scanning-nospace {
	margin: -20px 0px 40px 0px;
}

span.exif-scanning-label {
	font-weight: 800;
	letter-spacing: -1px;
}

div.exif-scanning input {
	margin: 0px 2px 0px 15px;
	position: relative;
	bottom: 1px;
}

div.exif-scanning label {
	font-size: 0.9em;
	color: #aaa;
}

div.alla {
	text-align: center;
	margin: 30px 0px 30px 0px;
}

div.photo-unit {
	width: 10vw;
	height: 10vw;
        background-repeat: no-repeat;
        background-size: cover;
	border-radius: 20px;
	display: inline-block;
	margin: 10px;
	text-align: right;
}

div.photo-unit-inner {
        width: 10vw;
        height: 10vw;
	cursor: pointer;
}

span.radera-bild {
        background: #AF473F;
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        z-index: 10;
	margin: -40px 0px 0px -45px;
}

span.radera {
	background: #AF473F;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	position: relative;
	bottom: 4px;
	margin: 0px 0px 0px 10px;
}

span.lank {
        background: #288842;
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        position: relative;
        bottom: 4px;
	margin: 0px 0px 0px 10px;
}

span.lank2 {
        background: #1560C1; 
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        position: relative;
        bottom: 4px;
	margin: 0px 0px 0px 10px;
}


div.header-small-sub {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: -20px 0px 30px 0px;
        font-style: italic;
}

div.header-small-sub2 {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: 20px 0px 0px 0px;
        font-style: italic;
}


div.header-sub-small {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: 0px 0px 0px 0px;
}

div.header-sub-small2 {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: 20px 0px 0px 0px;
}

div.exif-header {
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 0.8em;
	color: #3FAF83;
}

div.exif-value {
        font-weight: 300;
        color: #999;
        margin: 5px 0px 15px 0px;
}

div.exif-data {
	max-width: 500px;
	margin: auto;
}

div.exif {
	padding: 40px 0px 100px 0px;
}

div.dela {
	text-align: center;
	margin: 20px 0px 30px 0px;
}

div.bild {
	text-align: center;
}

img.bild {
	max-width: 100%;
	height: 100vh;
	cursor: zoom-in;
}

img.bildfs {
        cursor: zoom-out;
}

img.bildfs2 {
	width: 100%;
	cursor: zoom-in;
}

img.bildfs3 {
	cursor: zoom-out;
}

div.target {
	text-align: center;
}

div.copy {
	margin: 30px 0px 30px 0px;
}

span.copy {
	background: #155476;
	padding: 10px 20px 11px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 300;
	font-size: 0.8em;
	margin: 0px 3px 0px 3px;
}

span.copyred {
        background: #7D3333;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

span.copyyellow {
        background: #FFC433;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
	color: #000;
}


textarea.code {
	background: #000;
	height: 100px;
	color: #aaa;
	font-family: 'Courier New';
	border: 1px solid #222;
	padding: 10px;
	border-radius: 20px;
	width: 50vw;
	outline: none;
}
div.code {
	text-align: center;
	margin: 30px 0px 50px 0px;
}

div.upload-item {
	width: 20vw;
	height: 20vw;
	display: inline-block;
	margin: 0px 15px 30px 15px;
}

div.upload-item-thumb {
	height: 15vw;
	background: #111;
	border-radius: 20px 20px 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

div.upload-item-data {
	padding: 20px;
        text-align: left;
	font-size: 0.8em;
	color: #aaa;
	background: #111;
	border-radius: 0px 0px 20px 20px;
}

div.main {
	padding: 30px;
}

div.header {
	text-align: center;
	font-size: 3em;
	font-weight: 800;
	color: #2A78D5;
	letter-spacing: -1px;
	font-family: 'League Spartan', sans-serif;
}

div.header-sub {
	text-align: center;
	font-size: 1em;
	margin: 3px 0px 10px 0px;
	color: #AAA;
}

div.header-small {
	font-size: 1.5em;
	text-align: center;
        color: #AF7C3F;
	margin: 0px 0px 30px 0px;
}

div.upload {
	max-width: 20vw;
	margin: 40px auto 50px auto;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;

	background: repeating-linear-gradient(
	  45deg,
	  #030303,
	  #030303 10px,
	  #111 10px,
	  #111 20px
	);
}

div.upload-icon {
	font-size: 4em;
	color: #666;
	opacity: .2;
}

div.upload-label {
	color: #666;
	margin: 5px 0px 0px 0px;
}

div.upload:hover {
	background: repeating-linear-gradient(
	  45deg,
	  #030303,
	  #030303 10px,
	  #1a1a1a 10px,
	  #1a1a1a 20px
	);              
}


div.upload:hover div.upload-label {
	color: #aaa;
}

div.upload:hover div.upload-icon {
        color: #aaa;
}

}

@media (max-width: 900px) {

/* Style: MOBILE */

span.proraw {
        padding: 0px 0px 0px 10px;
}

span.proraw img {
        max-height: 15px;
        position: relative;
        top: 3px;
}

div.code_selector {
        text-align: center;
        margin: 20px 0px 0px 0px;
}

div.code_selector input {

}

div.code_selector label {
        font-size: 0.9em;
        color: #aaa;
        margin: 0px 10px 0px 5px;
}

span.save_star {
        color: #FFCD00;
        animation-iteration-count: 2;
        animation-name: blinker;
        animation-duration: 1s;
        font-size: 0.7em;
        position: relative;
        bottom: 1.5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

div.exif-scanning-label {
	margin: 30px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: 700;
}

div.ditt-galleri {
        border: 1px solid #333;
        padding: 15px 25px 15px 25px;
        border-radius: 10px;
        display: inline-block;
        color: #aaa;
	font-size: 0.9em;
	margin: -25px 0px 0px 0px;
}

div.mf-login-header {
        font-size: 1.5em;
        margin: 0px 0px 15px 0px;
}

div.mf-login-button {
        margin: 20px 0px 30px 0px;
}

span.mf-login-button {
        background: #155476;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

span.mf-login-button2 {
        background: #2C6C20;
        padding: 7px 15px 7px 15px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.7em;
        margin: 0px 3px 0px 3px;
}

input.mf-login {
        border: 1px solid #333;
        border-radius: 10px;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        padding: 10px;
        background: #000;
        outline: none;
        margin: 0px 10px 0px 0px;
}

input.mf-login:focus {
        border: 1px solid #555;
}

div.mf-login {
        margin: 0px 0px 10px 0px;
}

div.sparagalleri {
	text-align: center;
	padding: 0px 0px 10px 0px;
}

div.options {
        margin: 40px 0px 0px 0px;
}

div.compare-sub {
        font-style: italic;
        margin: -35px 0px 40px 0px;
}

span.compare-label {
        position: relative;
        bottom: 25px;
        font-size: 0.8em;
}

div.compare-control {
        margin: 10px 0px 60px 0px;
}

img.compare-control-img {
        max-height: 50vh;
	max-width: 100%;
}

div.compare-windows {
        text-align: center;
}

div.compare-window {
        width: 100%;
	height: 40vh;
        display: inline-block;
	margin: 0px 0px 50px 0px;
}

div.no-exif-field {
        margin: 20px 0px 0px 0px;
        text-align: center;
}

div.no-exif-field input {
        border: 1px solid #333;
        border-radius: 10px;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        padding: 10px;
        background: #000;
        outline: none;
        margin: 0px 10px 0px 0px;
}

div.no-exif-field input:focus {
        border: 1px solid #555;
}

span.no-exif-button {
        background: #155476;
        padding: 10px 20px 11px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

div.loader {
        position: fixed;
        width: 80px;
        height: 80px;
        left: 50%;
        top: 10%;
        margin: 0px 0px 0px -40px;
        opacity: 0.3;
}

div.stangknapp {
	display: none;
}

div.msg {
        padding: 10px 30px 10px 30px;
	display: inline-block;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: none;
        background: rgba(255,255,255,0.1);
	border-radius: 10px;
	font-size: 0.8em;
}

div.bytbild-alla {
        text-align: center;
}

div.bytbild {
        width: 50px;
        height: 50px;
        border-radius: 7px;
        cursor: pointer;
        border: 4px solid #000;
        display: inline-block;
        margin: 20px 5px 0px 5px;
        background-repeat: no-repeat;
        background-size: cover;
}

div.bytbild-aktiv {
        border: 4px solid #2A78D5;
}

div.borja-om {
	text-align: center;
	margin: 0px 0px 30px 0px;
}

.hidemobile {
	display: none; 
}

div.exif-scanning {
        margin: -30px 0px 20px 0px;
        text-align: center;
	line-height: 1.5em;
}

div.exif-scanning-nospace {
        margin: -20px 0px 40px 0px;
}

span.exif-scanning-label {
        font-weight: 800;
        letter-spacing: -1px;
	font-size: 0.8em;
}

div.exif-scanning input {
        margin: 0px 2px 0px 8px;
        position: relative;
        top: 1px;
}

div.exif-scanning label {
        font-size: 0.8em;
        color: #aaa;
}

span.radera {
        background: #AF473F;
        color: #fff; 
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        position: relative;
        bottom: 4px;
}

span.lank {
        background: #288842;
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        position: relative;
        bottom: 4px;
        left: 8px;
}

span.lank2 {
        background: #1560C1;
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        position: relative;
        bottom: 4px;
        margin: 0px 0px 0px 10px;
}


div.header-small-sub {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: -20px 0px 30px 0px;
        font-style: italic;
	line-height: 1.6em;
}

div.header-small-sub2 {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: 20px 0px 0px 0px;
        font-style: italic;
}


div.header-sub-small {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

div.header-sub-small2 {
        text-align: center;
        color: #aaa;
        font-size: 0.8em;
        margin: 20px 0px 0px 0px;
        line-height: 1.5em;
}


div.exif-header {
        font-weight: 600;
        color: #3FAF83;
        letter-spacing: -1px;
	font-size: 0.8em;
}

div.exif-value {
        font-weight: 300;
        color: #999;
        margin: 5px 0px 15px 0px;
}

div.exif-data {
        max-width: 500px;
        margin: auto;
}

div.exif {
        padding: 40px 0px 100px 0px;
}


div.dela {
        text-align: center;
        margin: 30px 0px 30px 0px;
}

div.bild {
        text-align: center;
}

img.bild {
        width: 100%;
        max-height: 100vh;
}

img.bildfs {
        cursor: zoom-out;
}

img.bildfs2 {
        max-width: 100%;
        cursor: zoom-in;
}

img.bildfs3 {
        cursor: zoom-out;
}

div.target {
        text-align: center;
}

div.copy {
        margin: 30px 0px 30px 0px;
}

span.copy {
        background: #155476;
        padding: 7px 13px 8px 13px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

span.copyred {
        background: #7D3333;
        padding: 7px 13px 8px 13px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

span.copyyellow {
        background: #FFC433;
        padding: 7px 13px 8px 13px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 300;
        font-size: 0.8em;
        margin: 0px 3px 0px 3px;
}

textarea.code {
        background: #000;
        height: 100px;
        color: #aaa;
        font-family: 'Courier New';
        border: 1px solid #222;
        padding: 10px;
        border-radius: 20px;
        width: 50vw;
        outline: none;
}
div.code {
        text-align: center;
        margin: 30px 0px 50px 0px;
}

div.upload-item {
        margin: 0px 0px 50px 0px;
}

div.upload-item-thumb {
        height: 35vh;
        background: #111;
        border-radius: 20px 20px 0px 0px;
        background-repeat: no-repeat;
        background-size: cover;
}

div.upload-item-data {
        padding: 20px;
        font-size: 0.8em;
        color: #aaa;
	text-align: left;
        background: #111;
        border-radius: 0px 0px 20px 20px;
}

div.main {
        padding: 30px;
}

div.header {
        text-align: center;
        font-size: 3em;
        font-weight: 800;
        color: #2A78D5;
        letter-spacing: -1px;
        font-family: 'League Spartan', sans-serif;
}

div.header-sub {
        text-align: center;
        font-size: 0.8em;
        margin: 3px 0px 10px 0px;
        color: #AAA;
}

div.header-small {
        font-size: 1.5em;
        text-align: center;
        color: #AF7C3F;
        margin: 0px 0px 30px 0px;
}

div.upload {
        max-width: 80vw;
        margin: 30px auto 50px auto;
        padding: 20px;
        text-align: center;
        border-radius: 20px;
        cursor: pointer;

        background: repeating-linear-gradient(
          45deg,
          #030303,
          #030303 10px,
          #111 10px,
          #111 20px
        );
}

div.upload-icon {
        font-size: 2em;
        color: #666;
        opacity: .2;
}

div.upload-label {
        color: #666;
        margin: 5px 0px 0px 0px;
	font-size: 0.9em;
}

div.upload:hover {
        background: repeating-linear-gradient(
          45deg,
          #030303,
          #030303 10px,
          #1a1a1a 10px,
          #1a1a1a 20px
        );
}


div.upload:hover div.upload-label {
        color: #aaa;
}

div.upload:hover div.upload-icon {
        color: #aaa;
}

}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


