 /*
 *
 * Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved.
 *
 * 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.
 *
 */ 
  .img {
	display: inline-block;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 1%;
	height: 30px;
  }
  
  .heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
  }
  
  .button-primary {
	background-color: #0672cb !important;
	border-color: #0672cb !important;
	color: #fff !important;
  }
  
  .button-primary:hover {
	background-color: #30638e !important;
	border-color: #30638e !important;
	color: #fff !important;
  }
  
  hr {
	width: 100%;
  }
  
  a {
	text-decoration: none;
	color: #0672cb;
  }
  
  a:hover {
	color: #30638e;
  }
  
  .note {
	margin-left: 10px;
	padding-left: 0px;
	background-color: #9ad7ec;

  &.padding {
    padding-left: 10px;
  }
  }
  
  .icon {
	font-size: 1.25em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	position: relative;
	bottom: 1px;
	vertical-align: middle;
  }
  
  .form-check-input.is-valid:checked,
  .was-validated .form-check-input:valid:checked {
	background-color: #0672cb !important;
  }
  
  .form-control.is-valid,
  .form-control:focus,
  .was-validated .form-control:valid,
  .form-check-input.is-valid,
  .was-validated .form-check-input:valid,
  .form-select.is-valid,
  .was-validated .form-select:valid {
	border-color: #0672cb !important;
	box-shadow: 0 0 3px #0672cb !important;
  }
  
  .form-control.is-valid {
	background-image: none !important;
  }
  
  .copy {
	background-color: #fff !important;
	border-color: #0672cb !important;
	color: #0672cb !important;
	margin-top: 8%;
	margin-left: 45%;
  }
  
  .tooltip.right .tooltip-arrow {
	top: 5%;
	margin-top: 0px;
  }
  
  .tooltip.top .tooltip-arrow {
	left: 6%;
	bottom: 1px;
  }
  
  .reset {
	font-size: 1.1em;
	font-weight: bold;
  }

  .child-level-one {
	margin-left: 1em;
  }

  .installation-wizard-navbar {
    background: #30638e;
    min-height: 4rem;
    z-index: 32;
    width: 100%;
    padding-left: 12px;
  }

  .page-container {
    position: relative;
    min-height: 100vh;
  }

  .text-align-right {
    text-align: right;
    padding-right: 100px;
  }

  body {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: left;
    background-color: #fff;
  }

  main {
    padding-bottom: 150px;
  }
