/* Add loading spinner styles */
          #loadingSpinner {
           
            display: none;
        }

       
		
		/* Hide the resultContainer initially */
        #resultContainer {
            display: none;
        }
		/* Add a disabled style for the button */
        #scrapForm button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
		
		#scrapForm button[disabled] {
            opacity: 0.5;
            cursor: not-allowed;
        }

input:focus::placeholder {
  color: transparent;
}
video {
    object-fit: cover; /* so the video covers all the available space */
    object-position: center; /* not required */
    border-radius: 16px;
}
@media only screen and (max-width: 600px) {
.container {
    padding-left: 0px;
}
}
li.nav-item {
    padding-right: 8px;
}