/*Result Page -- CSS*/
body{
    margin: 0;
    padding-top: 200px;
    align-items: center;
}

/*-TOP--*/

header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 10%;
    height: 6.5rem;
    background-color: #8f7fc6;
   
    
    
  }
.home #particles-js{
    position: absolute;
    top: 0;left: 0;
    height: 100%;
    width: 100%;
}
header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 10%;
    height: 6.5rem;
    background-color: #004c57;
   
    
    
  }
/*navigation*/

.nav-item{
    padding-right: 40px;
}


/*Results*/
.main-results{
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
    text-align: center;
    margin: auto;
}



.styled-table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


/*Footer*/
#footer{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: white;
    text-align: center;
}

.link-icon{
    color: black;
    font-size: 25px;
    padding-right: 10px;
}





.theme-btn {
    top: 5%;
    right: 3%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-grey-4);
    cursor: pointer;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease-in-out;
  }
  .theme-btn:active {
    transform: translateY(-3px);
  }
  .theme-btn i {
    font-size: 1.4rem;
    color: var(--color-grey-2);
    pointer-events:visible;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*list-style: none;*/
  }
  
  .dark-mode {
    
    --color-primary: #25272af9;
    --color-secondary: #27AE60;
    --color-white: #c8c3c3;
    --color-black: #2f2b2b;
    --color-grey0: #785e5e;
    --color-grey-1: #5a646e;
    --color-grey-2: #7ba6bb;
    --color-grey-3: #060709;
    --color-grey-4: #e9ecf0;
    --color-grey-5: #2a2e35;
    --color-grey-6: #12181b;
    --br-sm-2: 14px;
    --box-shadow-1: 0 3px 15px rgba(192, 184, 184, 0.3);
  
    
    
  }
  
  :root {
    --color-primary: #ffffff;
    --color-secondary: #ece1e4;
    --color-white: #454e56;
    --color-black: #e2dbdb;
    --color-grey0:var(--color-secondary);
    --color-grey-1: #6c7983;
    --color-grey-2: #6c7983;
    --color-grey-3: #6c7983;
    --color-grey-4: #454e56;
    --color-grey-5: #615a5a;
    --color-grey-6: #2e3132;
    
  }

  
section::before,
.card1::before{
    content:normal;
    position: ;
    width: 200px;
    height: 200px;
    border-radius: 50% 20px;
    opacity:0.8;
    align-items: center;
}
.card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  border-radius: 25px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgb(241, 150, 14);
  width: 900px;
  height: 480px;
  box-shadow: 0 15px 35px rgb(243, 139, 5);
  background-color: rgba(255,255,255,0.05);
  filter: blur(0px);
  top: 10px;
  left: 400px;
  right: 10px;
  bottom: 0;
  opacity: 20;
}
.left-container {
  flex: 1;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height:100%;
  padding: 10px;
  margin: 30px;
  border-right: 1px solid #e4e4e4;
}

.right-container {
  flex: 1;
  max-width:5000%;
  height:230px;
  
  margin: 20px;
  border-radius:30px;
}
@media only screen and (max-width: 860px) {
  .card
   {
   flex-direction: column;
   margin: 10px;
   height: auto;
   width: 100%;
  }
  .left-container{
      flex: 1;
      max-width:100%; 
      border:none;
  }
section::before{
      top:4%;
      left:51%;
  }
}
@media only screen and (max-width: 600px) {
  .card
   {
   flex-direction: column;
   margin: 10px;
  }
  .left-container{
      flex: 1;
      max-width:100%; 
  }
  .card1::before{
      bottom: -14%;
      left: 1%;
  }


}
.left-container img{
  border: double 5px transparent;
  border-radius: 10%;
  box-shadow: 0 15px 35px rgba(235, 131, 3, 0.5);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 200px;
  height: 300px;
  max-width: 80%;
  margin-top: px;

}
.left-container h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.right-container h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
  padding: auto;
}
.gradienttext{
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons a {
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
  display: inline-block;
  margin-right: 15px;
  padding:15px ;
  width:50px;
  height:50px;
  border-radius:30px;
  text-align: center;
}

.social-icons i {
  font-size: 24px;
  color:rgba(255, 255, 255, .7);
  transition: all 0.3s ease;
}

.social-icons i:hover {
  color: rgba(255, 255, 255, 1);
}


table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  
  border-collapse: collapse;
}

td {
  
  padding: 10px;
  border: none;
  border-radius: 20px;
  color: rgb(197, 88, 10);
}

td:first-child {
  font-weight: bold;
}

.down{
  min-height: auto;
  padding-top: 0;
  background: rgb(0, 1, 43);
}
.down .box-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.down .box-container .box{
  flex: 1 1 25rem;
  margin: 2.5rem;
}
.down .box-container .box h4{
  font-size: 2rem;
  color: #fff;
  padding-bottom: 0.2rem;
  font-weight: normal;
}
.down .box-container .box p{
  font-size: 1.0rem;
  color: #ccc;
  padding: .7rem 0;
  text-transform: none;
}
.down .box-container .box p i{
  padding-right: 1rem;
  color: #ffae00;
}
.down .box-container .box a{
  font-size: 1.5rem;
  color: rgb(238, 238, 238);
  padding: .3rem 0;
  display: block;
  opacity: 100%;
}
.down .box-container .box a:hover{
  color: #ffae00;
}
.down .box-container .box .share{
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.down .box-container .box .share a{
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.7rem;
  margin-right: 1rem;
  transition: .2s;
  background: rgb(230, 230, 230);
  color: #02094b;
  border: none;
}
.down .box-container .box .share a:hover{
  background: transparent;
  transform: scale(0.98);
  border: .1rem solid rgb(180, 178, 178);
  color: #ffae00;
}
.down .credit{
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Nunito',sans-serif;
  font-weight: 600;
  color: #fff;
  border-top: .1rem solid #fff3;
}
.down .credit a{
  color: #ffae00;
}
.down .fa{
    color: #E90606;
    margin: 0 .3rem;
    font-size: 1.5rem;
    animation: pound .35s infinite alternate;
}