@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
body{
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background: rgb(58, 201, 221 ,0.25);
  }

  h1{
    font-weight: 500;
    font-size: 36px;
  }

  h5{
    font-weight: 500;
    font-size: 24px;
  }
  header {
    background: linear-gradient(0deg, #4563C4, #3AC9DD);
  }

  header img{
    height: 100px;
    padding-left: 40px;
  }

  footer{
    background: linear-gradient(180deg, #4563C4, #3AC9DD);
    color: white;
  }

  h2{
    font-size: 85px;
  }

  p{
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
  }

  label{
    font-size: 24px;
    font-weight: 500;
  }
  .results{
    font-size: 3rem;
    color: #4563C4;
  }
  .results::before,
  .results::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #4563C4;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
  }

.fa {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: .25rem;
  }
  
  .fa:hover {
      opacity: 0.7;
      color: white;
      text-decoration: none;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: -webkit-radial-gradient(50px 220px, #ffda75 18%,#ff3a49 43%,#ff3a49 50%,#e518a1 70%,#6634e1 100%);
    color: white;
  }

  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  
  .fa-reddit {
    background-color: #ff4500;
    color: white;
  }
  
  .fa-search-plus{
    padding: 10px;
    font-size: 20px;
  }
  .fa-tiktok{
    background-color:#FE2C55;
    color: white;
  }
  .fa-github{
    background-color: #4078c0;
    color: white;
  }
  .fa-twitch{
    background-color: #4078c0;
    color: white;
  }
  .fa-threads{
    background-color: #4078c0;
    color: white;
  }
  .fa-tumblr{
    background-color: #4078c0;
    color: white;
  }
  .fa-vimeo{
    background-color: #4078c0;
    color: white;
  }
  .fa-dribbble{
    background-color: #4078c0;
    color: white;
  }
  .card{
    margin-top: 30px;
    box-shadow: #17a2b8 0px 5px 15px;
    border-radius: 15px;
    /*border: 1px solid #1e7e34;*/
   
  }
  .resultscard .card{
    background-color: #EEEEEE;
    box-shadow: 4px 4px 10px #bfbfbf;
   
  }
  .resultscard img{
      width:83px !important;
      height:83px;
  }

 /* .col-md-12{
    padding-right: 40px;
    padding-left: 40px;
  }*/

  input {
    background-color: #efefef !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 18px 15px !important;
    border-radius: 15px !important;
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .161) !important;
    outline: none !important;
    border: none !important;
    height: unset !important;
  }

  .btn-clock {
    width: auto;
    color: white;
    font-size: 24px;
    font-weight: 600 !important;
    background: linear-gradient(95.64deg, #4563C4 0%, #3AC9DD 100.33%);
    border-radius: 40px;
    border: none;
    outline: none;
    padding: 10px 23px;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease-in-out;
  }

  #spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
  }

  .spinner-border {
    display: block;
    position: fixed;
    z-index: 1031; 
    top: 50%;
    right: 50%; 
  }

  .row .col-md-3 .card .card-body{
    padding: 10px;
  }
  .card-body {
    position: relative;
  }
  
  .fa-circle-exclamation {
    position: absolute;
    top: 0;
    right: 1.25rem;
    transform: translate(50%, -50%);
  }

  .background-image {
    width: 100%;
    height: -webkit-fill-available; 
    background-image: url("/img/Group 38.png") ;
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image in the div */
    background-repeat: no-repeat; /* Prevents the image from repeating */
  }
  #Message{
    font-size: large;
  }
  
  @media only screen and (max-width: 600px) {
    .col-md-12 {
      padding-right: 15px;
      padding-left: 15px;
    }
    header img{
      margin: 0 auto;
      display: table;
      padding-left: inherit;
      width: -webkit-fill-available;
    }
    .background-image{
      background-size: unset;
      background-position: unset;
      background-repeat: repeat-y;
    }
    .results{
      font-size: 2rem;
    }
    p{
      font-size: 15px;
    }
    h1{
      font-size: 20px !important;
    }
    label{
      font-size: 16px !important;
    }
    .btn-clock{
      font-size: 22px;
    }
  }
  @media only screen and (max-width: 768px) {
    .h5, h5 {
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 568px) {
    .h5, h5 {
      font-size: 15px;
    }
    .btn-clock{
      font-size: 15px;
    }
    .results::before,
    .results::after {
      display: inline-block;
      content: "";
      border-top: .2rem solid #4563C4;
      width: 2rem;
      margin: -4px 1rem;
      transform: translateY(-1rem);
    }
  }