.heading {
  font-weight: 600;
  margin-bottom: 20px;
}
.hide {
  display: none;
}
.inline-form input.form-control {
  border-radius: 0;
  color: #1a1a1a;
  border: 1px solid #ddd;
  padding: 6px 16px;
  min-height: 47px;
  height: auto !important;
  background-color: #fff;
}
.form-group {
  position: relative;
}
.form-group .lbl_per_page {
  position: absolute;
  padding: 6px 15px;
  line-height: 35px;
}
.form-group .lbl_per_page em {
  color: red;
}
.inline-form input.form-control:focus {
  border-color: #555;
  box-shadow: none;
}
.form-group .btn {
  line-height: 47px !important;
  font-weight: 500 !important;
  padding: 0 28px !important;
}
.inline-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.inline-form .input-box {
  width: 60%;
}

.form-sm .form-group {
  margin-top: 10px;
}

.loading_div {
  display: none;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  text-align: center;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* GDPR confirm modal (export/delete) – overlay + white box, red OK, grey Cancel */
.n1902-confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.n1902-confirm-box {
  background: #fff;
  max-width: 560px;
  width: 100%;
  border-radius: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 24px;
  box-sizing: border-box;
}
.n1902-confirm-content {
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.n1902-confirm-content p {
  margin: 0 0 0.75em 0;
}
.n1902-confirm-content strong {
  display: inline;
  margin-bottom: 0;
  font-weight: bold !important;
}
.n1902-confirm-content a {
  color: #df2b2c;
  text-decoration: underline;
}
.n1902-confirm-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.n1902-confirm-btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  min-width: 90px;
  background-image: none;
}
.n1902-confirm-btn-ok {
  background: #1a1a1a;
  background-image: linear-gradient(90deg, #1a1a1a 0%, #363636 100%);
  color: #ffffff;
}
.n1902-confirm-btn-ok:hover {
  background: #1a1a1a;
  background-image: linear-gradient(90deg, #1a1a1a 0%, #363636 100%);
  color: #ffffff;
}
.n1902-confirm-btn-cancel {
  background: #e0e0e0;
  color: #1a1a1a;
}
.n1902-confirm-btn-cancel:hover {
  background: #e0e0e0;
  color: #1a1a1a;
}

/*
#pxl-header-elementor {
    display:none !important;
}
#pxl-header-elementor {
    display:none !important;
}
.otgs-development-site-front-end {
    display:none !important;
}
#pxl-wapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body.logged-in #pxl-wapper {
    min-height: calc(100vh - 36px);
}
#pxl-footer-elementor {
    margin-top: auto;
}
.elementor-shortcode {
    min-height: 200px;
}
.user-data-intro {
    margin-bottom: 50px;
}
.user-data-intro .note-block {
    margin-bottom: 18px;
    padding: 20px;
}
.note-block p:last-child {
    margin-bottom: 0;
}
.user-email {
    font-weight: 600;
}
.alert-success {
    color: #3c763d;
    background: url(/wp-content/uploads/2026/02/ic_check.svg) 0 0 no-repeat;
    padding-left: 40px !important;
    background-size: 30px;
}
.alert {
    padding: 0;
    margin-bottom: 20px;
    clear: both;
}
#step-1 > div.do-animate {
    margin-bottom: 20px;
    font-weight: 600;
}

.user-info {
    max-width: 1200px;
    margin: 0 auto 30px;
}
.user-info .text-right {
   text-align: right;
}
.user-info .col-md-8 {
   color: #1a1a1a;
   font-weight: 600;
}

.list-wrapper {
    padding-top: 30px;
}
.date-row {
    margin-bottom: 30px;
}
.text-center {
    text-align: center;
}
.list-item-box {
    border: 1px solid #f6f6f6;
    margin-bottom: 60px;
}
.flex-container {
    display: flex;
}
.flex-item {
    border: 1px solid #000;
    padding: 20px;
}
#history.list .flex-item {
    border: 0;
    padding: 10px;
}
.flex-4-cols>.flex-item.flex-col-2 {
    width: 12%;
}
.flex-4-cols>.flex-item.flex-col-4 {
    width: 38%;
}
.bg-gray {
    background-color: #eff2f2;
}
.bg-lgray {
    background-color: #f6f6f6;
}
.word-wrap {
    word-wrap: break-word;
}
.is-sticky,
form.user-data-action {
    position: -webkit-sticky;
    position: sticky;
}
.user-data-action {
    background: #fff;
    bottom: 0;
    color: #999;
    padding: 18px 20px;
    width: 100%;
    margin-bottom: 0 !important;
}
.user-data-action .btn-group button {
    margin-left: 15px;
    margin-right: 15px;
    min-width: 150px;
}
.user-data-action .btn-group {
    margin-top: 30px;
    margin-bottom: 30px;
}

.elementor-page:not(.single-post):not(.single-product) #pxl-main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#overlay {
    display: none;
    cursor: pointer;
    position: fixed;
    background: #181818;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    z-index: 10003;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.privacy-popup {
    position: fixed;
    z-index: 999999;
    background: #fff;
    border: 1px solid #000;
    width: 700px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -225px;
    word-wrap: break-word;
}

.privacy-popup .innercon {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

.close-privacy {
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAeFBMVEUAAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAAD////76+vUJyf65+fVLS3WMjLPDAzRFxfxt7fsoqLrnJzeWFjdUlLcTk7wtLTvrq7i1eZ7AAAAF3RSTlMAyPIYmYX26uTNlAkF+VoxGwzVjUtIJEqaMxcAAAEBSURBVDjLhZPrksIgDIUDQrEF692Ubr2survv/4ZrageTqZXvDzOcQyYJCbwI+60qEUu13QcYMzMaE9rMQOKtRoG2XjxXOEKxIMs5vmG+TO+ZLhxDjKBwAhWAsDiJJX2lcRK9AoAKP1ABrAscOF1/Wzrbv+8TDhRrqJP7p2li+9C/muaWLmswmCJEcpAez+nSAKuxIwfpR1YpOJQOqaODBTLuZLghY8ENlB9F6ITBST1G6XAsyXOfXxdFFQqM6MPxmemdlVlj4nrp828vr05izVotSK3Oflb+u/MDA34zpW889Bzce90dcmOfWxy5eoWUC+tzyzsm7KqS1r+sdmz9/wGa00ep2v9yKwAAAABJRU5ErkJggg==) 50% no-repeat;
    display: inline-block;
    height: 50px;
    opacity: 1;
    position: absolute;
    right: -17px;
    top: -16px;
    width: 50px;
}


.elementor-kit-7 h1.heading-gdpr,
.heading-gdpr {
font-size: 24px;
line-height: 32px;
}

@media (max-width: 1440px) {
    .elementor-kit-7 h1.heading-gdpr,
    .heading-gdpr {
        font-size: 22px;
    }
}

@media (max-width: 1180px) {
     .elementor-kit-7 h1.heading-gdpr,
     .heading-gdpr {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .elementor-kit-7 h1.heading-gdpr,
    .heading-gdpr {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 430px) {
    .inline-form {
        flex-direction: column;
    }
    .inline-form .input-box {
        width: 100%;
    }
    .btn-group {
        width: 100%;
    }
    .form-group .btn {
        float:right;
    }
}
    */