body, td {
  
}

.input_text_error {
  margin: 1px;
  border: 1px solid #FF0000;
} 

a {
}

a:hover {
}

/*material-design*/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


/*Slider Button*/
.switch {
  position:inherit;
  display: inline-block;
  width: 60px;
  height: 10px;
}
.switch_1 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider-title {
  width: 50%;
}


/* 768 breaking point */
/* for coloring table rows diffrent colors on spesific size */
@media screen and (max-width: 991px) {
  .mobile-table td:nth-child(odd) {
    background-color: rgba(17, 151, 230, 0.1);
  }

  .mobile-table td:nth-child(even) {
   
  }

}


@media screen and (max-width: 500px) {
.customer-name {
  display: none;
}

}
/* HEADER BANNER */
.title_banner {
  --dropdown-font-size: 1.1em;
  --animation-speed: 0.3s;
  --hover-color: rgba(1, 174, 239, 0.3);
  --dropdown-margin: 10px;
  --dropdown-bg-color: rgb(255, 255, 255);
  --icon-size: calc(var(--dropdown-font-size) + 0em);
  --extra-padding: 70px;

 
  font-family: 'Roboto';font-size: 22px;
  /* font-weight: 600; */
  font-size: 1.2em;
  height: 60px;
  width: 100%;
  margin-top: -16px;
 
}
.navbar-img {
  height: 60px;
  display: inline-block;
}



/* COL 1  DROPDOWN*/
.hamburger-menu{

  height: 60px;
  width: 60px;
 
  margin-left: -10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.hamburger-menu:hover i {
  transition: 0.2s;
  color: #00c1fc;
  transform: scale(1.1);
}
.hamburger-dropdown {
  font-size: 35px!important;
  color: #00a8e6;
  padding-top: 12px;
}
.navbar-drop {
  background-image: url("../../../img/cyber/ts_shield_trans3.png")!important;
  background-repeat: no-repeat;
  background-position: 148px 60px;
  background-size: 16em;

  user-select: none!important;
  background-color: var(--dropdown-bg-color)!important;
  border-top-right-radius: 0px!important;
  border-top-left-radius: 0px!important;
  margin-top: 0px!important;
  border-top: 0px!important;
  box-shadow: 0px 62px 15px -65px rgba(0, 80, 109, 0.4) inset;
}
.navbar-item {
  padding-top: var(--dropdown-margin)!important;
  padding-bottom: var(--dropdown-margin)!important;
  padding-right: var(--extra-padding)!important;
 
}
.navbar-item:hover {
  background-color: var(--hover-color)!important;
}
.navbar-item:focus {
  outline:none;
}
.navbar-item div {
  transition: var(--animation-speed);
  animation-name: slideback;
  animation-duration: var(--animation-speed);
}
.navbar-item:hover div {
  animation-name: slide;
  animation-duration: var(--animation-speed);
  animation-fill-mode: forwards;
  /* transform: translate(15px, 0px); */
}
.navbar-drop i {

  margin-right: 8px;
  margin-left: -8px;
  font-size: var(--icon-size);
  width: var(--dropdown-font-size);
}
.navbar-drop img{

  margin-right: 10px;
  margin-left: -10px;
  width: calc(var(--dropdown-font-size) + 0.1em);
}
.navbar-drop a{
  font-size: var(--dropdown-font-size);
  text-decoration: none!important;
}
#logout-user {
  color: #777777;
  font-size: calc(var(--dropdown-font-size) / 1.9);
  margin: 0px;
  padding: 0px;
}
.ts-logo {
  /* margin-top: -13px; */
  position: absolute;

}

/* COL 2  TECHSAFE LOGO */


/* COL 3  CUSTOMER BRANDING*/
.customer-wrapper{
  float: right;
}
.customer-text {
  color: #0197b8;
  margin-top: 15px;
  text-align: center;
  font-size: 1.1em;
}
.customer-logo {
  display: inline-block;
}

/* navbar dropdown Hover animations */
@keyframes slide{
  from {
    transform: translate(0px, 0px);
  }
  to{
   transform: translate(15px, 0px);
  }
}
@keyframes slideback{
  from {
    transform: translate(15px, 0px);
  }
  to{
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 890px) {
  .customer-logo {
    transition: 0.5s;
    flex: 0 0 76%!important;
    max-width: 76%!important; 
    display: none!important;
  }
  .customer-text { 
    float: right;
    margin-top: 5px;
  }
  .customer-details {
    display: none;
  }
  .title_banner {
    height: 45px!important;
  }
  .hamburger-dropdown {
    padding-top: 10px;
    font-size: 25px!important;
  }
  .hamburger-menu{
    height: 45px!important;
  }
  .ts-logo {
    height: 45px!important;
    padding-top: 2px;

  }
}
.custom-button {
	color: inherit;
  border: none;
  
  /* box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35); */
  height: 2.5em;
  border-radius: 0px;
  background-color: white;
  border-top: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;

}
.custom-button-text{
  border-left: 1px solid #dfe1e5;

  padding-left: 15px;
  width: 260px;
}
.custom-button-single {
	color: inherit;
  border: none;
  
  /* box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35); */
  height: 2.5em;
  border-radius: 0px;
  background-color: white;
  border: 1px solid #dfe1e5;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;


}
.custom-button-single:focus-visible, .custom-textarea-single{
outline: none;
}

.custom-textarea-single {
	color: inherit;
  border: none;
  
  /* box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35); */
  /* height: 2.5em; */
  border-radius: 0px;
  background-color: white;
  border: 1px solid #dfe1e5;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;

  resize: none;
}
.custom-input-single {
	color: inherit;
  border: none;
  /* box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35); */
  /* height: 2.5em; */
  /* border-radius: 0px; */
  background-color: white;
  border: 1px solid #dfe1e5;
  border-radius: 8px;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  padding: 5px 10px 5px 10px;
}
.custom-input-single:disabled {
background-color: rgb(243, 243, 243);
pointer-events: none;
}
.button-secondary {
  color: #008abd;
  font-weight: 500;
  background-color: #00a9e717;
  border: none;
  transition-duration: 0.1s;
  font-size: 16px;
  padding: 9px 20px 9px 20px;
  border-radius: 16px;
}
.button-secondary:hover {
  background-color: #00a9e728;
  cursor: pointer;
}
.button-primary {
  color: #ffffff;
    font-weight: 500;
    background-color: #00abe7;
    border: none;
    transition-duration: 0.1s;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    border-radius: 16px;
}
.button-primary:hover {
  background-color: #16c1ff;
  cursor: pointer;
}

.button-primary-red {
  color: #ffffff;
    font-weight: 500;
    background-color: #e2091f;
    border: none;
    transition-duration: 0.1s;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    border-radius: 16px;
}
.button-primary-red:hover {
  background-color: #de5b68;
  cursor: pointer;
}

.button-primary-green {
  color: #ffffff;
    font-weight: 500;
    background-color: #079b4a;
    border: none;
    transition-duration: 0.1s;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    border-radius: 16px;
}
.button-primary-green:hover {
  background-color: #50bd81;
  cursor: pointer;
}


.custom-button-select {
  /* animation-name: expand;
  animation-duration: 0.3s; */
 /* removed animation due to sizing issue with diffrent text lengths */
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgb(218, 218, 218);
  border-right: 1px solid rgb(218, 218, 218);
}
.custom-button-select:focus {
  outline:none;
}

.custom-button-text:focus {
  outline:none;
}


.custom-button-search {
 background-color: #06B0EF;
 color: white;
 font-weight: 600;
 padding-right: 20px;
 padding-left: 15px;
 border-right: 1px solid #dfe1e5;
}
.custom-button-search:hover {
  background-color: #25bff7;
  text-shadow: 0px 0px 3px rgba(255,255,255,0.5);
 
}
.custom-button-search:active {
  background-color: #1d7fa3;
  text-shadow: none;
  color: #ccc;
}
.curve-left  {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.curve-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes expand{
  from {
    width: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  to{
   width:221px;
   padding-right: 10px;
  }
}
/* 768 */
@media screen and (max-width: 9999px) {
  
  .search-contain td {
    display: block;
  }
  .search-contain-false td {
    display: table-cell;
  }
  .custom-button-text-small {
    border: 1px solid #dfe1e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    width: 222px;
  }
  .custom-button-select-small {
    border: 1px solid #dfe1e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 15px;
  }
  .custom-button-search-small {
    border: 1px solid #dfe1e5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: right;
  }
  .button-scale label {
    text-align: left !important;
    padding-left: 40px;
}
}




#userSearch label {
  background-color: #4278be;
  border-color: #375e92;
}
.focus-button {
  background-color: #25bff7!important;
  border: 1px solid #dfe1e5!important;
  color: white!important;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-weight: 600!important;
}
.focus-button:hover {
  background-color: #25bff7;
  text-shadow: 0px 0px 3px rgba(255,255,255,0.5);
}
.row-overide {
  margin-right: -0px!important;
  margin-left: -8px!important;
  display: flex;
  flex-wrap: wrap;
}
.navcollum {
  width: calc(100% + 62px);
  /* height: 40px; */
  background-color: #343a40;
  
  margin: -16px -32px 20px -31px; /* 15 from container 16 from body*/
  /* padding: 0px 31px 0px 31px; */
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px; */
  overflow: hidden;
}
.navcollum .option {
  background-color: #343a40; 
  border: none;
  outline: none;
  width: calc(100%/6);
  min-width: 120px;
  height: 40px;
  color: white;
  font-size: 1em;
  font-weight: 600px;
  margin-right: -4px;
  transition: 0.2s;
  /* border-radius: 5px; */
}
.navcollum .option:hover {
background-color: rgba(255,255,255,.075);
transition: 0.1s;
border-radius: 6px;
}
.navcollum-disabled {
  background-color: #343a40; 
  border: none;
  outline: none;
  width: calc(100%/6);
  min-width: 120px;
  height: 40px;
  color: rgba(255, 255, 255, 0.267);
  font-size: 1em;
  font-weight: 600px;
  margin-right: -4px;
  transition: 0.2s;
}
.option-holder {
  width: calc(100%/6);
  min-width: 120px;
}
.navcollum-disabled:hover {
  background-color: rgba(255,255,255,.075);
  transition: 0.1s;
  }


.navcollum .selected {
background-color: #17a2b8;
/* text-decoration: underline; */
border-radius: 6px;
}
.navcollum .selected:hover {
  background-color: #17a2b8;
  border-radius: 6px;
  }
.contain {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh; 
  
}
.popover {
 max-width: 600px!important; 
}
.xl-button {
width: 15vw;
height: 15vw;
/* outline: solid 5px #00a8e6; */
background-color: #00a8e6;
border-radius: 5px;
display: inline-block;
margin: 1vw;
text-align: center;
/* box-shadow: #27c5ff71 0px 0px 10px 10px; */
vertical-align: bottom;
color: white;
}

.xl-button:hover {

  box-shadow: hsla(196, 100%, 58%, 0.185) 0px 0px 2px 4px;
  transform: scale(1.01);

}


.miq-button-contain {
  width: 34.3vw;
  height: 34.3vw;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  margin-top: 100px;
}
.miq-icon {
font-size: 5vw;
margin: auto;
}
.xl-button h3 {
  

  position: relative;
  bottom: 0;
}
.xl-button i {
  margin-top: 4vw;
  margin-bottom: 4vw;

}
.nav-divide {
  background-color: #00a8e6;
  width: 100%;
  height: 3px;
  
  box-shadow: 100px 0px 0px #00a8e6, -100px 0px 0px #00a8e6;
}

#MyAlertsDashboard {
  min-height: 70vh;
}
.device-actions-wrapper {
  /* background-color: aqua;
    padding: 5px;
    width: 200px;
    text-align: center; */
}
.the-device-actions-button {
    background-color: aqua;
    padding: 5px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}
.notification-icon {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  display: inline-block;
  border: rgb(255, 245, 234) solid 2px;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-left: -5px;
}
.notification-icon-large{
  width: 16px;
  height: 16px;
  border-radius: 10px;
  display: inline-block;
  border: rgb(255, 245, 234) solid 2px;
  margin-bottom: 21px;
  margin-top: -21px;
  margin-left: -4px;
  margin-right: -8px;
  animation: attentionSeek 5s infinite;

}
.notification-icon-main{
  min-width: 20px;
  /* height: 20px; */
  border-radius: 10px;
  display: inline-block;

  border: rgb(255, 245, 234) solid 1px;

  color: white;
  font-weight: 600;

  padding-left: 5px;
  padding-right: 5px;

 
}
.note-board-contain {
  max-height: 70vh;
  overflow: auto;
 
  margin-top: -1.2rem;
  margin-bottom: -1.2rem;
}
.note-contain {
  /* background-color: rgba(128, 0, 128, 0.301); */
  margin-bottom: 60px;
  margin-left: 10px;
  margin-top: 30px;
  max-width: calc(98% - 20px);
}
.note-contain h3{
 color: rgb(74, 177, 236);
 display: inline-block;
 margin-bottom: -10px;



}
.note {
  min-width: 50%;
  overflow: hidden;
  min-height: 50px;
  /* border: rgb(71, 71, 71) solid 2px; */
  border-radius: 5px;
  padding: 10px 30px 20px 20px;
 
  box-shadow: #d1d1d1 0px 0px 5px 1px;

}
.note-time {
  font-weight: 600;
  color: rgb(141, 141, 141);
  /* float: right; */

  padding: 0px 8px 0px 8px;
 display: inline-block;

}
.note-customer {
  display: inline-block;
  float: right;
  color: rgb(141, 141, 141);
  font-weight: 600;
}
.note-cutter {

  text-align: center;
  max-width: 99%;
  box-shadow: rgba(121, 217, 255, 0.637) 0px 2px 0px;
  margin-bottom: 40px;
}
.note-cutter h3 {
  font-size: 20px;
  color: rgba(121, 217, 255, 0.897);
  margin-bottom: -10px;

  width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.notification-filters {

  
  padding: 0.5rem;
  margin: 0.25rem;
 
  background-color:#4278BE;
  cursor: pointer;
}
.rightIcon {
  display: inline-block;
  cursor: pointer;
}
.dropdown-filter {
  display: inline-block;
  float: left;
}
.note-read {
  margin-bottom: 0px;
}
.read-holder {
  /* background-color: red; */
 
  float: left;
margin-left: 15px;
font-weight: 600;
color: rgb(156, 156, 156);
}
.title {
  padding-bottom: 25px;
}
.note-text li{
float: none;
display: list-item;
padding: 0px;
list-style-type: disc;
}
.note-text ul {
  padding-left: 20px;
}
.note-type {
 
  color: rgb(55, 157, 216);
}
.note-title {
  font-weight: 400;
}
.footer {
  box-shadow: black 30px 0px 0px, black -30px 0px 0px;
}
.manage_table {
text-align: center;
display: inline-block;
width: 31%;
height: 77px;
margin: 10px;

background: #FFFFFF;
box-shadow: 1px 1px 4px 2px rgb(66 120 190 / 30%);
border-radius: 5px;
text-decoration: none;
color: black;
overflow: hidden;

}
.manage-actions {
  background-color:#4278BE;
   width:49%;
   float:left;
}
@media screen and (max-width: 1900px) {
  .manage_table {
    width: 48%;
    margin: 1%;
  }
  .manage_table_contain {
    display: block;
    }
   
}
@media screen and (max-width: 1800px) {
  .manage-actions {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .manage_table {
    width: 97%;
  }
 
}

.manage_table_contain a:hover {
background-color: #eefbff;
box-shadow: 1px 1px 4px 3px rgba(0, 72, 114, 0.25);
text-decoration: none;
color: black;
}
.manage_table:focus {
  background-color: #eefbff;
  transform: scale(0.95);
}
.manage_table h5 {
  margin-top: 10px;
}
.manage_table_link {
  color: #007bff;
}

.note-error-contain {
  text-align: center;
  margin: 150px;
  color: rgb(83, 83, 83);
}
.unread {
  background-color: #f4faff;
  box-shadow: #62a1ff 0px 0px 5px 1px;
}
.tooltip-inner {
  max-width: 350px!important;
/* using important becouse bootstrap is loaded after the css */
}
.EnrolmentQR {
  
}


.shimmer_focus:focus {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;

  background: linear-gradient(to right, #eefbff 8%, #d6f5ff 18%, #eefbff 33%);
  background-size: 1200px 100%;
}


@-webkit-keyframes shimmer {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
      background-position: -1200px 0;
  }
  100% {
      background-position: 1200px 0;
  }
}



@keyframes attentionSeek {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.3);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.3);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.confirm-action {
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 10px;
  background-color:#F94A4A;
  color: white;
  width: 200px;
}
.confirm-action:hover {

  background-color:#ff6666;
 
}
.confirm-action:focus {
  outline: none;
  border: none;

  background-color:#ff6666;

}

.confirm-action-blue {
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 10px;
  background-color:#4278BE;
  color: white;
  width: 200px;
  display: block;
  margin-top: 30px;
}
.confirm-action-blue:hover {

  background-color:#578cd1;
 
}
.confirm-action-blue:focus {
  outline: none;
  border: none;

  background-color:#578cd1;

}


/* table */
.device-list-table {
/* background-color: rgb(248, 248, 248); */

}
/* header */
.device-list-table tr th{
  border-top: none;
  vertical-align: middle;
}
/* normal rows */
.device-list-table tr td{
  vertical-align: middle;
  font-weight: 400;
  height: 60px;
}
.device-list-table tr td i{

}
.device-list-table tr:not(:first-child):hover{
 background-color: #00c1fc18!important;
}
.device-list-table tr:last-child td:first-child{
  border-radius: 0px 0px 0px 15px;
}
.device-list-table tr:last-child td:last-child{
  border-radius: 0px 0px 15px 0px;
}
.device-list-table tr:first-child:hover{
  background-color: #00000000!important;
}
.compliance-bubble-green {
  background-color: #32cd3291;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
  margin-inline: 15px;

}
.compliance-bubble-orange {
  background-color: #efb13c;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
  margin-inline: 15px;

}
.compliance-bubble-red {
  background-color: #ef3c3c;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
  margin-inline: 15px;

}
@media screen and (max-width: 1400px) {
  .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .compliance-bubble-green {
    display: none;
  }
  .compliance-bubble-orange {
    display: none;
  }
  .compliance-bubble-red {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-hide3 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .mobile-hide4 {
    display: none;
  }
}
/* created this little pice as could not get the proper bootstrap css options to work */
.drop-it-left {
  width: 150%;
  left: -150%!important;
  overflow-x: hidden;
}
.drop-it-left li{
width: 100%;
}
.table-container-device {
  border-radius: 15px;
  /* background-color: red; */
  /* overflow: hidden; */
  margin: -15px;
  /* box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.082); */
  margin-bottom: 400px;
  font-family: 'Roboto';
}
.device-list-table tr td .container nav{
  /* background-color: grey; */
  margin-right: 0px;
  
  /* padding-left: 20px; */
}
#reasonForImportance {
  display: block;
}
#importantDeviceTimeLimmit {
  display: block;
}
.kb-whole-page {
  min-height:calc(100vh - 108px);
  width:100%;
 /* position: relative; */
  max-width: 2000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.kb-text-content {
/* background-color: blue; */
width: calc(100% - 280px);
display: inline-block;
position: relative;
min-height: 1300px;
/* margin-top: 80px; */
}
.kb-phone-area {
/* background-color: rgba(255, 192, 203, 0.356); */
/* min-width: 200px; */
padding-left: 30px;
padding-right: 30px;
/* height: 900px; */
min-height: 40px;
height: 100%;
position: absolute;
top: 0px;
right: 0px;

transition: 0.8s;
}
.kb-phone {
 /* width: 80%;  */
}
.kb-phone-holder {
  /* width: 60%; */
  /* height: 80vh;
  max-height: 600px; */
  height: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* z-index: 200; */
  /* background-color: red; */
  
}
.kb-phone-holder img {
  /* width: 60%; */
  /* height: 80vh;
  max-height: 600px; */
  height: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* z-index: 200; */
  position: relative;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.kb-phone-holder video {
  /* width: 60%; */
  /* height: 80vh;
  max-height: 600px; */
  margin-left: 33px;
  width: 270px;
  height: 593px;
  display: block;
  border-radius: 15px;
  position: absolute;
  top: 3px;
  left: 0px;
  /* z-index: 100; */
}
.kb-text-contain {
  /* background-color: gray; */
  width: calc(100% - 350px);
}
.kb-text-contain h1 {
  margin-bottom: 40px;
}
.kb-text-contain h3:not(:first-child) {
  margin-top: 50px;
}
.kb-text-contain p {
  margin-bottom: 5px;
  font-size: 1.1em;
}
@media screen and (max-width: 900px) {
  .kb-phone {
    display: none;
  }
  .kb-text-contain {
    width: 100%;
  }
}

.kb-info-selector {
  /* background-color: red; */
  width: 280px;
  /* min-height: 600px; */
  display: inline-block;
  float: left;
  /* position: absolute; */
  color: #007bff;
  font-weight: 600;
  margin-left: -30px;
  margin-right: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px #0064ba24;
}

.kb-info-selector button{
width: 98%;
display: block;

margin-left: auto;
margin-right: auto;
color: rgb(0, 115, 255);
outline: none;
border: none;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #00000000;
border-radius: 5px;
font-weight: 600;
transition: 0.2s;
text-align: left;
padding-left: 30px;


}
.kb-info-selector button:hover{
background-color: #4bbdff3f;

/* color: white; */
}
.kb-info-selector button:focus{
  background-color: #34a4ff;
  border: none;
  outline: none;
  color: white;
}
.kb-selector-focused {
  background-color: #34a4ff!important;
  color: white!important;
}
.kb-header {
  margin-bottom: 20px;
  margin-top: 20px;
  color: rgb(0, 115, 255);
  /* text-align: center; */
  /* margin-left: 30px; */
  font-weight: 600;
 
  width: 280px;
  padding-left: 30px;
  margin-left: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
 
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px #0064ba24;
  
}
.kb-text-contain span{
display: none;
}
.kb-view-enabled {
  display: block!important;
}
.kb-video-label {
  margin-top: 10px;
  margin-left: 20px;
  display: block;
  color: #00000086;
  /* display: none; */
}
.kb-list {
  margin-left: 25px;
}
.kb-list li{
  list-style-type: disc!important;
  display: list-item;
  float: none;
  padding: 0px;
}
.last-seen-bubble {
  
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
}
.dashboard-wrapper {
  /* display: flex;
  flex-wrap: wrap; */
}
.dashboard-item {
  min-width: 280px;
  justify-content: left;
  /* display: flex; */
  /* flex-direction: row;
  flex-wrap: nowrap; */
  padding: 5px;
  border-radius: 5px;
  margin: 7px;
  width: 24%;
  max-width: 500px;
  box-shadow: 1px 1px 4px 2px rgb(66 120 190 / 30%);
  text-decoration: none;
}

.dashboard-count {
  height: 48px;
  /* margin-bottom: 0px; */
  margin-left: 5px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 2em;
  /* text-align: center; */
  display: inline-block;
  align-items: center;
  
  vertical-align: middle;
}

.dash-item-text {
  display: inline-block;
  align-items: center;

  height: 48px;
  vertical-align: middle;
  overflow-wrap: break-word;
  width: calc(70% - 100px);
}
.dashboard-graph {
  background-color: white;
  border-radius: 5px;
  width: 100px;
  height: 35px;
  margin-top: 6px;
  margin-right: 6px;
  text-indent: -10000px /* cheeky way to hide broken image icon */
}
.dashboard-graph-holder {
  float: right;
  display: inline-block;
  
}
@media screen and (max-width: 1500px) {
  .dashboard-item {
    width: 32%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .dashboard-item {
    width: 47.5%;
  }
}
@media screen and (max-width: 800px) {
  .dashboard-item {

    width: 97%;

  }
}



.dashboard-item:hover {
  box-shadow: 1px 1px 4px 3px rgb(0 72 114 / 25%);
  text-decoration: none;
}
.dashboard-item:focus {
  animation-duration: 2.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  transform: scale(0.95);
  background: linear-gradient(to right, #00000000 8%, #ffffff27 18%, #00000000 33%);
  background-size: 1200px 100%;
}

.dashboard-text {
  text-decoration: none;
  height: 48px;
  display: flex;
}

.dashboard-info {
  background-color: #4278BE;
}
.dashboard-good {
  background-color: #00AC46;
}
.dashboard-warning {
  background-color: #780001;
  margin-right: 7px;
}
.dashboard-key-holder {
  bottom: 0px;
  margin-bottom: 30px;
  margin-left: 40px;
  background-color: rgb(247 247 247);
  border-radius: 5px;
  padding: 14px;
  box-shadow: 0px 5px 10px #dbdbdb;
  width: fit-content;
}
.dashboard-key-holder b {
margin-right: 7px;
}
.dashboard-key {
  padding: 4px;
  border-radius: 5px;
  color: white;
}

@media screen and (max-width: 767px) {
  .navbar-expand {
    float: right;
  }
}
.button-hold {
  float: right;
}
.outline-red {
  outline: solid 4px red!important;
}



