/* Variables
------------------------------------------------------*/
/* Grid
------------------------------------------------------*/
.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  max-width: 1140px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
/* Base
------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100vh;
  font-family: "Poppins", sans-serif;
  background-color: #f1f4f4;
  font-weight: 400;
  font-size: 0.876em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #363636;
  overflow-x: hidden;
  font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: inline;
  line-height: 0;
  vertical-align: middle;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  clear: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
}

.clearfix {
  clear: both;
}

.admin-bar {
  height: calc(100vh - 32px);
}

.overflow {
  overflow: hidden;
}

.wp-caption {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.hide {
  display: none !important;
}

.analyse .panel {
  min-height: 200px;
}
.analyse .panel header > h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
}
.analyse .table {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  display: none;
  margin-bottom: var(--bs-gutter-x);
}

.single-domain {
  margin-top: 30px;
}
.single-domain .table {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-bottom: var(--bs-gutter-x);
}
.single-domain .domain-screenshots-wrapper {
  margin: 50px 0;
  border: 1px solid #d2d8dc;
  padding: 20px 15px 15px;
}
@media (min-width: 576px) {
  .single-domain .domain-screenshots-wrapper {
    padding: 20px 25px 25px;
  }
}
.single-domain .domain-screenshots-wrapper h3 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .single-domain .domain-screenshots {
    gap: 15px 0;
  }
}

.site_loader {
  display: none;
}
.site_loader.loader--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: block;
}
.site_loader .loader-line--invert {
  height: 5px;
  background: #482cff;
}
.site_loader .a-loop {
  -webkit-animation: 1.7s infinite loop cubic-bezier(0.42, 0, 0.58, 1);
          animation: 1.7s infinite loop cubic-bezier(0.42, 0, 0.58, 1);
}
@-webkit-keyframes loop {
  0% {
    width: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  7% {
    width: 10%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  40% {
    width: 60%;
  }
  50% {
    -webkit-transform: translateX(85%);
            transform: translateX(85%);
  }
  75% {
    width: 100%;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loop {
  0% {
    width: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  7% {
    width: 10%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  40% {
    width: 60%;
  }
  50% {
    -webkit-transform: translateX(85%);
            transform: translateX(85%);
  }
  75% {
    width: 100%;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.no_domain_content {
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 10px;
}

.no-favorites, .no-aigenerated, .no-matches {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px;
  font-weight: 1000;
  opacity: 0.4;
  margin: auto;
}

.notice_wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 500px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .notice_wrapper {
    width: 100%;
  }
}
.notice_wrapper .notice {
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #d2d8dc;
}
.notice_wrapper .notice .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 16px;
}
.notice_wrapper .notice .inner .text {
  font-weight: 700 !important;
}
.notice_wrapper .notice.success {
  background-color: #00e05f;
  border-color: #00e05f;
  color: #fff;
}
.notice_wrapper .notice.error {
  background-color: #f72914;
  border-color: #f72914;
  color: #fff;
}
.notice_wrapper .notice.warning {
  background-color: #f2ea0a;
  border-color: #f2ea0a;
}
.notice_wrapper .notice.info {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}

.right {
  float: right;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.select2-selection__rendered {
  line-height: 49px !important;
}

.select2-container .select2-selection--single {
  height: 53px !important;
}

.select2-selection__arrow {
  height: 52px !important;
}

.filter_box > #select-tld > .select2 {
  width: 100px !important;
}

/*PEN STYLES*/
.blog-card-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog-card-section body {
  background: #f1f1f1;
  margin: 2rem;
}
.blog-card-section .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem auto;
  -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card-section .blog-card a {
  color: inherit;
}
.blog-card-section .blog-card a:hover {
  color: #482cff;
}
.blog-card-section .blog-card:hover .photo {
  -webkit-transform: scale(1.3) rotate(3deg);
          transform: scale(1.3) rotate(3deg);
}
.blog-card-section .blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card-section .blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.blog-card-section .blog-card .details,
.blog-card-section .blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card-section .blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card-section .blog-card .details li {
  list-style: none;
}
.blog-card-section .blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card-section .blog-card .details ul li {
  display: inline-block;
}
.blog-card-section .blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f007";
}
.blog-card-section .blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f133";
}
.blog-card-section .blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 10px;
}
.blog-card-section .blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card-section .blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card-section .blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card-section .blog-card .description .title {
  display: block;
}
.blog-card-section .blog-card .description h2 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card-section .blog-card .description .read-more {
  text-align: right;
}
.blog-card-section .blog-card .description .read-more a {
  color: #482cff;
  display: inline-block;
  position: relative;
}
.blog-card-section .blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card-section .blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card-section .blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card-section .blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #482cff;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card-section .blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card-section .blog-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 95%;
  }
  .blog-card-section .blog-card .meta {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    height: auto;
  }
  .blog-card-section .blog-card .description {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .blog-card-section .blog-card .details {
    padding-left: 20px;
  }
}

.highlight {
  font-weight: 900;
}

.page-content-body-inner .page-body-content {
  margin-bottom: 35px;
}
.page-content-body-inner .crop {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}

.tfoot .btn, .tfoot .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .tfoot input.submit {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.btn, .home.blog.wp-custom-logo #signup-content #setupform input.submit {
  background-color: #5E46FF !important;
  color: white !important;
  font-size: 1em !important;
  font-weight: bold !important;
}

.page-body .privacy-body .tbody {
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 1000px;
}

.upper_menu .upper_inner .site-logo {
  width: 85%;
}
.upper_menu .upper_inner .dropdown {
  background-color: #171722 !important;
}
.upper_menu .upper_inner .dropdown #dropdownMenuButton1.show {
  background-color: #171722 !important;
}
.upper_menu .upper_inner .dropdown #dropdownMenuButton.show {
  background-color: #171722 !important;
}
.upper_menu .upper_inner .dropdown .dropdown-toggle {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 100%;
  background-color: #171722 !important;
  font-size: 1em;
}
.upper_menu .upper_inner .dropdown .dropdown-toggle:hover {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #5E46FF;
}

.lower .dropdown {
  margin-top: 8px;
}
.lower .dropdown #dropdownMenuButton1.show {
  background-color: #5E46FF !important;
}
.lower .dropdown #dropdownMenuButton.show {
  background-color: #5E46FF !important;
}
.lower .dropdown .dropdown-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #482CFF;
  font-size: 1em;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}
.lower .dropdown .dropdown-toggle:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  background-color: #5E46FF;
}

.page-body .inner-page-body {
  min-height: 90%;
}
.page-body .inner-page-body #post {
  padding-top: 4%;
}

.site-header .open-modal-register {
  margin-top: 8px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.signed_in .btn, .signed_in .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .signed_in input.submit {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.page-template-template-expiring-soon .filters {
  height: 50px;
}

.page-template-template-favorites .filters {
  height: 50px;
}

.div--tld-picker-wrapper {
  border: 1px solid #d2d8dc;
  border-radius: 5px;
  width: 110px;
  height: 100%;
  position: relative;
  padding-left: 10px;
}
.div--tld-picker-wrapper .flag {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 23px;
}
.div--tld-picker-wrapper .flag-text {
  margin: auto;
  position: absolute;
  right: 0%;
  top: 50%;
  padding-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.div--tld-picker-wrapper .flag-text span {
  padding-right: 7px;
}

.section--tld-chooser .flag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .section--tld-chooser .flag-box {
    gap: 15px;
  }
}
.section--tld-chooser .flag-box .flag-container {
  border: 3px solid rgba(72, 44, 255, 0.1);
  background-color: rgba(89, 63, 255, 0.01);
  border-radius: 10px;
  padding: 15px 20px;
}
@media (max-width: 1024px) {
  .section--tld-chooser .flag-box .flag-container {
    padding: 10px 15px;
  }
}
.section--tld-chooser .flag-box .flag-container .flag {
  width: 40px;
  height: 30px;
}
.section--tld-chooser .flag-box .flag-container .flag-text {
  width: 40px;
  text-align: center;
}
.section--tld-chooser .flag-container:hover {
  border: 3px solid rgba(72, 44, 255, 0.3) !important;
  background-color: rgba(72, 44, 255, 0.1) !important;
}
.section--tld-chooser .flag-container.selected {
  border: 3px solid rgba(72, 44, 255, 0.3) !important;
  background-color: rgba(72, 44, 255, 0.1) !important;
}

#page.post .page-content-body-inner {
  padding: 30px;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d8dc;
  border-radius: 5px;
}
#page.post .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 576px) {
  #page.post .blog-footer {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
#page.post .blog-footer .post-prev-wrapper {
  float: left;
  padding-right: 5px;
}
#page.post .blog-footer .post-next-wrapper {
  float: right;
  padding-left: 5px;
}
#page.post .blog-footer .post-prev-wrapper,
#page.post .blog-footer .post-next-wrapper {
  font-weight: 1800;
  width: 50%;
}
#page.post .blog-footer .post-prev-wrapper a,
#page.post .blog-footer .post-next-wrapper a {
  width: 100%;
}
#page.post .blog-footer .post-prev-wrapper a .btn, #page.post .blog-footer .post-prev-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-prev-wrapper a input.submit,
#page.post .blog-footer .post-next-wrapper a .btn,
#page.post .blog-footer .post-next-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit,
.home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-next-wrapper a input.submit {
  width: 100% !important;
  border-radius: 10px;
  height: 60px !important;
}
#page.post .blog-footer .post-prev-wrapper a .btn:nth-child(2), #page.post .blog-footer .post-prev-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit:nth-child(2), .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-prev-wrapper a input.submit:nth-child(2),
#page.post .blog-footer .post-next-wrapper a .btn:nth-child(2),
#page.post .blog-footer .post-next-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit:nth-child(2),
.home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-next-wrapper a input.submit:nth-child(2) {
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  #page.post .blog-footer .post-prev-wrapper a .btn, #page.post .blog-footer .post-prev-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-prev-wrapper a input.submit,
  #page.post .blog-footer .post-next-wrapper a .btn,
  #page.post .blog-footer .post-next-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit,
  .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-next-wrapper a input.submit {
    height: 150px;
  }
}
@media (min-width: 576px) {
  #page.post .blog-footer .post-prev-wrapper a .btn, #page.post .blog-footer .post-prev-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-prev-wrapper a input.submit,
  #page.post .blog-footer .post-next-wrapper a .btn,
  #page.post .blog-footer .post-next-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit,
  .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-next-wrapper a input.submit {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #page.post .blog-footer .post-prev-wrapper a .btn:nth-child(2), #page.post .blog-footer .post-prev-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit:nth-child(2), .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-prev-wrapper a input.submit:nth-child(2),
  #page.post .blog-footer .post-next-wrapper a .btn:nth-child(2),
  #page.post .blog-footer .post-next-wrapper a .home.blog.wp-custom-logo #signup-content #setupform input.submit:nth-child(2),
  .home.blog.wp-custom-logo #signup-content #setupform #page.post .blog-footer .post-next-wrapper a input.submit:nth-child(2) {
    border-left: 1px solid #fff;
    border-top: unset;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 3em;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  font-size: 2em;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 800;
}

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 700;
}

h4,
.h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em !important;
  font-weight: 600 !important;
}

h5,
.h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.8em !important;
  font-weight: 600 !important;
}

h6,
.h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.7em !important;
  font-weight: 600 !important;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

small,
.wp-caption-text {
  font-size: 14px;
  color: #a9a9a9;
}

a,
a:link {
  text-decoration: none;
  outline: 0;
  color: #482cff;
}
a:hover, a:focus, a:active,
a:link:hover,
a:link:focus,
a:link:active {
  text-decoration: none;
  color: #2100f8;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}

blockquote {
  font-size: 3em;
  line-height: 1.2;
  font-style: italic;
  margin: 30px 0;
  padding: 0;
}
blockquote p {
  font-size: 3em;
}

hr {
  border-top: 1px solid #d2d8dc;
  border-width: 2px 0 0;
  background-color: transparent;
  margin: 15px 0;
  padding: 0;
}

/* Layout
------------------------------------------------------*/
/* Button layout
------------------------------------------------------*/
.btn, .home.blog.wp-custom-logo #signup-content #setupform input.submit,
.btn:link,
.wp-block-button__link,
.wp-block-button .wp-block-button__link:link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 1em;
  padding: 15px 25px;
  background-color: #482cff;
  border: 0;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .btn, .home.blog.wp-custom-logo #signup-content #setupform input.submit,
  .btn:link,
  .wp-block-button__link,
  .wp-block-button .wp-block-button__link:link {
    font-size: 14px;
  }
}
.btn:hover, .home.blog.wp-custom-logo #signup-content #setupform input.submit:hover,
.btn:link:hover,
.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:link:hover {
  background-color: #5e46ff;
  color: #fff;
}
.btn[disabled=disabled], .home.blog.wp-custom-logo #signup-content #setupform input[disabled=disabled].submit, .btn[disabled], .home.blog.wp-custom-logo #signup-content #setupform input[disabled].submit,
.btn:link[disabled=disabled],
.btn:link[disabled],
.wp-block-button__link[disabled=disabled],
.wp-block-button__link[disabled],
.wp-block-button .wp-block-button__link:link[disabled=disabled],
.wp-block-button .wp-block-button__link:link[disabled] {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
  cursor: initial;
}
.btn[disabled=disabled]:hover, .home.blog.wp-custom-logo #signup-content #setupform input[disabled=disabled].submit:hover, .btn[disabled]:hover, .home.blog.wp-custom-logo #signup-content #setupform input[disabled].submit:hover,
.btn:link[disabled=disabled]:hover,
.btn:link[disabled]:hover,
.wp-block-button__link[disabled=disabled]:hover,
.wp-block-button__link[disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled=disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled]:hover {
  background-color: #482cff;
}
.btn.btn-sm, .home.blog.wp-custom-logo #signup-content #setupform input.btn-sm.submit,
.btn:link.btn-sm,
.wp-block-button__link.btn-sm,
.wp-block-button .wp-block-button__link:link.btn-sm {
  padding: 10px;
}
.btn.btn-icon, .home.blog.wp-custom-logo #signup-content #setupform input.btn-icon.submit,
.btn:link.btn-icon,
.wp-block-button__link.btn-icon,
.wp-block-button .wp-block-button__link:link.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.btn.btn-icon-big, .home.blog.wp-custom-logo #signup-content #setupform input.btn-icon-big.submit,
.btn:link.btn-icon-big,
.wp-block-button__link.btn-icon-big,
.wp-block-button .wp-block-button__link:link.btn-icon-big {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.round, .home.blog.wp-custom-logo #signup-content #setupform input.round.submit,
.btn:link.round,
.wp-block-button__link.round,
.wp-block-button .wp-block-button__link:link.round {
  border-radius: 50px;
}
.btn.wide, .home.blog.wp-custom-logo #signup-content #setupform input.wide.submit,
.btn:link.wide,
.wp-block-button__link.wide,
.wp-block-button .wp-block-button__link:link.wide {
  width: 100%;
}
.btn.hidden, .home.blog.wp-custom-logo #signup-content #setupform input.hidden.submit,
.btn:link.hidden,
.wp-block-button__link.hidden,
.wp-block-button .wp-block-button__link:link.hidden {
  display: none;
}

/* Labels
------------------------------------------------------*/
label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 5px;
}

/* Base
------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea,
select {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d2d8dc;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.876em;
  outline: 0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #482cff;
}
@media only screen and (max-width: 1024px) {
  input[type=text],
  input[type=password],
  input[type=color],
  input[type=email],
  input[type=range],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=url],
  textarea,
  select {
    font-size: 1em;
  }
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea {
  width: 100%;
  margin: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9a9a9;
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
select {
  padding: 0 15px;
  height: 50px;
}

/* Textarea
------------------------------------------------------*/
textarea {
  padding: 15px;
  resize: none;
}

/* Radio & checkbox
------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  background-color: #fff;
  border: 3px solid rgba(72, 44, 255, 0.6);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  position: relative;
  top: 7px;
  outline: 0;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  border-color: #482cff;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #482cff;
  border-color: #482cff;
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked:before {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  border-radius: 50%;
}

input[type=checkbox] {
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
input[type=checkbox]:checked {
  background-image: url(../images/input-check-checked.svg);
}

/* Remove native number arrows
------------------------------------------------------*/
/* Select
------------------------------------------------------*/
select {
  background: #fff url(../images/select-arrow.svg) no-repeat;
  background-position: center right 15px;
  background-size: 10px auto;
  width: 100%;
  padding-right: 40px;
}

/* Formidable forms
------------------------------------------------------*/
.frm_forms {
  /* Base
  ------------------------------------------------------*/
  /* Hidden
  ------------------------------------------------------*/
  /* Description
  ------------------------------------------------------*/
  /* Label
  ------------------------------------------------------*/
  /* Javascript / HTML5 required fields
  ------------------------------------------------------*/
  /* Fields
  ------------------------------------------------------*/
  /* File upload
  ------------------------------------------------------*/
  /* Submission
  ------------------------------------------------------*/
}
.frm_forms .frm_form_field {
  margin-bottom: 15px;
}
.frm_forms fieldset {
  border: 0;
  padding: 0;
}
.frm_forms .frm_screen_reader,
.frm_forms .frm_hidden {
  display: none;
}
.frm_forms .frm_description {
  font-size: 0.876em;
  font-style: italic;
  display: none;
}
.frm_forms label.frm_primary_label {
  display: block;
  font-size: 0.876em;
  font-weight: 400;
}
.frm_forms .frm_required {
  color: red;
}
.frm_forms .frm_error {
  background-color: #F9F9F9;
  color: #000;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #a9a9a9;
  border-width: 0 1px 1px 1px;
  font-size: 0.876em;
  display: none;
}
.frm_forms .frm_blank_field input[type=text],
.frm_forms .frm_blank_field input[type=email],
.frm_forms .frm_blank_field input[type=tel],
.frm_forms .frm_blank_field input[type=number],
.frm_forms .frm_blank_field input[type=password],
.frm_forms .frm_blank_field input[type=url],
.frm_forms .frm_blank_field textarea,
.frm_forms .frm_blank_field select {
  border-color: red;
}
.frm_forms .frm_time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.frm_forms .frm_time_wrap span[dir=ltr] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-right: 5px;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_sep {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  display: block;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_select {
  margin-left: 0;
}
.frm_forms .frm_time_wrap .frm_time_select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-left: 5px;
}
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  font-size: 0.876em;
  cursor: pointer;
  display: block;
  line-height: 24px;
}
.frm_forms .frm_dropzone {
  width: 100%;
  max-width: initial;
}
.frm_forms .frm_dropzone .dz-message {
  width: 100%;
}
.frm_forms .frm_submit .frm_ajax_loading {
  display: none;
}

.page-content-body-inner .frm_forms {
  border: 1px solid #d2d8dc;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  padding: 30px;
}

/* Default tables
------------------------------------------------------*/
table,
.table {
  width: 100%;
  border-spacing: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d8dc;
  border-radius: 5px;
}
table .thead,
.table .thead {
  display: none;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
}
@media (min-width: 768px) {
  table .thead,
  .table .thead {
    display: block;
  }
}
table .thead .trow,
.table .thead .trow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  table .thead .trow,
  .table .thead .trow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
table .thead .trow .cell:not(.domain, .actions),
.table .thead .trow .cell:not(.domain, .actions) {
  text-align: center;
}
table .thead .trow .cell,
.table .thead .trow .cell {
  font-weight: bold;
  width: 100%;
  max-width: 100%;
}
table .thead .trow .cell.actions,
.table .thead .trow .cell.actions {
  text-align: right;
}
@media (min-width: 576px) {
  table .thead .trow .cell.actions,
  .table .thead .trow .cell.actions {
    min-width: 128px;
  }
}
table .trow,
.table .trow {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
table .trow.open,
.table .trow.open {
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  outline: 2px solid #482cff;
}
table .trow.open .lower,
.table .trow.open .lower {
  display: -ms-grid;
  display: grid;
}
table .trow .upper,
.table .trow .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  table .trow .upper,
  .table .trow .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
table .trow .lower,
.table .trow .lower {
  border-top: 1px solid #d2d8dc;
  padding-top: 20px;
  width: 100%;
  padding: 0px 20px;
  display: none;
  position: relative;
  z-index: 50;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 20px;
}
@media (max-width: 1600px) {
  table .trow .lower,
  .table .trow .lower {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1600px) and (max-width: 768px) {
  table .trow .lower,
  .table .trow .lower {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
table .trow .lower .group,
.table .trow .lower .group {
  padding: 20px 30px;
  border: 1px solid #d2d8dc;
  border-radius: 5px;
  background-color: white;
}
table .trow .lower .group .group_title,
.table .trow .lower .group .group_title {
  color: #482cff;
  margin-bottom: 10px;
}
table .trow .lower .group .group_list,
.table .trow .lower .group .group_list {
  padding: 0;
  margin: 0;
}
table .trow .lower .group .group_list li,
.table .trow .lower .group .group_list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
table .trow .lower .group .group_list li:not(:last-child),
.table .trow .lower .group .group_list li:not(:last-child) {
  border-bottom: 1px solid #d2d8dc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
table .trow .lower .group .group_list li .label,
.table .trow .lower .group .group_list li .label {
  color: black;
}
table .trow .cell,
.table .trow .cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  table .trow .cell,
  .table .trow .cell {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}
table .trow .cell.domain,
.table .trow .cell.domain {
  min-width: 250px;
}
@media (max-width: 1600px) {
  table .trow .cell.domain,
  .table .trow .cell.domain {
    min-width: 200px;
  }
}
@media (max-width: 1600px) and (max-width: 1024px) {
  table .trow .cell.domain,
  .table .trow .cell.domain {
    min-width: 150px;
  }
}
table .trow .cell.domain .name,
.table .trow .cell.domain .name {
  max-width: 32ch;
  overflow: hidden;
  text-overflow: ellipsis;
}
table .trow .cell.paiduntil, table .trow .cell.deletedate, table .trow .cell.lastcheck,
.table .trow .cell.paiduntil,
.table .trow .cell.deletedate,
.table .trow .cell.lastcheck {
  max-width: 170px;
}
@media (max-width: 1024px) {
  table .trow .cell.paiduntil, table .trow .cell.deletedate, table .trow .cell.lastcheck,
  .table .trow .cell.paiduntil,
  .table .trow .cell.deletedate,
  .table .trow .cell.lastcheck {
    display: none !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  table .trow .cell.paiduntil, table .trow .cell.deletedate, table .trow .cell.lastcheck,
  .table .trow .cell.paiduntil,
  .table .trow .cell.deletedate,
  .table .trow .cell.lastcheck {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: unset;
  }
}
table .trow .cell.backlinks, table .trow .cell.pageauth, table .trow .cell.domainauth,
.table .trow .cell.backlinks,
.table .trow .cell.pageauth,
.table .trow .cell.domainauth {
  max-width: 120px;
}
@media (max-width: 1650px) {
  table .trow .cell.backlinks, table .trow .cell.pageauth, table .trow .cell.domainauth,
  .table .trow .cell.backlinks,
  .table .trow .cell.pageauth,
  .table .trow .cell.domainauth {
    max-width: 100px;
  }
}
@media (max-width: 1240px) {
  table .trow .cell.backlinks, table .trow .cell.pageauth, table .trow .cell.domainauth,
  .table .trow .cell.backlinks,
  .table .trow .cell.pageauth,
  .table .trow .cell.domainauth {
    display: none !important;
  }
}
@media (max-width: 1240px) and (max-width: 768px) {
  table .trow .cell.backlinks, table .trow .cell.pageauth, table .trow .cell.domainauth,
  .table .trow .cell.backlinks,
  .table .trow .cell.pageauth,
  .table .trow .cell.domainauth {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: unset;
  }
}
@media (max-width: 1400px) {
  table .trow .cell.pageauth,
  .table .trow .cell.pageauth {
    display: none !important;
  }
}
@media (max-width: 1400px) and (max-width: 768px) {
  table .trow .cell.pageauth,
  .table .trow .cell.pageauth {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  table .trow .cell.SoMe, table .trow .cell.rank, table .trow .cell.lastcheck,
  .table .trow .cell.SoMe,
  .table .trow .cell.rank,
  .table .trow .cell.lastcheck {
    display: none !important;
  }
}
@media (min-width: 768px) {
  table .trow .cell.pageauth,
  .table .trow .cell.pageauth {
    max-width: 55px;
    padding: 10px;
  }
  table .trow .cell.domainauth,
  .table .trow .cell.domainauth {
    max-width: 55px;
    padding: 10px;
  }
  table .trow .cell.backlinks,
  .table .trow .cell.backlinks {
    max-width: 80px;
    padding: 10px;
  }
  table .trow .cell.rank, table .trow .cell.trust, table .trow .cell.spam,
  .table .trow .cell.rank,
  .table .trow .cell.trust,
  .table .trow .cell.spam {
    max-width: 75px;
    padding: 10px;
  }
  table .trow .cell.refdomain,
  .table .trow .cell.refdomain {
    max-width: 130px;
    padding: 10px;
  }
  table .trow .cell.refip,
  .table .trow .cell.refip {
    max-width: 95px;
    padding: 10px;
  }
  table .trow .cell.CF, table .trow .cell.TF,
  .table .trow .cell.CF,
  .table .trow .cell.TF {
    max-width: 85px;
    padding: 10px;
  }
  table .trow .cell.SoMe,
  .table .trow .cell.SoMe {
    max-width: 75px;
    padding: 10px;
  }
}
table .trow .cell.SoMe,
.table .trow .cell.SoMe {
  position: relative;
  overflow: unset;
}
table .trow .cell.SoMe:hover .some-tooltip,
.table .trow .cell.SoMe:hover .some-tooltip {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
table .trow .cell.SoMe .some-tooltip,
.table .trow .cell.SoMe .some-tooltip {
  position: absolute;
  border-radius: 10px;
  background-color: #301fa6;
  color: white;
  top: 100%;
  left: 0;
  min-width: 225px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  z-index: 9999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  table .trow .cell.SoMe .some-tooltip,
  .table .trow .cell.SoMe .some-tooltip {
    top: unset;
    left: unset;
    right: 0;
    bottom: 100%;
  }
}
table .trow .cell.SoMe .some-tooltip .tooltip-title,
.table .trow .cell.SoMe .some-tooltip .tooltip-title {
  float: left;
  font-weight: 800;
}
table .trow .cell.SoMe .some-tooltip .tooltip-value,
.table .trow .cell.SoMe .some-tooltip .tooltip-value {
  float: right;
}
table .trow .cell.header-tooltip,
.table .trow .cell.header-tooltip {
  position: relative;
  overflow: unset;
}
table .trow .cell.header-tooltip:hover .tooltip,
.table .trow .cell.header-tooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
table .trow .cell.header-tooltip .tooltip,
.table .trow .cell.header-tooltip .tooltip {
  padding: 10px;
  position: absolute;
  border-radius: 10px;
  background-color: #301fa6;
  color: white;
  top: 100%;
  left: 0;
  min-width: 225px;
  max-width: 300px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  z-index: 9999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
table .trow .cell.header-tooltip .tooltip .tooltip-title,
.table .trow .cell.header-tooltip .tooltip .tooltip-title {
  float: left;
  font-weight: 800;
}
table .trow .cell.header-tooltip .tooltip .tooltip-value,
.table .trow .cell.header-tooltip .tooltip .tooltip-value {
  float: right;
}
table .trow .cell.status,
.table .trow .cell.status {
  max-width: 70px;
}
table .trow .cell.actions,
.table .trow .cell.actions {
  max-width: 250px;
}
@media (max-width: 768px) {
  table .trow .cell.actions,
  .table .trow .cell.actions {
    max-width: unset !important;
  }
}
table .tbody .trow:nth-child(odd),
.table .tbody .trow:nth-child(odd) {
  background-color: #fafafa;
}
table .tbody .trow:hover,
.table .tbody .trow:hover {
  z-index: 99;
}
table .tbody .trow .cell,
.table .tbody .trow .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 5;
}
table .tbody .trow .cell:before,
.table .tbody .trow .cell:before {
  content: attr(mobil-name);
  font-weight: 700;
  max-width: 50%;
  line-height: 1;
  white-space: normal;
}
@media (min-width: 768px) {
  table .tbody .trow .cell,
  .table .tbody .trow .cell {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  table .tbody .trow .cell:before,
  .table .tbody .trow .cell:before {
    content: none;
  }
}
table .tbody .trow .cell.actions:before,
.table .tbody .trow .cell.actions:before {
  content: none;
}
table .tbody .trow .cell.status .tag,
.table .tbody .trow .cell.status .tag {
  font-size: 0.6rem;
  padding: 0px 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
  outline: 1px solid red;
  color: red;
}
table .tbody .trow .cell.status .tag.new,
.table .tbody .trow .cell.status .tag.new {
  background-color: rgba(230, 126, 34, 0.1);
  outline: 1px solid #e67e22;
  color: #e67e22;
}
table .tbody .trow .cell.actions,
.table .tbody .trow .cell.actions {
  gap: 8px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (min-width: 576px) {
  table .tbody .trow .cell.actions,
  .table .tbody .trow .cell.actions {
    min-width: 128px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
table .tbody .trow .cell.actions .btn, table .tbody .trow .cell.actions .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform table .tbody .trow .cell.actions input.submit,
.table .tbody .trow .cell.actions .btn,
.table .tbody .trow .cell.actions .home.blog.wp-custom-logo #signup-content #setupform input.submit,
.home.blog.wp-custom-logo #signup-content #setupform .table .tbody .trow .cell.actions input.submit {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  table .tbody .trow .cell.actions .btn, table .tbody .trow .cell.actions .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform table .tbody .trow .cell.actions input.submit,
  .table .tbody .trow .cell.actions .btn,
  .table .tbody .trow .cell.actions .home.blog.wp-custom-logo #signup-content #setupform input.submit,
  .home.blog.wp-custom-logo #signup-content #setupform .table .tbody .trow .cell.actions input.submit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 768px) {
  table .tbody .trow .cell:not(.domain, .actions),
  .table .tbody .trow .cell:not(.domain, .actions) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
table .tbody .trow:hover:not(.open):before,
.table .tbody .trow:hover:not(.open):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #482cff;
  opacity: 1;
  z-index: 100;
}
table .tbody .trow:hover:not(.open):after,
.table .tbody .trow:hover:not(.open):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 44, 255, 0.05);
  opacity: 1;
  z-index: 1;
}
table .tfoot,
.table .tfoot {
  margin: 40px 0 15px 0;
  padding-inline: 15px;
}
table .domain_dns,
.table .domain_dns {
  padding: 0;
}
table .domain_table_header h3,
.table .domain_table_header h3 {
  margin: 0;
  padding: 15px 20px;
}
table .domain_table,
.table .domain_table {
  padding: 0;
}
table .domain_table .tbody .trow .upper,
.table .domain_table .tbody .trow .upper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
table .domain_table .tbody .trow .upper .cell:first-child,
.table .domain_table .tbody .trow .upper .cell:first-child {
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
table .domain_table .tbody .trow .upper .cell:last-child,
.table .domain_table .tbody .trow .upper .cell:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Default lists
------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}
ul li,
ol li {
  list-style: initial;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1004 !important;
  width: 100vw;
  height: 100vh;
}
.modal.open {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.modal.open .modal-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal[modal-name=flag_chooser_modal] .modal-inner {
  max-width: 1024px;
}
.modal .close-modal,
.modal footer .btn,
.modal footer .home.blog.wp-custom-logo #signup-content #setupform input.submit,
.home.blog.wp-custom-logo #signup-content #setupform .modal footer input.submit {
  background-color: #482cff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .close-modal:hover,
.modal footer .btn:hover,
.modal footer .home.blog.wp-custom-logo #signup-content #setupform input.submit:hover,
.home.blog.wp-custom-logo #signup-content #setupform .modal footer input.submit:hover {
  background-color: #5e46ff;
}
.modal .modal-inner {
  background-color: white;
  overflow: auto;
  max-height: 95vh;
  margin-bottom: 0;
  position: relative;
  z-index: 1020;
  max-width: 80%;
  width: 100%;
  border-radius: 2px;
}
.modal .modal-inner header {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d2d8dc;
  margin-bottom: 30px;
}
.modal .modal-inner header .title {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.modal .modal-inner section {
  padding: 0px 25px;
  max-height: 70vh;
  overflow-y: auto;
}
.modal .modal-inner section .reg_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.modal .modal-inner section .reg_form > div {
  width: calc(50% - 15px);
}
.modal .modal-inner .buy_domain_section {
  overflow: unset;
}
@media (max-width: 576px) {
  .modal .modal-inner .buy_domain_section {
    padding: 0;
  }
}
.modal .modal-inner .buy_domain {
  padding: 0;
}
@media (max-width: 768px) {
  .modal .modal-inner .buy_domain .highlight {
    font-weight: 500;
  }
  .modal .modal-inner .buy_domain .buy-affiliate-link {
    width: 100%;
  }
  .modal .modal-inner .buy_domain .buy-affiliate-link .btn, .modal .modal-inner .buy_domain .buy-affiliate-link .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .modal .modal-inner .buy_domain .buy-affiliate-link input.submit {
    width: 100% !important;
  }
}
.modal .modal-inner footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 25px;
  border-top: 1px solid #d2d8dc;
  margin-top: 30px;
  gap: 5px;
}
.modal .modal-inner footer button,
.modal .modal-inner footer .btn,
.modal .modal-inner footer .home.blog.wp-custom-logo #signup-content #setupform input.submit,
.home.blog.wp-custom-logo #signup-content #setupform .modal .modal-inner footer input.submit {
  padding: 0 35px;
  width: unset;
  height: 40px;
  aspect-ratio: unset;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal.loading:before,
.modal-inner.loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 4px solid #482cff;
  -webkit-animation: spin 1.5s ease-in-out infinite;
          animation: spin 1.5s ease-in-out infinite;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  z-index: 2;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotateY(540deg);
            transform: translate(-50%, -50%) rotateY(540deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotateY(540deg);
            transform: translate(-50%, -50%) rotateY(540deg);
  }
}
.modal.loading:after,
.modal-inner.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.dl-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  z-index: 999;
}

/* Components
------------------------------------------------------*/
/* Header
------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  /* Header site logo
  ------------------------------------------------------*/
  /* Navigation
  ------------------------------------------------------*/
}
.site-header .site-logo span {
  font-size: 1.5rem;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.site-header .site-logo svg,
.site-header .site-logo img {
  width: 100%;
  max-width: 100px;
  display: block;
  margin-inline: auto;
}
.site-header .site-logo span {
  margin-top: 15px;
  display: block;
  text-align: center;
  margin-inline: auto;
  font-weight: bold;
  font-size: 1rem;
}
.site-header .inner {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.site-header .inner .upper, .site-header .inner .lower {
  width: 100%;
}
.site-header .inner .divider {
  height: 1.5px;
  background-color: #282838;
  width: 100%;
  margin: 20px auto;
}
.site-header .inner .lower .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.site-header .inner .lower .profile_pic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.site-header .inner .lower .profile_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-header .inner .lower .profile_data .profile_name {
  color: white;
  font-weight: bold;
}
.site-header .inner .lower .profile_data .profile_email {
  color: white;
}
.site-header .inner .lower .btn, .site-header .inner .lower .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .site-header .inner .lower input.submit {
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.site-header .inner .lower .copyright {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
.site-header .site-navigation {
  width: 100%;
}
.site-header .site-navigation ul {
  margin: 0;
  padding: 0;
}
.site-header .site-navigation ul li {
  list-style: none;
  position: relative;
  width: 100%;
  /* 2. level sub menu
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li:not(:last-child) {
  margin-bottom: 10px;
}
.site-header .site-navigation ul li.current-menu-item > a {
  font-weight: 700;
  background-color: #1b1b28;
  border: 1px solid #282838;
  border-radius: 5px;
  padding: 10px 20px;
}
.site-header .site-navigation ul li a {
  width: 100%;
  display: block;
  padding: 10px 0px;
  white-space: nowrap;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.site-header .site-navigation ul li a:hover {
  background-color: #1b1b28;
  border: 1px solid #282838;
  border-radius: 5px;
  padding: 10px 20px;
}
.site-header .site-navigation ul li:hover .sub-menu {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.site-header .site-navigation ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: block;
  background-color: #363636;
}
.site-header .site-navigation ul li .sub-menu li {
  position: relative;
  /* 3. level sub menu (hidden by default)
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li .sub-menu li:hover, .site-header .site-navigation ul li .sub-menu li.current-menu-item {
  background-color: #434343;
}
.site-header .site-navigation ul li .sub-menu li a {
  white-space: nowrap;
  padding: 5px 30px;
  color: #fff;
}
.site-header .site-navigation ul li .sub-menu li .sub-menu {
  display: none;
}

.inner-page-footer {
  width: 100%;
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 20px 15px;
}
.inner-page-footer .copyright {
  text-align: center;
  padding: 10px 0;
}

.upper_menu .upper_inner .site-logo span {
  font-size: 1.5rem;
  color: white;
  margin: 0 auto;
}

/* Blocks
------------------------------------------------------*/
/* General block styling
------------------------------------------------------*/
.wp-block-group {
  margin: auto;
  width: 100%;
  padding: 0 15px;
  max-width: 1140px;
}
.wp-block-group.alignfull {
  max-width: 100%;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1140px;
}
.wp-block-group.alignwide {
  max-width: 1600px;
}
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  margin: auto;
}

.wp-block-cover.alignwide {
  max-width: 1140px;
  margin: auto;
}

.lb-block {
  margin: 0 auto;
  max-width: 1140px;
}
.lb-block.alignwide, .lb-block.align-wide {
  max-width: 1600px;
}
.lb-block.alignfull, .lb-block.align-full {
  max-width: 100vw;
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wp-block-media-text.alignwide {
  max-width: 1600px;
}
.wp-block-media-text.alignfull {
  max-width: 100%;
}
.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-media-text figure.wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text figure.wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 15px;
}

/* Pages
------------------------------------------------------*/
.site-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
      grid-template-areas: "sidebar main";
  width: 100vw;
  height: 100vh;
}
@media (max-width: 1800px) {
  .site-grid {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 1024px) {
  .site-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "main";
  }
}
.site-grid .sidebar {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sidebar;
  background-color: #171722;
  color: #6f7191;
}
@media (max-width: 1024px) {
  .site-grid .sidebar {
    display: none;
  }
}
.site-grid .sidebar * {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.site-grid .main-page {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  max-height: 100vh;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .site-grid .main-page {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1024px) {
  .site-grid .main-page {
    padding-top: 60px;
  }
}
.site-grid .main-page .upper_menu {
  display: none;
  place-items: center;
  background-color: #171722;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 60px;
}
@media (max-width: 1024px) {
  .site-grid .main-page .upper_menu {
    display: -ms-grid;
    display: grid;
  }
}
.site-grid .main-page .upper_menu .upper_inner {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-grid .main-page .upper_menu .upper_inner .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-grid .main-page .upper_menu .upper_inner .site-logo h1, .site-grid .main-page .upper_menu .upper_inner .site-logo span {
  font-size: 1.2rem;
  color: white;
  margin: 0;
  font-weight: bold;
}
.site-grid .main-page .upper_menu .upper_inner .site-logo svg,
.site-grid .main-page .upper_menu .upper_inner .site-logo img {
  max-width: 40px;
  width: 100%;
}
.site-grid .main-page .upper_menu .upper_inner .dropdown-menu li {
  list-style: none;
}
.site-grid .main-page .inner-page-body {
  padding-inline: 15px;
  max-width: 1800px;
  width: 100%;
  margin-inline: auto;
}
.site-grid .main-page .inner-page-body .login_form {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 7%;
}
.site-grid .main-page .inner-page-body .login_form .inner_form {
  width: 100%;
  max-width: 500px;
  background-color: white;
  padding: 40px;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}
.site-grid .main-page .inner-page-body .login_form .inner_form h2 {
  font-size: 3rem;
  font-weight: bold;
}
.site-grid .main-page .inner-page-body .login_form .inner_form #loginform {
  margin-top: 40px;
}
.site-grid .main-page .inner-page-body #page .page-content {
  padding: 20px 20px;
}
@media (max-width: 1024px) {
  .site-grid .main-page .inner-page-body #page .page-content {
    padding: 0;
    padding-top: 30px;
  }
}
.site-grid .main-page .inner-page-body #page .page-content .page-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #d4dede;
}
.site-grid .main-page .inner-page-body #page .page-content .page-title h1, .site-grid .main-page .inner-page-body #page .page-content .page-title h2 {
  font-size: 1.3rem;
  margin: 0;
  font-weight: bold;
}
.site-grid .main-page .inner-page-body #page .page-content .page-title h3 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  color: #658181;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters .filter_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filters .filter_box.big {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (min-width: 576px) {
  .filters .filter_box.big {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 576px) {
  .filters .filter_box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.filters .fill {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 576px) {
  .filters .fill {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .filters .fill .btn, .filters .fill .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .filters .fill input.submit {
    margin-right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .filters .fill .btn, .filters .fill .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .filters .fill input.submit {
    margin-right: 30px;
  }
}
.filters .btn, .filters .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .filters input.submit {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 50vh;
  padding: 50px 0;
}
.profile_page .wrapper {
  max-width: 700px;
  width: 100%;
}
.profile_page .wrapper .box {
  background-color: white;
  padding: 30px 40px;
  border-radius: 10px;
}
.profile_page .wrapper .box:not(:last-child) {
  margin-bottom: 30px;
}
.profile_page .wrapper .box .submit {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .profile_page .wrapper .box .submit {
    margin-top: 15px;
  }
}
.profile_page .wrapper .box.upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.profile_page .wrapper .box.upper .user_data .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.profile_page .wrapper .box .edit .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .profile_page .wrapper .box .edit .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.profile_page .wrapper .box .edit .input-wrapper:not(:last-child) {
  margin-bottom: 10px;
}
.profile_page .wrapper .box .edit .input-wrapper .select2-selection--multiple .select2-selection__rendered {
  line-height: 40px !important;
}
.profile_page .wrapper .box .edit .input-wrapper .select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
}
.profile_page .wrapper .box .edit .input-wrapper .line {
  width: 25%;
  height: 1px;
  background-color: #d2d8dc;
}
@media (max-width: 768px) {
  .profile_page .wrapper .box .edit .input-wrapper .line {
    display: none;
  }
}
.profile_page .wrapper .box .edit .input-wrapper label {
  font-weight: bold;
  color: black;
  max-width: 150px;
  width: 100%;
  white-space: nowrap;
}
.profile_page .wrapper .box .edit .input-wrapper input {
  margin-left: 20px;
}
.profile_page .wrapper .box .edit .input-wrapper input[type=text], .profile_page .wrapper .box .edit .input-wrapper input[type=number], .profile_page .wrapper .box .edit .input-wrapper input[type=password] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 350px;
}
.profile_page .wrapper .box .edit .input-wrapper input[type=radio], .profile_page .wrapper .box .edit .input-wrapper input[type=checkbox] {
  width: 30px;
  height: 30px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .profile_page .wrapper .box .edit .input-wrapper input {
    margin-left: 0;
    width: 100%;
  }
}

.home.blog.wp-custom-logo {
  background-color: #171722;
}
.home.blog.wp-custom-logo #signup-content {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  height: 100vh;
  color: #fff;
}
.home.blog.wp-custom-logo #signup-content h2 {
  font-size: 24px;
}
.home.blog.wp-custom-logo #signup-content #setupform {
  background-color: #fff;
  color: #363636;
  padding: 26px 24px 46px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(2, 2, 2, 0.3);
          box-shadow: 0 1px 4px rgba(2, 2, 2, 0.3);
}
.home.blog.wp-custom-logo #signup-content #setupform input:not(.submit) {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home.blog.wp-custom-logo #signup-content #setupform input:not(.submit):focus {
  border-color: red;
  border-radius: 0;
}
.home.blog.wp-custom-logo #signup-content #setupform input:not(.submit):after {
  content: "";
}
.home.blog.wp-custom-logo #signup-content #setupform input.submit {
  width: 100%;
}
.home.blog.wp-custom-logo #signup-content #setupform #wp-signup-email-description,
.home.blog.wp-custom-logo #signup-content #setupform #wp-signup-username-description {
  font-size: 14px;
}
.home.blog.wp-custom-logo .copyright {
  color: #fff;
  text-align: center;
}

/* Vendors
------------------------------------------------------*/
.slick-slider .slick-list .slick-track .slick-slide {
  outline: 0;
  cursor: pointer;
}

.slick-arrow {
  cursor: pointer;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 5px;
  position: relative;
  width: 10px;
  height: 10px;
  list-style: none;
}
.slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  background-color: #F9F9F9;
  overflow: hidden;
  display: block;
  text-indent: 25px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li button:hover {
  width: 14px;
  height: 14px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #482cff;
  width: 14px;
  height: 14px;
}

/* Responsive (mobile, tablets and other small devices)
------------------------------------------------------*/
.mobileicon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  background-color: #482cff;
  color: #f9f8ff;
  font-size: 0.876em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
}
.mobileicon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobileicon span.closed {
  -webkit-transform: translate(250%, -50%);
          transform: translate(250%, -50%);
}
.open-mobilemenu .mobileicon span.closed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.open-mobilemenu .mobileicon span.open {
  -webkit-transform: translate(-250%, -50%);
          transform: translate(-250%, -50%);
}

.mobilemenu {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #171722;
  height: 100vh;
  width: 100vw;
  max-width: 576px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  right: -576px;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  display: none;
  place-items: center;
  color: #6f7191;
}
.mobilemenu .inner {
  height: 100%;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobilemenu .inner .lower .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.mobilemenu .inner .lower .profile_pic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.mobilemenu .inner .lower .profile_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mobilemenu .inner .lower .profile_data .profile_name {
  color: white;
  font-weight: bold;
}
.mobilemenu .inner .lower .profile_data .profile_email {
  color: white;
}
.mobilemenu .inner .lower .btn, .mobilemenu .inner .lower .home.blog.wp-custom-logo #signup-content #setupform input.submit, .home.blog.wp-custom-logo #signup-content #setupform .mobilemenu .inner .lower input.submit {
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
}
.mobilemenu .inner .lower .copyright {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  color: white;
}
.open-mobilemenu .mobilemenu {
  right: 0;
}
.open-mobilemenu .mobilemenu #closemenu {
  display: block;
}
.mobilemenu #closemenu {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  background-color: #482cff;
  color: #F9F9F9;
  font-size: 0.876em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 9001;
  border-radius: 50%;
}
.mobilemenu .site-logo {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.mobilemenu .site-logo svg,
.mobilemenu .site-logo img {
  display: block;
  max-width: 80px;
  margin: 15px auto;
}
.mobilemenu nav ul {
  margin: 0;
  padding: 0;
}
.mobilemenu nav ul li {
  list-style: none;
  position: relative;
}
.mobilemenu nav ul li:not(:last-child) {
  margin-bottom: 14px;
}
.mobilemenu nav ul li a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
.mobilemenu nav ul li span {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-left: 1px solid #ececec;
  color: #482cff;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.mobilemenu nav ul li span:before {
  content: "";
  border: 8px solid transparent;
  border-top-color: #482cff;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 8px);
}
.mobilemenu nav ul li.current-menu-item a, .mobilemenu nav ul li.current_page_item a {
  font-weight: 800 !important;
  color: white;
  background-color: #363650;
  border: 1px solid #282838;
  border-radius: 5px;
  padding: 10px 20px;
}
.mobilemenu nav ul li.current-menu-item .sub-menu li a, .mobilemenu nav ul li.current_page_item .sub-menu li a {
  font-weight: 400;
}
.mobilemenu nav ul li.current-menu-item.menu-item-has-children span, .mobilemenu nav ul li.current_page_item.menu-item-has-children span {
  border-color: #fff;
}
.mobilemenu nav ul li.menu-item-has-children span {
  display: block;
}
.mobilemenu nav ul li.current-menu-parent .sub-menu {
  display: block;
}
.mobilemenu nav ul li .sub-menu {
  display: none;
}
.mobilemenu nav ul li .sub-menu li:not(:last-child) a {
  border-color: #fff;
}
.mobilemenu nav ul li .sub-menu li span {
  display: none;
}
.mobilemenu nav ul li .sub-menu li a {
  background-color: #ececec;
}

#mobilemenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171722;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.open-mobilemenu #mobilemenu-overlay {
  opacity: 0.5;
  pointer-events: auto;
  visibility: visible;
}

@media (max-width: 1024px) {
  .mobileicon {
    display: block;
  }
  .mobilemenu {
    display: -ms-grid;
    display: grid;
  }
}