* {
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  margin: 2px 0px 2px 0px;
}
.modal-content p,
.modal-content h2 {
  margin-bottom: 20px;
}
body {
  font-family: Arial, sans-serif;
  background: #efefef;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}
.container {
  background: #fff;
  width: 410px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.row {
  margin-bottom: 10px;
  color: #355666;
  display:flex;
  justify-content:center;
  gap:5px;
  align-items:center;
}
.label {
  font-weight: bold;
  color: #355666;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
}
.stat {
  font-size: 1.2rem;
  color: #333;
  white-space: nowrap;
}
.input {
  width: 100%;
  padding: 10px 45px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  outline: none;
  background: #fff;
}
#final-url {
  margin: 5px 0px 0px 0px;
  cursor: pointer;
}
.input-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.link-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.2rem;
}
.input-link-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button {
  display: inline-block;
  padding: 12px 20px;
  background: #428293;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}
.button:hover {
  background: #3d7584;
}
.logout {
  display: inline-block;
  padding: 10px 15px;
  background: #ae4a4a;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}
.logout:hover {
  background: #a14545;
}
.dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  background: #f3f3f3;
  cursor: pointer;
  font-size: 16px;
}
.dropdown-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M16.293 9.293L12 13.586L7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.footer {
  margin: 20px;
  font-size: 0.8rem;
  color: #aaa;
}
.left {
  text-align: left;
  display: block;
}
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.7);
}
.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
}
.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.close-btn:hover,
.close-btn:focus {
  color: #000;
}
a, u {
  color: #428293;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}
a:hover {
  color: #356a74;
  text-decoration: none;
}
a:active {
  color: #2b535f;
}
a[onclick*="toggle"] {
  text-decoration: none;
}
.delete {
  display: inline-block;
  padding: 12px 20px;
  background: #ae4a4a;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s;
  text-decoration: none;
}
.delete:hover {
  background: #a14545;
}
.container-admin {
  background: #fff;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  text-align: center;
  box-sizing: border-box;
}

.container-admin .row {
  display: inline-flex !important;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
  justify-content: flex-start !important;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}

.container-admin .row > * {
  flex: 0 0 auto;
  text-align: center;
}

.container-admin::-webkit-scrollbar {
  height: 8px;
}

.container-admin::-webkit-scrollbar-thumb {
  background: #888;
}

.container-admin::-webkit-scrollbar-thumb:hover {
  background: #555;
}


    @keyframes slide {
      0% {
        background-position: 100% 0;
      }
      50% {
        background-position: 0% 0;
      }
      100% {
        background-position: 100% 0;
      }
    }

    #alert-green,
    #alert-red {
      color: white;
      padding: 10px 30px;
      border-radius: 100px;
      font-weight: bold;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      max-width: 400px;
      margin: 0px 0px 20px 0px;
      cursor: pointer;
      user-select: none;
      background-size: 200% 100%;
      background-repeat: no-repeat;
      animation: slide 2s linear infinite;
    }

    #alert-green {
      background-image: linear-gradient(90deg, #00b500, #07a107, #00b500);
    }

    #alert-red {
      background-image: linear-gradient(90deg, #bf4f4f, #d93030, #bf4f4f);
    }
