@font-face {
    font-family: 'Libre Franklin';
    src: url('fonts/LibreFranklin-SemiBold.ttf');
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: rgb(2,0,36);
    background: linear-gradient(172deg, rgba(2,0,36,1) 0%, rgba(1,0,73,1) 26%, rgba(0,212,255,1) 100%);
    background-size: cover;
    height: 100%;
}

#apiResponse {
    display: flex !important;
    flex-direction: column;
    background: none;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
}

h1{
    font-family: 'Libre Franklin';
    font-weight: 500;
    font-size: 80px !important;
}

strong {
    color: #00D4D4;
}

h6 {
    color: #FFF !important;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    background: #f9f9f9;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

.hrw{
    margin: 12px 0;
    height: 7px;
    width: 80%;
    background-color: #FFF;
}

#splashScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    transition: left 1s;
    
}

.logos-container{
  display:flex; 
  flex-direction: row; 
  align-self: center;
  justify-content: flex-end;
}

.logos-container>img{
  margin-right: 20px;
}

.centered{
    justify-content: center;
    align-items: center;
}

.powered{
    font-family: 'Libre Franklin';
    text-align: end;
}

#ipSection{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 0;
    width: 90%;
    font-family: 'Libre Franklin';
    color: white;
}

#ipSection h2{
    font-family: 'Libre Franklin';
}

.custom-select{
  display: flex;
  color: #FFF !important;
  align-self: center;
  position: relative;
  height: 80px !important;
  align-content: center;
  background: none !important;
}

.selected-option {
  display: flex;
  padding: 10px;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
}

.selected-option>p{
  display: none;
}

.options-container { 
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: none;
  z-index: 1;
  align-items: center;
}

.options-container.hidden {
  display: none;
}

.option {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}

.option:hover {
  opacity: 0.6;
  transition: opacity 0.7s ease;
  background-color: aqua;
}

.selected-option img, .option img{
  max-width: 80px;
}

.lupa{
    max-width: 70px; 
    height: auto;
}

.lupa:hover{
    cursor: pointer;
    transform: scale(1.3);
    opacity: 0.6;
}

.ip{
    padding: 10px 40px;
    color: #FFF;
    justify-content: space-evenly;
    background-color: #010049;
    border-radius: 40px;
    border: 3px solid #FFF;
}

#ip{
    background: none;
    border: none;
    color: #FFF;
    font-size: 26px;
    text-align: center;
}

#ip::placeholder{
    color: rgb(201, 201, 201);
}

#ip:focus{
    outline: none; 
    border: none;
}

.infotitle{
    font-family: 'Libre Franklin';
    background-color: #00D4D4;
    padding: 10px 50px;
    border-radius: 40px;
    color: #FFF;
    justify-content: center;
    text-decoration: underline;
    margin: 0 30px !important;
}

.ipInfo{
    align-items: center;
}

.infoList{
    align-items: center;
    justify-content: center;
    text-align: center;
}

#mapDiv{
  display: none;
}

#minimapSection{
  display: none;
  flex-direction: column;
}

#minimap-image{
  align-self: center;
}


#map {
  position: relative !important;
  align-self: center;
  height: 800px;
  width: 800px; 
  margin-top: 20px; 
  resize: none;
  object-fit: contain;
  
}

/*** Loading Stuff ***/

.lds-default {
    margin-left: 35%;
    position: relative;
    width: 80px;
    height: 80px;
    display: none;
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }
  

  /*----------------------------------------------------------------------------*/

  @media (max-width: 1200px){
    .hbpologo {
      display: none;
    }

    .selected-option img, .option img{
      width: 50px;
    }

    .infotitle img{
      width: 40px;
    }

    .infotitle h2{
      font-size: 1rem;
    }
  }

  @media (max-width: 992px){
    .custom-select{
      width: 90% !important;
      margin-left: 50px;
    }


    .selected-option span{
      font-size: 12px;
    }
    
    .option p{
      font-size: 8px !important;
    }

    .lupa{
      width: 40px;
    }
  }

  @media (max-width: 768px) {
    #securitySection{
      margin-top: 10%;
    }


    .ipInfo{
      margin-bottom: 145px;
    }

    body{
      overflow-x: hidden;
    }
  }

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #FFF !important;
  color: #FFF !important;
  border: none !important;
  transition: background-color 9999s ease-in-out 0s !important;
}