.ui-widget-content {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#gmap {
    height: 100% !important;
    width: 100% !important;
}

.table-no-header thead {
    display: none;
}

input[type="submit"] {
    margin-left: 480px; 
    height: 45px; 
   

    background: #2196F3;
    color: #ffffff;
    border: 1px solid #2196F3;
    margin: 0;
    outline: 0 none;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    padding: 0.5rem 1rem;
    cursor:pointer;
}

.device-badge {
  border-radius: 2px;
  padding: .25em .5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .3px; }
  .device-badge.status-active {
    background: #C8E6C9;
    color: #256029; }
  .device-badge.status-inactive {
    background: #FFCDD2;
    color: #C63737; }
  .device-badge.status-wait {
    background: #FEEDAF;
    color: #8A5340; }

  .phone_container {
  position: relative;
}
.phone_container .phone_del_btn {
  position: absolute;
  transform: translate(-70%, -10%);
}

/* Используем !important, чтобы победить стили из инспектора */
.btn-as-link {
    color: #007ad9 !important;   /* Синий цвет как у ссылки */
    background: none !important; /* Убираем белый фон */
    border: none !important;     /* Убираем рамку */
    padding: 0 !important;       /* Убираем внутренние отступы */
    text-decoration: underline;  /* Подчеркивание */
    box-shadow: none !important; /* Убираем тень, если она есть */
    cursor: pointer;
}

.btn-as-link:hover {
    color: #0056b3 !important;   /* Цвет при наведении */
    text-decoration: none;
}

.desktop-bind-panel {
    margin: 0 auto;
    text-align: center;
}

.desktop-bind-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.desktop-bind-text {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0 auto 1rem;
    max-width: 18rem;
    text-align: center;
}

.desktop-bind-qr {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.desktop-bind-qr-image {
    display: block;
    height: auto;
    max-height: 180px;
    max-width: 180px;
    width: 180px;
}

.desktop-bind-link {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.binding-help-list {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    text-align: left;
}

.binding-help-list li {
    margin-bottom: 0.5rem;
    text-align: left;
}
