/* Custom styles for iSawYou. Updated 1/7/23 */

/* disclosure triangle intro text */
.disclosure-link {
  color: #212529; /* Dark neutral black/grey */
}

.disclosure-icon {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
}

/* Rotates 90 degrees when expanded */
.disclosure-link:not(.collapsed) .disclosure-icon {
  transform: rotate(90deg);
}


/* animated checkbox for cookie policy */
/* \\//bbbootstrap.com/snippets/animated-checkmark-50934051 */
*{padding:0;margin:0}.wrapper{height:inherit;display:flex;justify-content:center;align-items:center;background-color:#ffffff}.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #55A555;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 10% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #55A555}}

.appHeader .pageTitle {
  font-size: 17px;
  font-weight: 500;
  padding: 0;
}

.appHeader .pageTitle .logo {
  max-height: 28px;
}

.qrcode {
	border: 2px solid #E1E1E1;
}
.flexitem {
	display: inline-block;
	margin: 1px;
}
.list-group-title {
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid;
}
.badge {
	  font-size: 12px;
	  line-height: 1em;
	  border-radius: 3px;
	}
  .card.bg-outline-secondary {
    border: 1px solid #6c7b94;
  }
.appBottomMenu .item:active {
	  opacity: 1.0;
	}
.appBottomMenu.text-light .item {
	  color: #FFF;
	  opacity: 1.0;
	}

.form-wizard-section .button-item.active strong {
	  background: #6c7b94;
	  color: #fff;
	}
.btn-lg {
  text-transform: uppercase;
}
.btn-xs {
  height: 24px !important;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.btn-xs i.bi,
.btn-xs i.icon,
.btn-xs ion-icon {
  font-size: 16px;
  margin-right: 4px;
}
.flag {
	height: 16px;
	width: auto;
	border: none;
	background: transparent;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.accordion {
	border: none;
}
.accordion-header {
	border: 0;
}
.accordion .accordion-body {
	padding: 0;
}
.h64 {
  height: 64px !important;
}

.snapshot-thumb {
   max-height: 100px;
   width: auto;
   display: inline-block;
}
.snapshot-container {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    text-align: center;
    background: rgba(15, 27, 47, 0.037);
}

body.dark-mode-active .snapshot-container {
border-color: #1B283B !important;
background: rgb(11, 22, 36) !important;
}

.timeline.timed .time {
  position: absolute;
  left: -88px;
  width: 76px;
}
.icon-custom {
	height: 42px;
	width: auto;
	background: transparent;
	border: none;
}
.card-outline{
  box-shadow: none;
  border: 1px solid #CFD3D9;
}
.card-outline-label {
  font-size: 11px;
  font-weight: 500;
  color: #141515;
  display: block;
  line-height: 1.2em;
  text-align: left;
}
body.dark-mode-active .card-outline {
    border-color: #1B283B !important;
}
body.dark-mode-active .card-outline-label {
  color: #ffffff;
}
.color-key {
	border: 1px solid #CFD3D9;
	border-radius: 5px;
}
body.dark-mode-active .color-key {
    border-color: #1B283B !important;
}
body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-footer {
  border-top-color: #1B283B !important;
}
.form-control::-moz-placeholder {
	color:#a1afbc;opacity:1
}
.form-control::placeholder {
	color:#a1afbc;opacity:1
}

.modalbox .modal-dialog .modal-content {
 background: #f9f9f9;
}
.imaged.w32 {
  width: 32px !important;
  height: 32px;
}
.google-ad {
  text-align: center;
  background: #999;
  border: 1px solid black;
}
.bestof-badge {
  color: white;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 5px;
  top: 0;
  background: url(/images/interface/common/bestof-badge.svg);
  background-size: cover;
  text-align: center;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  writing-mode: lr-tb;
}
.bestof-badge h3 {
  font-weight: bold;
  color: white;
  margin: 0;
  font-size: 1.8em;
  line-height: 46px;
}
body.dark-mode-active .card {
  background: #0F1C2F;
  color: #8195a6;
}
body.dark-mode-active .wrapper {
    background: #1B283B !important;
    border: 1px solid #243751;
  }
 .cookies-modal {
 bottom: 96px;
  }
.simple-listview > li .item {
    padding: 10px 16px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
  }

.simple-listview li .item .in {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
/* Custom width for big screens
460px was first but too small. */

@media only screen and (min-width: 768px) {
  body{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
  }
  #appCapsule{
	overflow: hidden;
  }
  .extraHeader{
	width: 768px;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
  }
::-webkit-scrollbar {
    width: 12px;
    overflow-x: hidden;
  }
::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-left: 1px solid #E8E8E8
  }
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-top: #dbdbdb;
    border-bottom: #8e8e8e;
  }
::-webkit-scrollbar-thumb:hover {
  background: #999;
  }
  .action-sheet{
	left: 50%;
	min-width: 768px;
	max-width: 768px;
	transform: translate(-50%, 0);
  }
  .action-sheet .modal-dialog{
	min-width: 768px !important;
  }
  .appBottomMenu .item{
	width: 100px;
  }
  .cookies-modal {
    left: auto;
    right: auto;
    width: 768px !important;
  }

}

/* Everything below must be at bottom of style sheet or else it breaks formatting above. */

/* https://codepen.io/raulghm/pen/EjdwoO  fades the appcapsule only into view on page load */
.shimmer	{
 border-radius: 50%;
 border: 2px solid #61EF61;
 width: 10px;
 height: 10px;
 text-align: center;
 position: relative;
}

#appCapsule div {
/* fades each page load into view on all pages with an appCapsule */
 animation: fill 500ms;
 -moz-animation: fadein4 500ms; /* Firefox */
 -webkit-animation: fadein4 500ms; /* Safari and Chrome */
}
@keyframes fadein4 {
 from {
	  opacity:.33;
 }
 to {
	  opacity:1;
 }
}
@-moz-keyframes fadein4 { /* Firefox */
 from {
	  opacity:.33;
 }
 to {
	  opacity:1;
 }
}
@-webkit-keyframes fadein4s { /* Safari and Chrome */
 from {
	  opacity:.33;
 }
 to {
	  opacity:1;
 }

