html {
	background: #e6ecff;
    height: 100%;
    width: 100%;
}
.main-body {
	background: #e6ecff;
    height: 100%;
    width: 100%;
}
.logo-container, .footer-container, .footer-container-postsnap{
    padding: 10px;
    height: 60px;
}
.logo-image {
    height: 40px;
}
.main-container, .instructions{
	background: #fff;
	border-left: 1px solid #d5defd;
	border-right: 1px solid #d5defd;
}

#video {
    border: 2px solid #2b318b;
}

.loader {
  margin: auto; 
  --r1: 154%;
  --r2: 68.5%;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%; 
  background:
    radial-gradient(var(--r1) var(--r2) at top   ,#0000 79.5%,#269af2 80%),
    radial-gradient(var(--r1) var(--r2) at bottom,#269af2 79.5%,#0000 80%),
    radial-gradient(var(--r1) var(--r2) at top   ,#0000 79.5%,#269af2 80%),
    #ccc;
  background-size: 50.5% 220%;
  background-position: -100% 0%,0% 0%,100% 0%;
  background-repeat:no-repeat;
  animation: l9 2s infinite linear;
}
@keyframes l9 {
    33%  {background-position:    0% 33% ,100% 33% ,200% 33% }
    66%  {background-position: -100%  66%,0%   66% ,100% 66% }
    100% {background-position:    0% 100%,100% 100%,200% 100%}
}

video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

img#dynamic-image-snap {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  border: 2px solid #2b318b;
}

span.badge-red {
    color: #c20202;
    background: #fff;
    margin-right: 10px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 2px solid #c20202;
    margin-bottom: 5px;
    display: inline-block;
}

span.badge-green {
    color: #00892f;
    background: #fff;
    margin-right: 10px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 2px solid #00892f;
    margin-bottom: 5px;
    display: inline-block;
}

.action-btn{
    width: 99%;
    border-radius: 1000px;
    height: 40px;
    background: #7C42F5;
    border-color: #7C42F5;
}



.analysis__wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    background-color: #f0f3f6;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.analysis__wrap .form-block {
    max-width: 800px;
    text-align: center;
    background-color: #fff;
    border-radius: 0.5rem;
    flex-direction: column;
    padding: 4rem;
    display: flex;
    align-items: center;    
    box-shadow: 0 12px 80px rgba(0, 0, 0, .2);
}

/* Media Queries for Tablet */
@media (max-width: 768px) {
    .analysis__wrap .form-block {
        max-width: 80%;
        padding: 3rem;
    }
}

/* Media Queries for Mobile */
@media (max-width: 480px) {
    .analysis__wrap .form-block {
        max-width: 90%;
        padding: 2rem;
    }
}


.form-block .title {
    color: #2b318b;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.form-block .body {
    color: rgba(10, 12, 30, .8);
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.container.upload-success.text-center.pt-5 {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    background-color: #f0f3f6;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.form-block {
    max-width: 700px;
    text-align: center;
    background-color: #fff;
    border-radius: 0.5rem;
    flex-direction: column;
    padding: 4rem;
    display: flex;
    align-items: center;
    box-shadow: 0 12px 80px rgba(0, 0, 0, .2);
    margin: auto;
}
.dynamic-image-snap-class2{
    display: none;
}
.dynamic-image-snap-class3{
    display: none;
}