/* Estilo modal imprimir */
/* Estilo de modal formularios */
/* Estilos Formularios */

html {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.site-wrapper {
  height: 100%;
  display: flex;
}

.home-wrapper {
  margin: 0;
  padding: 0;
}
.home-wrapper .foreground {
  color: #0FD1DA;
  text-align: center;
}
.home-wrapper .foreground::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url("../../images/back1.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(1px);
}
.home-wrapper .image {
  background-image: url("../../images/logo_w_500.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 600px;
  height: 600px;
  transition: all 0.5s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-wrapper .navbar {
  backdrop-filter: blur(5px);
  background-color: rgba(173, 172, 172, 0.2470588235);
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
}

.navbar {
  background-color: #eff4f6;
  border-bottom: 1px solid #d6e1e6;
  width: 100%;
  height: 80px;
}
.navbar .dropdown button {
  border: transparent;
  border-radius: 3px;
}
.navbar .dropdown button:active {
  background-color: #96AFB8;
  border-radius: 3px;
}
.navbar .dropdown button:hover {
  background-color: #96AFB8;
  border-radius: 3px;
}
.navbar .dropdown button span {
  margin-right: 10px;
}
.navbar .dropdown button.show {
  background-color: #96AFB8;
  border-radius: 3px;
}
.navbar .dropdown .nav-link {
  border-right: 3px solid transparent;
}
.navbar .dropdown .nav-link:hover {
  background-color: #96AFB8;
  border-radius: 3px;
  border-right: 3px solid #3BE1C6;
}
.navbar .dropdown .nav-link span {
  margin-left: 5px;
}
.navbar .nav-link {
  border-right: 3px solid transparent;
}
.navbar .nav-link:hover {
  background-color: #96AFB8;
  border-radius: 3px;
  border-right: 3px solid #3BE1C6;
}
.navbar .nav-link span {
  margin-left: 5px;
}

#mobile-menu .offcanvas-header {
  text-align: center;
  margin: 10px 0px;
}
#mobile-menu .offcanvas-header span {
  color: #334A52;
  font-size: 1.15rem;
  font-weight: 600;
}
#mobile-menu a {
  text-decoration: none;
}
#mobile-menu .offcanvas-body ul {
  list-style: none;
}

#sidenav {
  width: 70px;
  min-width: 70px;
  z-index: 1000;
  transition: all 0.25s ease-in-out;
  background-color: #eff4f6;
}
#sidenav a {
  text-decoration: none;
}
#sidenav .sidenav-header {
  text-align: center;
  margin: 10px 0px;
}
#sidenav .sidenav-header span {
  color: #334A52;
  font-size: 1.15rem;
  font-weight: 600;
}
#sidenav:not(.expand-lg) .sidenav-header {
  margin: 23px 0;
}
#sidenav:not(.expand-lg) .sidenav-header .sidenav-brand {
  display: none;
}
#sidenav:not(.expand-lg) .sidenav-nav .sidenav-item a.sidenav-link span {
  display: none;
}
#sidenav:not(.expand-lg) .sidenav-nav .sidenav-item:hover a.sidenav-link span {
  display: inline-block;
  margin: 0;
  padding: 0.3rem;
  padding-left: 5px;
  height: 100%;
  position: absolute;
  width: 100%;
  min-width: 7rem;
  opacity: 1;
  top: 0;
  left: 65px;
  background-color: #96AFB8;
  border-radius: 3px;
  border-right: 3px solid #3BE1C6;
  color: #334A52;
}
#sidenav:not(.expand-lg) .sidenav-item .sidenav-dropdown {
  position: absolute;
  top: 0;
  left: 70px;
  background-color: lightgray;
  padding: 0;
  min-width: 15rem;
  display: none;
  border-radius: 3px;
}
#sidenav:not(.expand-lg) .sidenav-item:hover .has-dropdown + .sidenav-dropdown {
  display: block;
  max-height: 15em;
  width: 100%;
  opacity: 1;
}

#sidenav.expand-lg {
  width: 230px;
  min-width: 230px;
}
#sidenav.expand-lg .sidenav-link[data-bs-toggle=collapse]::after {
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  content: "";
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 1.5rem;
  top: 1.4rem;
  transform: rotate(-135deg);
  transition: all 0.2s ease-out;
}
#sidenav.expand-lg .sidenav-link[data-bs-toggle=collapse].collapsed::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

#sidenav-toggle-btn {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 1rem 1.5rem;
}

.sidenav-nav {
  padding: 2rem 0;
}

.sidenav-item {
  position: relative;
}

a.sidenav-link {
  margin: 0.625rem 0.625rem;
  color: #40BEDF;
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
  border-left: 3px solid transparent;
  padding: 0.3rem;
}
a.sidenav-link:hover {
  padding: 0.3rem;
  background-color: #96AFB8;
  color: #334A52;
  border-left: 4px solid #3BE1C6;
  border-radius: 3px;
}

.sidenav-link span {
  margin: 0.25em;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
}

hr {
  border-top: none !important;
  height: 1px;
  margin: 1rem 0;
  color: inherit;
  border: 0;
  opacity: 0.25;
}

hr.horizontal.dark {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

hr.horizontal {
  background-color: transparent;
}

.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #40BEDF;
  font-weight: 400;
}
.breadcrumbs a {
  text-decoration: none;
  color: #334A52;
}
.breadcrumbs a:hover {
  color: #40BEDF;
}

.right-content {
  transition: all 0.35s ease-in-out;
  background-color: #eff4f6;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.right-content .main-content .title {
  text-align: center;
  color: #40BEDF;
}
.right-content .main-content .node-actions {
  gap: 0.5rem;
}
.right-content .main-content .node-actions .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.right-content .main-content .chart-container {
  position: relative;
  height: 33vh;
  width: 100%;
}
.right-content .main-content .customers-container .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50%, 350px), 1fr));
  gap: 1rem;
  text-align: center;
  flex: 1;
  padding: 1rem;
  margin-right: 2.5rem;
}
.right-content .main-content .customers-container .grid .card {
  max-width: 450px;
  max-height: 300px;
  border: 3px solid transparent;
  transition: border 0.5s;
}
.right-content .main-content .customers-container .grid .card:hover {
  border: 3px solid #0FD1DA !important;
}
.right-content .main-content .customers-container .grid .card:hover .card-body .card-title {
  color: #3C8375;
}
.right-content .main-content .customers-container .grid .card:hover .card-body .icon {
  color: #3C8375;
  -webkit-scale: 1.2;
  scale: 1.2;
}
.right-content .main-content .customers-container .grid .card .card-body .image {
  display: block;
  height: 100%;
  width: 100%;
}
.right-content .main-content .customers-container .grid .card .card-body .card-title {
  color: #2ab7db;
  font-size: 1.4rem;
  transition: 0.5s;
}
.right-content .main-content .customers-container .grid .card .card-body .icon {
  color: #334A52;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.right-content .main-content .customers-container .grid .card .card-body .node-ip {
  font-size: 1.5rem;
  color: #25afb4;
}
.right-content .main-content .customers-container .grid .card .card-footer {
  background-color: transparent;
}
.right-content .main-content .customers-container .grid .card .card-footer .cust_count {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgb(28, 134, 138);
}
.right-content .main-content .customers-node-container .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50%, 400px), 1fr));
  gap: 1rem;
  text-align: center;
  flex: 1;
  padding: 1rem;
  margin-right: 2.5rem;
}
.right-content .main-content .customers-node-container .grid .card {
  max-width: 450px;
  object-fit: cover;
  border: 3px solid transparent;
  transition: border 0.5s;
}
.right-content .main-content .customers-node-container .grid .card:hover {
  border: 3px solid #0FD1DA !important;
}
.right-content .main-content .customers-node-container .grid .card:hover .card-body {
  -webkit-scale: 1.2;
  scale: 1.2;
}
.right-content .main-content .customers-node-container .grid .card .card-header {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: transparent;
}
.right-content .main-content .customers-node-container .grid .card .card-body {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.right-content .main-content .customers-node-container .grid .card .card-body .title a {
  text-decoration: none;
  color: #40BEDF;
  font-weight: 400;
  font-size: 1.1em;
}
.right-content .main-content .customers-node-container .grid .card .card-footer {
  background-color: transparent;
}
.right-content .main-content .customers-node-container .grid .card .card-footer a {
  text-decoration: none;
  color: #003652;
  font-weight: 400;
  font-size: 1.4em;
}
.right-content .main-content table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #96AFB8;
}
.right-content .main-content nav {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.right-content .main-content nav .pagination {
  margin-top: 2rem;
  text-align: center;
}
.right-content .main-content nav .pagination li.page-item:not(.disabled) .page-link {
  color: #008953;
}
.right-content .main-content nav .pagination li.page-item.active .page-link {
  color: #eff4f6;
  background-color: #3C8375;
  border: none;
}

#printOptModal .modal-content {
  background-color: #eff4f6;
}
#printOptModal .form-group .form-label {
  color: rgb(38, 114, 128);
  font-weight: 400;
  font-size: 0.9em;
}
#printOptModal .form-group .form-control {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#printOptModal .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#printOptModal .form-group .form-select {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#printOptModal .form-group .form-select:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#printOptModal .form-group .form-check-input {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#printOptModal .form-group .input-group-text {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#printOptModal .form-group .input-group:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#printOptModal .modal-header .modal-title {
  color: rgb(28, 134, 138);
  font-size: 1.4rem;
}

#modal .modal-content {
  background-color: #eff4f6;
}
#modal .modal-dialog {
  max-width: 95%;
}
@media screen and (min-width: 576px) {
  #modal .modal-dialog {
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  #modal .modal-dialog {
    max-width: 60%;
  }
}
@media screen and (min-width: 992px) {
  #modal .modal-dialog {
    max-width: 40%;
  }
}
#modal .modal-header .modal-title {
  color: rgb(28, 134, 138);
  font-size: 1.4rem;
}
#modal .modal-body {
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
#modal .modal-body .fixed-inputs {
  display: flex;
  gap: 5px;
  text-align: center;
  padding: 0.8rem 0.5rem;
  border: 0.5px solid rgba(51, 74, 82, 0.2);
  border-radius: 0.8rem;
  margin-bottom: 0.5rem;
}
#modal .modal-body .fixed-inputs .left {
  display: flex;
  flex-direction: column;
}
#modal .modal-body .fixed-inputs .left .form-group .form-label {
  color: rgb(38, 114, 128);
  font-weight: 400;
  font-size: 0.9em;
}
#modal .modal-body .fixed-inputs .left .form-group .form-control {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .fixed-inputs .left .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .left .form-group .form-select {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .fixed-inputs .left .form-group .form-select:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .left .form-group .form-check-input {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .fixed-inputs .left .form-group .form-check-input:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border-color: #0FD1DA;
}
#modal .modal-body .fixed-inputs .left .form-group .form-check-input:checked {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  background-color: rgb(3, 177, 104);
  border: solid 1px rgba(146, 172, 170, 0.795);
}
#modal .modal-body .fixed-inputs .left .form-group .input-group-text {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
  background-color: rgba(190, 231, 214, 0.616);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .left .form-group .input-group:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .right {
  display: flex;
  flex-direction: column;
}
#modal .modal-body .fixed-inputs .right .form-group .form-label {
  color: rgb(38, 114, 128);
  font-weight: 400;
  font-size: 0.9em;
}
#modal .modal-body .fixed-inputs .right .form-group .form-control {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .fixed-inputs .right .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .right .form-group .form-select {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .fixed-inputs .right .form-group .form-select:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .right .form-group .form-check-input {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .fixed-inputs .right .form-group .form-check-input:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border-color: #0FD1DA;
}
#modal .modal-body .fixed-inputs .right .form-group .form-check-input:checked {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  background-color: rgb(3, 177, 104);
  border: solid 1px rgba(146, 172, 170, 0.795);
}
#modal .modal-body .fixed-inputs .right .form-group .input-group-text {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
  background-color: rgba(190, 231, 214, 0.616);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs .right .form-group .input-group:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .fixed-inputs #contract_feedback {
  text-align: start;
}
#modal .modal-body .fixed-inputs #contract_feedback .feedback-invalid {
  color: #ce3d3d;
  font-size: small;
}
#modal .modal-body .fixed-inputs #contract_feedback .feedback-valid {
  color: #4EBF85;
  font-size: small;
}
#modal .modal-body .card.active {
  display: flex;
  justify-content: start;
}
#modal .modal-body .card {
  background-color: #eff4f6;
  border: none;
  border-radius: 0.3rem;
  display: none;
  inset: 0;
  height: 500px;
}
#modal .modal-body .card .step-title {
  text-align: center;
}
#modal .modal-body .card .step-title h3 {
  color: #40BEDF;
  font-size: 1.2rem !important;
}
#modal .modal-body .card .location {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#modal .modal-body .card .location .input-group {
  flex-direction: column;
  justify-content: center;
}
#modal .modal-body .card .location .input-group input {
  width: 100%;
  border-radius: 0.5rem;
}
#modal .modal-body .card .location .input-group .form-label {
  margin-bottom: 0.2rem;
}
#modal .modal-body .card #map {
  height: 70%;
}
#modal .modal-body .card .form-group .form-label {
  color: rgb(38, 114, 128);
  font-weight: 400;
  font-size: 0.9em;
}
#modal .modal-body .card .form-group .form-control {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .card .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .card .form-group .form-select {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .card .form-group .form-select:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .card .form-group .form-check-input {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .card .form-group .form-check-input:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border-color: #0FD1DA;
}
#modal .modal-body .card .form-group .form-check-input:checked {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  background-color: rgb(3, 177, 104);
  border: solid 1px rgba(146, 172, 170, 0.795);
}
#modal .modal-body .card .form-group .input-group-text {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
  background-color: rgba(190, 231, 214, 0.616);
  color: rgb(38, 114, 128);
}
#modal .modal-body .card .form-group .input-group:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .card .form-group #cpe_feedback {
  text-align: start;
}
#modal .modal-body .card .form-group #cpe_feedback .feedback-invalid {
  color: #ce3d3d;
  font-size: small;
}
#modal .modal-body .card .form-group #cpe_feedback .feedback-valid {
  color: #4EBF85;
  font-size: small;
}
#modal .modal-body .card .buttons {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#modal .modal-body .card .buttons button svg {
  pointer-events: none;
}
#modal .modal-body .node-form {
  display: block;
}
#modal .modal-body .node-form .form-group .form-label {
  color: rgb(38, 114, 128);
  font-weight: 400;
  font-size: 0.9em;
}
#modal .modal-body .node-form .form-group .form-control {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .node-form .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .node-form .form-group .form-select {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .node-form .form-group .form-select:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}
#modal .modal-body .node-form .form-group .form-check-input {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
}
#modal .modal-body .node-form .form-group .form-check-input:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border-color: #0FD1DA;
}
#modal .modal-body .node-form .form-group .form-check-input:checked {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  background-color: rgb(3, 177, 104);
  border: solid 1px rgba(146, 172, 170, 0.795);
}
#modal .modal-body .node-form .form-group .input-group-text {
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
  margin-bottom: 5px;
  background-color: rgba(190, 231, 214, 0.616);
  color: rgb(38, 114, 128);
}
#modal .modal-body .node-form .form-group .input-group:focus {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  -moz-box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  box-shadow: 0px 0px 4px 3px rgba(28, 199, 190, 0.68);
  border: solid 1px rgba(146, 172, 170, 0.795);
  color: rgb(38, 114, 128);
}

#customerDetailModal {
  box-sizing: border-box;
}
#customerDetailModal .modal-dialog {
  max-width: 600px;
}
#customerDetailModal .modal-dialog .modal-content .modal-header .customer-status {
  color: #4EBF85;
  font-size: 1.1rem;
  font-weight: 600;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .customer-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .customer-details .personal-info {
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5px;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: #3C8375;
  font-size: 1.2rem;
  word-break: break-word;
  font-weight: 500;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .customer-details .personal-info span svg {
  color: #67b6a2;
  padding-right: 10px;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .img-cont {
  background: -webkit-linear-gradient(left top, #0FD1DA 0%, #2709ce 100%);
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  padding: 2px;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .img-cont .img-box {
  background-color: white;
  width: 196px;
  height: 196px;
  border-radius: 1000px;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .img-cont .img-box img {
  width: 196px;
  height: 196px;
  border-radius: 1000px;
  padding: 15px;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses {
  display: flex;
  flex-flow: column;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses .cpe-ip {
  text-align: center;
  color: #40BEDF;
  font-size: 1.2rem;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses .cpe-ip svg {
  padding-right: 5px;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses .cpe-ip a {
  text-decoration: none;
  color: #67b6a2;
  font-size: 1.2rem;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses .ap-ip {
  text-align: center;
  color: #40BEDF;
  font-size: 1.2rem;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses .ap-ip svg {
  padding-right: 5px;
  text-shadow: #222;
}
#customerDetailModal .modal-dialog .modal-content .modal-body .cpe-details .addresses .ap-ip a {
  text-decoration: none;
  color: #ebc98b;
  font-size: 1.2rem;
}

@media screen and (min-width: 50px) and (max-width: 300px) {
  .home-wrapper .image {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 301px) and (max-width: 429px) {
  .home-wrapper .image {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 430px) and (max-width: 700px) {
  .home-wrapper .image {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 599px) {
  #sidenav-toggle-btn, #sidenav {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  #mobile-menu-toggler {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
