@charset "utf-8";
/* CSS Document */
        @font-face {
            font-family: google;
            src: url("fonts/google_sans/GoogleSans-Regular.ttf");
        }	
	  
      body {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        margin: 0px;
        /* background: url("bac.jpg");*/
        background-size: cover;
        background-repeat: no-repeat; 
        scroll-behavior: smooth;
        background-attachment: fixed;
        font-family: google,sans-serif;
        background: linear-gradient(#FFFFFF,#FFFFFF);
		font-size: 1.1em;
		background-color: #FFFFFF ;
        
      }
	 
/* Styling for the scrollbar track */
body::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
    height: 8px;
}

/* Styling for the thumb (the draggable part) */
body::-webkit-scrollbar-thumb {
    background-color: #AA205C; /* A lighter gray color for the thumb */
    border-radius: 4px;
}

/* Styling for the track (the background of the scrollbar) */
body::-webkit-scrollbar-track {
    background-color: #3e3e3e; /* A darker gray for the track */
}		  
	  
      td {
        text-align: center;
      }
      .fa {
        padding: 5px;
        font-size: 20px;
        width: 20px;
        text-align: center;
        text-decoration: none;
        margin: 5px 5px;
        border-radius: 50%;
        color: black;
      }

		.index { 
			color: #AA205C;
			transition: color 0.3s ease;
		}

		.index:hover { 
				/* Key properties for the AI effect */
			background-image: linear-gradient(
				90deg,
				#1a73e8, /* Blue */
				#34a853, /* Green */
				#000, 	/* black */
				#B6C511,
				#1a73e8, /* Blue again for a smooth loop */
				#34a853
			);
			background-size: 400% 100%; /* Make the gradient wider than the text */
				-webkit-background-clip: text; /* Clips the background to the text shape */
			background-clip: text;
			color: transparent; /* Makes the text itself transparent to show the background */
			animation: animated-text-color 4s infinite linear; /* New text color animation */		
		}
		
	.animated-sparkle {
	  /* No content property here */
	  	display: inline-block;
	  	font-size: 25px;
	 	border: none;
		border-radius: 20px;
		outline: none;
	  	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}	
	.animated-sparkle::before {
	  content: "✨"; /* This is where the content property belongs */
	  padding-right: 10px;
	  background-size: 800% auto;
	  background-image: linear-gradient(
		  90deg,
		  #2c67f2 0%,    /* Start with dark blue */
		  #62cff4 15%,    /* A smoother transition to aqua */
		  #000 45%,      /* Black now has a more defined position */
		  #B6C511 60%,    /* The yellow-green emerges */
		  #1a73e8 80%,    /* Transition to a new blue */
		  #62cff4 100%,    /* End with aqua to prepare for a smooth loop */
		  #62cff4 115%,
		  #000 145%,
		  #B6C511 160%,
		  #1a73e8 180%,
		  #62cff4 200%
		);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  -webkit-animation: animated-text-color 2s linear infinite;
	  animation: animated-text-color 2s linear infinite;
	}		
		
      .signup {
        border: 1px solid #AA205c;
        background:#AA205c;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        cursor: pointer;
        outline: none;
        color: white;
        text-decoration: none;
        font-family: google;
        font-size: 18px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      }
      table tr:nth-child(odd) {
        background-color: gainsboro;
      }

      .signup:hover {
        border: 1px solid #AA205c;
        color: white;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
          0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
          0 22.3px 17.9px rgba(0, 0, 0, 0.072),
          0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
        background: #AA205c;
		animation: animated-border-glow 8s infinite linear;
      }

      .topbar {
        width: 100%;
        box-sizing: border-box;
        border: none;
        font-size: 25px;
        background-color: rgba(255, 255, 255, 1);
        background-image: url("searchicon.png");
        background-position: 10px 10px;
        background-repeat: no-repeat;
        padding: 12px 20px 12px 25px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        text-align: left;
        font-family: google;
        color: black;
        padding-top: 10px;
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      }

      input[type="button"] {
        font-family: google;
        background: #2b5ce3;
        border: 2px solid #2b5ce3;
        width: 40%;
        padding: 8px;
        cursor: pointer;
        height: auto;
        color: white;
        font-size: 25px;
        border-radius: 100px;
        transition: 0.2s ease;
        outline: NONE;
      }

      .card {
        /*            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
        transition: 0.3s;

        background-color: rgba(255, 255, 255, 0.8);
        width: 450px;
        height: auto;
        font-family: google;
        padding: 15px;
        color: dimgray;
        border-radius: 10px;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
          0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
          0 22.3px 17.9px rgba(0, 0, 0, 0.072),
          0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
      }
      .card2 {
        /*            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
        transition: 0.3s;

        background-color: white;
        width: 600px;
        height: auto;
        font-family: google;
        padding: 15px;
        color: dimgray;
        border-radius: 10px;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
          0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
          0 22.3px 17.9px rgba(0, 0, 0, 0.072),
          0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
      }

      .line {
        width: 98%;
        border-top: 1px solid silver;
        text-align: left;
        color: #2b7ff2;
      }

      img {
        border-radius: 10px;
        margin: 5px;
        width: 90%;
      }

      /*
              .card:hover {
                  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
              }
      */

      .container {
        padding: 2px 16px;
        text-align: left;
      }
     
      .fbtn {
            height: 50px;
            width: 100px;
            position: fixed;
            right: 5px;
            bottom: 10px;
            background: white;
            text-align: center;
            line-height: 50px;
            border-radius: 20px;
            color: #511086;
      }
   

      .header {
        z-index: 1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        text-align: center;
        width: 100%;
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        color: white;
        background-color: #FFFFFF;
        padding: 10px;
        font-family: google;
        font-size: 25px;
      }
      input[type="text"],
      input[type="password"] {
        font-size: 17px;
        padding: 7px;
        border-radius: 5px;
        border: 1px solid silver;
        text-align: center;
        outline: none;
      }
      .btn {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 17px;
        background:rgba(0, 0, 0, 0.1);
        outline: none;
        color: black;
        border: none;
        cursor: pointer;
        border-radius: 20px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
      .gridc {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 10px;
        width: 70%;
      }
      .grid-item1 {
        font-family: google;
        background-color: #1d7ece;
        padding: 10px;
        font-size: 17px;
        text-align: center;
        color: white;
        border-radius: 0 0 5px 0;
      }
      .grid-item2 {
        border-radius: 0 0 0 5px;
        font-family: google;
        background-color: #80bb22;
        padding: 10px;
        font-size: 17px;
        text-align: center;
        color: white;
      }
      .grid-item3 {
        font-family: google;
        background-color: #ff331f;
        padding: 10px;
        font-size: 17px;
        text-align: center;
        color: white;
        border-radius: 5px 0 0 0;
      }
      .grid-item4 {
        border-radius: 0 5px 0 0;
        font-family: google;
        background-color: #ff8811;
        padding: 10px;
        font-size: 17px;
        text-align: center;
        color: white;
      }
      tr td:nth-child(2){
          background-color: #ff5141;
          color:white;
        }
        tr td:nth-child(3){
          background-color: #ff8811;
          color:white;
        }
        tr td:nth-child(4){
          background-color: #80bb22;
          color:white;
        }
        tr td:nth-child(5){
          background-color: #1d7ece;
          color:white;
        }
@media screen and (max-width: 600px) {
	
		p {
			margin-top: 15px;
		}
 		
	.header {
        z-index: 1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        text-align: center;
        width: 100%;
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        color: white;
        background-color: #FFFFFF;
        padding: 5px;
        font-family: google;
        font-size: 20px;
      }
		
		 .signup {
				border: 1px solid #AA205c;
				background: #AA205c;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 10px;
				padding-bottom: 5px;
				border-radius: 5px;
				cursor: pointer;
				outline: none;
				color: white;
				text-decoration: none;
				font-family: google;
				font-size: 5px;
				transition: all 0.3s ease;
			  }
		
			  .signup:hover {
				border: 1px solid #AA205c;
				color: white;
				box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
				  0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
				  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
				  0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
				background:#AA205c;
			  }
		
		 .btn {
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 5px;
				padding-bottom: 5px;
				font-size: 12px;
				background:rgba(0, 0, 0, 0.1);
				outline: none;
				color: black;
				border: none;
				cursor: pointer;
				border-radius: 10px;
			  }
			  
			  .btnEffect {
					cursor: pointer;
					outline: none;
					transition: 0.2s all;
				}
				/* Adding transformation when the button is active */
				  
				.btnEffect:active {
					transform: scale(0.98);
					/* Scaling button to 0.98 to its original size */
					box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
					/* Lowering the shadow */
				}       
				
 }

   .ln {
        text-decoration: none;
        color: #511086;
   }



.card-gr {
	       background: rgba(255, 255, 255, 0.8);
	       border-radius: 50px;
	       text-align: center;
	       height: auto;
	       width: 70%;
	       box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
          0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
          0 22.3px 17.9px rgba(0, 0, 0, 0.072),
          0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);;
	       color: dimgray;

	     
	  
}

.th-wd {
	       width: 25%;
	       
}


#fcol {
	   color: dimgray;

}

	       .btnEffect {
            cursor: pointer;
            outline: none;
            transition: 0.2s all;
        }
        /* Adding transformation when the button is active */
          
        .btnEffect:active {
            transform: scale(0.98);
            /* Scaling button to 0.98 to its original size */
            box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
            /* Lowering the shadow */
        }
		
.s-logo {
	border-radius: 10px;
	margin-top: 10px;
	max-width:40px;
	max-height: 90%;
	float:left;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
	.s-logo:hover {
			animation: animated-border-glow 8s infinite linear;
			transition: 0.2s all;
			transform: scale(1.1); 
		 }	
		
@media print {
  #printPageButton {
    display: none;
  }
}

/* Keyframes for the new animated border glow */
@keyframes animated-border-glow {
    0% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(100, 100, 255, 0.7); /* Blue */
    }
    25% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(100, 255, 100, 0.7); /* Green */
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(255, 100, 100, 0.7); /* Red */
    }
    75% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(255, 255, 100, 0.7); /* Yellow */
    }
    100% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(100, 100, 255, 0.7); /* Blue (back to start) */
    }
}

/* Define the keyframes for the text color */
@keyframes animated-text-color {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}	 