.tool-title {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #696969;
}
.custom-option {
  font-size: 20px;
}
.custom-option-span option {
  display: flex;
  justify-content: space-between;
}
.buttonCOPY {
  height: 30px;
  width: 80px;
  color: #fff;
  background: #52cdff;
  outline: 0;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  margin: 8px 0;
  cursor: pointer;
  transition: 0.4s;
}
.page-input,
.pagination {
  display: flex;
  margin-top: 20px;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 60px;
  height: 60px;
  animation: 2s linear infinite spin;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select-option {
  font-family: monospace;
}
.input_border {
  border: 2px solid #000;
  border-radius: 5px;
}
.success_border {
  border: 2px solid green;
  border-radius: 5px;
}
.error_border {
  border: 2px solid red;
  border-radius: 5px;
}
.page-input {
  margin-bottom: 10px;
  justify-content: center;
  align-i
  align-items: center;tems: center;
}
.pagination {
  justify-content: center;
  align-items: center;
}
.justify-content-center {
  justify-content: center !important;
}
.page-input button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.page-input input[type="number"] {
  width: 250px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.chat-tele {
  color: #fff;
  background-color: #2596be;
  border-color: #2596be;
  box-shadow: 0 0.125rem 0.25rem 0 #2596be;
}
.card-header {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.cancel-button-class {
  background-color: tomato;
  color: #fff;
  border: 1px solid tomato;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cancel-button-class:hover {
  background-color: tomato;
  border-color: #1e7e34;
}
.confirm-button-class {
margin-right: 10px;
  background-color: #28a745;
  color: #fff;
  border: 1px solid #28a745;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s;
}
.confirm-button-class:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
.confirmation-text {
  font-style: italic;
}
.swal2-popup {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.swal2-title {
  color: #333;
  font-weight: 700;
  font-size: 1.6em;
}
.swal2-content {
  color: #555;
  font-size: 1.2em;
}
.confirmation-texts a {
  color: #007bff;
  text-decoration: none;
}
.confirmation-texts a:hover {
  text-decoration: underline;
}
.swal-text {
  text-align: left;
  font-size: 15px;
}
.token-update {
  color: #007bff;
}
.daily-reset {
  color: #dc3545;
}
.security-advice {
  color: #28a745;
}
.thanks-message {
  color: #fd7e14;
}
.terms-service {
  color: #6c757d;
}
.terms-service a {
  color: #17a2b8;
}
h6 {
  font-size: 12px;
}

.button-icon {
  cursor: pointer;
  transition: color 0.3s;
}

.button-icon:hover {
  color: blue;
}

.button-icon {
  display: inline-block;
  padding: 4px 4px;
  background-color: #7388C1;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button-icon:hover {
  background-color: #0056b3;
}