/*HOME.EJS SEGMENT*/
html {
  scroll-behavior: smooth;
}
head { font-family: Arial; padding: 0px; background: #f9f9f9; margin:0;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body { font-family: Arial;
       padding: 0px; 
      background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
       margin:0;      
}

.stories-container{ 
}
.teamlogo_container {
  z-index:80;
  margin-top:-750px;
  margin-bottom:320px;
  width:100%;
  height:100%;
}
.teamlogo {
  justify-self:center;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.77);
  margin: 75px;
  border-radius:50%;
  border: 1% solid rgb(205, 207, 207);
  z-index: 10;
  position: relative;
  margin-bottom:80px;
 

}
.teamlogo >img{
  justify-self:center;
  box-shadow: 0 0 20px #ffffff38;
  border-radius: 50%;
  max-width: 202px;
  max-height: 202px;
  padding: 2px;
  border: 3px solid   #c41616;;
  box-shadow: 0px 0px 5px 5px #0b2447;
  object-fit:cover;

}
.underscore {
      height: 2px;
      background-color: #011a33af; 
      width: 8%;
      box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
      padding:2px;
      margin-top: -5px;
      justify-self: center;
}
.match { 
      overflow: hidden;
      position: relative;
      text-align: center;
	  border-bottom: 1px solid #f0f0f0;
	  border: 1px solid rgb(134, 109, 109 0.650);
      border-radius: 12px;
      min-height: 120px;
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
      margin: 10px 0; padding: 10px; border-bottom: 1px solid #ccc;
}
.match {
  width: 100%;
}

@media (min-width: 768px) {
  .match {
    min-width: 430px;
    width: 75%;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  }
}

.matches-wrapper{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      margin: 10px 0; padding: 10px; border-bottom: 1px solid #ccc; }
.match-date {
     margin-bottom: 10px;
     margin-top: 0.75rem;
     padding: 0.5rem 1rem;
     color: #525252da;
     font-size: 1rem;
     line-height: 1.5rem;
     font-weight: 600;
     justify-content: center;
     width: 100%;
     border-radius: 0.375rem;
     border: 1px solid #D1D5DB;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    .match-name {
     font-weight: bold;
     color: #333;
     position: relative;
     display: flex;
     justify-content: space-around;
     align-items: center;
     height: 25px;
     padding: 5px 10px;
     margin-top:12px;
     margin-bottom: 8px;
     text-transform: uppercase;
     font-size: 18px;
     gap: 25px;
    
    }
    .tem{
     margin-right: 15px;
     margin-left: 15px;
     font-weight: 700;
    }
     @media (max-width: 600px) {
    .tem {
    font-size: 17px;
    line-height: 1.1;
    
    }
  }
    .match-score {
     color: rgb(15, 15, 15);
     font-weight: bold;
     font-size: 27px;
     letter-spacing: 8px;
    margin-bottom: 5px;
     padding: 15px;
    
    }
    .match-cons{
      gap: 10px;
    }
    .icon1 {
      /**/
      border-radius: 50%;
      box-shadow: #343c46b7;
      padding: 2px;
      background: conic-gradient(#ffffff, #ff0000, #000000, #bbbdbc);
      animation: ring-spin 4s linear infinite;
      box-shadow: 0 0 8px #005340, 0 0 15px #006aff8a;
    }
       
    .icon1::before {
     content: '';
     position: absolute;
     width: 62px;
     height: 62px;
     background-color: #ffffff;
     border-radius: 50%;
     z-index: 1;
    }

    @keyframes ring-spin {
    0% {
    transform: rotate(0deg);
    }
    50% {
    transform: rotate(36deg);
    }
    50% {
    transform: rotate(-36deg);
    }
    }

    .space {
      width: 85px;
    }
    .match-vanue {
     display: inline-flex;
     padding: 0.5rem 1rem;
     background-color: #c41616;
     color: #ffffff;
     font-size: 1rem;
     line-height: 1.5rem;
     font-weight: 500;
     justify-content: center;
     width: 60%;
     border-radius: 0.375rem;
     border: none;
     box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
    @media (max-width: 600px) {
    .match-vanue {
    min-width: 65%;
    width: auto;
   }
   }

.transparent1 {
  background-color: transparent;
  border: 1px solid transparent;
  width: 150px;
  color:transparent;
}
.transparent2 {
      border: 1px solid transparent;
      color: #4b4b4b;
       text-shadow: 5px rgba(0, 0, 255, 0.301), ;
      font-weight: 700;
      font-size: 18px;
      background-color: transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      text-decoration: none;
      padding: 20px 10px;
      border-radius: 6px;
      background:transparent;
}

.list-group {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      margin: 10px 0; padding: 10px; border-bottom: 1px solid #ccc; }
.list-group-item {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 85%;
  border-radius: 12px;
  padding: 10px; border-bottom: 1px solid #ccc;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
.list-group-item  {
  width: 100%; 
}
@media (min-width: 768px) {
  .list-group-item  {
    min-width: 430px;
    width: 79%;
  }
}

.fixture-vanue {
  display: inline-flex;
  padding: 0.5rem 1rem;
  margin: 4px;
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  color: #ffffff;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 50%;
  border-radius: 0.375rem;
  border: none;
  overflow: hidden;
}
 @media (max-width: 600px) {
    .fixture-vanue {
    min-width: 65%;
    width: auto;
   }
   }
.fixturemargin {
  padding: 8px;
  margin: 3px;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 5px auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*Button*/
.buttons {
      font-size: 18px;
      padding: 4px 14px;
      margin: 15px;
      border: none;
      border-radius: 8px;
      background-color:  #0b3547ff;
      color: white;
      cursor: pointer;
      transition: background-color 0.3s ease;
      position: center;
      display: flex;
      flex-direction: row;
      justify-self: space-between;
      justify-content: center;
      align-items: center;
      margin: auto;
      margin-top: 20px;
      width: 94px;
      height: 35px;
      text-align: center;
      border: 2px solid rgba(0, 0, 0, 0.95);
    }
.buttons:hover {
      background-color: #0056b3;
    }
.butoonz {
    display: flex;
    gap: 10px; 
    justify-content: center; 
    margin-top: 20px;
    margin-bottom: 11px;
  }
/*Wifi Loader*/ 
#wifi-loader {
  --background: #62abff;
  --front-color: #020202;
  --front-color-in: #049244;
  --back-color: #c3c8de;
  --text-color: #414856;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 60px;

}
.loader{
  justify-content: center;
  align-items: center;
  position: fixed;
}

#wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-100deg);
  transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke: var(--front-color-in);
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before,
#wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: var(--front-color-in);
  animation: text-animation76 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation76 {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}

  /* LOGIN.EJS */

.login-container{
  display: flex;
  justify-content: center;
  justify-items: center;
  margin-top: 2px;
  margin-bottom: 25px;
 

}
.header {
  text-align: center;
  justify-content: center;
  float: none;
  top: 45px;
  margin: 8px;

} 
.form {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 9px;
  background: linear-gradient(180deg, #DCF9E0 0%, #FFFFFF 30.21%);
  box-shadow: 0px 187px 75px rgba(0, 0, 0, 0.01), 0px 105px 63px rgba(0, 0, 0, 0.05), 0px 47px 47px rgba(0, 0, 0, 0.09), 0px 12px 26px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 420px;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
  align-self: flex-end;
}

.flex-column > label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #ebebecfb;
  background:linear-gradient(180deg, #d3e9d5ef 0%, #ffffff 30.21%);
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
  background-color:linear-gradient(180deg, #d3e9d5ef 0%, #ffffff 30.21%);
}

.input:focus {
  outline: none;
  background-color:linear-gradient(180deg, #d3e9d5ef 0%, #ffffff 30.21%);
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.span {
  font-size: 14px;
  margin-left: 5px;
  color: #2d79f3;
  font-weight: 500;
  cursor: pointer;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: #151717;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  float: none;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 80%;
  cursor: pointer;
}

.button-submit:hover {
  background-color: #252727;
}

.p {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn:hover {
  border: 1px solid #2d79f3;
  ;
}



 /*ADMIN*/

 body {margin: 0;padding: 0;}

.dashboardcontainer {
  padding:10px;
  margin:0;
  opacity: 0.90; 
  background-image: linear-gradient(rgba(33, 33, 33, 0.959), rgba(33, 33, 33, 0.945)),
                  url("background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
 
}

.loader {
  width: 48px;
  height: 48px;
  background: #353535;
  box-shadow: #ccdf26;
  display: block;
  margin: 20px auto;
  position: relative;
  box-sizing: border-box;
  animation: rotationBack 1s ease-in-out infinite reverse;
}

.loader::before {
  content: '';
  box-sizing: border-box;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  position: absolute;
  width: 48px;
  height: 48px;
  background: #2e2e2e;
  box-shadow: #ccdf26;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.loader::after {
  content: '';
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
.section {
  
  inset: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 5px;
  background: transparent;
  border:1px solid rgba(0, 0, 0, 0.548);
  margin: 3px;
  
}
.heading-container {
  text-align: center;
}

.h3header {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  margin: 5px;
  justify-self: center;
  float: none;
  justify-content: center;
  margin-bottom: 12px;
  text-align: center;
  color: rgb(241, 238, 238);
  display: inline-block; 
  padding-bottom: 5px;
}

.h3header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, rgb(102, 92, 35) 50%, transparent 100%);

  background-size: 200% 100%;
  background-position: 0% 100%;
  animation: slideBorder 2s infinite linear;
}

/* Keyframes to slide border */
@keyframes slideBorder {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}

/*  */ 
.edit-post {
  position: relative;
  background: #ffffff0a;
  color: #000;
  border:1px solid #000;
  padding: 15px;
  margin: 1px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-bottom: 2px;
  
}

.edit-tooltip {
  position: absolute;
  top: 0px;
  font-size: 14px;
  background: #ffffff2c;
  color: #ffffff59;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 150px;
   text-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
}

.edit-tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff75;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
   text-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
}

.edit-post:hover .edit-tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.edit-icon {
  font-size: 24px;
}

.edit-post:hover,
.edit-post:hover .edit-tooltip,
.edit-post:hover .edit-tooltip::before {
  background: linear-gradient(320deg, rgb(3, 77, 146), rgb(0, 60, 255));
  color: #ffffff;
}
/*
*/
.floating-search {
  position: relative;
  background-color: #212121b9;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  margin: 10px;
  margin-top: 2px;
  border: 2px solid rgba(255, 255, 255, 0.815);
  box-shadow: 0em 1em 3em #beecdc64;
}
.search-icon {
  color: #3f3f3f;
  font-size: 19px;
  margin-right: 8px;
  text-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
}
.search-form {
  display: flex;
  align-items: center;
}

.search-form .search-icon {
  font-size: 18px;
  margin-right: 8px;
  color: #555;
}

.search-form input[type="text"] {
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  outline: none;
  font-size: 17px;
  height: 35px;
  min-width: 150px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .search-form .input{
    min-width: 130px;
    width: 75%;
  }
}

.search-form button {
  padding: 6px 12px;
  background-color: #0e2238;
  color: white;
  border: none;
  font-size: 17px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.527);
}

.search-form button:hover {
  background-color: #0056b3;
}

.edit-storiespost {
  position: relative;
  justify-self: center;
  color: #ffffff;
  padding: 4px;
  margin: 1px;
  border-radius: 10px;
  width: 40px;
  height: 8px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-bottom: 2px;
  
}

.edit-storiestooltip {
  position: absolute;
  top: 0px;
  font-size: 14px;
  background: #ffffff2c;
  color: #ffffff59;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 150px;
   text-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
}

.edit-storiestooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff75;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
   text-shadow: 0 0 10px #3fd34763, 0 0 20px #031b866b;
}

.edit-storiespost:hover .edit-storiestooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.edit-storiesicon {
  font-size: 24px;
  padding: 2px;
}

.edit-storiespost:hover,
.edit-storiespost:hover .edit-storiestooltip,
.edit-storiespost:hover .edit-storiestooltip::before {
  background: linear-gradient(320deg, rgb(3, 77, 146), rgb(0, 60, 255));
  color: #ffffff;
}
/**/
.under-bar {
  height: 2px;
  width: 149px;
  background: linear-gradient(
    to right,
    #cccccc81,
    #eeeeee75,
    #aaaaaa70,
    #dddddd71,
    #9999996b,
    #cccccc60
  );
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.admincard {
  margin:5px;
  overflow: hidden;
  border: 1px solid #00534036;
  padding-left: 0 auto;
  padding-right: 0 auto;
  padding: 14px;
  width: auto;
  max-width: 350px;
  display: flex;
  float: none;
  justify-content: center; 
  align-items: center;     
  flex-direction: column;
  text-align: center;
  border-radius: 30px;
  background: #212121ee;
  box-shadow: 15px 15px 30px rgb(25, 25, 25),
             -15px -15px 30px rgb(60, 60, 60);
}

@media (min-width: 768px) {
  .admincard {
    min-width: 350px;
   
    padding: 9px;
  }
}
/**/
.adminscorecontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

.team {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 18px;
  margin: 4px;
}

.score-block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  color: white;
}



.scorez{
  font-size: 25px;
  border: 2px dashed rgba(0, 0, 0, 0.178);
  padding: 2px;
  font-weight: 600;
  justify-content: center;
  justify-items: center;
  float: none;
  color: #ffffff;
  text-shadow:
    0 0 4px #ffffff80,     
    0 0 1px #d0d0d086,     
    0 0 2px #c0c0c06e;      
  font-weight: 400;

}
.scorevanuez{
  font-size: 17px;
  font-weight: 400;
  margin: 2px;
  justify-content: center;
  justify-items: center;
  float: none;
  color:#ffffff; 
  text-shadow:
    0 0 4px #ffffff73,    
    0 0 10px #d0d0d073,    
    0 0 20px #c0c0c075;      
}
.scoredatez{
  font-size: 15px;
  color:#ffffff;
  justify-content: center;
  justify-items: center;
  font-weight: 400;
  float: none;
  margin: 5px;

}
.adminiconscontainer{
  justify-content: space-between;
  Gap: 99px;
}
.adminicon{
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.74);
  box-shadow:
    0 0 5px #393d3d,
    0 0 15px #350b253b,
    0 0 30px #69b1a542,
    0 0 60px #998591;

  padding: 1.5px;
  margin-left: 15px;
  margin-right: 15px;
}

/* */ 
.buttonscontainer{
  display: flex;
  flex-direction: row;
}
.changescore {
  width: 110px;
  height: 31px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffffff;
  font-weight: 600px;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  text-decoration-color: transparent;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.changescore::before {
  position: absolute;
  content: "";
  color: #ffffff83;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.753);
  background-size: 200%;
}

.changescore:hover {
  background-position: right;
  transition-duration: 1s;
}

.changescore:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.changescore:active {
  transform: scale(0.95);
}
.metal-bar {
  height: 2px;
  width: 71%;
  background: linear-gradient(
    to right,
    #cccccc81,
    #eeeeee75,
    #aaaaaa70,
    #dddddd71,
    #9999996b,
    #cccccc60
  );
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

  /*  */ 
.logoutbutton {
  padding: 6px 12px;
  background-color: #0e2238;
  color: white;
  border: none;
  font-size: 17px;
  text-decoration: none;
  border-radius: 9px;
  height: 35px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.527);
}

.logoutbutton:hover {
  background-color: #0056b3;
}

/*fixtures*/
.fixturescontainer {
  padding:20px;
  opacity: 0.75;
  background-image: linear-gradient(rgba(37, 31, 66, 0.726), rgba(34, 29, 29, 0.808)),
    url("fixturesbackground.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;  /* 100% of the viewport height */
  width: 100%;   /* 100% of the viewport width */
  margin: 0;
  padding: 5;
  box-sizing: border-box;
  overflow: hidden; /* optional: prevent scrollbars */
  justify-items: center;
  justify-content: center;
}
.scorescontainer {
  padding:20px;
 
  opacity: 0.75;
  background-image: linear-gradient(rgba(66, 31, 31, 0.726), rgba(31, 22, 22, 0.76)),
    url("scoresbackground.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh; 
  width: 100%;   
  margin: 0;
  box-sizing: border-box;
  object-fit: cover;
  overflow: hidden; 
  justify-items: center;
  justify-content: center;
}
.fixturescard{

  border: 1px solid #00534036;
  width: 100%;
  max-width: 600px;    
  margin: 12px auto;    
  padding: 10px;      
  box-sizing: border-box;
  display: flex;
  float: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;   
  flex-direction: column;
  text-align: center;
  border-radius: 30px;
  background: #212121b9;
  box-shadow: 15px 15px 30px rgb(25, 25, 25),
             -15px -15px 30px rgb(60, 60, 60);
  justify-self: center;
}
.fixturessubcontainer {
  display: flex;
  height: 40px;
  gap:7px;
  width: 0 auto;
}
.teamvsmatch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.teamz {
  flex: 1;
  text-align: right;
  color:white;
  font-size: 17px;
}

.teamz:last-child {
  text-align: left;
}

.versus {
  flex-shrink: 0;
  padding: 0 5px;
  font-size: 20px;
  color: #888;
}

.alert{
  color: rgb(98, 205, 255);
  

}
.fixtureinput>input {
  border-radius: 9px;
  border: 2px solid slategrey;
  background-color: #15171770;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 3px;
  min-width: 150px;
  width: 0 auto;
  height: 29px;
  margin: 4px;
}
.fixturevanueinput>input {
  border-radius: 9px;
  border: 2px solid slategrey;
  background-color: #15171770;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  padding: 3px;
  height: 29px;
   margin: 4px;
}
.fixturedateinput>input {
  border-radius: 9px;
  border: 2px solid slategrey;
  background-color: #15171770;
  label:"DATE";
  padding: 3px;
  height: 29px;
  margin: 4px;

}

.fixtureinput input[type="file"] {
    display: none; 
  }

  .custom-upload {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #ccc;
  }

  .custom-upload:hover {
    background-color: #e0e0e0;
  }
/* */ 
.createfixture {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.3em 2em;
  border: 3px solid rgb(12, 14, 87);
  border-radius: 7px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: rgb(9, 12, 59);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  cursor: pointer;
}

.createfixture:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: lightblue;
  z-index: -1;
}

.createfixture:hover, .createfixture:focus {
  color: white;
}

.createfixture:hover:before, .createfixture:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.createfixture:active {
  transform: scale(0.9);
}
/*loader*/

@keyframes blinkCursor {
  50% {
    border-right-color: transparent;
  }
}

@keyframes typeAndDelete {
  0%,
  10% {
    width: 0;
  }
  45%,
  55% {
    width: 6.2em;
  } 
  90%,
  100% {
    width: 0;
  }
}

.terminal-loader {
  border: 0.1em solid #333;
  background-color: #1a1a1a;
  color: #0f0;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  padding: 1.1em 1em;
  width: 12em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.terminal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background-color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 0.4em;
  box-sizing: border-box;
}

.terminal-controls {
  float: right;
}

.control {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.4em;
  border-radius: 50%;
  background-color: #777;
}

.control.close {
  background-color: #e33;
}

.control.minimize {
  background-color: rgb(238, 202, 0);
}

.control.maximize {
  background-color: rgb(7, 88, 7);
}

.terminal-title {
  float: left;
  line-height: 1.5em;
  color: #eee;
}

.text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.2em solid green; /* Cursor */
  animation:
    typeAndDelete 4s steps(11) infinite,
    blinkCursor 0.5s step-end infinite alternate;
  margin-top: 1.5em;
}
/*feature card icon*/
.svg-frame {
  position: relative;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-frame svg {
  position: absolute;
  transition: .5s;
  z-index: calc(1 - (0.2 * var(--j)));
  transform-origin: center;
  width: 344px;
  height: 344px;
  fill: none;
}

.svg-frame:hover svg {
  transform: rotate(-80deg) skew(30deg) translateX(calc(45px * var(--i))) translateY(calc(-35px * var(--i)));
}

.svg-frame svg #center {
  transition: .5s;
  transform-origin: center;
}

.svg-frame:hover svg #center {
  transform: rotate(-30deg) translateX(45px) translateY(-3px);
}

#out2 {
  animation: rotate16 7s ease-in-out infinite alternate;
  transform-origin: center;
}

#out3 {
  animation: rotate16 3s ease-in-out infinite alternate;
  transform-origin: center;
  stroke: #ff0;
}

#inner3,
#inner1 {
  animation: rotate16 4s ease-in-out infinite alternate;
  transform-origin: center;
}

#center1 {
  fill: #ff0;
  animation: rotate16 2s ease-in-out infinite alternate;
  transform-origin: center;
}

@keyframes rotate16 {
  to {
    transform: rotate(360deg);
  }
}
/* */ 
.checkbox-background {
  background-image: url('/src/GEDO.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 100%;
  

}
.checkbox-con {
 margin: 10px;
 display: flex;
 align-items: center;
 color: rgb(7, 7, 7);
 justify-self: center;
}

.checkbox-con input[type="checkbox"] {
 appearance: none;
 width: 48px;
 height: 27px;
 border: 2px solid #1f1a61;
 border-radius: 20px;
 background: #929135da;
 position: relative;
 box-sizing: border-box;
}

.checkbox-con input[type="checkbox"]::before {
 content: "";
 width: 14px;
 height: 14px;
 background: #0e2238;
 border: 2px solid #120d3f;
 border-radius: 50%;
 position: absolute;
 top: 0;
 left: 0;
 transform: translate(13%, 15%);
 transition: all 0.3s ease-in-out;
}

.checkbox-con input[type="checkbox"]::after {
 content: url("data:image/svg+xml,%3Csvg xmlns='://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.55021 5.84315L17.1568 16.4498L16.4497 17.1569L5.84311 6.55026L6.55021 5.84315Z' fill='%23EA0707' fill-opacity='0.89'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1567 6.55021L6.55012 17.1568L5.84302 16.4497L16.4496 5.84311L17.1567 6.55021Z' fill='%23EA0707' fill-opacity='0.89'/%3E%3C/svg%3E");
 position: absolute;
 top: 0;
 left: 20px;
}

.checkbox-con input[type="checkbox"]:checked {
 border: 2px solid #02c202;
 background: #e2f1e1;
}

.checkbox-con input[type="checkbox"]:checked::before {
 background: rgba(2, 194, 2, 0.5);
 border: 2px solid #02c202;
 transform: translate(133%, 13%);
 transition: all 0.3s ease-in-out;
}

.checkbox-con input[type="checkbox"]:checked::after {
 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8185 0.114533C15.0314 0.290403 15.0614 0.605559 14.8855 0.818454L5.00187 12.5L0.113036 6.81663C-0.0618274 6.60291 -0.0303263 6.2879 0.183396 6.11304C0.397119 5.93817 0.71213 5.96967 0.886994 6.18339L5.00187 11L14.1145 0.181573C14.2904 -0.0313222 14.6056 -0.0613371 14.8185 0.114533Z' fill='%2302C202' fill-opacity='0.9'/%3E%3C/svg%3E");
 position: absolute;
 top: 5px;
 left: 5px;
}

.checkbox-con label {
 margin-left: 10px;
 cursor: pointer;
 user-select: none;
}

/*LOADERICONSCOREFORM*/
.orbital {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 110px;
}
.ringOne {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 200px;
  box-shadow: -5px -5px 15px rgba(15, 180, 231, 0.3);
}
.ringTwo {
  background: #161616; 
  background: -moz-linear-gradient(top, #161616 0%, #3d3d3d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #161616),
    color-stop(100%, #3d3d3d)
  ); 
  background: -webkit-linear-gradient(
    top,
    #161616 0%,
    #3d3d3d 100%
  ); 
  background: -o-linear-gradient(
    top,
    #161616 0%,
    #3d3d3d 100%
  ); 
  background: -ms-linear-gradient(top, #161616 0%, #3d3d3d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #161616 0%, #3d3d3d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */

  border: 1px solid #444;
  position: absolute;
  top: -25px;
  right: -25px;
  bottom: -25px;
  left: -25px;
  border-radius: 200px;
  z-index: -2;
}
.spin {
  margin: 0 auto;
  background: #91ffff; 
  background: -moz-radial-gradient(
    20% 20%,
    ellipse cover,
    #91ffff 0%,
    #920a51 24%,
    #000000 74%,
    #000000 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    20% 20%,
    0px,
    20% 20%,
    100%,
    color-stop(0%, #91ffff),
    color-stop(24%, #0fb4e7),
    color-stop(74%, #000000),
    color-stop(100%, #000000)
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    20% 20%,
    ellipse cover,
    #91ffff 0%,
    #0fb4e7 24%,
    #000000 74%,
    #000000 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    20% 20%,
    ellipse cover,
    #91ffff 0%,
    #0fb4e7 24%,
    #000000 74%,
    #000000 100%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    20% 20%,
    ellipse cover,
    #91ffff 0%,
    #0fb4e7 24%,
    #000000 74%,
    #000000 100%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at 20% 20%,
    #91ffff 0%,
    #0fb4e7 24%,
    #000000 74%,
    #000000 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  border-radius: 110px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes spinRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation-name: spinRotation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinRotation;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: spinRotation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ringTwo {
  -webkit-animation-name: spinRotation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinRotation;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: spinRotation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ringThree {
  color: #fff;
  background-color: #ccc;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 110px;
  background: #575b60; /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(1%, #575b60),
    color-stop(100%, #000000)
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    #575b60 1%,
    #000000 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575b60', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow:
    -1px 0px 0px #333,
    0px -1px 0px #333;
}
.core {
  color: #ccc;
  background-color: #ccc;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  border-radius: 110px;
  background: #575b60; /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(1%, #575b60),
    color-stop(100%, #000000)
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #575b60 1%,
    #000000 100%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    #575b60 1%,
    #000000 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575b60', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow:
    -1px 0px 0px #666,
    0px -1px 0px #666;
}
.core:active {
  color: #fff;
  background: #373a3d; /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #373a3d 1%,
    #000000 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(1%, #373a3d),
    color-stop(100%, #000000)
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #373a3d 1%,
    #000000 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #373a3d 1%,
    #000000 100%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #373a3d 1%,
    #000000 100%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    #373a3d 1%,
    #000000 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373a3d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Button Container */
.orbital {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 110px;
  transition: transform 0.3s ease-in-out; 
}

.orbital:hover {
  transform: scale(1.1); 
}

/* Outer Ring */
.ringOne {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 200px;
  box-shadow: -5px -5px 15px rgba(15, 180, 231, 0.3);
}

/* Middle Ring */
.ringTwo {
  border: 1px solid #444;
  position: absolute;
  top: -25px;
  right: -25px;
  bottom: -25px;
  left: -25px;
  border-radius: 200px;
  z-index: -2;
  background: linear-gradient(to bottom, #161616 0%, #3d3d3d 100%);
  animation: rotateClockwise 4s infinite linear; /* Rotate clockwise */
}

/* Core */
.core {
  color: #ccc;
  background-color: #ccc;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  border-radius: 110px;
  background: radial-gradient(ellipse at center, #575b60 1%, #000000 100%);
  box-shadow:
    -1px 0px 0px #666,
    0px -1px 0px #666;
  animation: pulse 2s infinite ease-in-out; 
}

.core:hover {
  background: radial-gradient(ellipse at center, #373a3d 1%, #000000 100%);
}

.core p {
  text-align: center;
  margin-top: 40%;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bolder;
  text-shadow: -1px -1px 0px #444;
}

/* Spin Animation */
.spin {
  background: radial-gradient(
    ellipse at 20% 20%,
    #91ffff 0%,
    #0fb4e7 24%,
    #000000 100%
  );
  border-radius: 110px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: rotateAntiClockwise 6s infinite linear; 
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Rotate anticlockwise */
@keyframes rotateAntiClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* Pulse animation for the core */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px #666;
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 15px #0fb4e7;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px #666;
  }
}

.ld-ripple {
  position: relative;
  width: 80px;
  height: 80px;
}

.ld-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: ld-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ld-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes ld-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.weather-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 10px 20px rgba(25, 99, 15, 0.322);
      width: 300px;
      padding: 24px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .weather-card:hover {
      transform: translateY(-5px);
    }

    .weather-location {
      font-size: 1.5em;
      font-weight: bold;
      color: #333;
    }

    .weather-date {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 6px;
    }

    .weather-icon {
      font-size: 48px;
      margin-bottom: 6px;
    }

    .temperature {
      font-size: 1.5em;
      font-weight: bold;
      color: #111;
      margin-bottom: 4px;
    }

    .condition {
      font-size: 1em;
      color:  #b1760a;
      text-shadow: 1px #b1760a;
    }
