html {
  scroll-behavior: smooth; }
  html .fa-solid, html .fas {
    font-weight: 900 !important; }
  html .tab-basic .nav-item {
    margin-right: 40px; }
  html .modal-backdrop.show {
    opacity: .5 !important; }
  html .input-group-append, html .input-group-prepend, html .asColorPicker-trigger {
    background: #eee; }
  html .page-body-wrapper {
    background-color: #f9f9f9;
    background-image: url(/images/backgrounds/bg-app.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: calc(100vh - 120px);
    background-attachment: fixed; }
  html .navbar.horizontal-layout .nav-top {
    background: #082258; }
    html .navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-profile-name {
      color: rgba(255, 255, 255, 0.8); }
    html .navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile img {
      border-radius: 50%; }
  html .footer {
    padding: 5px 15px; }
  @media screen and (min-width: 1200px) {
    html .modal-lgplus {
      max-width: 1050px; }
    html .modal-fullwidth {
      max-width: calc(100vw - 30px); }
      html .modal-fullwidth.modal-fullheight {
        margin-top: 15px !important; }
        html .modal-fullwidth.modal-fullheight .modal-body {
          height: calc(100vh - 115px); } }
  html .modal-content {
    background: #fff !important; }
  html .card {
    border: none !important;
    box-shadow: 0 0 15px rgba(100, 100, 100, 0.15) !important;
    border-radius: 5px !important; }
    html .card .card-body {
      border-radius: 5px !important; }
    html .card .card-illustration {
      text-align: center; }
      html .card .card-illustration img {
        max-height: 200px;
        width: auto; }
    html .card.active {
      height: 100%;
      border: 3px solid #7ed321 !important; }
  html .dns-record-container {
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 10px;
    background: #fafafa;
    border-radius: 5px;
    font-size: 13px; }
  html .loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1; }
    html .loadmask-msg {
      z-index: 20001;
      position: absolute;
      border: 2px solid #bbb;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%);
      background: #fbfbfb;
      padding: 5px; }
      html .loadmask-msg div {
        padding: 5px 10px 5px 30px;
        background: #fbfbfb url("/plugins/jquery-loadmask/images/loading.gif") no-repeat 5px 7px;
        color: #222;
        font-size: 13px;
        cursor: wait; }
  html .masked {
    overflow: hidden !important; }
    html .masked-relative {
      position: relative !important; }
    html .masked-hidden {
      visibility: hidden !important; }
  html .tiles-row .card {
    height: 100%; }
  @media (min-width: 992px) {
    html .modal-lg {
      max-width: 800px; } }
  html table.dataTable {
    width: 100% !important; }
  html table th.action, html table td.action {
    text-align: right;
    max-width: 250px; }
  html .content-wrapper {
    min-height: calc(100vh - 150px); }
  html .input-group-range .input-group-append, html .input-group-range .input-group-prepend {
    padding: 0; }
    html .input-group-range .input-group-append .input-group-text, html .input-group-range .input-group-prepend .input-group-text {
      padding: 0 10px;
      font-size: 13px; }
  html .input-group-range input[type=range] {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: auto;
    height: 25px;
    /* Specified height */
    background: #d3d3d3;
    /* Grey background */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s; }
    html .input-group-range input[type=range]:hover {
      opacity: 1;
      /* Fully shown on mouse-over */ }
    html .input-group-range input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      /* Override default look */
      appearance: none;
      width: 25px;
      /* Set a specific slider handle width */
      height: 25px;
      /* Slider handle height */
      background: #007bff;
      /* Green background */
      cursor: pointer;
      /* Cursor on hover */ }
    html .input-group-range input[type=range]::-moz-range-thumb {
      width: 25px;
      /* Set a specific slider handle width */
      height: 25px;
      /* Slider handle height */
      background: #007bff;
      /* Green background */
      cursor: pointer;
      /* Cursor on hover */ }
  html .input-group-range .value {
    display: block;
    flex-basis: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #f7f7f7; }
  html #btn-scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #111;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    opacity: .6;
    aspect-ratio: 1 / 1;
    height: 65px;
    font-size: 25px;
    transition: all .2s ease; }
    html #btn-scroll-top:hover {
      opacity: 1; }
  @media (min-width: 768px) {
    html .navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
      margin-top: -2px; } }
  html .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3; }

.sw > .tab-content {
  overflow: inherit;
  height: auto !important; }

.form-control-static {
  margin: 0;
  padding: 0.56rem 0.75rem;
  line-height: 14px; }

.js-toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: #dfdfdf !important; }
  .js-toggle-password i.active {
    display: none; }
  .js-toggle-password i.inactive {
    display: inline-block; }
  .js-toggle-password.active i.active {
    display: inline-block; }
  .js-toggle-password.active i.inactive {
    display: none; }

[data-toggle=secret] {
  display: none; }
  [data-toggle=secret].init-complete {
    display: initial; }

.js-toggle-secret {
  margin-left: 15px;
  transform: translateY(-50%);
  z-index: 999;
  color: #dfdfdf !important; }
  .js-toggle-secret.additional {
    margin-left: 5px; }
  .js-toggle-secret i.active {
    display: none; }
  .js-toggle-secret i.inactive {
    display: inline-block; }
  .js-toggle-secret.active i.active {
    display: inline-block; }
  .js-toggle-secret.active i.inactive {
    display: none; }

.form-control,
.asColorPicker-input,
.dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="text"],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type="number"],
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.tt-hint,
.tt-query,
.typeahead,
.table-bordered th,
.table-bordered td {
  border-color: #aaa; }

.modal-backdrop.fade.in {
  opacity: 0 !important; }

.form-check.inline {
  display: inline-block;
  margin-right: 50px; }

.form-control[type=search] {
  background: #f4f4f4;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%23666666" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 15px center;
  color: #666;
  border: 1px solid #ddd !important;
  padding-left: 50px; }

.form-check .form-check-label input[type="checkbox"] + .input-helper::before {
  border-color: #ccc; }

.alert.fade {
  position: fixed;
  top: 2rem;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0); }
  .alert.fade:not(.show) {
    display: none; }
  .alert.fade:not(.show) {
    opacity: 0; }

.alert-success {
  color: #167441;
  background-color: #e7f1eb;
  border: none;
  z-index: 9999 !important; }

.dropdown-menu.show {
  z-index: 9990; }

/*# sourceMappingURL=theme.css.map */
