/**
 * Copyright © 2016-2026 The Thingsboard Authors
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
:host {

  .see-example {
    display: inline-block;
  }

  .description-block {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #EAEAEA;

    .description-icon {
      font-size: 24px;
      height: 24px;
      min-height: 24px;
      width: 24px;
      min-width: 24px;
      line-height: 24px;
      color: #D9D9D9;
      margin: 4px;
    }

    .description-text {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.25px;
      margin: 6px;
    }

    &.error {
      color: var(--mat-theme-error, #f44336);

      .description-icon {
        color: var(--mat-theme-error, #f44336);
      }
    }
  }
  .item-center {
    align-items: center;

    .fetch-mod-toggle {
      width: 100%;
    }
  }

  .hint-container {
    width: 100%;
  }
}

