@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .hamburger-icon {
    display: none;
  }
  .sm-logo {
    display: none;
  }
  .close-menu {
    display: none;
  }
}
.sm-logo {
  width: 40px;
}

.main-wrapper {
  padding-left: 304px;
}

.content-wrap {
  padding: 0 0 80px;
  position: relative;
  min-height: 100vh;
  height: auto;
}

.navbar-nav {
  flex-direction: column;
  flex-wrap: wrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 304px;
  border-right: 1px solid #ececec;
  background-color: #fff;
  z-index: 9;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

header .dropdown-menu {
  position: relative !important;
  border: 0;
  padding: 0;
}

header .dropdown-item.active {
  background-color: transparent;
  font-weight: bold !important;
}

header .navbar {
  padding-bottom: 0;
  padding-top: 0;
}

header .navigation-wrapper {
  height: 100vh;
  position: relative;
  padding: 48px 32px;
  overflow-x: hidden;
  overflow-y: auto;
}

header .desk-logo {
  margin-bottom: 40px;
  text-align: center;
  font-size: 0;
}
header .desk-logo .navbar-brand {
  display: inline-block;
}

header .headerbtn {
  margin-bottom: 20px;
  width: 100%;
}

header .headerbtn i {
  margin-right: 10px;
  font-size: 14px;
}

header ul.navbar-nav li.nav-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
header ul.navbar-nav li.nav-item:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
}
header ul.navbar-nav li.nav-item a {
  font-size: 14px;
  color: #0D1117;
  padding: 8px 16px !important;
  border-radius: 8px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.25px;
  height: 40px;
}
header ul.navbar-nav li.nav-item a img {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 0;
  opacity: 0;
  width: 20px;
  height: 20px;
}
header ul.navbar-nav li.nav-item a .nav-img {
  z-index: 1;
  opacity: 1;
}
header ul.navbar-nav li.nav-item a span {
  padding-left: 40px;
}
header ul.navbar-nav li.nav-item:nth-child(5) {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 24px;
  padding-bottom: 24px;
}
header ul.navbar-nav li.nav-item:last-child {
  margin-bottom: 0;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid #EEEEEE;
}
header ul.navbar-nav li.nav-item .dropdown-toggle::after {
  margin: 0;
  content: "";
  background-image: url("../images/sidenav-dropdown.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 16px;
  border: 0;
}
header ul.navbar-nav li.nav-item .dropdown-toggle.active::after {
  background-image: url("../images/sidenav-dropdown-green-.svg");
}
header ul.navbar-nav li.nav-item .new-link span {
  position: relative;
}
header ul.navbar-nav li.nav-item .new-link span::before {
  position: absolute;
  content: "Neu";
  right: -40px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 2px 4px;
  background: #015239;
  border-radius: 4px;
  top: 50%;
  transform: translate(0, -50%);
  text-transform: uppercase;
  color: #ffffff;
}

header ul.navbar-nav li.nav-item a.dropdown-item {
  font-size: 14px;
  padding: 0 4px 0 58px !important;
}
header ul.navbar-nav li.nav-item a.dropdown-item:first-child {
  margin-top: 16px;
}
header ul.navbar-nav li.nav-item a.dropdown-item:not(:last-child) {
  margin-bottom: 16px;
}
header ul.navbar-nav li.nav-item a.dropdown-item:hover, header ul.navbar-nav li.nav-item a.dropdown-item:active, header ul.navbar-nav li.nav-item a.dropdown-item:focus {
  background-color: #F3FAF6;
  color: #015239;
}

header ul.navbar-nav li.nav-item .nav-link:hover,
header ul.navbar-nav li.nav-item .nav-link.active {
  background-color: #F9F9F9;
  color: #015239;
}
header ul.navbar-nav li.nav-item .nav-link:hover svg path,
header ul.navbar-nav li.nav-item .nav-link.active svg path {
  stroke: #015239;
}
header ul.navbar-nav li.nav-item .nav-link:hover img,
header ul.navbar-nav li.nav-item .nav-link.active img {
  opacity: 1;
}
header ul.navbar-nav li.nav-item .nav-link:hover .nav-img,
header ul.navbar-nav li.nav-item .nav-link.active .nav-img {
  opacity: 0;
}

header .navigation-tenant {
  margin-bottom: 40px;
}
header .navigation-tenant a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D0D7DE;
  border-radius: 8px;
  padding: 7px;
}

.page-topbar {
  background: #ffffff;
  padding: 32px;
  z-index: 2;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.page-topbar .page-title + p {
  margin: 8px 0 0;
  color: #8B949E;
}
.page-topbar .page-title + p:empty {
  display: none;
}
.page-topbar .home-search-form {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  padding: 0;
}
.page-topbar.inner-page-header {
  z-index: inherit;
  box-shadow: none;
}

.back-btn + .page-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0D1117;
}

.navbar-search {
  width: 300px;
  position: relative;
  margin: 0;
}

.navbar-search input {
  background: #efefef;
  color: #498b6c;
  border-radius: 5px;
  height: 40px;
  padding-left: 40px;
  border: 0 !important;
}

.navbar-search .btn-primary {
  position: absolute;
  top: 0;
  height: 40px;
  background: transparent;
  border: 0;
  color: #498b6c;
}

.notify-div {
  width: auto;
  background: #276448;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.notify-div a {
  align-items: center;
  justify-content: center;
  gap: 5px;
  display: inline-flex;
}

.notify-div i {
  color: #fff;
}

.notify-div .notifi-num {
  background: #f06548;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  line-height: 15px;
  font-size: 12px;
}

.hamburger-icon {
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}

.hamburger-icon span {
  background-color: #878a99;
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  display: block;
  left: 0;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
  width: 80%;
}

.hamburger-icon span:nth-child(2) {
  top: 6px;
}

.hamburger-icon span:nth-child(3) {
  bottom: 0;
  width: 60%;
}

.page-link {
  color: #999;
  font-size: 14px;
  line-height: 17px;
  border-color: #e1e1e1;
}
.page-link:hover {
  color: #41825D;
  background-color: #fff;
  border-color: #41825D;
}
.page-link:focus {
  box-shadow: none;
  color: #41825D;
  background-color: #fff;
  border-color: #41825D;
}

.page-item.active .page-link {
  background-color: #41825D;
  border-color: #41825D;
}
.page-item.active .page-link:hover {
  color: #fff;
}

/* dashboard page */
.card {
  padding: 8px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3490196078);
  margin: 0;
  border: 0;
  min-height: 176px;
}
.card .card-header {
  border: 0;
  background-color: transparent;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 4px 0;
  justify-content: space-between;
  position: relative;
}
.card .card-body {
  padding: 0;
}
.card .badge {
  padding: 2px 8px;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.25px;
}
.card .carousel {
  width: 100%;
}
.card .carousel .carousel-item .widget-url {
  border: 1px solid rgb(208, 215, 222);
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 12px;
  height: 40px;
}
.card .carousel .carousel-item .widget-status {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  height: 40px;
}
.card .carousel .carousel-item .widget-status > div {
  min-width: 100%;
  max-width: 100%;
}
.card .carousel .carousel-item .widget-status > div h3 {
  line-height: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.card .card-footer {
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  border-top: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.card .card-footer .btn-info {
  display: inline-block;
}
.card .card-title {
  display: flex;
  align-items: center;
  color: #015239;
  gap: 8px;
  margin: 0;
}
.card .widget-flex {
  display: flex;
}
.card .widget-flex .card-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  margin: 0;
  padding: 0;
}
.card .widget-flex .card-header .card-title {
  padding: 4px 4px 0;
}
.card .widget-flex .widget-details {
  background: #F9F9F9;
  padding: 12px 8px;
  border-radius: 12px;
  width: 200px;
}

.website-slider-widget .card-body {
  height: 107px;
  flex: inherit;
}
.website-slider-widget .carousel-indicators {
  margin-bottom: -25px;
}
.website-slider-widget .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 4px;
  margin-left: 4px;
  background-color: rgb(110, 119, 129);
  border: 0 !important;
}

.network-widget-content {
  align-items: inherit;
}
.network-widget-content .network-company {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #D0D7DE;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 8px;
  height: 56px;
}
.network-widget-content .network-status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.network-widget-content .network-status > div {
  border: 1px solid #D0D7DE;
  border-radius: 8px;
  background: #ffffff;
  min-width: 100%;
  max-width: 100%;
}

.support-card .card-header {
  margin-bottom: 16px;
}
.support-card .card-header .icon {
  position: absolute;
  right: 8px;
  top: 16px;
}
.support-card .card-header .icon img {
  width: 96px;
  max-width: 96px;
  border-radius: 100%;
  background-color: rgb(1, 82, 57);
}

.devices-health-graph .widget-details {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px !important;
}

.graph-card {
  align-items: center;
}
.graph-card .card-header {
  justify-content: center;
}

.doughnut-graph {
  max-width: 144px;
}

.card-body:has(.bar-graph) {
  width: 100%;
  padding: 8px;
}

.bar-graph {
  width: 100%;
  height: 112px;
}

.no-billing-data-bg .bar-graph {
  background-image: url("../images/no-billing-data-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-incidents-data-bg .card-graph {
  background-image: url("../images/no-incidents-chart-bg.svg");
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: center;
  height: 100%;
}

.dns-card-data {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  align-items: self-start;
}
.dns-card-data > div {
  height: 51px;
  border: 1px solid rgb(208, 215, 222);
  background: rgb(255, 255, 255);
  padding: 12px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.doc-card .badge {
  min-width: inherit;
}
.doc-card .progress {
  height: 12px;
}
.doc-card .progress {
  height: 8px;
  overflow: inherit;
  background-color: rgb(243, 250, 246);
  width: 100%;
  max-width: 264px;
}
.doc-card .progress .progress-bar {
  height: 12px;
  margin-top: -2px;
}
.doc-card.win-migrate-card .progress {
  height: 12px;
  background-color: #FFE798;
}
.doc-card.win-migrate-card .progress .progress-bar {
  margin-top: 0;
}

.progress, .progress-stacked {
  border-radius: 12px;
}
.progress .progress-bar, .progress-stacked .progress-bar {
  border-radius: 12px;
}

.my-devices-widget {
  padding: 0;
}
.my-devices-widget .card-header {
  padding: 24px;
  margin: 0;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  z-index: 1;
}
.my-devices-widget .card-body {
  background-color: #F3FAF6;
}
.my-devices-widget .widget-list {
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #F3FAF6;
  height: 100%;
  max-height: 415px;
}
.my-devices-widget .widget-list .single-device {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
  background-color: #ffffff;
  border-radius: 8px;
}
.my-devices-widget .widget-list .single-device:not(:last-child) {
  margin-bottom: 16px;
}
.my-devices-widget .widget-list .single-device .device-names {
  flex: 1;
}
.my-devices-widget .widget-list .single-device .status-icons {
  margin: 0;
}
.my-devices-widget .widget-list .single-device .device-link a {
  width: 60px;
  font-weight: 600;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #484F58;
  text-align: center;
}
.my-devices-widget .widget-list .single-device .device-link a:hover {
  color: #00996A;
}
.my-devices-widget .widget-list .empty-widget-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}
.my-devices-widget .widget-list .empty-widget-list a {
  height: auto;
}
.my-devices-widget .btn-secondary {
  display: inline-block !important;
}

.contracts-section {
  padding: 0 16px;
}

.table-fixed {
  table-layout: fixed;
}

.table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.table .badge {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  max-width: 160px;
}
.table .badge.bg-large {
  padding: 4px 8px;
  border-radius: 2px;
}
.table .form-two-btns-wrap {
  gap: 16px;
}
.table .bg-success {
  background: #F3FAF6 !important;
  border-color: #00996A;
  color: #015239;
}
.table .bg-warning {
  background: #FFFBE8 !important;
  color: #533F04;
  border-color: #F3BB00;
}
.table .bg-danger {
  background: #FFEDEB !important;
  color: #601E16;
  border-color: #E34935;
}
.table thead {
  border-bottom: 1px solid #D0D7DE;
}
.table thead tr th {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #8B949E;
  padding: 16px 16px 8px;
  vertical-align: bottom;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.table thead tr th.invoice-amount-th {
  text-align: right;
}
.table tbody tr {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #484F58;
  padding: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 275px;
  overflow: hidden;
  min-width: 160px;
  vertical-align: middle;
  border: 0;
  box-shadow: none;
}
.table tbody tr.tr-checked {
  background-color: #F3FAF6;
}
.table .sg-icon {
  display: inline-block;
}
.table button {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 24px;
}
.table button:focus-visible {
  outline: none;
}

.table-primary table thead tr th {
  padding: 16px 16px 8px;
}
.table-primary table tbody tr td {
  min-width: inherit;
}
.table-primary table tbody tr td a {
  display: flex;
  height: 16px;
}

.dash-users-widget table thead tr th {
  border-bottom: 1px solid #D0D7DE;
  color: #484F58;
  padding: 8px 8px 4px;
}
.dash-users-widget table tbody tr td {
  padding: 8px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #D0D7DE;
  color: #484F58;
}

.sort-dashboard-widgets {
  display: none;
}
.sort-dashboard-widgets.show {
  display: block;
}
.sort-dashboard-widgets .sg-icon-round {
  width: 40px;
  height: 40px;
}

.form-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-switch .form-check-input {
  background-image: url("../images/white-check.svg") !important;
  background-size: 14px;
  background-position: 2px;
  border: 1px solid #0D1117;
  background-color: #0D1117;
}
.form-switch .form-check-input:focus {
  background-image: url("../images/white-check.svg") !important;
  background-size: 14px;
  background-position: 2px;
}
.form-switch .form-check-input:checked {
  background-image: url("../images/white-check.svg") !important;
  background-size: 14px;
  background-position: 14px 2px;
}

.form-check {
  margin-bottom: 0;
  min-height: 20px;
}

.form-content-wrap {
  max-width: 520px;
  margin: 0 auto 40px;
}
.form-content-wrap h3 {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.form-content-wrap h3:first-child {
  margin-bottom: 12px;
}
.form-content-wrap h3 span {
  font-weight: 400;
  min-width: 126px;
}
.form-content-wrap textarea {
  height: 120px;
}
.form-content-wrap .form-control {
  font-weight: 400;
  padding-left: 16px;
}

.setting-foot-note {
  padding: 16px 15px 16px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding-left: 304px;
  z-index: 3;
}
.setting-foot-note p {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #868686;
}

.pagination-sec {
  position: relative;
  min-height: 40px;
}
.pagination-sec .rows-per-page {
  display: flex;
  gap: 8px;
  white-space: nowrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.pagination-sec .rows-per-page select {
  width: 88px;
  --bs-form-select-bg-img: url(../images/icons/select-dropdown.svg);
  background-size: 24px 24px;
  padding: 8px 8px 8px 16px;
  background-position: right 8px center;
  font-size: 12px;
  color: #0D1117;
}
.pagination-sec .rows-per-page select:focus {
  --bs-form-select-bg-img: url(../images/icons/dropup.svg);
}
.pagination-sec .rows-per-page + .custom-pagination {
  padding-top: 8px;
}

.detail-content {
  padding: 32px;
}
.detail-content .detail-block {
  background: #fff;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 16px;
}
.detail-content .detail-block h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.detail-content .detail-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-content .detail-block ul li {
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid #EEEEEE;
  padding: 22px 12px;
  line-height: 24px;
}
.detail-content .detail-block ul li:last-child {
  border-bottom: 0;
}
.detail-content .detail-block ul li .list-label {
  color: #8B949E;
}
.detail-content .detail-block ul li .list-value {
  color: #484F58;
}
.detail-content .detail-block ul li .list-value .helper-text {
  line-height: 12px !important;
  display: inline-block;
  margin-top: 8px;
  white-space: break-spaces;
}
.detail-content .detail-block ul li .list-value .btn-info {
  min-width: auto;
}
.detail-content .detail-block .custom-pagination ul li {
  padding: inherit;
  align-items: center;
  color: #00996A;
}
.detail-content .detail-block .custom-pagination ul li.active-page {
  color: #ffffff;
}
.detail-content .detail-block.abrechnung-detail .list-label, .detail-content .detail-block.kundigung-detail .list-label {
  min-width: 206px;
}
.detail-content .detail-block.kundigung-detail .btn {
  margin-top: 8px;
}

.contract-details-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sub-sidebar-section {
  border-bottom: 2px solid #D0D7DE;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}
.sub-sidebar-section .sg-tabs .nav-item {
  margin-bottom: -2px;
}

.sub-sidebar {
  display: inline-flex !important;
  padding: 0 20px;
  gap: 4px;
  margin-bottom: -2px;
  width: 100%;
  overflow-x: auto;
}
.sub-sidebar li a {
  padding: 12px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  background-color: transparent;
  color: #8B949E;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sub-sidebar li a.activelink {
  color: #015239;
  border-bottom: 2px solid #00996A;
}

.kontakt-chip {
  position: relative;
}
.kontakt-chip .btn-img .sg-icon {
  width: 16px;
  height: 16px;
}
.kontakt-chip .btn-img img {
  pointer-events: none;
}
.kontakt-chip .btn-img:hover {
  background-color: #F3FAF6;
}
.kontakt-chip .contact-panel {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 16px;
  border-radius: 16px;
  min-width: 224px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9;
}
.kontakt-chip .contact-panel h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kontakt-chip .contact-panel a {
  color: #868686;
  display: flex;
  text-decoration: none;
  gap: 16px;
  padding: 0 8px;
  align-items: center;
  margin: 0;
}
.kontakt-chip .contact-panel a:not(:last-child) {
  margin-bottom: 8px;
}
.kontakt-chip .contact-panel .kontakt-details {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.kontakt-chip .contact-panel .kontakt-details .tenant-image {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(246, 207, 180);
}
.kontakt-chip .contact-panel .kontakt-details .tenant-image img {
  max-width: 40px;
  border-radius: 100%;
}
.kontakt-chip .contact-panel .kontakt-details h4 {
  margin: 0;
  color: #0D1117;
}

#contactpanel {
  display: none;
}

.active > .page-link, .page-link.active {
  z-index: inherit;
}

.input-modal-wrap {
  max-width: 256px;
  margin: 0 auto;
  padding: 0 0 24px;
}
.input-modal-wrap .row > * {
  margin-top: 0 !important;
  margin-bottom: 16px;
}
.input-modal-wrap .row > div:last-child {
  margin-bottom: 0;
}

.users-modal .modal-dialog {
  max-width: 600px;
}
.users-modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 16px;
}
.users-modal .modal-dialog .modal-header {
  padding: 24px;
}
.users-modal .modal-dialog .modal-body {
  padding: 0 24px 24px;
}
.users-modal#deleteUserModal .modal-dialog .modal-content {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}

.delete-confirm-msg {
  margin: 0 auto 32px;
}
.delete-confirm-msg p {
  line-height: 24px;
}

.delDefaultModal .modal-dialog {
  max-width: 480px;
}
.delDefaultModal .modal-dialog .modal-content {
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
}
.delDefaultModal .modal-dialog .modal-content .modal-body {
  padding: 24px;
}

.modal-main-title + .helper-text {
  margin-top: 8px;
  display: inline-block;
  line-height: 15px;
}

.subscription-modal .modal-dialog {
  max-width: 865px;
}
.subscription-modal .modal-content {
  border: 0;
}
.subscription-modal .modal-header {
  padding: 24px 24px 12px;
}
.subscription-modal .modal-body {
  padding: 12px 24px 24px;
}
.subscription-modal .modal-body .input-modal-wrap {
  margin: inherit;
  padding: 0 0 32px;
  max-width: 296px;
}
.subscription-modal .modal-body .input-modal-wrap .row > * {
  margin-bottom: 16px;
}
.subscription-modal .modal-body .input-modal-wrap .row > *:last-child {
  margin-bottom: 0;
}
.subscription-modal .modal-body .input-modal-wrap textarea {
  height: 120px;
}
.subscription-modal .modal-body .nav-tabs {
  gap: 16px;
  border: 0;
}
.subscription-modal .modal-body .nav-tabs > div {
  position: relative;
}
.subscription-modal .modal-body .nav-tabs > div input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.subscription-modal .modal-body .nav-tabs > div input:checked + .nav-link {
  border-color: #00996A;
  background-color: #F3FAF6;
  color: #00996A;
}
.subscription-modal .modal-body .nav-tabs > div input:checked + .nav-link img {
  filter: grayscale(0%);
}
.subscription-modal .modal-body .nav-tabs .nav-link {
  padding: 0;
  width: 88px;
  height: 80px;
  border: 2px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
  gap: 6px;
  line-height: 15px;
  font-size: 10px;
  border-radius: 8px;
  background-color: #F2F2F2;
  pointer-events: none;
}
.subscription-modal .modal-body .nav-tabs .nav-link img {
  filter: grayscale(100%);
}

.payment-options-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.payment-options-list .single-payment-info {
  background-color: #F3FAF6;
  color: #000000;
  font-size: 16px;
  padding: 16px;
  border-radius: 16px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.payment-options-list .single-payment-info .info-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.payment-options-list .single-payment-info h4 {
  font-weight: 600;
}
.payment-options-list .single-payment-info p:last-child {
  margin-bottom: 0;
}

.create-new-pay-method {
  margin-bottom: 32px;
}
.create-new-pay-method .pay-method-btn {
  border-radius: 16px;
  background-color: #F2F2F2;
  border: 2px solid #868686;
  padding: 32px 72px !important;
  font-weight: 600;
  line-height: 16px;
  font-size: 16px;
  color: #868686;
  text-transform: uppercase;
  max-width: 400px;
  text-align: left;
  gap: 24px;
}
.create-new-pay-method .pay-method-btn:hover {
  border: 2px solid #868686;
  background-color: #F2F2F2;
  color: #868686;
}

.user-settings-modal .form-switch {
  gap: 12px;
  padding: 0;
  margin-bottom: 16px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.user-settings-modal .form-switch:last-child {
  margin-bottom: 0;
}
.user-settings-modal .form-switch .form-check-input {
  margin-left: 0;
}
.user-settings-modal .form-two-btns-wrap {
  margin-top: 40px;
}

.contract-invoice-section h6 span {
  font-weight: 400;
}
.contract-invoice-section .billing-block {
  margin-bottom: 36px;
}
.contract-invoice-section .billing-block .caption {
  color: #8B949E;
}
.contract-invoice-section .billing-block .billing-block-content {
  max-width: 460px;
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.contract-invoice-section .billing-block .billing-block-content > div {
  flex: 1;
}
.contract-invoice-section .billing-block .billing-block-content > div p span {
  display: block;
  color: #484F58;
}
.contract-invoice-section .billing-block .billing-block-content > div p small {
  color: #8B949E;
}
.contract-invoice-section .billing-block .billing-block-content a {
  color: #00996A;
  line-height: 24px;
}

.orderOverlay .modal-dialog {
  max-width: 750px;
}
.orderOverlay .modal-dialog .modal-content {
  border: 0;
  border-radius: 16px;
}
.orderOverlay .modal-dialog .modal-content .modal-header {
  padding: 24px 24px 12px;
}
.orderOverlay .modal-dialog .modal-content .modal-header .badge {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  padding: 3px 6px;
  margin-top: 16px;
}
.orderOverlay .modal-dialog .modal-content .modal-header .close-overlay {
  padding: 0;
  position: absolute;
  right: 24px;
  top: 28px;
}
.orderOverlay .modal-dialog .modal-content .modal-body {
  padding: 12px 24px 24px;
}
.orderOverlay .modal-dialog .modal-content .modal-body form.row .form-two-btns-wrap {
  margin-top: 24px !important;
}
.orderOverlay .modal-dialog .modal-content .modal-body table tr th {
  border-color: #D0D7DE;
}
.orderOverlay .modal-dialog .modal-content .modal-body table tr td {
  padding: 10px 16px;
}
.orderOverlay .modal-dialog .modal-content .modal-body .desc-table tr th:first-child {
  width: 64px;
}
.orderOverlay .modal-dialog .modal-content .modal-body .desc-table tbody tr {
  border-bottom-color: #F5F5F5;
}
.orderOverlay .modal-dialog .modal-content .modal-body .desc-table tbody tr td:first-child {
  min-width: 64px;
  text-align: center;
}
.orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value {
  max-width: 323px;
  margin: 0 0 0 auto;
}
.orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .payment-values {
  padding: 8px 24px;
}
.orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .payment-values h3 {
  display: flex;
  justify-content: space-between;
}
.orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .payment-values h3 span {
  width: 104px;
  text-align: right;
}
.orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .payment-values h3:not(:last-child) {
  margin-bottom: 8px;
}
.orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .total-value h6 {
  padding: 16px 24px;
}
.orderOverlay .modal-dialog .order-detail__block {
  display: flex;
  gap: 80px;
}
.orderOverlay .modal-dialog .order-detail__block .modal-label-wrap:not(:last-child) {
  margin-bottom: 16px;
}
.orderOverlay .modal-dialog .order-detail__block .modal-label-wrap .label {
  padding: 13px 24px 4px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 500;
}
.orderOverlay .modal-dialog .order-detail__block .modal-label-wrap .label-value {
  padding: 16px 24px;
}
.orderOverlay .modal-dialog .order-detail__block .modal-label-wrap span {
  padding: 0 24px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  border-bottom: 1px solid #EEEEEE;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-rt {
  flex: 1;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt {
  width: 372px;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
  color: #000000;
  padding: 16px 24px;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt h4 text {
  color: #00996A;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt .label-value h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt table {
  border-bottom: 1px solid #eee;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt table thead th:first-child {
  width: 64px;
  text-align: center;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt table tbody tr {
  border-bottom: 0;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt table tbody tr td {
  border-bottom: 0;
  box-shadow: none;
  padding: 20px 24px;
}
.orderOverlay .modal-dialog .order-detail__block .order-detail-lt table tbody tr td:first-child {
  width: auto;
  min-width: auto;
  padding: 0;
  text-align: center;
}
.orderOverlay .order-info {
  display: flex;
}
.orderOverlay .order-info > div {
  padding: 8px 0;
  flex: 1;
}
.orderOverlay .order-info .order-date {
  max-width: 240px;
}
.orderOverlay .accordion {
  margin-bottom: 80px;
}
.orderOverlay .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.orderOverlay .accordion .accordion-header {
  display: flex;
}
.orderOverlay .accordion .accordion-header.order-header > div {
  padding: 16px 16px 8px;
  width: 144px;
}
.orderOverlay .accordion .accordion-header.order-header + .accordion-item {
  border-top: 1px solid #D0D7DE;
}
.orderOverlay .accordion .accordion-header .accordion-button {
  padding: 0;
  border-radius: 0 !important;
}
.orderOverlay .accordion .accordion-header .accordion-button::after {
  display: none;
}
.orderOverlay .accordion .accordion-header .accordion-button > div {
  padding: 12px 16px;
  width: 144px;
  height: 48px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.orderOverlay .accordion .accordion-header .accordion-button[aria-expanded=true] {
  background-color: #F3FAF6;
}
.orderOverlay .accordion .accordion-header .order-visible {
  width: 48px !important;
}
.orderOverlay .accordion .accordion-header .order-name {
  flex: 1;
}
.orderOverlay .accordion .accordion-body {
  padding: 8px 24px 16px;
}
.orderOverlay .accordion .accordion-body .order-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  row-gap: 0;
}
.orderOverlay .accordion .accordion-body .order-block h3, .orderOverlay .accordion .accordion-body .order-block h4 {
  padding: 8px 16px;
}

#order-details-overlay .modal-dialog {
  max-width: 848px;
}

#invoice-details-modal .modal-dialog {
  max-width: 944px;
}
#invoice-details-modal .modal-dialog .modal-body {
  padding: 12px 32px 32px;
}
#invoice-details-modal .modal-dialog .modal-header {
  padding: 32px 32px 12px;
}

.costs-list .upDown-btn {
  padding: 0;
  background: transparent;
  border: 0;
  height: 40px;
  overflow: inherit;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}
.costs-list .upDown-btn img {
  max-width: 40px;
}
.costs-list .upDown-btn.active-btn {
  height: 0;
  overflow: hidden;
}
.costs-list .single-cost {
  padding-top: 8px;
  padding-bottom: 16px;
}
.costs-list .single-cost h3 {
  padding: 0 16px;
  color: #00996A;
  margin-bottom: 4px;
}
.costs-list .single-cost .single-costs-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  padding: 0 16px;
}
.costs-list .single-cost .single-costs-content:before {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -16px;
  left: 0;
  background-color: #D0D7DE;
  content: "";
}
.costs-list .single-cost .single-costs-content > div h4 {
  color: #8B949E;
  margin-bottom: 4px;
}
.costs-list .single-cost .single-costs-content > div h2 {
  color: #8B949E;
}
.costs-list .single-cost .single-costs-content > div.current-month h4, .costs-list .single-cost .single-costs-content > div.current-mont h4 {
  color: #484F58;
}
.costs-list .single-cost .single-costs-content > div.current-month h2, .costs-list .single-cost .single-costs-content > div.current-mont h2 {
  color: #484F58;
}
.costs-list .single-cost:last-child .single-costs-content:before {
  display: none;
}
.costs-list:not(.all-costs-list) {
  background-color: #F3FAF6;
  border-radius: 16px;
  overflow-x: auto;
}
.costs-list:not(.all-costs-list) .single-cost {
  padding: 14px 0 22px;
}

.all-costs-list {
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.all-costs-list .btn-secondary {
  display: inline-block !important;
  margin-top: 28px;
}
.all-costs-list .slideUpList {
  top: 16px;
  bottom: auto;
}

.list-container {
  max-height: 292px;
  height: 292px;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}
.list-container #costslistslider {
  transition: transform 0.3s ease;
  position: relative;
}
.list-container #costslistslider .single-cost {
  position: relative;
}

.webserver-content .detail-block {
  min-height: 232px;
  padding-bottom: 80px;
}

.company_info--section .form-content-wrap {
  margin: 0;
  max-width: 341px;
  position: relative;
  padding-top: 24px;
}
.company_info--section .form-content-wrap .company_info--btns {
  gap: 16px;
  margin-top: 40px;
  padding-right: 24px;
}

.two-form-groups {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.two-form-groups > div {
  flex: 1;
}
.two-form-groups .plz-field-wrap {
  max-width: 96px;
}

.sg-editable-form .form-group:not(:last-child) {
  margin-bottom: 16px;
}
.sg-editable-form .form-group label {
  margin-bottom: 4px;
  color: #8B949E;
}
.sg-editable-form .form-group .form_input {
  padding: 0;
}
.sg-editable-form .form-group .form_input .caption {
  display: inline-block;
}
.sg-editable-form .form-group .form-control {
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
}
.sg-editable-form .form-group .form_input[disabled=disabled] .form-control {
  color: #868686;
  pointer-events: none;
}
.sg-editable-form .form-group .form_input[disabled=disabled] .form-control + .caption {
  display: none;
}
.sg-editable-form .form-group .form_input .form-control[readonly=readonly] {
  background-color: #F5F5F5;
  pointer-events: none;
  color: #868686;
}
.sg-editable-form .form-group .form-select {
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  padding-left: 16px;
  font-weight: 400;
  margin: 0 0 16px;
}
.sg-editable-form .form-group .form_select[disabled=disabled] .form-select {
  color: #868686;
  background-image: none;
  pointer-events: none;
  background-color: #F5F5F5;
}
.sg-editable-form .btn-plane {
  padding: 0 !important;
  width: auto;
  min-width: inherit;
  text-decoration: underline;
}

#user-form .form-group .form_input {
  position: relative;
}
#user-form .form-group .form_input .input-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 12px;
}
#user-form .form-group .form_input input {
  padding-left: 36px;
  padding-bottom: 11px;
}

.section-title .sg-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.section-title .sg-editable-form {
  gap: 16px;
}
.section-title .sg-editable-form .form-group {
  border: 0;
  padding-right: 0;
  gap: 0;
}
.section-title .sg-editable-form .form-group .form_input {
  padding: 0;
}
.section-title .sg-editable-form .form-group .form_input[disabled=disabled] {
  padding: 0;
}
.section-title .sg-editable-form .form-group .form_input[disabled=disabled] .form-control {
  padding: 0;
  min-width: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.section-title .sg-editable-form .form-group .form_input[disabled=disabled] .form-control::placeholder {
  color: #000000;
}
.section-title .sg-editable-form .form-group .form_input[disabled=disabled] .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #000000;
}
.section-title .sg-editable-form button {
  border: 0;
  background-color: transparent;
}

.billing-section table thead tr th:first-child {
  width: 250px;
}
.billing-section table thead tr th:nth-last-child(2) {
  width: 150px;
}
.billing-section table thead tr th:last-child {
  width: 105px;
  text-align: right;
}
.billing-section table tbody .form-two-btns-wrap {
  justify-content: end;
}

.billing-accounts-section table thead tr th:last-child {
  width: 105px;
}

.billing-section .detail-block .pagination-sec, .billing-accounts-section .detail-block .pagination-sec {
  margin-left: 24px;
}

#new-bank-account-modal .modal-dialog {
  max-width: 540px;
}

#payment-method-debit-charge-tab .form-select {
  padding-right: 40px;
}

.cancel-order-date-modal .modal-dialog {
  max-width: 480px;
}
.cancel-order-date-modal .modal-body .form-group {
  padding-bottom: 24px;
  margin-top: 16px;
  padding-left: 35px;
}
.cancel-order-date-modal .modal-body .form-group .input-date-wrap {
  position: relative;
  max-width: 370px;
}
.cancel-order-date-modal .modal-body .form-group .input-date-wrap .sg-icon {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  top: 12px;
}
.cancel-order-date-modal .modal-body .form-group .input-date-wrap .form-control {
  font-weight: 400;
}
.cancel-order-date-modal .modal-body .custom-radio-group {
  margin-bottom: 0;
}
.cancel-order-date-modal .modal-body .custom-radio-group .radio-label {
  display: flex;
  align-items: center;
  height: 20px;
}
.cancel-order-date-modal .modal-body .custom-radio-group .radio-label .spanLabel {
  color: #00996A;
}
.cancel-order-date-modal .modal-body .custom-radio-group .radio-label:not(:last-child) {
  margin-bottom: 24px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.cancel-contract-confirm .modal-dialog {
  max-width: 480px;
}
.cancel-contract-confirm .contract-content p:not(:last-child) {
  margin-bottom: 16px;
}
.cancel-contract-confirm .contract-content p span {
  color: #00996A;
}

.close-menu {
  font-size: 0;
}
.close-menu .sg-icon {
  width: 40px;
  height: 40px;
}

.page-content.dashboard-page-wrap {
  padding: 12px;
}
.page-content.dashboard-page-wrap .dashboard-left-wrap {
  max-width: 100%;
}

.dashboard-section {
  padding: 12px 0;
}
.dashboard-section .col-lg-4 a {
  display: block;
}
.dashboard-section .col-lg-4 a .card {
  height: 100%;
}

.device-details {
  display: flex;
  gap: 40px;
  align-items: center;
}
.device-details .device_basics {
  flex: 1;
}
.device-details .device_basics h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #868686;
  margin-bottom: 8px;
}
.device-details .device_basics h4 span {
  color: #000000;
  font-weight: 500;
}
.device-details .device_basics .device_basics-list ul {
  width: 100%;
  column-gap: 40px;
  max-width: inherit;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.device-details .device_basics .device_basics-list ul:not(:last-child) {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.device-details .device_basics .device_basics-list ul li {
  padding: 8px 0;
  gap: 16px;
  border: 0;
}
.device-details .device_basics .device_basics-list ul li span {
  width: 123px;
  color: #868686;
}

.my-device-cards {
  padding-top: 8px;
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.my-device-cards .card {
  background-color: #015239;
  padding: 24px;
  min-height: inherit;
  display: inline-block;
  width: 100%;
}
.my-device-cards .card .card-header {
  padding: 0;
  margin-bottom: 24px;
}
.my-device-cards .card .card-header .icon {
  height: 32px;
}
.my-device-cards .card .card-header h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #F3FAF6;
}
.my-device-cards .card .card-updates ul li {
  padding: 16px 0;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  row-gap: 8px;
}
.my-device-cards .card .card-updates ul li .helper-text {
  width: 100%;
  color: #F3FAF6;
}
.my-device-cards .card .card-updates ul li:not(:last-child) {
  border-bottom: 1px solid #868686;
}
.my-device-cards .card .card-updates ul li text {
  color: rgba(243, 250, 246, 0.6);
}

.battery-strips {
  display: flex;
  align-items: center;
  gap: 4px;
}
.battery-strips span {
  background-color: #E7BC4F;
  width: 8px;
  height: 24px;
  display: inline-block;
  border-radius: 2px;
}

.dns-records-wrap table tr th:last-child {
  width: 120px;
  text-align: right;
}
.dns-records-wrap table tr td:last-child {
  text-align: right;
  max-width: 120px;
  min-width: 120px;
}
.dns-records-wrap table tr .dns-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.dns-records-wrap .default-dns .dns-actions {
  display: none;
}
.dns-records-wrap .default-dns td {
  color: #868686;
}

.dnsModal .modal-dialog {
  max-width: 630px;
}
.dnsModal .form-control, .dnsModal .form-select {
  font-weight: 400;
}

.soaDnsModal .modal-dialog {
  max-width: 1176px;
}

.hilfe-content {
  background-color: #F3FAF6;
}
.hilfe-content .btn-info {
  background-color: #fff;
}
.hilfe-content .accordion .accordion-item {
  margin-bottom: 24px;
}
.hilfe-content .accordion .accordion-body {
  padding-top: 16px;
}
.hilfe-content .help-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
}
.hilfe-content .help-row:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.hilfe-content .help-row > div {
  position: relative;
}
.hilfe-content .help-row img {
  margin-bottom: 16px;
  width: 100%;
}
.hilfe-content .help-row p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  width: 100%;
  letter-spacing: 0.4px;
  color: #484F58;
}
.hilfe-content .help-row p span {
  color: #00996A;
}

.four-col-accordion .help-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.actions-text-rt table thead tr th:last-child {
  width: 105px;
  text-align: right;
}
.actions-text-rt table tbody tr td .form-two-btns-wrap {
  justify-content: end;
}

.contract-details-section {
  padding: 32px;
}
.contract-details-section .contract-detail {
  display: grid;
  grid-template-columns: 1fr 488px;
  padding: 0;
  gap: 24px;
  margin-bottom: 0;
}
.contract-details-section .contract-details {
  padding-top: 24px;
  padding-right: 24px;
}
.contract-details-section .more-setting-block {
  padding: 24px;
  border-left: 1px solid #D0D7DE;
}
.contract-details-section .more-setting-block .setting-block {
  padding: 16px 12px;
}
.contract-details-section .more-setting-block .setting-block:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}

.vertrag-groups {
  position: relative;
}
.vertrag-groups .sg-select {
  padding: 8px 16px 8px 20px;
  border: 1px solid #D0D7DE;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.vertrag-groups .sg-select-dropdown {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #D0D7DE;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.vertrag-groups .sg-select-dropdown .close-dropdown .sg-icon {
  transform: rotate(180deg);
}
.vertrag-groups .sg-select-dropdown .new-gruppe, .vertrag-groups .sg-select-dropdown .close-dropdown {
  padding: 12px 4px 12px 8px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.vertrag-groups .sg-select-dropdown .vertrag-gruppes-list {
  max-height: 159px;
  overflow-y: auto;
  overflow-x: hidden;
}
.vertrag-groups .sg-select-dropdown .vertrag-gruppes-list > div {
  padding: 12px 4px 12px 8px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}
.vertrag-groups .sg-select-dropdown .vertrag-gruppes-list > div .edit-gruppe {
  position: absolute;
  top: 12px;
  right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.vertrag-groups .sg-select-dropdown .vertrag-gruppes-list > div .color {
  pointer-events: none;
}
.vertrag-groups .sg-select-dropdown .vertrag-gruppes-list > div:hover .edit-gruppe {
  pointer-events: inherit;
  opacity: 1;
}

.color {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: inline-block;
}

.vertrag-gruppe-modal .modal-dialog {
  max-width: 640px;
}
.vertrag-gruppe-modal .modal-content {
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
}
.vertrag-gruppe-modal .modal-header {
  padding: 24px 24px 20px;
}
.vertrag-gruppe-modal .modal-body {
  padding: 20px 24px 24px;
}
.vertrag-gruppe-modal .modal-body .gruppe-form {
  max-width: 376px;
  width: 100%;
  margin: 0 auto 80px;
}
.vertrag-gruppe-modal .modal-body .gruppe-form .gruppe-colors-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vertrag-gruppe-modal .modal-body .gruppe-form .gruppe-colors-list > div {
  position: relative;
}
.vertrag-gruppe-modal .modal-body .gruppe-form .gruppe-colors-list > div .color {
  width: 40px;
  height: 40px;
  border: 1.5px solid transparent;
  cursor: pointer;
}
.vertrag-gruppe-modal .modal-body .gruppe-form .gruppe-colors-list > div input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.vertrag-gruppe-modal .modal-body .gruppe-form .gruppe-colors-list > div input:checked + label {
  border: 1.5px solid #00996A;
}

.dateien-section .detail-content {
  padding: 24px;
}
.dateien-section .dateien-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.dateien-section .dateien-list .single-dateien {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 58px 24px 24px;
  justify-content: space-between;
  gap: 24px;
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  height: 232px;
  width: 100%;
}
.dateien-section .dateien-list .single-dateien h3 {
  margin-bottom: 4px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Use Webkit's box model */
  -webkit-line-clamp: 2; /* Limit the text to 2 lines */
  -webkit-box-orient: vertical; /* Set the orientation to vertical */
  word-break: break-word;
}
.dateien-section .dateien-list .single-dateien .fileType {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  background-color: #015239;
  padding: 2px 4px;
  color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.dateien-section .dateien-list .single-dateien .dateien-date {
  margin-right: 8px;
}
.dateien-section .dateien-list .single-dateien .btn-secondary {
  margin-bottom: 24px;
}
.dateien-section .dateien-list .single-dateien .file-btns {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.page-roadmap .sg-tabs {
  flex-wrap: nowrap;
}
.page-roadmap .sg-tabs .nav-item {
  margin-bottom: -2px;
}

.single-roadmap-block {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 233px;
  overflow: hidden;
}
.single-roadmap-block .roadmap-image {
  min-height: 119px;
  position: relative;
  background-color: #7EE2B8;
}
.single-roadmap-block .roadmap-image .roadmap-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-roadmap-block .roadmap-image .roadmap-spinner .spinner-border {
  border-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.5);
}
.single-roadmap-block .roadmap-image .roadmap-image-wrap {
  font-size: 0;
}
.single-roadmap-block .roadmap-image .roadmap-image-wrap img {
  max-width: 100%;
  min-height: 119px;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.single-roadmap-block .roadmap-text {
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
  flex: 1;
}
.single-roadmap-block .roadmap-text h3 {
  margin-bottom: 4px;
  color: #00996A;
  word-break: break-word;
}
.single-roadmap-block .roadmap-text p {
  color: #8B949E;
  min-height: 60px;
}

.single-roadmap-text-block .roadmap-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: none;
}
.single-roadmap-text-block .roadmap-text p {
  min-height: inherit;
}

.feature-overlay .modal-dialog {
  max-width: 672px;
}
.feature-overlay .modal-dialog .modal-content {
  border: 0;
  border-radius: 24px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.feature-overlay .modal-header {
  padding: 0;
  border: 0;
}
.feature-overlay .modal-header img {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  height: 234px;
  object-fit: cover;
  object-position: left;
}
.feature-overlay .feature-title {
  padding: 24px;
  border: 0;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1803921569);
}
.feature-overlay .feature-title h2 {
  color: #00996A;
  margin-bottom: 4px;
}
.feature-overlay .modal-body {
  padding: 24px 24px 0;
  height: 209px;
  overflow-x: auto;
  margin: 0;
  border-top: 1px solid #F6F8FA;
}
.feature-overlay .modal-body .single-feature:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #D0D7DE;
  margin-bottom: 24px;
}
.feature-overlay .modal-body .single-feature span {
  color: #8B949E;
}
.feature-overlay .modal-body .single-feature text {
  display: block;
  color: #8B949E;
  margin-bottom: 8px;
}
.feature-overlay .modal-body .single-feature p {
  color: #484F58;
}
.feature-overlay .modal-body .single-feature p:not(:last-child) {
  margin-bottom: 16px;
}
.feature-overlay .modal-footer {
  display: block;
  padding: 24px;
  border: 0;
  border-top: 1px solid #F6F8FA;
}
.feature-overlay .modal-footer p {
  color: #00996A;
}
.feature-overlay .modal-footer ul {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 16px 0 0;
  flex-wrap: wrap;
}
.feature-overlay .modal-footer ul li {
  cursor: pointer;
  padding: 4px 8px;
  color: #00996A;
  background-color: #F3FAF6;
  border-radius: 8px;
  text-wrap: nowrap;
}
.feature-overlay .modal-footer ul li.active {
  background-color: #00996A;
  color: #ffffff;
}
.feature-overlay .modal-footer form {
  display: none;
}
.feature-overlay .modal-footer form .form-control {
  padding: 8px 16px;
  min-height: 120px;
  resize: none;
  font-weight: 400;
}
.feature-overlay .modal-footer form .form-control::placeholder {
  color: #8B949E;
}

#featureFeedback .modal-dialog {
  max-width: 280px;
}
#featureFeedback .modal-content {
  padding: 24px;
  border: 0;
}

.my-devices-list-section {
  padding: 32px 40px 0;
}

.status-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}
.status-icons > div {
  padding: 5px 7px;
  border-radius: 6px;
  background-color: #F5f5f5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  position: relative;
}
.status-icons > div > .sg-icon {
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.status-icons > div .sg-custom {
  width: 15px;
  height: 12px;
  min-width: 15px;
}
.status-icons > div.backup-running:hover .backup-msg {
  opacity: 1;
}

.my-devices-list {
  display: flex;
  column-gap: 36px;
  row-gap: 32px;
  flex-wrap: wrap;
}
.my-devices-list .single-device {
  padding: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 188px;
  text-align: center;
  position: relative;
}
.my-devices-list .single-device .status-icons {
  gap: 16px;
}
.my-devices-list .single-device .status-icons > div {
  padding: 8px;
}
.my-devices-list .single-device .status-icons > div > .sg-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.my-devices-list .single-device .status-icons > div .sg-custom {
  width: 20px;
  height: 16px;
  min-width: 16px;
}
.my-devices-list .single-device .device-image {
  font-size: 0;
  margin-bottom: 8px;
  min-height: 80px;
}
.my-devices-list .single-device .device-image img {
  width: 128px;
  max-height: 80px;
  height: 80px;
}
.my-devices-list .single-device .os-icon {
  position: absolute;
  font-size: 0;
  top: 12px;
  left: 12px;
}
.my-devices-list .single-device .os-icon .sg-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.my-devices-list .single-device h6 {
  margin: 0 0 4px;
}
.my-devices-list .single-device h3 {
  margin-bottom: 4px;
}

.backup-msg {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: absolute;
  left: 12px;
  top: 16px;
  z-index: 999;
  background: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.backup-msg .sg-icon {
  min-width: 24px;
}

.device-tabs-section .row {
  margin: 0 -8px;
}
.device-tabs-section .row > * {
  padding: 0 8px;
}
.device-tabs-section .detail-content .softwares-select-wrap {
  max-width: 848px;
  padding: 24px 24px 40px !important;
  border-radius: 16px;
}
.device-tabs-section .detail-content .softwares-select-wrap .all-softwares-list {
  height: 208px;
}
.device-tabs-section .detail-content .softwares-select-wrap .all-softwares-list li {
  padding: 8px 0 !important;
}
.device-tabs-section .detail-content .softwares-select-wrap .all-softwares-list li img {
  width: 16px;
}
.device-tabs-section .detail-content .softwares-select-wrap .all-softwares-list li .software-name {
  padding: 8px;
}
.device-tabs-section .detail-content .softwares-select-wrap .carousel .carousel-control-next {
  transform: translate(32px, 16px);
}
.device-tabs-section .detail-content .softwares-select-wrap .carousel .carousel-control-prev {
  transform: translate(-32px, 16px);
}

.device-tab-content .single-device-info {
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.device-tab-content .single-device-info .device-basic-info img {
  max-width: 128px;
}
.device-tab-content .device-basic-info {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.device-tab-content .device-basic-info .device-img {
  width: 128px;
}
.device-tab-content .device-basic-info .device-name-info .caption {
  margin: 4px 0;
}
.device-tab-content .device-config {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 24px;
  max-width: fit-content;
}
.device-tab-content .device-config li {
  padding-bottom: 4px;
  border-bottom: 1px solid #EEEEEE;
}
.device-tab-content .device-config li:not(:last-child) {
  margin-bottom: 4px;
}
.device-tab-content .device-config li span {
  width: 120px;
  margin-right: 16px;
  display: inline-block;
}
.device-tab-content .linked-devices ul li {
  background-color: #FBFBFB;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.device-tab-content .linked-devices ul li:not(:last-child) {
  margin-bottom: 8px;
}
.device-tab-content .linked-devices ul li img {
  width: 40px;
}
.device-tab-content .linked-devices ul li .caption {
  margin-bottom: 4px;
}
.device-tab-content .device-activities .table-responsive {
  margin-bottom: 40px;
}
.device-tab-content .device-activities table tbody tr td {
  max-width: 200px;
}
.device-tab-content .device-activities table tbody tr td:first-child {
  color: #8B949E;
}

.device-widget {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.device-widget .title-sm {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.device-widget .title-sm .sg-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.device-widget a.btn-s {
  margin-top: 12px;
  display: inline-block;
  color: #484F58;
}
.device-widget ul {
  max-width: fit-content;
}
.device-widget ul.activity-log-list {
  max-width: 100%;
  max-height: 142px;
  overflow: hidden;
  overflow-y: auto;
}
.device-widget ul li {
  padding-bottom: 4px;
  color: #484F58;
}
.device-widget ul li:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px solid #F5F5F5;
}
.device-widget ul li .label-md {
  margin-right: 8px;
}
.device-widget ul li .sg-custom {
  margin-bottom: -4px;
}
.device-widget ul li h4 {
  color: #8B949E;
}
.device-widget ul li h5 {
  color: #0D1117;
}

.detail-content .softwares-select-wrap {
  padding: 16px 16px 56px;
  margin-top: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  max-width: 948px;
}
.detail-content .softwares-select-wrap .carousel .carousel-control-next, .detail-content .softwares-select-wrap .carousel .carousel-control-prev {
  width: 24px;
  height: 24px;
  opacity: 1;
  bottom: 0;
  top: auto;
}
.detail-content .softwares-select-wrap .carousel .carousel-control-next-icon, .detail-content .softwares-select-wrap .carousel .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}
.detail-content .softwares-select-wrap .carousel .carousel-control-prev {
  left: 50%;
  transform: translate(-32px, 24px);
}
.detail-content .softwares-select-wrap .carousel .carousel-control-next {
  right: 50%;
  transform: translate(32px, 24px);
}
.detail-content .softwares-select-wrap .carousel .carousel-control-prev-icon {
  background-image: url("../images/carousel-left.svg");
}
.detail-content .softwares-select-wrap .carousel .carousel-control-next-icon {
  background-image: url("../images/carousel-right.svg");
}
.detail-content .softwares-select-wrap .all-softwares-list li {
  flex-direction: row;
}

.all-softwares-list {
  width: 100%;
  max-width: inherit !important;
  gap: 64px;
  margin-bottom: 24px;
  height: 288px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.all-softwares-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D0D7DE;
  padding: 16px 0 16px !important;
  break-inside: avoid;
  align-items: center !important;
  max-height: 72px;
}
.all-softwares-list li .software-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  color: #484F58;
}
.all-softwares-list li .software-name img {
  margin-right: 16px;
}
.all-softwares-list li img {
  width: 24px;
}
.all-softwares-list li .software-wrap {
  display: inline-block;
  position: relative;
}
.all-softwares-list li label {
  display: inline-flex;
  padding: 8px 16px;
  height: 40px;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #00996A;
}
.all-softwares-list li label .sg-icon {
  display: none;
}
.all-softwares-list li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.all-softwares-list li input:checked + label {
  color: #E34935;
}
.all-softwares-list li input:checked + label span {
  display: block;
}
.all-softwares-list li .software-wrap.installing label {
  pointer-events: none;
  color: #8B949E;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.all-softwares-list li .software-wrap.uninstalling label {
  pointer-events: none;
  color: #FF9C8F;
}
.all-softwares-list li .software-wrap.uninstall label {
  color: #E34935;
}

.select-another-software .modal-dialog {
  max-width: 912px;
}
.select-another-software .modal-dialog .modal-content {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
  border: 0;
}
.select-another-software .modal-dialog .modal-body {
  padding: 24px 24px 0;
}
.select-another-software .modal-dialog .modal-body .highlight-small {
  min-height: 18px;
  overflow: hidden;
  margin: 0 0 16px;
}
.select-another-software .modal-dialog .modal-body nav {
  overflow: hidden;
}
.select-another-software .modal-dialog .modal-body nav .nav-tabs {
  flex-wrap: nowrap;
  border: 0;
  border-bottom: 2px solid #D0D7DE;
  justify-content: space-between;
}
.select-another-software .modal-dialog .modal-body nav .nav-tabs .nav-link {
  white-space: nowrap;
  padding: 20px 24px;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  color: #484F58;
}
.select-another-software .modal-dialog .modal-body nav .nav-tabs .nav-link.active {
  border-color: #00996A;
}
.select-another-software .modal-dialog .modal-body .tab-content .highlight-medium {
  margin: 20px 0 24px;
}
.select-another-software .modal-dialog .modal-body .tab-content .tab-pane form {
  margin-bottom: 24px;
}
.select-another-software .modal-dialog .modal-body .tab-content .tab-pane form .form-input-wrap {
  position: relative;
}
.select-another-software .modal-dialog .modal-body .tab-content .tab-pane form .form-input-wrap .sg-icon {
  position: absolute;
  top: 12px;
  left: 12px;
}
.select-another-software .modal-dialog .modal-body .tab-content .tab-pane form .form-input-wrap .form-control {
  padding-left: 40px;
  color: #0D1117;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.select-another-software .modal-dialog .modal-body .tab-content .custom-pagination {
  margin-bottom: 28px;
}
.select-another-software .modal-dialog .modal-body .tab-content .custom-pagination ul li {
  width: 32px;
  height: 32px;
  line-height: 20px;
}
.select-another-software .modal-dialog .modal-footer {
  padding: 0 0 24px;
  border: 0;
  display: block;
}
.select-another-software .modal-dialog .modal-footer p {
  color: #8B949E;
}
.select-another-software .modal-dialog .modal-footer .btn {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 8px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-another-software .modal-dialog .modal-footer .btn-modal {
  border: 2px solid #484F58;
  border-radius: 8px;
}
.select-another-software .all-softwares-list {
  row-gap: 8px;
  height: 224px;
  margin-bottom: 40px;
}
.select-another-software .all-softwares-list li {
  padding: 8px 0 8px !important;
  max-height: 56px;
}
.select-another-software .all-softwares-list li:last-child {
  border-bottom-color: transparent;
}
.select-another-software .all-softwares-list li label {
  border-radius: 12px;
}
.select-another-software .all-softwares-list li label:hover {
  color: #ffffff;
  background-color: #00996A;
}
.select-another-software .all-softwares-list li input:checked + label {
  color: #8B949E;
}
.select-another-software .all-softwares-list li input:checked + label:hover {
  color: #8B949E;
  background-color: transparent;
}

.anim-container-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
}

.filter-accordion-wrap {
  border-bottom: 1px solid #D0D7DE;
  padding-bottom: 20px;
}
.filter-accordion-wrap .btn-sm:hover, .filter-accordion-wrap .btn-sm:active {
  background-color: transparent;
  color: #484F58;
}
.filter-accordion-wrap .container-fluid {
  padding: 0 16px;
}
.filter-accordion-wrap .row {
  margin: 0 -20px;
}
.filter-accordion-wrap .row > * {
  padding: 0 20px;
}
.filter-accordion-wrap .close-filters {
  transform: rotate(180deg);
}

.docs-list {
  padding-bottom: 64px;
}
.docs-list .single-grid-item {
  position: relative;
  height: 184px;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  gap: 8px;
}
.docs-list .single-grid-item .title-md {
  color: #0D1117;
}
.docs-list .single-grid-item .caption {
  color: #8B949E;
}
.docs-list .single-grid-item .label-md {
  margin-top: 24px;
  color: #00996A;
}

.compliance-list .single-grid-item {
  align-items: stretch;
  height: 200px;
  max-width: 100%;
  min-width: 0;
}
.compliance-list .single-grid-item .title-md {
  color: #0D1117;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.compliance-list .single-grid-item .caption {
  color: #8B949E;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.compliance-list .compliance-err {
  position: relative;
}
.compliance-list .compliance-err .title-md, .compliance-list .compliance-err .title-xs {
  color: #8B949E;
}
.compliance-list .compliance-err:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 8px;
  right: 8px;
  background-color: #E34935;
  border-radius: 100%;
}

.doc-tag {
  padding: 4px 9px;
  position: absolute;
  background: #F5F5F5;
  border-radius: 8px;
  top: -8px;
  right: -8px;
  color: #484F58;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.doc-tag.tag-success {
  background-color: #BAF3DB;
}

.round-light {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.tab-btn {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px !important;
  background-color: #ffffff;
  color: #8B949E;
  position: relative;
  transition: 0.4s all;
}
.tab-btn .sg-icon-round {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.4s all;
}
.tab-btn.active, .tab-btn:hover {
  color: #0D1117;
}
.tab-btn.active .sg-icon-round, .tab-btn:hover .sg-icon-round {
  filter: grayscale(0%);
  opacity: 1;
}
.tab-btn .round-light {
  position: absolute;
  top: -4px;
  right: -4px;
}

.sg-office-services-tab {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 128px);
  margin-bottom: -80px;
  overflow-x: hidden;
  position: relative;
}
.sg-office-services-tab .devices-tab-content {
  position: relative;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}
.sg-office-services-tab .devices-tab-content .devices-stats {
  border-bottom: 1px solid #F5F5F5;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
}
.sg-office-services-tab .devices-tab-content .devices-stats .devices-status-stats {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sg-office-services-tab .devices-tab-content .devices-stats .devices-status-stats > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap {
  padding: 24px 16px 0 24px;
  background: #ffffff;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-places {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list {
  padding: 0 16px 0 0;
  overflow-y: auto;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list table thead tr th {
  color: #484F58;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list table tr {
  cursor: pointer;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list table tr.active {
  background-color: #F3FAF6;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list table tr td {
  background-color: transparent;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list table tr td .badge {
  width: auto;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table {
  width: 100%;
  border-collapse: collapse;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table thead, .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tbody {
  display: block;
  width: 100%;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tbody {
  max-height: calc(100vh - 371px);
  overflow-y: auto;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tr {
  display: grid;
  grid-template-columns: 21.33% 21.33% 21.33% 12% 12% 12%;
}
.sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table th, .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table td {
  width: 100%; /* Ensure each column is equally divided (100% / 6) */
  box-sizing: border-box;
  max-width: inherit;
  min-width: inherit;
}
.sg-office-services-tab .devices-modal-wrap {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #D0D7DE;
  background-color: #F9F9F9;
  padding: 24px;
  position: absolute;
  width: 655px;
  top: 50px;
  right: -750px;
  box-shadow: -2px 0px 12px 0px rgba(0, 0, 0, 0.1490196078);
  height: calc(100% - 50px);
  transition: 0.4s all;
  z-index: 4;
}
.sg-office-services-tab .devices-modal-wrap.active {
  right: 0;
}
.sg-office-services-tab .devices-modal-wrap .close-device-modal {
  height: 180px;
  width: 20px;
  border-radius: 100px;
  border: 1px solid #D0D7DE;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  padding: 0 !important;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -90px;
  margin-left: -10px;
  background: #ffffff;
}
.sg-office-services-tab .devices-modal-wrap .device-modal-scroll {
  max-height: calc(100vh - 231px);
  overflow-y: scroll;
  padding-right: 16px;
  height: 100%;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 8px;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap .wp-modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap .title-lg {
  color: #0D1117;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap .badge {
  margin: 8px 0 24px;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  row-gap: 8px;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap ul li h3 {
  color: #8B949E;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap ul li p {
  color: #0D1117;
}
.sg-office-services-tab .devices-modal-wrap .device-name-wrap .device-accessories {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sg-office-services-tab .devices-modal-wrap .website-help-cta {
  margin-top: 12px;
  gap: 8px;
}
.sg-office-services-tab .devices-modal-wrap .website-help-cta .wp-modal-admin-login {
  flex: 1;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details {
  margin: 24px 0 0 0;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget {
  padding: 8px;
  background: #ffffff;
  border-radius: 8px;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget h3 {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #D0D7DE;
  color: #0D1117;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget ul li {
  padding: 8px;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget ul li h4 {
  margin-bottom: 4px;
  color: #484F58;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget ul li p {
  color: #0D1117;
}
.sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget:not(:last-child) {
  margin-bottom: 24px;
}

.add-sg-device {
  flex: 1;
  text-align: right;
}
.add-sg-device .dropdown-toggle::after {
  display: none;
}
.add-sg-device .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 1px solid #D0D7DE;
  min-width: 143px;
}
.add-sg-device .dropdown-menu li button {
  padding: 12px 16px;
  color: #0D1117;
}
.add-sg-device .dropdown-menu li button:hover, .add-sg-device .dropdown-menu li button:active {
  background-color: #F3FAF6;
}
.add-sg-device .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #D0D7DE;
}

.my-it-services-list {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.my-it-services-list .single-service {
  width: 200px;
  height: 200px;
  background-color: #F5F5F5;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2509803922) inset;
}
.my-it-services-list .single-service .icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.my-it-services-list .single-service .icon .sg-icon {
  filter: grayscale(90%);
  opacity: 75%;
}
.my-it-services-list .single-service > .sg-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 40%;
}
.my-it-services-list .single-service .btn {
  margin-top: 16px;
}
.my-it-services-list .active-service {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.my-it-services-list .active-service .title-md {
  color: #0D1117;
}
.my-it-services-list .active-service .icon {
  background-color: #F3FAF6;
}
.my-it-services-list .active-service .icon .sg-icon {
  filter: grayscale(0%);
  opacity: 100%;
}
.my-it-services-list .active-service > .sg-icon {
  display: none;
}

.configure-service-modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.configure-service-modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
}
.configure-service-modal .modal-dialog .modal-content .modal-body .title-sm {
  color: #484F58;
}
.configure-service-modal .modal-dialog .modal-content .modal-body .title-lg {
  color: #0D1117;
  margin-bottom: 16px;
}
.configure-service-modal .modal-dialog .modal-content .modal-body p {
  color: #0D1117;
  margin-bottom: 16px;
}
.configure-service-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  padding: 24px;
}

.pricing-plans {
  display: flex;
  gap: 32px;
  max-width: 100%;
}
.pricing-plans .single-plan {
  padding: 20px;
  background-color: #F3FAF6;
  border-radius: 24px;
  flex: 1;
}
.pricing-plans .single-plan .plan-head {
  border-bottom: 1.5px solid #D0D7DE;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.pricing-plans .single-plan .plan-head h2 {
  margin-bottom: 0;
}
.pricing-plans .single-plan .plan-head .title-lg, .pricing-plans .single-plan .plan-head h3, .pricing-plans .single-plan .plan-head .title-sm {
  color: #015239 !important;
  margin: 0 !important;
}
.pricing-plans .single-plan .plan-head p {
  color: #484F58 !important;
  margin: 0 !important;
}
.pricing-plans .single-plan .plan-body ul li {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding-left: 32px;
  color: #484F58;
}
.pricing-plans .single-plan .plan-body ul li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/icon-outline-checkmark.svg");
  top: 0;
  left: 0;
}
.pricing-plans .single-plan .plan-body ul li:not(:last-child) {
  margin-bottom: 6px;
}
.pricing-plans .single-plan.feature-plan {
  background-color: #00996A;
}
.pricing-plans .single-plan.feature-plan .plan-head {
  border-color: #ffffff;
}
.pricing-plans .single-plan.feature-plan .plan-head .title-lg, .pricing-plans .single-plan.feature-plan .plan-head h3, .pricing-plans .single-plan.feature-plan .plan-head .title-sm {
  color: #ffffff !important;
}
.pricing-plans .single-plan.feature-plan .plan-head p {
  color: #ffffff !important;
}
.pricing-plans .single-plan.feature-plan .plan-body ul li {
  color: #ffffff;
}
.pricing-plans .single-plan.feature-plan .plan-body ul li:before {
  filter: brightness(0) invert(1);
}

.more-doc-info-modal .modal-dialog {
  max-width: 544px;
}
.more-doc-info-modal .modal-dialog .modal-content {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
}
.more-doc-info-modal .modal-dialog p + p {
  margin-top: 16px;
}

.so-services .my-it-services-list .single-service {
  flex-direction: column;
  align-items: center;
  padding: 16px 22px;
}
.so-services .my-it-services-list .single-service .badge {
  width: 100%;
  margin-bottom: 18px;
}
.so-services .my-it-services-list .single-service .icon {
  background-color: #F3FAF6;
  margin-bottom: 8px;
}
.so-services .my-it-services-list .single-service .icon .sg-icon {
  filter: grayscale(0%);
  opacity: 100%;
}
.so-services .nav-tabs {
  border: 0;
  margin-bottom: 24px;
  gap: 16px;
}
.so-services .nav-tabs .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  border-radius: 100%;
}
.so-services .nav-tabs .icon .sg-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.so-services .nav-tabs .tab-btn {
  border: 0;
}
.so-services .nav-tabs .tab-btn:focus {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}
.so-services .nav-tabs .tab-btn.active .icon, .so-services .nav-tabs .tab-btn:hover .icon {
  background-color: #F3FAF6;
}

.sg-new-device-modal .modal-dialog {
  max-width: 800px;
}
.sg-new-device-modal .modal-dialog .modal-content .modal-body {
  padding-top: 24px;
}
.sg-new-device-modal .modal-dialog .modal-content .modal-body .activedevice-code {
  width: 320px;
  position: relative;
}
.sg-new-device-modal .modal-dialog .modal-content .modal-body .activedevice-code .sg-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.sg-new-device-modal .modal-dialog .modal-content .modal-body .activedevice-code .form-control:disabled {
  background-color: #FFFFFF;
  color: #484F58;
}
.sg-new-device-modal .modal-dialog .modal-content .modal-footer > * {
  margin: 0;
}

.backups-list .backup-name {
  padding: 12px 16px;
}
.backups-list .backup-btn {
  padding: 8px 16px;
}
.backups-list .backups-list-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
}
.backups-list .backups-list-title .backup-name {
  flex: 1;
  padding: 16px 16px 8px;
}
.backups-list .backups-list-title .backup-btn {
  width: 184px;
  padding: 16px 16px 8px;
}
.backups-list .backups-listing-wrap {
  max-height: 324px;
  overflow: auto;
}
.backups-list .backups-listing-wrap .single-backup {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.backups-list .backups-listing-wrap .single-backup .backup-name {
  flex: 1;
}
.backups-list .backups-listing-wrap .single-backup:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}

.dns-content-wrap {
  padding-bottom: 60px;
}
.dns-content-wrap .dns-details-block {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  max-width: 472px;
  margin-bottom: 16px;
}
.dns-content-wrap .dns-details-block .dns-details {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.dns-content-wrap .dns-details-block .dns-details .label-xs {
  color: #8B949E;
}
.dns-content-wrap .dns-details-block .dns-details .body-sm {
  color: #0D1117;
}
.dns-content-wrap .dns-widgets {
  display: flex;
  gap: 16px;
}
.dns-content-wrap .dns-widgets .single-widget {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dns-content-wrap .dns-widgets .single-widget .sg-icon {
  margin-bottom: 8px;
}
.dns-content-wrap .dns-widgets .single-widget .caption {
  color: #8B949E;
}
.dns-content-wrap .dns-widgets .single-widget .label-sm {
  color: #0D1117;
}

.folders-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.folders-list .btn-plane {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
  color: #0D1117;
  font-weight: 600;
  padding: 8px 12px !important;
  font-size: 14px;
  line-height: 24px;
}
.folders-list .btn-plane:active {
  color: #0D1117;
}
.folders-list .btn-plane:focus {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1490196078);
}

.dashboardWidgetsOverlay .modal-body ul {
  width: 100%;
}
.dashboardWidgetsOverlay .modal-body ul li {
  background: #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3490196078);
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 12px;
  border-radius: 12px;
}
.dashboardWidgetsOverlay .modal-body ul li .widget-title {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboardWidgetsOverlay .modal-body ul li.hide-widget {
  background-color: #F9F9F9;
}
.dashboardWidgetsOverlay .modal-body ul li.hide-widget .widget-title {
  opacity: 0.5;
}
.dashboardWidgetsOverlay .modal-body ul li:not(:last-child) {
  margin-bottom: 12px;
}

.dragging {
  opacity: 0.5;
}

.placeholder-item {
  height: 48px;
  background-color: #F9F9F9;
  border: 2px dashed #015239;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
}

.vade-content-wrap {
  max-width: 592px;
}
.vade-content-wrap .vade-details {
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.vade-content-wrap .vade-details .vade-details-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-right: 104px;
}
.vade-content-wrap .vade-details .vade-details-list .vade-list {
  min-width: 100%;
  max-width: 100%;
}
.vade-content-wrap .vade-stats-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
.vade-content-wrap .vade-stats-cards .stat-card {
  min-width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.vade-content-wrap .vade-stats-cards .stat-card .label-sm {
  padding-bottom: 8px;
  border-bottom: 1px solid #D0D7DE;
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
}
.vade-content-wrap .vade-stats-cards .stat-card .label-md {
  margin-bottom: 4px;
}

.hardware-featured-section {
  padding: 24px;
  background: #F9F9F9;
}
@media (min-width: 2000px) {
  .hardware-featured-section .container-fluid {
    max-width: 1920px;
    margin: 0;
  }
}
.hardware-featured-section .row .col-lg-6:first-child {
  border-right: 1px solid #DADADA;
}

.page-content-scroll {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 180px);
  padding-bottom: 44px;
  overflow-x: hidden;
  position: relative;
  margin-bottom: -82px;
}

.sgoffice-products-slider {
  background-color: #ffffff;
  padding: 40px 0;
}
.sgoffice-products-slider .product-card {
  border: 1px solid #DADADA;
  border-radius: 16px;
  overflow: hidden;
}
.sgoffice-products-slider .product-card .product-img {
  height: 160px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgoffice-products-slider .product-card .product-img img {
  width: 100%;
  max-width: 90%;
  max-height: 140px;
  object-fit: contain;
}
.sgoffice-products-slider .product-card .product-content {
  padding: 16px;
}
.sgoffice-products-slider .product-card .product-content .product-title {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.sgoffice-products-slider .product-card .product-content .product-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.sgoffice-products-slider .product-card .product-content .product-tags span {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 4px 8px;
}
.sgoffice-products-slider .product-card .product-content .more-info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0D1117;
}
.sgoffice-products-slider .product-card .product-content .price-box {
  margin-top: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sgoffice-products-slider .product-card .product-content .price-box .price {
  background-color: #F9F9F9;
  padding: 8px 8px 8px 12px;
  border-radius: 8px;
}
.sgoffice-products-slider .product-card .product-content .price-box .price .title-md {
  margin-bottom: 4px;
}
.sgoffice-products-slider .swiper-wrapper {
  padding: 0 24px;
}
.sgoffice-products-slider .swiper-button-next, .sgoffice-products-slider .swiper-button-prev {
  width: 80px;
  height: 120px;
  color: #015239;
  background: #fff;
  margin-top: -60px;
  opacity: 0;
  transition: 0.4s all;
}
.sgoffice-products-slider .swiper:hover .swiper-button-next, .sgoffice-products-slider .swiper:hover .swiper-button-prev {
  opacity: 1;
}
.sgoffice-products-slider .swiper:hover .swiper-button-next.swiper-button-disabled, .sgoffice-products-slider .swiper:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.sgoffice-products-slider .swiper-button-next.swiper-button-disabled, .sgoffice-products-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.sgoffice-products-slider .swiper-button-prev {
  border: 1px solid #DADADA;
  border-left: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  left: 0;
}
.sgoffice-products-slider .swiper-button-next {
  border: 1px solid #DADADA;
  border-right: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  right: 0;
}
.sgoffice-products-slider .swiper-button-next:after {
  transform: rotate(180deg);
}
.sgoffice-products-slider .swiper-button-next:after, .sgoffice-products-slider .swiper-button-prev:after {
  background-image: url("../images/icons/swiper-nav-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 10px;
  height: 20px;
}

.sgoffice-card-big img {
  border-radius: 16px;
  height: 160px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sgoffice-card-big h1 {
  margin-top: 16px;
  margin-bottom: 12px;
}

.xlcard-workplace {
  position: relative;
}
.xlcard-workplace .card-price {
  padding: 8px 8px 8px 12px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 12px;
  min-width: 144px;
}
.xlcard-workplace .card-tag {
  background: #32383F;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.xlcard-workplace .card-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #DADADA;
  background: #ffffff;
}
.xlcard-workplace .card-content-wrap > div {
  min-width: 100%;
  max-width: 100%;
}
.xlcard-workplace .card-content-wrap .card-content {
  display: flex;
  flex-direction: column;
}
.xlcard-workplace .card-content-wrap .card-content .title {
  padding: 12px;
  border-bottom: 1px solid #DADADA;
}
.xlcard-workplace .card-content-wrap .card-content .title h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.xlcard-workplace .card-content-wrap .card-content .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  flex: 1;
  align-items: flex-start;
}
.xlcard-workplace .card-content-wrap .card-content .content p {
  flex: 1;
}
.xlcard-workplace .card-content-wrap .card-img {
  font-size: 0;
}
.xlcard-workplace .card-content-wrap .card-img img {
  height: 224px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.xlcard-workplace .card-content-wrap.disabled {
  opacity: 0.5;
}
.xlcard-workplace:not(:last-child) {
  margin-bottom: 24px;
}

.hardware-config-modal .modal-dialog {
  max-width: 1195px;
}
.hardware-config-modal .modal-dialog h3 {
  border-bottom: 1px solid #DADADA;
}

.store-software-content .grid-element {
  grid-template-columns: 240px 1fr;
  display: grid;
}
.store-software-content .grid-element .grid-img img {
  width: 100%;
}
.store-software-content .sgoffice-products-slider {
  padding: 20px 0;
}
.store-software-content .sgoffice-products-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: auto;
}
.store-software-content .sgoffice-products-slider .product-card {
  display: flex;
  flex-direction: column;
  height: 480px;
}
.store-software-content .sgoffice-products-slider .product-card .product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.store-software-content .sgoffice-products-slider .product-card .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.store-software-content .sgoffice-products-slider .product-card .product-content .product-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 8px;
  max-height: 30px;
  overflow: hidden;
}
.store-software-content .sgoffice-products-slider .product-card .product-content .body-sm {
  max-height: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-software-content .sgoffice-products-slider .product-card .product-content .price-box {
  margin-top: 22px;
  height: 74px;
  flex: 1;
}
.store-software-content .sgoffice-products-slider .product-card .product-content .price-box .price h6 {
  margin-bottom: 4px;
}
.store-software-content .sgoffice-products-slider .anim-container-wrap {
  padding: 24px 0;
  min-height: 400px;
}

.software-featured-section {
  padding: 40px 80px 40px 40px;
}
.software-featured-section .overline {
  font-size: 12px;
}

.product-config-modal .modal-dialog {
  max-width: 1070px;
}
.product-config-modal iframe {
  border-radius: 16px;
  /*height: 580px !important;*/
}

@media (min-width: 1550px) {
  .page-content.dashboard-page-wrap .dashboard-left-wrap {
    max-width: 1512px;
    margin: 0 auto;
  }
  .progress, .progress-stacked {
    border-radius: 24px;
  }
  .progress .progress-bar, .progress-stacked .progress-bar {
    border-radius: 24px;
  }
}
@media (max-width: 1550px) {
  .dns-records-wrap .table tbody tr td {
    max-width: 90px;
    min-width: 90px;
  }
  .dns-records-wrap .table tbody tr td:first-child, .dns-records-wrap .table tbody tr td:nth-last-child(2) {
    max-width: inherit;
    min-width: inherit;
  }
}
@media (max-width: 1399px) {
  .contract-details-section .contract-detail .contract-details li .list-label {
    min-width: 145px;
  }
  .costs-list .single-cost .single-costs-content {
    padding: 0 12px;
  }
  .costs-list .single-cost h3 {
    padding: 0 12px;
  }
  .list-container #costslistslider {
    overflow-x: scroll;
  }
  .hilfe-content .help-row {
    gap: 32px;
  }
}
@media (max-width: 1350px) {
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tr {
    grid-template-columns: 18% 18% 18% 15% 16% 15%;
  }
}
@media (max-width: 1250px) {
  .compliance-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hardware-config-modal .modal-dialog {
    max-width: 993px;
  }
}
@media (max-width: 1299px) {
  .contract-details-section .contract-detail {
    grid-template-columns: 1fr 1fr;
  }
  .my-devices-list-section {
    padding: 32px 16px 0;
  }
  .my-devices-widget {
    padding: 0;
  }
  .my-devices-widget .card-header {
    padding: 24px 16px;
  }
  .detail-content {
    padding: 24px 16px 40px;
  }
  .contract-details-section {
    padding: 0 16px;
  }
  .page-topbar {
    padding: 32px 16px;
  }
  .sub-sidebar {
    padding: 0 8px;
  }
  .page-content {
    padding: 0 16px;
  }
  .dateien-section .dateien-list .single-dateien {
    padding: 24px 46px 24px 24px;
  }
  .sg-tabs {
    padding: 0 24px;
  }
  /*.bar-graph {
  	width: 234px;
  }*/
}
@media (max-width: 1140px) {
  .dateien-section .dateien-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .costs-list:not(.all-costs-list) {
    padding-right: 0;
    overflow-x: scroll;
    margin-bottom: 16px;
  }
  .costs-list:not(.all-costs-list) .single-cost {
    padding-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tr {
    grid-template-columns: 19% 14% 14% 15% 19% 19%;
  }
  .contract-details-section .contract-detail {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .contract-details-section .contract-detail .contract-details li .list-label {
    min-width: 145px;
  }
  .my-device-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .device-details .device_basics .device_basics-list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .table-primary table thead tr th {
    min-width: 150px;
  }
  .soaDnsModal .modal-dialog {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .costs-list .single-cost .single-costs-content > div .label-md {
    font-size: 12px;
  }
  .costs-list .single-cost .single-costs-content > div .body-sm {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .hardware-config-modal .modal-dialog {
    max-width: 750px;
  }
  .pagination-sec {
    display: flex;
    gap: 24px;
    flex-direction: column-reverse;
  }
  .pagination-sec .rows-per-page {
    position: relative;
    justify-content: center;
  }
  .single-cost {
    width: inherit;
  }
  .hamburger-icon {
    display: inline-block;
  }
  .lg-logo {
    display: none;
  }
  .main-wrapper {
    padding-left: 0;
    padding-bottom: 56px;
  }
  .content-wrap {
    padding: 0;
  }
  header {
    z-index: 9;
    left: -390px;
    width: 390px;
  }
  header .desk-logo {
    text-align: center;
    position: relative;
    font-size: 0;
  }
  header .desk-logo .navbar-brand {
    font-size: 0;
  }
  header .desk-logo .close-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  .open-header {
    overflow: hidden;
  }
  .open-header header {
    left: 0;
    box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.15);
  }
  .kontakt-chip {
    display: none;
  }
  .page-topbar {
    gap: 16px;
  }
  .setting-foot-note {
    padding-left: 15px;
  }
  .btn.back-btn {
    justify-content: flex-end;
  }
  .dns-counters-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .subscription-modal .modal-dialog {
    max-width: 750px;
  }
  .billing-section .detail-block .pagination-sec, .billing-accounts-section .detail-block .pagination-sec {
    margin-left: 0;
  }
  .my-devices-widget {
    padding: 0;
  }
  .contract-details-section .contract-details {
    padding-right: 0;
  }
  #invoice-details-modal .modal-dialog {
    max-width: 750px;
  }
  .orderOverlay .modal-dialog {
    max-width: 750px;
  }
  .page-content {
    padding: 0 32px;
  }
  .detail-content {
    padding: 24px 32px 40px;
  }
  .page-topbar {
    padding: 32px;
  }
  .sub-sidebar {
    padding: 0 16px;
  }
  .dashboard-section {
    padding: 0 12px;
  }
  .my-devices-widget .card-header {
    padding: 24px;
  }
  .page-content.dashboard-page-wrap {
    padding: 24px 0;
  }
  .product-config-modal .modal-dialog {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .sg-office-menu .sub-dropdown {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .software-featured-section {
    padding: 24px;
  }
  .software-featured-section .grid-element {
    grid-template-columns: 1fr;
  }
  .software-featured-section .img-240 img {
    max-width: 240px;
  }
  .hardware-config-modal .modal-dialog {
    max-width: 90vw;
    margin: 0 auto;
  }
  .page-topbar .page-title + p {
    display: none;
  }
  .sg-office-services-tab {
    height: auto;
    margin-bottom: 0;
  }
  .sg-office-services-tab .devices-tab-content .devices-stats {
    padding: 16px 24px;
  }
  .sg-office-services-tab .devices-modal-wrap {
    right: -1000px;
    width: calc(100vw - 10px);
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 11;
  }
  .sg-office-services-tab .devices-modal-wrap .device-name-wrap ul {
    grid-template-columns: 1fr;
  }
  .sg-office-services-tab .devices-modal-wrap .device-name-wrap .device-accessories {
    margin-top: 8px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .sg-office-services-tab .devices-modal-wrap .device-modal-scroll {
    height: 100%;
    max-height: inherit;
  }
  .sg-office-services-tab .devices-modal-wrap .device-status-details .single-status-widget ul {
    grid-template-columns: 1fr 1fr;
  }
  .sg-office-menu {
    border: 0;
  }
  .sg-office-menu .row > div {
    padding: 0;
  }
  .sg-office-menu .sub-sidebar {
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 0;
  }
  .sg-office-menu .sub-sidebar a {
    text-align: center;
  }
  .sg-office-menu .sub-sidebar > li {
    border: 0;
  }
  .sg-office-menu .sub-sidebar > li > a {
    width: 100%;
    border-bottom: 1.5px solid #D0D7DE;
    background-color: #F9F9F9;
    border-radius: 0;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    color: #484F58;
  }
  .sg-office-menu .sub-sidebar > li > a.activelink {
    border-color: #00996A;
    background-color: #F3FAF6;
    color: #015239;
  }
  .sg-office-menu .sub-sidebar > li .sub-dropdown {
    display: none;
  }
  .sg-office-menu .sub-sidebar > li .sub-dropdown a {
    width: 100%;
    border-bottom: 1.5px solid #D0D7DE;
    background-color: #ffffff;
    color: #484F58;
  }
  .sg-office-menu .sub-sidebar > li .sub-dropdown a.active {
    border-color: #00996A;
    background-color: #F3FAF6;
    color: #015239;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap {
    padding: 0;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-places {
    display: none;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list {
    padding: 0;
    max-height: inherit;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper {
    max-height: 400px;
    overflow-y: auto;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table thead {
    display: table-header-group;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tbody {
    max-height: calc(100vh - 388px);
    display: table-row-group;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tr {
    grid-template-columns: 1fr 88px 88px 88px;
    display: table-row;
  }
  .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tr td, .sg-office-services-tab .devices-tab-content .devices-left-wrap .devices-list .table-wrapper .scrollable-table tr th {
    padding: 16px 8px;
    height: 56px;
  }
  .back-btn {
    justify-content: flex-start;
  }
  .contract-details-section .contract-detail {
    display: block;
  }
  .contract-details-section .more-setting-block {
    margin-top: 40px;
    padding: 0;
    border-left: 0;
  }
  .four-col-accordion .help-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hilfe-content .help-row {
    gap: 16px;
  }
  .subscription-modal .modal-dialog {
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }
  .subscription-modal .modal-body .input-modal-wrap {
    margin: inherit;
    padding: 0 0 32px;
    max-width: inherit;
  }
  .my-device-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .device-details .device_basics .device_basics-list ul li {
    gap: 8px;
  }
  .device-details .device_basics .device_basics-list ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
  .orderOverlay .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
  .orderOverlay .modal-dialog .order-detail__block {
    flex-direction: column;
    gap: 0;
  }
  .orderOverlay .modal-dialog .order-detail__block .order-detail-lt {
    width: 100%;
  }
  .orderOverlay .modal-dialog .order-detail__block .modal-label-wrap:not(:last-child) {
    margin-bottom: 0;
  }
  .orderOverlay .modal-dialog .modal-content .modal-header {
    padding: 16px 16px 12px !important;
  }
  .orderOverlay .modal-dialog .modal-content .modal-body {
    padding: 12px 16px 16px !important;
  }
  .orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .payment-values {
    padding: 8px 0;
  }
  .orderOverlay .modal-dialog .modal-content .modal-body .total-pay-value .total-value h6 {
    padding: 16px 0;
  }
  .address-popup .modal-dialog .modal-header {
    padding: 16px;
  }
  .address-popup .modal-dialog .modal-body {
    padding: 16px;
  }
  .modal-main-title {
    padding-right: 40px;
  }
  .contract-details-section .contract-details {
    padding-top: 0;
  }
  .detail-content {
    margin: 0;
    padding: 20px;
  }
  .detail-content .detail-block ul {
    grid-template-columns: 1fr;
  }
  .detail-content .detail-block ul li {
    padding: 16px 12px;
    flex-direction: column;
    gap: 0;
  }
  .detail-content .detail-block ul li .list-label {
    font-weight: 500;
  }
  .detail-content .detail-block ul li .list-value {
    padding-left: 0;
  }
  .orderOverlay .accordion {
    overflow-x: auto;
  }
  .orderOverlay .accordion .accordion-scroll {
    display: grid;
  }
  .orderOverlay .accordion .accordion-header.order-header > div {
    min-width: 144px;
  }
  .orderOverlay .accordion .accordion-header .accordion-button {
    width: auto;
  }
  .orderOverlay .accordion .accordion-header .accordion-button > div {
    min-width: 144px;
  }
  .orderOverlay .accordion .accordion-header .accordion-button > div.order-name {
    width: auto;
  }
  .orderOverlay .accordion .accordion-header .order-visible {
    min-width: 48px !important;
  }
  .contract-invoice-section h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .inline-form {
    flex-direction: column;
    gap: 12px;
  }
  .inline-form button {
    width: 100%;
  }
  .company_info--section .form-content-wrap {
    max-width: 100%;
  }
  .navbar-search {
    width: 150px;
  }
  header {
    left: -100vw;
    width: 100vw;
  }
  header .navigation-wrapper {
    padding: 26px 20px 40px;
  }
  .detail-content.hilfe-content {
    padding-top: 24px;
  }
  .feature-overlay .modal-dialog .modal-content {
    max-height: inherit;
  }
  .dashboard-section {
    padding: 0 8px;
  }
  .page-content {
    padding: 0 20px;
  }
  .page-topbar {
    padding: 20px;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10 !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1) !important;
  }
  .open-header header {
    z-index: 11;
  }
  #invoice-details-modal .modal-dialog {
    max-width: 90%;
  }
  #new-bank-account-modal .modal-dialog {
    max-width: 90%;
  }
  .users-modal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
  .page-roadmap .detail-content {
    padding: 20px 8px;
  }
  .vertrag-gruppe-modal .modal-header, .vertrag-gruppe-modal .modal-body {
    padding: 16px;
  }
  .vertrag-gruppe-modal .modal-dialog {
    max-width: 90%;
  }
  .vertrag-gruppe-modal .modal-dialog .modal-body .gruppe-form .gruppe-colors-list {
    gap: 8px;
    flex-wrap: wrap;
  }
  .vertrag-gruppe-modal .modal-dialog .modal-body .gruppe-form .gruppe-colors-list > div .color {
    width: 24px;
    height: 24px;
  }
  .vertrag-gruppe-modal .modal-dialog .modal-body .btn {
    padding: 4px 12px !important;
    font-size: 12px;
  }
  .subscription-modal .modal-header {
    padding: 16px 16px 12px;
  }
  .subscription-modal .modal-body {
    padding: 12px 16px 16px;
  }
  .dateien-section .dateien-list {
    grid-template-columns: 1fr;
  }
  .graph-card {
    height: auto;
  }
  .sg-office-services-tab .detail-content {
    padding: 40px 12px !important;
  }
  .sg-office-services-tab .my-it-services-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .sg-office-services-tab .my-it-services-list .single-service {
    width: 100%;
  }
  .sg-office-services-tab .devices-tab-content .devices-modal-wrap .device-status-details .sg-tabs-wrap .sg-tabs-sm .nav-link {
    padding: 8px;
  }
  .sg-office-services-tab .devices-tab-content .devices-modal-wrap .device-name-wrap .wp-modal-title {
    flex-direction: column;
    gap: 8px;
  }
  .sg-office-services-tab .devices-modal-wrap .website-help-cta {
    flex-wrap: wrap;
  }
  .sg-office-services-tab .devices-modal-wrap .device-name-wrap .wp-modal-title {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .backups-list .backup-name {
    padding: 12px 0 !important;
  }
  .backups-list .backup-btn {
    padding: 8px 16px 8px 8px;
  }
  .backups-list .backups-list-title .backup-btn {
    padding: 16px 0 8px 8px;
  }
  .dns-content-wrap .dns-details-block .dns-details {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dns-content-wrap .dns-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .dns-content-wrap .dns-widgets .caption {
    text-align: center;
  }
  .vade-content-wrap {
    max-width: 100%;
  }
  .vade-content-wrap .vade-details .vade-details-list {
    padding-right: 0;
  }
  .xlcard-workplace .card-content-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .xlcard-workplace .card-content-wrap .card-content .content {
    gap: 8px;
  }
  .xlcard-workplace .card-price {
    right: -8px;
    bottom: inherit;
    top: -8px;
  }
  .sgoffice-products-slider .swiper {
    overflow: inherit;
  }
  .sgoffice-products-slider .swiper-button-next, .sgoffice-products-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: -54px;
    border-radius: 4px;
  }
  .sgoffice-products-slider .swiper-button-next {
    border-right: 1px solid #DADADA;
    right: 12px;
  }
  .sgoffice-products-slider .swiper-button-prev {
    border-left: 1px solid #DADADA;
    left: auto;
    right: 60px;
  }
  .page-content-scroll {
    height: calc(100vh - 130px);
    padding-bottom: 56px;
    margin-bottom: -56px;
  }
}
@media screen and (max-width: 575px) {
  .vade-content-wrap .vade-stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .dns-counters-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .dns-records-wrap > .two-btns-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 530px) {
  .device-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .device-details .device_basics {
    width: 100%;
  }
  .device-details .device-img {
    width: 100%;
    text-align: center;
  }
  .costs-list:not(.all-costs-list) {
    padding-right: 0;
    overflow-x: scroll;
    margin-bottom: 16px;
  }
  .costs-list:not(.all-costs-list) .single-cost {
    padding-bottom: 8px;
  }
  .single-cost {
    width: 530px;
  }
}

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