html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Inter", sans-serif;
  padding: 20px 15px;
  background-color: #f6f7fd;
  width: 700px;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.3em;
  margin: auto;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
}

a {
  text-decoration: none;
}

#drop-area {
  width: 94%;
  height: 120px;
  border: 2px dashed #ccc;
  border-radius: 15px;
  text-align: center;
  padding: 50px 20px 50px 20px;
  position: relative;
  margin-top: 15px;
  background: #fff;
}
#drop-area.highlight {
  border-color: green;
}

#file-list {
  list-style-type: none;
  background: #f2f6fc;
  padding: 15px 15px 10px 15px;
  min-width: 25%;
  max-width: 100%;
  margin-left: 0px;
  border-radius: 15px;
  width: auto;
  border: 1px solid #cecece;
  text-align: left;
  box-shadow: 0px 1px 3px #cecece;
}

#file-list li {
  margin-bottom: 8px;
  line-height: 1.7em;
  font-size: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 17px;
  border: 1px solid #eee;
  cursor:pointer;
}

#file-list li:hover {
  box-shadow: 0px 1px 3px #cecece;
}

#no-files-found {
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none !important;
}

#file-list li a {
  display: inline-block;
  margin: 0px 0px -7px 0px;
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
  max-width: 46ch;
  cursor: pointer;
}

#fileInput {
  display: none;
}
#choose-file-button {
  background-color: #019521;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 100px;
  margin-top: 15px;
}

button, .button {
  background-color: #1E1087;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 100px;
  margin-top: 15px;
  font-family: "Inter", sans-serif;
}
button:hover, .button:hover {
  background: #000;
  color: #fff;
}

/* Notification Toast Styles */
.notification {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 25px;
  border-radius: 100px;
  z-index: 9999;
  opacity: 0; /* Initially hidden */
  animation: slideDown 0.6s ease forwards;
}
.success {
  background-color: #1da331;
  color: white;
}
.error {
  background-color: #a31d1d;
  color: white;
}

@keyframes slideDown {
  from {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.fa-refresh {
  animation: spin 2s infinite linear; /* Use the 'spin' animation with a duration of 2 seconds, infinitely, and linear timing */
}

@keyframes spin {
  0% {
    transform: rotate(0deg); /* Start the rotation from 0 degrees */
  }
  100% {
    transform: rotate(360deg); /* Rotate the icon 360 degrees */
  }
}

#myjoin {
  display: block;
}

@media only screen and (max-width: 768px) {
  body {
    width: auto;
    overflow-x: hidden;
    margin: 0;
  }

  #drop-area {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }

  .notification {
    width: 100%;
    margin-bottom: -15px !important;
    padding: 15px 40px !important;
    border-radius: 0px;
    text-align: center !important;
  }

  #myjoin {
    display: none;
  }

  #file-list li a {
    max-width: 13ch;
  }
}

.fa-check {
  color: green;
}

#network-speed {
  display: none;
  transition: display 0.4s ease;
}

.link-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-control {
  height: 42px;
  width: -webkit-fill-available;
  border-radius: 10px;
  border: 1.5px solid #e7eaff;
  padding: 5px 15px !important;
  font-family: "Inter", sans-serif;
  outline: 0;
  font-size: 18px !important;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 2px #b9b9b950;
}
.form-control:focus {
  border-bottom: 1.5px solid #1E1087 !important;
}
form label {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}
.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-data {
  margin-left: -130px;
  margin-right: 8px;
  border-radius: 10px !important;
  margin-top: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
}
.websitehosted {
  background: #FFF;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #e7eaff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.websitehosted a {
  text-decoration: none;
  color: #000;
}
.websitehosted #reportabuse {
  color: #6d6d6d;
  cursor: pointer;
  font-size: 15px;
}
.websitehosted h3 {
  margin: 0 0 10px !important;
}
.websitehosted p {
  margin: 0 !important;
}
.websitehosted img {
  height: 55px;
  width: 55px;
}
#yeshosted, #nothosted, #whoisdata, #loading-box {
  display: none;
}
.resultchecking {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
}
.loader-my {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 70%;
  border: 8px solid #0e073d;
  margin-top: 30px;
  animation: l20-1 0.8s infinite linear alternate,
  l20-2 1.6s infinite linear;
}
@keyframes l20-1{
  0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
  12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
  25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
  50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
  75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
  100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
 0%    {transform:scaleY(1)  rotate(0deg)}
 49.99%{transform:scaleY(1)  rotate(135deg)}
 50%   {transform:scaleY(-1) rotate(0deg)}
 100%  {transform:scaleY(-1) rotate(-135deg)}
}
.whois-result {
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid #e7eaff;
  background: #fff;
}
.whois-result pre {
  margin-bottom: 0px;
  line-height: 1.7em;
  font-family: 'Inter';
}