.display-block {
  display: block;
}

.svg_block {
  display: block;
}

.pad-30 {
  padding: 30px 15px;
}

/*.bg-f7 {
background: #f7f8fa;
}*/

.row-no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.status-checker {
  max-width: 760px;
  margin: 0 auto;
}

.u-tools-container {
  font-family: 'Inter', Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
}

.u-box-card {
  flex: 1 1 100%;
  min-width: 300px;
  background: #1a1a1a;
  border: 1px solid #4c4c4c;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(16, 18, 22, .06);
  padding: 18px;
}

.flex-row-center {
  display: flex;
  align-items: center;
}

.mb-14 {
  margin-bottom: 14px;
}

.icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.icon-blue {
  background: #eef7ff;
}

.icon-teal {
  background: #f0f9ff;
}

.h2-compact {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.mb-10 {
  margin-bottom: 10px;
}

.input-rounded {
  height: 42px;
  border: 1px solid #303030;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  background: #000;
  color: #fff !important;
}
.btn-getinfo {
	height: 42px;
	border-radius: 10px;
	border: 0;
	background: #3b82f6;
	font-weight: 600;
	letter-spacing: .2px;
	margin: 0 !important;
	background: #6e1fff !important;
}

.btn-info-custom {
  height: 42px;
  border-radius: 10px;
  border: 0;
  background: #06b6d4;
  font-weight: 600;
  letter-spacing: .2px;
}

.u-card-success {
  display: none;
  margin-top: 12px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #d1fae5;
  background: #ecfdf5;
  color: #065f46;
  font-weight: 600;
}

.u-card-info {
  display: none;
  margin-top: 12px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e3a8a;
  font-weight: 600;
}

.small-note {
  margin-top: 14px;
  font-size: 12px;
  color: #ccc;
}

.mini-cta {
  flex: 1 1 100%;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  color: #ccc;
}