/* --- Custom scrollbar for Webkit based browsers only Starts here --- */
/* --- Custom scrollbar for Webkit based browsers only Ends here --- */
/* CUSTOM WIDTHS */
/* BREAKPOINTS */
/* SM breakpoint */
/* CUSTOM WIDTHS */
/* MD breakpoint*/
/* CUSTOM WIDTHS */
/* LG breakpoint */
/* CUSTOM WIDTHS */
/* CUSTOM WIDTHS */
/* BREAKPOINTS */
/* SM breakpoint */
/* CUSTOM WIDTHS */
/* MD breakpoint*/
/* CUSTOM WIDTHS */
/* LG breakpoint */
/* CUSTOM WIDTHS */
/* === COLORS Starts Here === */
/* === COLORS Ends Here === */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/OpenSans-300.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/OpenSans-400.woff) format("woff"); }
html,
body,
.scrollbar-x,
.scrollbar-y,
.table-responsive,
.main-content,
.custom-scrollbar,
.sidebar,
.offcanvas-body {
  scrollbar-width: thin;
  width: -webkit-fill-available;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track); }

.scrollbar-x {
  overflow-x: auto; }

.scrollbar-y,
.scrollarea {
  overflow-y: auto; }

.custom-scrollbar {
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track) transparent; }
  .custom-scrollbar::-webkit-scrollbar-track {
    background: transparent !important; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: var(--scrollbar-track); }

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb); }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb); }

html {
  font-size: 14px; }
  @media (max-width: 576px) {
    html {
      font-size: 11px; } }

body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: var(--body-text);
  height: 100%; }

a {
  padding: 4px 5px 5px 5px;
  white-space: nowrap;
  color: var(--anchor-text); }
  a:hover, a:focus {
    color: var(--anchor-text);
    text-decoration: none; }

label {
  margin-bottom: 5px; }

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15); }

.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor; }

.fw-semibold {
  font-weight: 600; }

.lh-tight {
  line-height: 1.25; }

.fs-7 {
  font-size: 0.812rem !important; }

.fs-8 {
  font-size: 0.625rem !important; }

.fs-9 {
  font-size: 0.437rem !important; }

.half {
  display: inline-flex;
  width: 49%; }

.cursor-pointer {
  cursor: pointer; }

.dtr-data {
  white-space: pre-line; }

.dtr-wrap {
  white-space: nowrap; }

.dtr-details {
  width: 100%; }

.card {
  position: inherit; }

.w-xs-25 {
  width: 25% !important; }

.w-xs-50 {
  width: 50% !important; }

.w-xs-75 {
  width: 75% !important; }

.w-xs-100 {
  width: 100% !important; }

.ms-xs-0 {
  margin-left: 0 !important; }

.ms-xs-1 {
  margin-left: 0.25rem !important; }

.ms-xs-2 {
  margin-left: 0.5rem !important; }

.ms-xs-3 {
  margin-left: 1rem !important; }

.ms-xs-4 {
  margin-left: 1.25rem !important; }

.ms-xs-5 {
  margin-left: 3rem !important; }

.me-xs-0 {
  margin-right: 0 !important; }

.me-xs-1 {
  margin-right: 0.25rem !important; }

.me-xs-2 {
  margin-right: 0.5rem !important; }

.me-xs-3 {
  margin-right: 1rem !important; }

.me-xs-4 {
  margin-right: 1.25rem !important; }

.me-xs-5 {
  margin-right: 3rem !important; }

.mt-xs-0 {
  margin-top: 0 !important; }

.mt-xs-1 {
  margin-top: 0.25rem !important; }

.mt-xs-2 {
  margin-top: 0.5rem !important; }

.mt-xs-3 {
  margin-top: 1rem !important; }

.mt-xs-4 {
  margin-top: 1.25rem !important; }

.mt-xs-5 {
  margin-top: 3rem !important; }

.mb-xs-0 {
  margin-bottom: 0 !important; }

.mb-xs-1 {
  margin-bottom: 0.25rem !important; }

.mb-xs-2 {
  margin-bottom: 0.5rem !important; }

.mb-xs-3 {
  margin-bottom: 1rem !important; }

.mb-xs-4 {
  margin-bottom: 1.25rem !important; }

.mb-xs-5 {
  margin-bottom: 3rem !important; }

.m-xs-0 {
  margin: 0 !important; }

.m-xs-1 {
  margin: 0.25rem !important; }

.m-xs-2 {
  margin: 0.5rem !important; }

.m-xs-3 {
  margin: 1rem !important; }

.m-xs-4 {
  margin: 1.25rem !important; }

.m-xs-5 {
  margin: 3rem !important; }

.w-min-content {
  width: min-content !important; }

.w-max-content {
  width: max-content !important; }

.w-fit-content {
  width: fit-content !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.text-secondary {
  color: #ccc !important; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 15px 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  unicode-bidi: isolate;
  white-space: pre;
  overflow: auto;
  text-wrap: wrap; }

.error-message {
  color: var(--error);
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px; }

.form-control {
  border-radius: 0; }

.form-select {
  border-radius: 0; }

.input-group-text {
  border-radius: 0; }

.form-check-input[type="checkbox"] {
  border-radius: 0; }

.red {
  color: #dd5a43 !important; }

.yellow {
  color: #ffcc00; }

.orange {
  color: #ff892a !important; }

.blue {
  color: #4383B4; }

.light-green {
  color: #69aa46 !important; }

.green {
  color: #69aa46 !important; }

@media (max-width: 767px) {
  .page-content {
    padding-bottom: 2rem !important; } }
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }

  .w-sm-50 {
    width: 50% !important; }

  .w-sm-75 {
    width: 75% !important; }

  .w-sm-100 {
    width: 100% !important; }

  .ms-sm-0 {
    margin-left: 0 !important; }

  .ms-sm-1 {
    margin-left: 0.25rem !important; }

  .ms-sm-2 {
    margin-left: 0.5rem !important; }

  .ms-sm-3 {
    margin-left: 1rem !important; }

  .ms-sm-4 {
    margin-left: 1.25rem !important; }

  .ms-sm-5 {
    margin-left: 3rem !important; }

  .me-sm-0 {
    margin-right: 0 !important; }

  .me-sm-1 {
    margin-right: 0.25rem !important; }

  .me-sm-2 {
    margin-right: 0.5rem !important; }

  .me-sm-3 {
    margin-right: 1rem !important; }

  .me-sm-4 {
    margin-right: 1.25rem !important; }

  .me-sm-5 {
    margin-right: 3rem !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mt-sm-3 {
    margin-top: 1rem !important; }

  .mt-sm-4 {
    margin-top: 1.25rem !important; }

  .mt-sm-5 {
    margin-top: 3rem !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  .mb-sm-4 {
    margin-bottom: 1.25rem !important; }

  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  .m-sm-0 {
    margin: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .m-sm-4 {
    margin: 1.25rem !important; }

  .m-sm-5 {
    margin: 3rem !important; } }
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-100 {
    width: 100% !important; }

  .ms-md-0 {
    margin-left: 0 !important; }

  .ms-md-1 {
    margin-left: 0.25rem !important; }

  .ms-md-2 {
    margin-left: 0.5rem !important; }

  .ms-md-3 {
    margin-left: 1rem !important; }

  .ms-md-4 {
    margin-left: 1.25rem !important; }

  .ms-md-5 {
    margin-left: 3rem !important; }

  .me-md-0 {
    margin-right: 0 !important; }

  .me-md-1 {
    margin-right: 0.25rem !important; }

  .me-md-2 {
    margin-right: 0.5rem !important; }

  .me-md-3 {
    margin-right: 1rem !important; }

  .me-md-4 {
    margin-right: 1.25rem !important; }

  .me-md-5 {
    margin-right: 3rem !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mt-md-3 {
    margin-top: 1rem !important; }

  .mt-md-4 {
    margin-top: 1.25rem !important; }

  .mt-md-5 {
    margin-top: 3rem !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

  .mb-md-4 {
    margin-bottom: 1.25rem !important; }

  .mb-md-5 {
    margin-bottom: 3rem !important; }

  .m-md-0 {
    margin: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .m-md-4 {
    margin: 1.25rem !important; }

  .m-md-5 {
    margin: 3rem !important; } }
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-100 {
    width: 100% !important; }

  .ms-lg-0 {
    margin-left: 0 !important; }

  .ms-lg-1 {
    margin-left: 0.25rem !important; }

  .ms-lg-2 {
    margin-left: 0.5rem !important; }

  .ms-lg-3 {
    margin-left: 1rem !important; }

  .ms-lg-4 {
    margin-left: 1.25rem !important; }

  .ms-lg-5 {
    margin-left: 3rem !important; }

  .me-lg-0 {
    margin-right: 0 !important; }

  .me-lg-1 {
    margin-right: 0.25rem !important; }

  .me-lg-2 {
    margin-right: 0.5rem !important; }

  .me-lg-3 {
    margin-right: 1rem !important; }

  .me-lg-4 {
    margin-right: 1.25rem !important; }

  .me-lg-5 {
    margin-right: 3rem !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mt-lg-3 {
    margin-top: 1rem !important; }

  .mt-lg-4 {
    margin-top: 1.25rem !important; }

  .mt-lg-5 {
    margin-top: 3rem !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  .mb-lg-4 {
    margin-bottom: 1.25rem !important; }

  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  .m-lg-0 {
    margin: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .m-lg-4 {
    margin: 1.25rem !important; }

  .m-lg-5 {
    margin: 3rem !important; } }
/* === TOOLTIP Styles Start === */
/*.tooltip .tooltip-text::after {
 content: " ";
 position: absolute;
 margin-top: -5px;
 border-width: 7px;
 border-style: solid;
 }*/
/* === TOOLTIP Styles End === */
.page-header {
  display: flex;
  align-items: baseline;
  margin: 0 0 12px;
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 16px;
  padding-top: 15px;
  /*a {
  	color: var(--anchor-text) !important;
  	&:hover,
  	&:focus {
  		color: var(--anchor-text-hover) !important;
  		//background-color: var(--anchor-bg-hover) !important;
  	}
  }*/ }
  .page-header > * {
    display: flex;
    align-items: baseline; }
  .page-header .result-count {
    font-size: 11px;
    margin-bottom: 0; }

.page-heading {
  color: #666;
  font-size: calc(1.325rem + .9vw);
  font-size: 1.5rem;
  margin-right: 10px;
  margin-bottom: 0;
  color: var(--page-title-text);
  font-weight: 300;
  font-size: 24px; }
  .page-heading ~ a {
    font-size: 12px !important;
    padding-top: 0;
    padding-bottom: 0; }

.result-count {
  font-size: 12px;
  font-weight: bold; }

.custom-btn {
  line-height: 1;
  padding: 5px 5px;
  color: var(--btn-text); }
  .custom-btn:hover {
    background-color: var(--btn-bg-hover);
    color: var(--btn-text-hover); }

/*.title-btn {
	line-height: 1;
	padding: 4px 5px 5px 5px;
	white-space: nowrap;
	color: var(--anchor-btn-text);
	background-color: var(--anchor-btn-bg);
	&:hover {
		color: var(--anchor-btn-text-hover);
		background-color: var(--anchor-btn-bg-hover);
	}
}*/
.actionspanel a,
.paging .bulkaction-buttons a,
.detail-anchor {
  line-height: 1.4;
  padding: 4px 5px 5px 5px;
  white-space: nowrap;
  color: var(--anchor-btn-text);
  background-color: var(--anchor-btn-bg);
  background-color: transparent;
  text-decoration: none;
  display: inline-block; }
  .actionspanel a:hover,
  .paging .bulkaction-buttons a:hover,
  .detail-anchor:hover {
    color: var(--anchor-btn-text-hover);
    background-color: var(--anchor-btn-bg-hover); }

.user-icon {
  font-size: 7.187rem !important;
  color: #ccc; }

.user-name {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 5px auto;
  width: 75%;
  justify-content: center; }
  .user-name > div {
    color: #ffffff;
    background-color: var(--color-2);
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    overflow: hidden; }
  .user-name::before {
    display: inline-block;
    content: "";
    margin: 0px 0px 0px -25px;
    border: 15px solid transparent;
    border-color: var(--color-2) var(--color-2) var(--color-2) transparent;
    height: 30px; }
  .user-name::after {
    display: inline-block;
    content: "";
    margin: 0px -25px 0px 0px;
    border: 15px solid transparent;
    border-color: var(--color-2) transparent var(--color-2) var(--color-2);
    height: 30px; }

.action-accordion {
  padding: 8px 0px; }
  .action-accordion::after {
    display: none; }

.accordion-button.action-accordion {
  font-size: 12px; }
  .accordion-button.action-accordion::before {
    font-family: var(--font-awesome);
    content: "\f067";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 5px 5px 1px 0px;
    font-size: 1em; }
  .accordion-button.action-accordion:not(.collapsed)::before {
    content: "\f068";
    display: block; }

.table {
  color: var(--body-text); }
  .table > * {
    font-size: 0.812rem;
    font-size: 11px; }
  .table thead th,
  .table tfoot th {
    font-weight: bold;
    padding: 0.82rem 0.5rem; }
  .table thead tr,
  .table tfoot tr {
    background-color: var(--table-thead-tr-bg);
    vertical-align: middle; }
  .table tr:not(.detail):hover td {
    background-color: var(--table-tbody-tr-bg-hover); }
  .table .fa {
    font-size: 18px; }
  .table .action-buttons .fa {
    transition: all 0.1s; }
  .table .action-buttons a:hover .fa {
    transform: scale(1.2); }

th {
  color: var(--table-thead-text);
  border-radius: 0 !important;
  font-weight: 400; }

tr:hover .detail-btn:after {
  font-family: var(--font-awesome);
  content: '\f107';
  position: absolute;
  padding-left: 8px;
  top: 0;
  padding-right: 5px;
  right: 0;
  font-weight: 900; }

td.detail-btn {
  position: relative;
  padding-right: 20px !important; }

.table-responsive {
  overflow-y: hidden; }

td.action-buttons {
  width: 10px;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  vertical-align: middle; }
  td.action-buttons a {
    text-decoration: none;
    margin: 0 0.1rem;
    display: inline-block; }

.detail {
  font-size: 11px; }
  .detail .table-responsive {
    margin-bottom: 20px; }
  .detail .table th {
    background-color: var(--table-detail-thead-bg) !important;
    color: var(--table-detail-thead-text);
    width: 110px; }
  .detail .table > * > * > * {
    padding: 7px; }
  .detail .table tr:hover td {
    background-color: transparent; }
  .detail .table-box {
    border: 1px solid #DCEBF7; }
    .detail .table-box th {
      border-top: 1px solid #F7FBFF;
      width: 130px; }
    .detail .table-box td {
      border-top: 1px dotted #D5E4F1;
      	/*display: flex;
          justify-content: space-between;
          align-items: center;*/ }
    .detail .table-box tr:first-child th,
    .detail .table-box tr:first-child td {
      border-top: none; }
    .detail .table-box a {
      float: right;
      margin-top: -4px; }
  .detail .table-striped > tbody > tr:nth-child(even) {
    --bs-table-accent-bg: transparent;
    background-color: transparent; }
  .detail .accordion,
  .detail td > div > .card {
    margin-top: 10px; }
  .detail .accordion-button {
    width: initial;
    color: var(--detail-logs-anchor-text); }
  .detail .detail-logs-heading {
    color: var(--detail-logs-heading-text);
    font-size: 18px;
    font-weight: bold; }

.table-striped > tbody > tr:nth-child(even) {
  --bs-table-accent-bg: #f9f9f9;
  background-color: #f9f9f9;
  color: var(--body-text); }
.table-striped > tbody > tr:nth-child(odd) {
  --bs-table-accent-bg: transparent;
  background-color: transparent;
  color: var(--body-text); }

.table-dropdown > tbody > tr:nth-child(4n-3):hover,
.table-dropdown > tbody > tr:nth-child(4n-1):hover {
  background-color: #def;
  cursor: pointer; }
  .table-dropdown > tbody > tr:nth-child(4n-3):hover .icon-dropdown,
  .table-dropdown > tbody > tr:nth-child(4n-1):hover .icon-dropdown {
    position: relative; }
    .table-dropdown > tbody > tr:nth-child(4n-3):hover .icon-dropdown::after,
    .table-dropdown > tbody > tr:nth-child(4n-1):hover .icon-dropdown::after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 6px;
      right: 5px; }
.table-dropdown > tbody > tr.details > td {
  padding: 10px 10px 20px; }
.table-dropdown > tbody > tr.details .actions-detail > a,
.table-dropdown > tbody > tr.details .widget-box {
  padding: 0 12px; }
.table-dropdown > tbody > tr.details .table-bordered table {
  margin-bottom: 0; }
.table-dropdown > tbody > tr.details:hover {
  background-color: transparent;
  cursor: default; }
.table-dropdown > tbody > tr:nth-child(4n-1) {
  background-color: #f9f9f9; }
.table-dropdown > tbody > tr:nth-child(4n-3) {
  background-color: #fff; }

.btn-wrapper [type=button] {
  padding: 0.5rem 1rem; }
.btn-wrapper [type=submit] {
  padding: 0.5rem 1rem; }

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 1; }
  .tooltip p:last-child {
    margin-bottom: 0; }
  .tooltip .tooltip-text {
    visibility: hidden;
    width: 650px;
    background-color: var(--tooltip-bg);
    color: var(--tooltip-text);
    border-radius: 6px;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    position: absolute;
    z-index: 1; }
  .tooltip .tooltip-text-right {
    left: 105%;
    top: -65px; }
    .tooltip .tooltip-text-right::after {
      top: 49%;
      right: 100%;
      border-color: transparent black transparent transparent; }
  .tooltip .tooltip-text-top {
    bottom: 30px;
    left: -20px; }
    .tooltip .tooltip-text-top::after {
      top: 103%;
      left: 20%;
      border-color: black transparent transparent transparent; }
  .tooltip .tooltip-text-bottom {
    top: 30px;
    left: -20px; }
    .tooltip .tooltip-text-bottom::after {
      bottom: 100%;
      left: 20%;
      border-color: transparent transparent black transparent; }

.tooltip-anchor:hover + .tooltip-text {
  visibility: visible;
  opacity: 1; }

.tooltip-inner {
  max-width: 500px; }

.filters-form {
  border: 1px solid var(--filters-border);
  padding: 10px;
  background-color: var(--filters-bg);
  margin-bottom: 30px;
  font-size: 12px; }
  .filters-form label {
    font-weight: bold; }
  .filters-form .form-control {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem; }
  .filters-form .form-select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem; }
  .filters-form .filters-footer {
    border-top: 1px solid var(--filters-border);
    background-color: var(--filters-footer-bg); }
    .filters-form .filters-footer [type=submit] {
      border-color: var(--filters-footer-button-border);
      background-color: var(--filters-footer-button-bg);
      border-radius: 0; }
      .filters-form .filters-footer [type=submit]:hover, .filters-form .filters-footer [type=submit]:focus {
        background-color: var(--filters-footer-button-bg-hover); }

.theme-color {
  color: var(--theme-color) !important; }

.theme-text {
  color: var(--theme-text) !important; }

.theme-icon {
  color: var(--theme-background) !important; }

.ip-info {
  font-size: 11px; }

nav.breadcrumb {
  color: var(--breadcrumb-text);
  background-color: var(--breadcrumb-bg); }

.theme-background {
  background-color: var(--theme-background); }

.theme-button {
  background-color: var(--btn-bg);
  color: var(--btn-text);
  border: 1.5px solid var(--btn-border); }

.breadcrumb {
  font-size: 13px; }
  .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center; }
    .breadcrumb .breadcrumb-item i {
      font-size: 20px;
      margin-right: 5px; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 10px;
      margin-top: 4px;
      color: #b2b6bf;
      color: var(--breadcrumb-text); }
    .breadcrumb .breadcrumb-item.active {
      color: #6c757d;
      color: var(--breadcrumb-text); }
  .breadcrumb a {
    color: var(--breadcrumb-anchor-text);
    padding-right: 2px;
    padding-left: 2px;
    text-decoration: none; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: var(--breadcrumb-anchor-text-hover);
      background-color: var(--breadcrumb-anchor-bg-hover); }

.custom-btn-solid {
  color: var(--btn-text);
  background-color: var(--btn-bg);
  border: 1.5px solid var(--btn-border); }

.paging {
  background-color: var(--pagination-bg);
  font-size: 12px; }
  .paging .page-link {
    background-color: var(--pagination-nav-bg); }
  .paging .detail-anchor {
    text-decoration: underline; }
    .paging .detail-anchor:hover, .paging .detail-anchor:focus {
      text-decoration: none; }

.actionspanel a {
  margin-bottom: 3px; }

.stats-box {
  background-color: var(--stats-box-bg);
  text-align: center; }
  .stats-box i[class^="fa"],
  .stats-box .easy-pie-chart {
    transition: all 0.3s ease 0s; }
  .stats-box i[class^="fa"] {
    font-size: 32px;
    color: var(--stats-box);
    /* position: absolute; 
    left: 4px; 
    top: 15px; */ }
  .stats-box a {
    text-decoration: none;
    color: var(--stats-box-anchor);
    padding: 0; }
    .stats-box a:hover, .stats-box a:focus {
      color: var(--stats-box-anchor); }
      .stats-box a:hover i[class^="fa"],
      .stats-box a:hover .easy-pie-chart, .stats-box a:focus i[class^="fa"],
      .stats-box a:focus .easy-pie-chart {
        transform: scale(1.1); }
  .stats-box .stats-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 1310px) {
      .stats-box .stats-item {
        min-height: 157px; } }
    @media (max-width: 991px) {
      .stats-box .stats-item {
        min-height: 141px; } }
    @media (max-width: 768px) {
      .stats-box .stats-item {
        min-height: 130px; } }
    @media (max-width: 568px) {
      .stats-box .stats-item {
        min-height: 110px;
        padding-bottom: 10px; } }
  .stats-box .stats-item-head {
    text-transform: uppercase;
    font-size: 8px; }
    .stats-box .stats-item-head span {
      display: block;
      margin-bottom: 5px; }
  .stats-box .stats-item-body {
    font-size: 16px;
    color: var(--stats-box-anchor); }
  @media (max-width: 767px) {
    .stats-box .responsive-pie-chart,
    .stats-box .responsive-pie-chart canvas {
      width: 41px !important;
      height: 41px !important;
      line-height: 41px !important;
      font-size: 11px; } }
  .stats-box .responsive-pie-chart {
    top: -3px;
    display: inline-block; }
    @media (max-width: 767px) {
      .stats-box .responsive-pie-chart {
        margin-top: -3px; } }
  @media (min-width: 568px) {
    .stats-box .stats-item-head {
      font-size: 10px; }
    .stats-box .stats-item-body {
      font-size: 21px; } }
  @media (min-width: 768px) {
    .stats-box i[class^="fa"] {
      font-size: 48px; }
    .stats-box .stats-item-body {
      font-size: 26px; } }
  @media (max-width: 479px) {
    .stats-box [class^="col-"] {
      width: 33.33%; } }

.btn-colorpicker {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 0; }

.failure, .success {
  border: 1px solid #bbb;
  padding: 10px;
  margin: 15px 0px;
  background: #eee;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 16px; }

.failure {
  border-color: red;
  background: #FFD5D5;
  color: red; }

.success {
  border-color: green;
  background: #CCFFCC;
  color: green; }

.online-indicator {
  border-left: 3px solid #03a903 !important; }

.offline-indicator {
  border-left: 3px solid red !important; }

.user-profile-box {
  display: flex;
  flex-direction: column; }

.dropdown-toggle {
  outline: 0; }

.nav-flush .nav-link {
  border-radius: 0; }

.nav-link {
  font-size: 13px; }

.navbar-nav {
  border: 2px var(--navbar-dropdown-background); }
  .navbar-nav .dropdown-menu {
    font-size: 13px; }
    .navbar-nav .dropdown-menu .fa {
      font-size: 16px; }

.navbar-toggler {
  padding: 6px 12px;
  font-size: 20px;
  border-color: #ffffff;
  background-color: var(--navbar-toggle-btn-bg); }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler i {
    color: var(--navbar-toggle-btn-icon); }

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
  border-radius: 0; }

.navbar {
  background: var(--navbar-bg); }
  .navbar .navbar-nav .dropdown-toggle::after {
    border-width: 5px; }
  .navbar .dropdown-toggle {
    background-color: var(--navbar-dropdown-background);
    color: var(--navbar-dropdown-text);
    padding: 6px 8px; }
    .navbar .dropdown-toggle:hover, .navbar .dropdown-toggle:focus {
      box-shadow: none; }
    .navbar .dropdown-toggle i {
      font-size: 30px;
      margin-right: 5px; }

.sidebar {
  width: 195px;
  position: fixed;
  left: 0;
  overflow-y: auto;
  z-index: 9;
  border-right: 1px solid var(--sidebar-border-right);
  color: var(--sidebar-text);
  background-color: var(--sidebar-bg);
  height: 100vh;
  transition: left 0.2s ease 0s; }
  .sidebar .nav-list > li {
    border-color: var(--sidebar-menu-border) !important; }
    .sidebar .nav-list > li > a {
      height: 42px;
      background-color: var(--sidebar-menu-bg); }
    .sidebar .nav-list > li:hover > a {
      background-color: var(--sidebar-menu-bg-hover) !important; }
    .sidebar .nav-list > li .btn-toggle-nav > li > a {
      margin-top: 0 !important; }
    .sidebar .nav-list > li > .btn-toggle-nav li > .btn-toggle-nav > li a {
      padding-left: 50px; }
    .sidebar .nav-list > li > .btn-toggle > .fa {
      font-size: 18px !important; }
  .sidebar .nav-list > li.active:hover > a {
    background-color: var(--sidebar-menu-bg-active-hover) !important; }
  .sidebar .nav-list > li.active:focus > a {
    background-color: var(--sidebar-menu-bg-active-hover) !important; }
  .sidebar .submenu-header > a {
    padding-left: 18px;
    font-weight: bold;
    color: var(--sidebar-text) !important;
    background-color: var(--sidebar-menu-bg-active) !important; }
  .sidebar .btn-toggle {
    font-size: 13px; }
  .sidebar .list-unstyled-main a {
    display: flex;
    align-items: center; }
  .sidebar .list-unstyled > li > a.active {
    font-weight: bold; }
    .sidebar .list-unstyled > li > a.active::before {
      display: none;
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 999;
      height: 100%;
      width: 3px;
      max-width: 3px;
      overflow: hidden; }
  @media (min-width: 992px) {
    .sidebar + .main-content {
      margin-left: 200px; } }
  @media (min-width: 992px) {
    .sidebar.collapse:not(.show) {
      display: block;
      width: 200px; } }
  @media (max-width: 991px) {
    .sidebar {
      left: -200px; }
    .sidebar.closed {
      left: -45px; }
    .sidebar.show, .sidebar.show.closed {
      left: 0; } }

.btn-toggle {
  align-items: center;
  padding: 0.75rem 0.5rem;
  border: 0;
  display: block;
  text-align: left;
  font-size: 14px; }
  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%; }

.col-form-label::after {
  content: "\3a";
  margin-left: 5px;
  font-weight: 700; }

.btn-toggle-nav li > a {
  display: inline-flex;
  padding: 0.68rem;
  padding-left: 42px;
  margin-top: 0.125rem;
  text-decoration: none; }

.sidebar-shortcuts {
  position: relative;
  background-color: var(--sidebar-shortcuts-bg);
  border-color: var(--navbar-dropdown-background); }
  .sidebar-shortcuts .sidebar-shortcuts-mini {
    text-align: center;
    padding: 1.5px;
    line-height: normal; }
    .sidebar-shortcuts .sidebar-shortcuts-mini span.btn {
      padding: 8px;
      margin-top: -4px; }
      .sidebar-shortcuts .sidebar-shortcuts-mini span.btn:nth-child(even) {
        margin-left: -3px; }
  .sidebar-shortcuts .sidebar-shortcuts-large {
    text-align: center;
    padding: 3px 0px; }
  .sidebar-shortcuts a {
    font-size: 13px;
    color: var(--sidebar-shortcuts-text-hover);
    padding: 7px 12px; }
    .sidebar-shortcuts a:hover {
      color: var(--sidebar-shortcuts-text-hover); }
    .sidebar-shortcuts a:focus {
      color: var(--sidebar-shortcuts-text-hover); }

.sidebar.closed {
  width: 45px !important; }
  .sidebar.closed .submenu {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 0px;
    border-right: 1px solid #cccccc; }
    .sidebar.closed .submenu .submenu {
      box-shadow: none;
      border-right: none; }
  @media (min-width: 992px) {
    .sidebar.closed + .main-content {
      margin-left: 45px; } }
  .sidebar.closed .sidebar-shortcuts:hover > .sidebar-shortcuts-large {
    display: block !important;
    position: fixed;
    left: 45px;
    width: 188px;
    top: 45px;
    background-color: var(--sidebar-submenu-text-background); }

#sidebar-collapse {
  background-color: var(--sidebar-collapse-bg) !important;
  border: 1px solid var(--sidebar-collapse-border);
  border-left: 0;
  border-right: 0;
  padding: 4px 0 !important;
  height: initial; }
  #sidebar-collapse .fa {
    border-color: var(--sidebar-collapse-icon-border) !important;
    color: var(--sidebar-collapse-icon);
    font-size: 13px !important;
    background-color: var(--sidebar-collapse-icon-bg); }
  #sidebar-collapse hr {
    right: 5%;
    top: 0;
    left: 5%;
    width: 90%;
    background-color: var(--sidebar-collapse-hr);
    opacity: 1; }

.content {
  padding-top: 45px; }

.main-content .main-content-inner {
  width: -webkit-fill-available; }

.sidebar-shortcuts-mini {
  background-color: var(--sidebar-shortcuts-bg);
  border-color: var(--navbar-dropdown-background); }

.list-unstyled > li {
  border-top: 1px solid;
  border-top-color: var(--sidebar-menu-border) !important;
  position: relative;
  z-index: 1;
  /*&:hover {
  	>a {
  		&:not(.btn-toggle) {
  			background-color: $background-color_5;
  			color: $color_3;
  		}
  	}
  }*/ }
  .list-unstyled > li > a {
    background-color: var(--sidebar-menu-bg);
    color: var(--sidebar-text);
    z-index: 99;
    position: relative;
    text-wrap: auto; }
    .list-unstyled > li > a:hover {
      color: var(--sidebar-menu-text-hover);
      background-color: var(--sidebar-menu-bg-hover); }
    .list-unstyled > li > a:focus {
      color: var(--sidebar-menu-text-hover);
      background-color: var(--sidebar-menu-bg-hover); }
  .list-unstyled > li > a.active::before {
    background-color: var(--sidebar-menu-before); }
  .list-unstyled > li > ul.submenu.show > li:has(ul.submenu.list-unstyled.show)::after {
    content: "\f0da";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8rem;
    top: 10px;
    left: 16px;
    z-index: 999;
    color: var(--sidebar-submenu-before); }
  .list-unstyled > li .submenu {
    z-index: 1;
    /*li.open {
    	>a {
    		color: $color_9;
    	}
    }*/ }
    .list-unstyled > li .submenu > li {
      border-top-color: var(--sidebar-submenu-border) !important; }
      .list-unstyled > li .submenu > li > a {
        background-color: var(--sidebar-submenu-bg);
        color: var(--sidebar-submenu-text); }
        .list-unstyled > li .submenu > li > a:hover {
          background-color: var(--sidebar-submenu-bg-hover);
          color: var(--sidebar-submenu-text-hover); }
      .list-unstyled > li .submenu > li > a.active {
        background-color: var(--sidebar-submenu-bg-active); }
      .list-unstyled > li .submenu > li::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 99999;
        left: 19px;
        top: 19px;
        border: 1px dotted;
        border-width: 1px 0 0;
        width: 9px;
        border-color: var(--sidebar-submenu-before) !important; }
    .list-unstyled > li .submenu::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 99999;
      left: 18px;
      top: 39px;
      bottom: 0;
      border: 1px dotted;
      border-width: 0 0 0 1px;
      border-color: var(--sidebar-submenu-before) !important; }
    .list-unstyled > li .submenu li .submenu::before {
      z-index: 0; }
    .list-unstyled > li .submenu li > .submenu {
      /*>li.open {
      	>a {
      		color: $color_9;
      	}
      }*/ }
      .list-unstyled > li .submenu li > .submenu li > a {
        color: var(--sidebar-submenu-text); }
      .list-unstyled > li .submenu li > .submenu li:hover > a {
        color: var(--sidebar-submenu-text-hover); }
      .list-unstyled > li .submenu li > .submenu li.active > a {
        color: var(--sidebar-submenu-text-active); }
      .list-unstyled > li .submenu li > .submenu li.active:hover > a {
        color: var(--sidebar-submenu-text-active-hover); }
    .list-unstyled > li .submenu:not(.position-fixed) > li.active:not(.list-unstyled)::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 999;
      right: 0px;
      top: 3px;
      bottom: 3px;
      border-right-color: var(--sidebar-menu-before);
      border-width: 16px 10px;
      color: var(--sidebar-menu-before); }
    .list-unstyled > li .submenu > li.list-unstyled::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 999;
      left: 18px;
      top: 20px;
      border: 1px dotted;
      border-width: 1px 0 0;
      width: 9px;
      border-color: var(--sidebar-submenu-before) !important; }
    .list-unstyled > li .submenu > li.list-unstyled > .submenu > li::before {
      width: 16px; }
  .list-unstyled > li .submenu.position-fixed > li.active:not(.list-unstyled)::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 3px;
    bottom: 3px;
    border-right-color: var(--sidebar-menu-before);
    border-width: 16px 10px;
    color: var(--sidebar-menu-before); }
  .list-unstyled > li > .submenu > li {
    border-top-color: var(--sidebar-submenu-border) !important;
    z-index: 9999; }
    .list-unstyled > li > .submenu > li > a {
      font-size: 12px; }
  .list-unstyled > li > .submenu > li.active > a {
    color: var(--sidebar-submenu-text-active);
    background-color: var(--sidebar-submenu-bg-active); }
.list-unstyled > li.list-unstyled-main.open.active:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  height: 39px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: var(--sidebar-menu-before); }
.list-unstyled > li.list-unstyled-main:hover > a:not(.active):after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: var(--sidebar-menu-before); }
.list-unstyled > li.active > a {
  background-color: var(--sidebar-menu-bg-active);
  color: var(--sidebar-menu-text-active); }
.list-unstyled > li.active:hover > a {
  background-color: var(--sidebar-menu-bg-active);
  color: var(--sidebar-menu-text-active); }
.list-unstyled > li.active .submenu > li {
  z-index: 9999; }
  .list-unstyled > li.active .submenu > li > a {
    color: var(--sidebar-submenu-text);
    background-color: var(--sidebar-submenu-bg);
    z-index: 9999; }
    .list-unstyled > li.active .submenu > li > a:hover {
      color: var(--sidebar-submenu-text-active-hover);
      background-color: var(--sidebar-submenu-bg-active-hover); }
.list-unstyled > li.active .submenu > li.active > a {
  background-color: var(--sidebar-submenu-bg-active);
  color: var(--sidebar-submenu-text-active); }
.list-unstyled > li.active > .submenu {
  border-top-color: var(--sidebar-submenu-border) !important; }

/*.list-unstyled.open.active {
	>li {
		>a {
			background-color: $background-color_6;
			color: var(--sidebar-text);
		}
		&:hover {
			>a {
				background-color: $background-color_6 !important;
			}
		}
	}
}
.submenu {
	&:not(.closed) {
		.list-unstyled {
			>li {
				.submenu {
					>li.active {
						.list-unstyled {
							>li.active {
								&::after {
									bottom: 1px;
									content: "";
									display: block;
									position: absolute;
									z-index: 999;
									right: 0px;
									top: 3px;
									border: 8px solid;
									border-right-color: $border-right-color_3;
									border-width: 19px 12px;
									color: var(--sidebar-menu-before);
								}
							}
						}
					}
				}
			}
		}
	}
}*/
@media (min-width: 992px) {
  .sidebar.collapse {
    display: block;
    width: 195px;
    height: calc(100vh - 45px);
    height: -webkit-fill-available;
    height: fill-available; }
    .sidebar.collapse:not(.show) {
      display: block;
      position: fixed; } }
/* @media (min-width: 1327px) {
 .page-dashboard .infobox-container .infobox {
 width: 25%;
 }
 } */
/* === NAS Stats Info Starts Here === */
/* === NAS Stats Info Ends Here === */
/* === Dashboard Stats Starts Here === */
/* === Dashboard Stats Ends Here === */
.page-dashboard .table .fa-caret-right {
  color: #478fca;
  font-size: 11px; }
.page-dashboard .table tr {
  background-color: transparent !important; }
.page-dashboard .table > * {
  font-size: 13px; }
.page-dashboard .table td {
  background-color: transparent !important;
  box-shadow: none; }
.page-dashboard .bg-table-th {
  background-color: #ededed; }
.page-dashboard .fa-angle-down {
  color: #aaa;
  font-size: 14px; }
.page-dashboard .btn-collapse {
  font-size: 14px;
  line-height: 1.3; }
  .page-dashboard .btn-collapse:hover .fa {
    transform: scale(1.2); }
  .page-dashboard .btn-collapse:focus .fa {
    transform: scale(1.2); }
  .page-dashboard .btn-collapse .fa {
    color: #aaa;
    transition: all 0.1s ease 0s; }
.page-dashboard .card {
  border: none; }
.page-dashboard .card-header {
  background-color: transparent !important;
  font-weight: 200;
  padding-left: 0; }
.page-dashboard .card-header.bg-light {
  background-color: #f8f9fa !important; }
.page-dashboard .card-body {
  padding: 0; }
  .page-dashboard .card-body th {
    background-color: transparent !important; }
.page-dashboard h3 {
  margin-bottom: 0;
  font-size: 21px;
  color: #4383B4;
  margin-top: 15px;
  font-weight: lighter; }
.page-dashboard h5 {
  margin-bottom: 0;
  font-size: 15px;
  color: #4383B4; }
  .page-dashboard h5 i {
    font-size: 15px; }
.page-dashboard hr {
  border-top: 1px solid #ccc;
  margin: 14px 0; }
.page-dashboard .infobox-container .infobox {
  border: 1px dotted #D8D8D8; }
.page-dashboard .infobox-container i:not(.fa-sync) {
  font-size: 22px;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 1px 1px 0 2px;
  background-color: transparent;
  border-width: 0;
  text-align: center;
  position: relative;
  border-radius: 100%; }
  .page-dashboard .infobox-container i:not(.fa-sync)::before {
    display: block;
    padding: 8px 0 0;
    width: 42px;
    text-align: center;
    border-radius: 100%;
    color: #FFF;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14); }
.page-dashboard .infobox-container .infobox-icon {
  line-height: 1;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
.page-dashboard .infobox-container .infobox-data-numeric {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  font-size: 22px;
  margin-bottom: 4px;
  color: var(--infobox-data); }
.page-dashboard .infobox-container .infobox-title {
  color: var(--infobox-title); }
.page-dashboard .infobox-container .separator {
  border-left: 1px dotted;
  border-color: #D8D8D8 !important; }
.page-dashboard .stats-mrtg img {
  margin-bottom: 1rem; }
.page-dashboard .highcharts-title {
  font-size: 18px !important;
  font-weight: lighter !important; }

.fa-sync {
  position: absolute !important;
  font-size: 16px !important;
  right: 5px;
  top: 5px;
  transition: all 400ms ease 0s;
  color: black;
  z-index: 2;
  padding: 0;
  margin: 0; }

.easyPieChart {
  position: relative;
  text-align: center; }
  .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.easy-pie-chart {
  position: relative;
  text-align: center; }
  .easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.nas-stats {
  color: #4383B4;
  line-height: 1.4;
  font-size: 13px; }

.nas-stats-info {
  padding-left: 20px; }

.nas-stats-info-item {
  padding-left: 20px; }

.nas-stats-time {
  font-size: 15px; }

.infobox {
  display: inline-block;
  width: 210px;
  height: 66px;
  color: #555;
  box-shadow: none;
  border-radius: 0;
  margin: -1px 0 0 -1px;
  padding: 8px 3px 6px 9px;
  border: 1px dotted;
  border-color: #D8D8D8 !important;
  vertical-align: middle;
  text-align: left;
  position: relative;
  /*width: 33%;*/
  border: 1px solid #fff;
  background-color: var(--infobox-bg);
  margin: -1px 10px 10px -1px;
  margin: 0px 2px 2px 0px; }
  @media (min-width: 1327px) {
    .infobox {
      width: 33%; } }

.infobox-green3 {
  background-color: var(--infobox-green3-bg); }

.infobox-blue {
  background-color: var(--infobox-blue-bg); }
  .infobox-blue .infobox-icon {
    background-color: var(--infobox-blue-icon-bg); }

.infobox-green {
  background-color: var(--infobox-green-bg); }
  .infobox-green .infobox-icon {
    background-color: var(--infobox-green-icon-bg); }

.infobox-red {
  background-color: var(--infobox-red-bg); }
  .infobox-red .infobox-icon {
    background-color: var(--infobox-red-icon-bg); }

.infobox-grey {
  background-color: var(--infobox-grey-bg); }
  .infobox-grey .infobox-icon {
    background-color: var(--infobox-grey-icon-bg); }

.infobox-black {
  background-color: var(--infobox-black-bg); }
  .infobox-black .infobox-icon {
    background-color: var(--infobox-black-icon-bg); }

.infobox-brown {
  background-color: var(--infobox-brown-bg); }
  .infobox-brown .infobox-icon {
    background-color: var(--infobox-brown-icon-bg); }

.infobox-purple {
  background-color: var(--infobox-purple-bg); }
  .infobox-purple .infobox-icon {
    background-color: var(--infobox-purple-icon-bg); }

.infobox-orange {
  background-color: var(--infobox-orange-bg); }
  .infobox-orange .infobox-icon {
    background-color: var(--infobox-orange-icon-bg); }

/*@media (min-width: 1200px) {
	.infobox {
		width: 32.4%;
	}
}*/
@media only screen and (max-width: 479px) {
  .page-dashboard .infobox-container .infobox {
    width: 95%;
    margin-top: 2px;
    margin-bottom: 2px; } }
@media (max-width: 335px) {
  .nas-stats-info {
    font-size: 12px; } }
@media (max-width: 380px) {
  .nas-stats-info-item {
    padding-left: 5px; }

  .nas-stats-time {
    font-size: 12px; } }
@media (max-width: 680px) {
  .infobox {
    width: 48%; } }
@media (max-width: 489px) {
  .infobox {
    min-width: 10%;
    width: 100%; } }
.widget-box {
  border: 1px solid rgba(204, 204, 204, 0.5); }
  .widget-box .widget-header {
    border-bottom: 1px solid #DDD;
    padding: 6px;
    background-color: var(--widget-header-bg); }
  .widget-box .widget-title {
    color: var(--widget-header-text); }

/* === LOGIN === */
/* === End LOGIN === */
.login-icon {
  font-size: 100px;
  color: var(--login-icon); }
  .login-icon + h1 {
    color: var(--login-title); }

.page-login {
  background-color: var(--login-background); }
  .page-login label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  .page-login .form-control {
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 0; }
  .page-login button[type=submit] {
    background-color: var(--login-btn-bg) !important;
    border: 5px solid #3c3c3c;
    border-color: var(--login-btn-border);
    padding: 6px 12px;
    border-radius: 4px;
    margin-top: 15px; }
    .page-login button[type=submit]:hover, .page-login button[type=submit]:focus {
      border-color: var(--login-btn-border-hover); }

.logo-wrapper .logo {
  width: 75%; }
  @media (min-width: 768px) {
    .logo-wrapper .logo {
      width: 300px; } }

.login-wrapper {
  box-shadow: 0px 1px 5px #aaa;
  /* box-shadow: 0 1px 3px rgba(0,0,0,.13); */
  margin-top: 30px;
  background-color: var(--login-header-bg); }
  .login-wrapper .btn-primary {
    background-color: var(--login-button);
    border-color: var(--login-button); }
    .login-wrapper .btn-primary:hover, .login-wrapper .btn-primary:focus {
      border-color: var(--login-button-hover); }
  @media (min-width: 568px) {
    .login-wrapper {
      margin-top: 45px; } }

.section-wrapper--login {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .section-wrapper--login {
      padding: 45px 0; } }

.login-header {
  padding: 20px 10px;
  color: #fff; }
  .login-header .login-icon {
    font-size: 76px;
    color: #ccc; }
  .login-header h1 {
    margin-top: 0; }
  .login-header p {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .login-header {
      min-height: 321px;
      float: left;
      width: 36%;
      padding: 30px; }
      .login-header .login-icon {
        font-size: 102px; }
      .login-header h1 {
        margin-top: 45px; } }
  @media (min-width: 526px) {
    .login-header .login-icon {
      font-size: 120px; } }
  @media (min-width: 568px) {
    .login-header {
      min-height: 351px;
      padding: 54px 30px; } }
  @media (max-width: 479px) {
    .login-header .login-text {
      display: inline-block;
      padding-left: 10px; }
      .login-header .login-text h1 {
        margin-bottom: 0; }
      .login-header .login-text p {
        display: none; }
    .login-header .login-icon {
      display: none; } }

.login-body .btn[type="submit"] {
  margin-top: 41px; }
.login-body .control-label {
  font-weight: bold; }
  .login-body .control-label::after {
    display: none; }
@media (min-width: 480px) {
  .login-body {
    float: left;
    width: 64%; } }

.logo-login {
  text-align: center;
  margin-bottom: 30px; }
  .logo-login img {
    display: inline-block; }
  @media (max-width: 360px) {
    .logo-login img {
      width: 90%; } }
  @media (min-width: 768px) {
    .logo-login {
      margin-bottom: 45px; } }

.form-box {
  /* box-shadow: 0px 1px 5px #aaa;
  box-shadow: 0 1px 3px rgba(0,0,0,.13); */ }
  .form-box input[name='captchastring'] {
    width: 100%; }
  .form-box .input-group .input-group-addon {
    background-color: orange;
    border-color: orange;
    border-radius: 4px 0 0 4px !important; }
    .form-box .input-group .input-group-addon .fa {
      font-size: 20px;
      width: 20px;
      color: white; }
  .form-box .input-group .form-control {
    border-radius: 0 4px 4px 0 !important; }
  .form-box .error-message {
    margin-bottom: 15px; }
  .form-box .form-login .control-label {
    font-size: 16px; }
  .form-box .form-group {
    margin-bottom: 20px; }
  .form-box .form-title {
    background-color: #0077aa;
    color: white;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
    font-family: Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    display: none; }
  .form-box .form-wrapper {
    background-color: rgba(0, 119, 170, 0.15);
    background-color: white;
    padding: 30px; }
  .form-box .btn-primary {
    border-radius: 4px;
    padding: 6px 12px;
    border: 5px solid var(--login-button); }
  .form-box.col-xs-login {
    width: 100%; }
    @media (min-width: 360px) {
      .form-box.col-xs-login {
        width: 100%; } }
    @media (min-width: 414px) {
      .form-box.col-xs-login {
        width: 90%; } }
    @media (min-width: 414px) {
      .form-box.col-xs-login {
        width: 90%; } }
    @media (min-width: 568px) {
      .form-box.col-xs-login {
        width: 65%; } }
    @media (min-width: 768px) {
      .form-box.col-xs-login {
        width: initial; } }
  @media (max-width: 767px) {
    .form-box input[name='captchastring'] {
      margin-top: 15px; } }
  @media (min-width: 568px) {
    .form-box .form-wrapper {
      padding: 51px 45px; } }
  @media (min-width: 768px) {
    .form-box .form-title {
      font-size: 36px; } }
  @media (min-width: 992px) {
    .form-box .input-group .input-group-addon .fa {
      font-size: 24px;
      width: 24px; } }

.form-title {
  position: relative;
  color: orange;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 0; }
  .form-title::after {
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #b3b3b3; }
  @media (max-width: 767px) {
    .form-title {
      text-align: center; } }
  @media (min-width: 992px) {
    .form-title {
      font-size: 40px; } }

.form-text {
  font-size: 12px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .form-text {
      text-align: center; } }

.error-message {
  color: red;
  text-align: center; }
  .error-message::before {
    content: "\f00d";
    margin-right: 4px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1.4rem; }
  @media (min-width: 768px) {
    .error-message {
      font-size: 15px; } }
  @media (min-width: 992px) {
    .error-message {
      font-size: 16px; } }

.form-login .control-label,
.form-login .form-control {
  font-size: 15px; }
.form-login .form-control {
  height: 40px;
  padding: 8px 14px;
  border-radius: 4px; }
.form-login .checkbox {
  font-size: 14px; }
@media (min-width: 768px) {
  .form-login .control-label,
  .form-login .form-control {
    font-size: 16px; }
  .form-login .checkbox {
    font-size: 15px; } }
@media (min-width: 992px) {
  .form-login .form-control {
    height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .form-login .checkbox {
    font-size: 16px; } }

.btn-submit {
  color: white;
  background-color: orange;
  border-color: orange;
  transition: all 0.4s ease 0s;
  padding: 10px 14px;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 15px; }
  .btn-submit:hover, .btn-submit:focus {
    color: white;
    background-color: #ffb52e;
    outline: none; }
  @media (min-width: 768px) {
    .btn-submit {
      font-size: 17px; } }
  @media (min-width: 992px) {
    .btn-submit {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px; } }

.col-xs-login {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 360px) {
    .col-xs-login {
      width: 80%;
      margin: 0 auto; } }
  @media (min-width: 414px) {
    .col-xs-login {
      width: 70%;
      margin: 0 auto; } }
  @media (min-width: 450px) {
    .col-xs-login {
      width: 60%; } }
  @media (min-width: 768px) {
    .col-xs-login {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
