:root {
  --main-color: #0d6efd;
  --secondary-color: #ffd800;
}
::-webkit-resizer {
  height: 0;
  width: 8px;
}

body.dark {
  color: #eaeaeade;
  background: #091d2d;
}

body.dark .main-pane {
  background: #091d2d;
}

body.dark .card {
  background-color: #132e43;
  border-color: rgba(255, 255, 255, 0.125);
}

body.dark .card:hover {
  box-shadow: 0 0 28px 2px rgba(255, 255, 255, 0.3) !important;
}

body.dark .title_h2 {
  color: var(--secondary-color);
}

body.dark .cases-arrow-inner {
  color: #000;
}

body.dark .hljs {
  background: #444;
  color: #f0f0f0;
}

body.dark .dashboard .card-header {
  background-color: #132e43;
}

body.dark .table {
  color: #eaeaeade;
}

body.dark .modal-content {
  background-color: #132e43;
}

body.dark .close {
  color: #eaeaeade;
}

body.dark .nav-tabs .nav-link.active {
  color: #eaeaeade;
  background-color: #132e43;
  border-color: rgba(255, 255, 255, 0.125);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 5px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--main-color);
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

.tooltip {
  font-size: 13px;
  opacity: 1 !important;
}

.table-responsive .table p i {
  color: #606060;
}

.tooltip-inner {
  background-color: #186dbe;
  color: #ffd800;
  opacity: 1;
  text-align: inherit;
  max-width: 300px !important;
  border-radius: 4px;
  box-shadow: 2px 2px 6px #000;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
.bs-tooltip-top .arrow:before {
  border-top-color: #186dbe;
}
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #186dbe;
}
.bs-tooltip-left .arrow:before {
  border-left-color: #186dbe;
}
.bs-tooltip-right .arrow:before {
  border-right-color: #186dbe;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

.bd-clipboard {
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
}

.bd-clipboard button {
  z-index: 10;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.65em;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.25rem;
}

.bd-clipboard button:hover {
  color: #fff;
  background-color: #0d6efd;
}

header {
  height: 60px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

header h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #ffd800;
  text-transform: uppercase;
}

header h1 span {
  color: rgb(0 87 184);
}

#ip_result:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.image {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.image-wrap {
  text-align: center;
  border: 3px solid #0080cc;
}

.text-content {
  padding: 20px 0;
}

.content-block {
  margin-top: 30px;
}

.tab-pane {
  padding: 20px 0;
}

.tab-pane img {
  display: block;
  margin: 25px auto;
  max-width: 80%;
  border: 1px ridge #142634;
}
.tab-pane iframe {
  display: block;
  max-width: 80%;
  border: 1px ridge #142634;
}

.tab-pane .gallery a {
  display: block;
  margin: 25px auto;
}

pre {
  position: relative;
  margin: 15px 0;
}

pre code.hljs {
  -webkit-box-shadow: inset 0px 0px 2px 2px #c2dbfe;
  box-shadow: inset 0px 0px 2px 2px #c2dbfe;
  background-color: #e4edfb;
  border-radius: 5px;
  padding: 6px 20px 6px 20px;
}

body.dark pre code.hljs {
  -webkit-box-shadow: inset 0px 0px 2px 2px #325672;
  box-shadow: inset 0px 0px 2px 2px #325672;
  background-color: #325672;
}

pre code.hljs.copy {
  padding: 13px 20px 13px 20px;
}

.copyIcon {
  position: absolute;
  top: 30%;
  right: 20px;
  display: none;
}

.copyIcon i {
  font-size: 18px;
  color: #0080cc;
  border: 1px solid #b5b5b5;
  padding: 5px 7px;
  border-radius: 8px;
}

video {
  max-width: 100%;
}

.main-slider img {
  width: 100%;
}

.step {
  font-size: 33px;
  font-weight: 900;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 5px;
}

.step.step-1 {
  padding: 5px 22px;
  background-color: var(--main-color);
  color: #fff;
}

.step.step-2 {
  padding: 5px 20px;
  background-color: var(--secondary-color);
  color: #000;
}

.card.step-block {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border: 7px solid;
  box-shadow: 0 0 18px 2px rgb(0 0 0 / 15%);
  border-color: transparent !important;
  min-height: 375px;
}

.card.step-block.step-1 {
  border-image: linear-gradient(
    to right,
    var(--main-color),
    var(--secondary-color)
  );
  border-image-slice: 1;
}

.card.step-block.step-1 .btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.card.step-block.step-1 .btn-primary:hover {
  background-color: #1756b3;
  border-color: #1756b3;
}

.card.step-block.step-1 .btn-success {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.card.step-block.step-1 .btn-success:hover {
  background: #cfb212;
  border-color: #cfb212;
}

.card.step-block.step-2 {
  border-image: linear-gradient(
    to left,
    var(--main-color),
    var(--secondary-color)
  );
  border-image-slice: 1;
}

.card.step-block .card-title {
  font-weight: 600;
}

#command_block .card {
  min-height: 230px;
  border: 4px solid;
  box-shadow: 0 0 18px 2px rgb(0 0 0 / 15%);
}

#command_block .card.tool-1 {
  border-color: var(--main-color);
}

#command_block .card.tool-2 {
  border-color: var(--secondary-color);
}

.card {
  transition: box-shadow 0.6s ease-out;
}

.card:hover {
  box-shadow: 0 0 28px 2px rgb(0 0 0 / 30%) !important;
}

.slider-templates {
  position: relative;
}

.cases-next,
.cases-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  z-index: 100;
}

.cases-prev {
  left: -25px;
}

.cases-next {
  right: 60px;
}

.slide-report {
  padding: 20px 7px 25px;
}

.tech-slide {
  padding: 20px 7px 25px;
}

.tech-slide .layout-image {
  border: 1px solid #dedede;
  border-radius: 12px;
  overflow: hidden;
  max-width: 250px;
  height: 100px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.nav-item.new {
  position: relative;
}

.nav-item.new::after {
  content: "NEW, BETA";
  background-color: #c97435;
  font-size: 10px;
  text-transform: uppercase;
  padding: 1px 4px;
  border-radius: 3px;
  font-family: "Arial";
  margin-left: 5px;
  color: #ffffff;
  line-height: 1em;
  position: absolute;
  top: -5px;
  right: -5px;
}

.nav-item.priority {
  position: relative;
}

.nav-item.priority::after {
  content: "PRIORITY";
  background-color: green;
  font-size: 10px;
  text-transform: uppercase;
  padding: 1px 4px;
  border-radius: 3px;
  font-family: "Arial";
  margin-left: 5px;
  color: #ffffff;
  line-height: 1em;
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-title {
  overflow-x: auto;
}

.partners_connect {
  cursor: pointer;
  color: #444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  background: #d7d7d7;
}

.tech-slide .layout-image:hover {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.22);
}

.partners_connect i {
  font-size: 36px;
}

.slide-report .layout-image {
  border: 1px solid #dedede;
  border-radius: 2px;
  height: 250px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.slide-report .layout-image a {
  cursor: zoom-in;
}

.mfp-bg {
  z-index: 999 !important;
}

.mfp-wrap {
  z-index: 9999 !important;
}

.mfp-content {
  z-index: 99999 !important;
}

.slick-arrow {
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfe1e5;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow:hover {
  opacity: 1;
}

.cases-arrow-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.card.slide-template {
  margin: 0 10px;
  min-height: 210px;
  position: relative;
  text-align: center;
}

.card.slide-template a,
.card.slide-template button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-inner {
  white-space: pre-wrap;
}

.support {
  position: fixed;
  right: 25px;
  bottom: 220px;
}

.support-button {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #186dbe;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-button i {
  font-size: 21px;
  color: #fff;
  -webkit-animation: icon-rotation-anim 10s ease-in-out infinite;
  animation: icon-rotation-anim 10s ease-in-out infinite;
}

.back2Top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #186dbe;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 999;
  opacity: 0.85;
  transition: 0.3s;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 15%);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.back2Top:hover {
  opacity: 1;
}

.back2Top i {
  color: #fff;
  font-size: 24px;
}

.hidden {
  display: none;
}

.actual-targets .domain {
  position: relative;
  cursor: pointer;
}

.actual-targets .ip {
  position: relative;
  cursor: pointer;
}

.actual-targets .domain::before {
  content: "Copy";
  display: none;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: green;
  padding: 2px 5px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
}

.actual-targets .domain:hover::before {
  display: block;
}

.actual-targets .ip::before {
  content: "Copy";
  display: none;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: green;
  padding: 2px 5px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
}

.actual-targets .ip:hover::before {
  display: block;
}

.plans-targets .domain {
  position: relative;
  cursor: pointer;
}

.plans-targets .ip {
  position: relative;
  cursor: pointer;
}

.plans-targets .domain::before {
  content: "Copy";
  display: none;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: green;
  padding: 2px 5px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
}

.plans-targets .domain:hover::before {
  display: block;
}

.plans-targets .ip::before {
  content: "Copy";
  display: none;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: green;
  padding: 2px 5px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
}

.plans-targets .ip:hover::before {
  display: block;
}

.toast {
  min-width: 230px;
  background: #08c27a;
  color: #fff;
}

.toast-header {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.toast .close span {
  color: #fff;
}

.slide-right {
  transform: translateX(250px);
  transition: all 0.1s linear;
}

.slide-right.show {
  transform: translateX(0);
}

.date-label {
  position: absolute;
  margin-top: -60px;
  text-align: left;
  margin-left: 5%;
  transition: 0.3s ease;
}
.date-label label {
  background: #fff;
  padding: 0;
  font-size: 15px;
  transition: 0.3s ease;
}

body.dark .date-label label {
  background: #091d2d;
  padding: 0;
  font-size: 15px;
  transition: 0.3s ease;
}

input[type="date"]:focus + .date-label label,
input[type="date"]:valid + .date-label label {
  color: #186dbe;
  font-size: 13px;
}
.date-label.psevdo label {
  opacity: 0;
}
input[type="email"]:focus + .date-label.psevdo label,
input[type="tel"]:focus + .date-label.psevdo label,
input[type="tel"]:valid + .date-label.psevdo label,
input[type="text"]:focus + .date-label.psevdo label,
input[type="text"]:valid + .date-label.psevdo label,
select:focus + .date-label.psevdo label,
select:valid + .date-label.psevdo label {
  color: #186dbe;
  font-size: 13px;
  opacity: 1;
}
.form-group .input-group {
  background: #186dbe;
  border: 1px solid #186dbe;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
}
.input-group-addon {
  position: relative;
  background: #fff;
  border: 0;
  border-right: 0;
  border-radius: 0;
  color: #1475c4;
}
.input-group-addon:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #1475c4;
  -webkit-transform: scaleY(0.56);
  transform: scaleY(0.56);
}
#form-request {
  position: sticky;
  top: 100px;
}
.callback {
  padding: 10px;
  max-width: 100% !important;
  font-weight: 400;
  line-height: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  color: #000;
}

.callback-comment {
  padding: 10px;
  max-width: 100% !important;
  font-weight: 400;
  line-height: 22px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  color: #000;
}

body.dark .callback-comment,
body.dark .callback {
  background-color: #091d2d;
  color: #fff;
}

.label_files {
  font-size: 13px;
}

.callback,
.form-submit,
.callback-comment {
  font-size: 16px;
  transition: all 0.2s linear;
  border: 1px solid #186dbe;
}
.form-submit {
  padding: 13px 40px;
  background: #186dbe;
  color: #fff;
  font-weight: 700;
}
.form-submit:hover {
  background: #1f3e7b;
  box-shadow: 2px 2px 22px 2px rgba(0, 0, 0, 0.15);
}

.vacancies li {
  margin-bottom: 15px;
}

div.vacancies {
  padding-left: 40px;
}

.multiselect-block .btn-group {
  max-width: 100% !important;
  font-weight: 400;
  line-height: 22px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  height: auto;
  border: 1px solid #0080cc;
}

.multiselect-selected-text {
  white-space: pre-line;
}

body.dark .multiselect-block .btn-group {
  background-color: #091d2d;
  color: #fff;
}

body.dark .multiselect-block .btn-group button {
  color: #fff;
}

.multiselect-container {
  padding: 5px;
}

.fb_iframe_widget span {
  width: 160px !important;
}

.fb_iframe_widget span iframe {
  width: 160px !important;
}

@media (max-width: 920px) {
  .card.slide-template {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .card {
    margin-top: 20px;
  }

  .card-title.text-uppercase {
    font-weight: 600 !important;
    font-size: 15px;
  }
}

@media (max-width: 570px) {
  .btn-targets span {
    display: none;
  }

  .btn-targets i {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .card.slide-template {
    min-height: 180px;
  }
}

.alert {
  font-size: 0.8rem;
  border-radius: 0.5rem;
  border-width: 0.25rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.nav-pills .nav-link {
  background-color: #0d6efd40;
  color: #142634;
  text-align: center;
  margin-top: 1rem;
}

.dark .nav-pills .nav-link {
  background-color: #325672;
  color: white;
}

.nav-pills .nav-link:first-child {
  margin-top: 0;
}

.nav-pills .nav-link.active {
  background-color: #325672;
}

.dark .nav-pills .nav-link.active {
  background-color: #132e43;
}

.nav-pills .nav-link:hover {
  border-color: #325672 #325672 #dee2e6;
  border: 1px solid;
}

.nav-link {
  display: block;
  padding: 0.5rem;
}

.nav-tabs .nav-link {
  background-color: #0d6efd40;
  color: #142634;
}

.dark .nav-tabs .nav-link {
  background-color: #325672;
  color: white;
}

.nav-tabs .nav-link:first-child {
  margin-left: 0.25rem;
}

.nav-tabs .nav-link.active {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #325672;
  color: white;
}

.nav-tabs .nav-link:hover {
  border-color: #325672 #325672 #dee2e6;
}

/* gallery */
.gallery {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.gallery a {
  width: 40%;
}
.gallery img + img {
  margin-left: 25px;
}

/* callout */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #d9534f;
}
.dark .bs-callout-danger {
  color: #091d2d;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f0ad4e;
}
.dark .bs-callout-warning {
  color: #091d2d;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #5bc0de;
}
.dark .bs-callout-info {
  color: #091d2d;
}
.bs-callout-other {
  background-color: white;
  border-color: #333;
}
.dark .bs-callout-other {
  color: #091d2d;
}
.col-2 {
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
}

.ip-address-block {
  text-align: center;
}

.ip-address-block .ip-address {
  margin-top: 25px;
  border: 1px solid #ffd800;
  display: inline-block;
  padding: 5px 55px 5px 30px;
  font-size: 34px;
  border-radius: 8px;
  position: relative;
}

.ip-address-block .ip-address .copyIcon {
  position: absolute;
  top: 0%;
  right: 7px;
  display: block;
}

.platform {
  display: none;
}

.platform.show {
  display: block;
}

.platform > div {
  display: inline-block;
}


.kit_btn_hidden,
.kit_all_shown .kit_show_all_platforms {
  display: none;
}
.kit_all_shown span.kit_btn_hidden {
  display: inline;
}
.kit_all_shown div.kit_btn_hidden {
  display: block;
}

.logo-and-badge img{
  max-width: 128px;
  border: none;
  display: block;
}

.logo-and-badge a{
  text-align: center;
  display: block;
}
