﻿/*spinner css*/
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  /* display: none; */
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #6c1212;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/* Navbar ====================================== */
.navbar {
  position: fixed;
  background: white;
}
/* Navbars ===================================== */
.navbar {
  font-family: "Roboto", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
}

.navbar .navbar-collapse.in {
  overflow: visible;
}

.ls-closed .sidebar {
  margin-left: -300px;
}

.ls-closed section.content {
  margin-left: 15px;
}

.ls-closed .bars:after,
.ls-closed .bars:before {
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
  top: 20px;
  left: 14px;
  margin-right: 10px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ls-closed .bars:before {
  content: "\E5D2";
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ls-closed .bars:after {
  content: "\E5C4";
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ls-closed .navbar-brand {
  margin-left: 30px;
}

.overlay-open .bars:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.overlay-open .bars:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-header {
  padding: 10px 7px;
}

/* Left Sidebar & Overlay ====================== */
.overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

.overlay-open .sidebar {
  margin-left: 0;
  z-index: 99999999;
}

.sidebar {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
  background: #fdfdfd;
  width: 300px;
  overflow: hidden;
  display: inline-block;
  /* height: calc(100vh - 110px); */
  position: fixed;
  top: 75px;
  left: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 11 !important;
}

.sidebar .menu {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}

.preloader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #6c1212;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.spinner-layer.pl-red {
  border-color: #6c1212;
}
.pl-red {
  stroke: #6c1212;
}
/* Circle */

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -moz-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  -o-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
.right {
  float: right !important;
}
.clr-red {
  color: #6c1212;
}
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-no-drop {
  cursor: no-drop !important;
}

/* Heighchart */

.highcharts-credits {
  display: none !important;
}
.bg-red {
  background-color: #ff0000 !important;
}
.bg-parimry-theme-color {
  background-color: #6c1212 !important;
  color: white !important;
}

#hided {
  display: flex;
  justify-content: space-between !important;
  font-size: 11px;
}

.parimry-text-color {
  color: #6c1212 !important;
}

#policy_span {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  padding-right: 10px;
}
.progress-mb {
  margin-top: 1.5rem;
}
#parent > h2 {
  color: #6c1212;
}

/* Media Query for logos on signin Page */
/* Media query for mobile view */
@media (max-width: 768px) {
  .logo-class-mobile-view {
    width: 10rem !important;
  }
  .logo-class-mobile-view-prosfectus {
    width: 8rem !important;
  }
}
/* Alerts ====================================== */
.bg-green {
  background-color: #2b982b !important;
  color: #fff !important;
}
.bg-orange {
  background-color: #ff9600 !important;
  color: #fff !important;
}

.bg-red {
  background-color: #6c1212 !important;
  color: #fff !important;
}
/* Bootstrap Notify ============================ */
.bootstrap-notify-container {
  max-width: 320px;
  text-align: center;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  color: #631212;
}

/* data table plus icon butto */

td.details-control {
  background: url("/files/images/networkTraffic/plus-icon.png") no-repeat center
    center;
  cursor: pointer;
}

/* data table mainus icon butto */

tr.shown td.details-control {
  background: url("/files/images/networkTraffic/minus-icon.png") no-repeat
    center center;
}

/* data table heading padding */

.details-control {
  padding-top: 26px !important;
}
/* data table plus icon butto */

td.details-control2 {
  background: url("/files/images/networkTraffic/plus-icon.png") no-repeat center
    center;
  cursor: pointer;
}

/* data table mainus icon butto */

tr.shown td.details-control2 {
  background: url("/files/images/networkTraffic/minus-icon.png") no-repeat
    center center;
}

/* data table heading padding */

.details-control2 {
  padding-top: 26px !important;
}

@font-face {
  font-family: "Glyphicons Halflings";

  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}

/* Arrow down icon For Accordion in network traffic */

.glyphicon {
  color: #6c1212 !important;
  position: relative;
  top: 5px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

/* detail viwe drop down btn (opnening data table) */

.rotate {
  -moz-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* detail viwe drop down btn (opnening data table) */

.rotate.down {
  transform: rotate(180deg);
  top: -5px;
}

.glyphiconCSPM {
  color: #6c1212 !important;
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.rotate.downGlyph {
  transform: rotate(180deg);
}

input[type="select-multiple"] {
  cursor: pointer;
}

/* accordion on hover */

.accordion-item:hover {
  border: 1px solid #6c1212;
}

/* Css For Visited Accordian To Add Border around accordian  */
.visited_accordian {
  border: 1px solid #6c1212 !important;
}

#dropDownCollaps:hover {
  color: #ffffff !important;
}
/* Map view  */

.network-map {
  width: 100%;
  height: calc(100vh);
}

/*
Widget: Integrations Filter
*/

.integrations-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.integrations-post {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.integrations-post-holder {
  position: relative;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  height: 158px;
  width: 100%;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.integrations-post-holder:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}
.integrations-post-holder:hover .image-block {
  top: 25%;
}
.integrations-post-holder:hover .text-block {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.integrations-post-holder .image-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-align: center;
}

.integrations-post-holder .image-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.integrations-post-holder .text-block {
  padding: 7px;
  font-weight: 600;
  border-top: 1px solid #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* card and image Heihgt for Phishing Security training */
.card-hight-195 {
  height: 195px !important;
}

.img-h-w {
  height: 195px !important;
  width: 325px !important;
}

/*# sourceMappingURL=integrations-filter.css.map */
img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* error Message show class */
.error {
  color: #ff0000;
}

/* padding for the search button in the datatable */
.p-10px {
  padding: 10px !important;
}

/* custom Width classes for the datatable */

.w-0 {
  width: 0% !important;
}

.w-3 {
  width: 3% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8{
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-12 {
  width: 12% !important;
}


.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}
.w-85 {
  width: 85% !important;
}

/* data table plus icon button */
span.details-control {
  background: url("/files/images/networkTraffic/plus-icon.png") no-repeat center
    center;
  cursor: pointer;
}
.progressBar-color {
  background-color: #ff0000 !important;
}

/* data table minus icon button */
tr.shown span.details-control {
  background: url("/files/images/networkTraffic/minus-icon.png") no-repeat
    center center;
}

/* Theme Font Color */
.theme-font-color {
  color: #6c1212 !important;
}

.was-validated .form-control[aria-invalid="true"] {
  /* border-color: #ed4c78 !important; */
}

/* Theme Font Color */
.theme-border-color {
  border-color: #6c1212 !important;
}

/* Gamification Leader Board Background color */
.theme-background-gradient {
  background: linear-gradient(to bottom, #5a0f0f 0%, #343d4d 100%);
}

/* tom select style padding*/
.tom-select-custom .ts-wrapper.form-select .ts-control,
.tom-select-custom
  .ts-wrapper.multi
  .ts-control.has-items.hs-select-single-multiple {
  padding-left: 5px !important;
}

/* disable input field with not allowed cursor */
.disabled {
  cursor: not-allowed;
}

/* To change by default heading bottom margin of 0.5 rem to zero for card header BY Yawar */
.card-header > h4 {
  margin-bottom: 0px !important;
}

/* TO capitalize the first latter of each column row in the data table */
/* table td::first-letter {
  text-transform: uppercase;
} */

/* table td span:not(.no-transform)::first-letter {
  text-transform: uppercase;
} */

/* table td span {
  text-transform: capitalize;
} */
table td span.capitalize {
  text-transform: capitalize;
}

input[type="text"]:not(:disabled) {
  cursor: text !important;
}
html {
  zoom: 90%;
  /* transform: scale(.98); */
  /* transform-origin: 0 0; */
  /* width: 102%; */
}

body {
  /* transform: scale(.98); */
}

.card-footer .ts-dropdown {
  top: -184px;
}

/* Tom select css */
.caret-transparent {
  caret-color: transparent;
}
.comboTreeDropDownContainer li .selectabl {
  display: flex;
}

    /* Specify the width and color of the scrollbar */
    body::-webkit-scrollbar {
      width: 12px; /* Width of the scrollbar */
    }
  
    /* Specify the background color of the track */
    body::-webkit-scrollbar-track {
      background: #f5f7fb; /* Light background color */
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); /* Subtle border effect */
    }
  
    /* Specify the color of the handle or thumb */
    body::-webkit-scrollbar-thumb {
      background-color: #c2c3c6; /* Color of the scrollbar thumb */
      border-radius: 4px; /* Border radius to make it rounder */
      height: 10px!important;
    }

    

/* for switch button */
    .form-check-select .form-check-input {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
      border-radius: 2rem !important;
  }


  /* To add elapses to extra text show  */
  .elapses-class {
    background: transparent;
    border: none;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    cursor: text;
    text-overflow: ellipsis;
    display: block;
    max-width: 200px;
}

/* 
@import url("https://code.highcharts.com/css/highcharts.css");
@import url("https://code.highcharts.com/dashboards/css/datagrid.css");
@import url("/assets/css/dashboard.css"); */


/* over flow x none for body tag */
.overflow-x-none{
  overflow-x: hidden;
}

#uploadBtn {
  /* display: flex; */
  align-items: center;
  overflow: hidden;
}

#spanUploadFile1 {
  display: inline-block;
  max-width: 425px; /* Adjust this as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#spanUploadFile1 {
  display: inline-block;
  max-width: 425px; /* Adjust as needed */
  white-space: normal;
  overflow-wrap: break-word;
}