* {
  font-family: Manrope;
}

@font-face {
  font-family: Manrope;
  src: url('/lib/fonts/Manrope-Regular.ttf');
}

@font-face {
  font-family: Manrope-Medium;
  src: url('/lib/fonts/Manrope-Medium.ttf');
}

@font-face {
  font-family: Manrope-Bold;
  src: url('/lib/fonts/Manrope-Bold.ttf');
}

@font-face {
  font-family: Manrope-SemiBold;
  src: url('/lib/fonts/Manrope-SemiBold.ttf');
}
.dall-img {
  display: none;
}
.main-container{
  max-width: 800px;
  background: white;
  border-radius: 10px;
  box-shadow: rgb(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-logo {
  height: 80px;
  object-fit: cover;
}
.hello-login-option {
  font-family: Manrope;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3a3a3a;
  margin-top: 20px;
}
.hello-there {
  font-size: 35px;
}
.login-form {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.login-input {
  padding: 12px 12px 12px 20px;
  border-radius: 10px;
  background-color: #fff;
  outline: none;
  border: 1px solid #e9e9e9;
  transition-duration: 200ms;
  width: 300px;
}
.gap-8 {
  gap: 32px;
}
.login-input:focus {
  box-shadow: 0 0 0 2px #e9e9e9;
}

/* Checkbox */
.checkbox-group {
  display: block !important;
  cursor: pointer;
}

.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-group label {
  position: relative;
  font-size: 14px;
  color: #3a3a3a;
}

.checkbox-group label:before {
  content: '';
  border-radius: 6px;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #3a3a3a;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}


.checkbox-group input:checked+label:before {
  border: 1px solid #3a3a3a;
}

.checkbox-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2.5px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #3366db;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

label {
  margin-bottom: 0px !important;
}

.Forgot-password {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2b64af;
}

.underline {
  text-decoration: underline;
}

.login-btn {
  padding: 16px 12px;
  border-radius: 10px;
  background-color: #3159da;
  margin-top: 26px;
  max-width: 300px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
  border: none;
  transition-duration: 200ms;

}

.login-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mt-10 {
  margin-top: 40px;
}
.sign-in {
  font-family: Manrope;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #3a3a3a;
  margin-top: 40px;
}
.powered-by {
  font-family: Manrope;
  font-size: 16.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}
.callteck-img {
  width: 50px;
  height: 50px;
}
.login-flex{
  display: none;
}
.login-copy-right {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3159da;
  margin-top: 20px;
  max-width: 800px;
  width: 100%;
  justify-content: center;
}
.animation{
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
}
.targettable,
.listtarget,
.sitestable,
#cloudaccstable_wrapper,
#cloudstable_wrapper,
#oids_wrapper,
.sslcheckstable,
.reportstable,
.pagehelp,
.panel,
fieldset,
form {
  margin: 0;
}

ul {
  padding: 0;
}

form .error {
  padding: 0;
  /* margin-top: 12px; */
  font-size: 14px;
}

.svgs {
  width: 40px;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  outline: none;
  border: 0;
  background: #fff;
  box-shadow: none;
  border: 1px solid #ddd;
  transition: all .3s;
  border-radius: 5px;
  color: #3a3a3a;
}

.select::after {
  top: 12px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  pointer-events: none;
}

.text {
  font-size: 14px !important;
  font-family: sans-serif;
  border: 1px solid #ddd;
  padding: 10px !important;
  outline: none;
  position: relative;
  transition: all .2s;
  background: #fff;
  box-shadow: none;
  color: #3a3a3a;
  border-radius: 5px;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
.vertical-divider{
  height: 245px;
  width: 1px;
  background-color: #ddd;
}

.btn-light {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}

.plus {
  padding: 5px 10px;
  background: #b7d167;
  border-radius: 5px;
  margin-top: 16px;
  font-size: 18px;
  color: white;
}
.col > div > .checkbox {
  width: fit-content;
  margin-left: 0 !important;
  top: 0px !important;
}

a:hover {
  text-decoration: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.dragCard {
  /* margin: 2px; */
}

.fontsize08 {
  font-size: 0.8rem !important;
}

.fontsize2 {
  font-size: 2rem !important;
}

.close-button {
  position: absolute;
  /* left: -10px; */
  background: none;
  border: none;
  color: red;
  cursor: pointer;
  z-index: 9;
  margin-top: 10px;
}

.bg_img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 40px;
  height: 40px;
}

.total_device_img {
  background: url("/img/new.svg");
  margin-top: 20px;
}

.up_device_img {
  background: url("/img/up_device.svg");
}

.down_device_img {
  background: url("/img/down_device.svg");
}

.open_tickets {
  background: url("/img/open_tickets.svg");
  margin-top: 20px;
}

.all_tickets_bg {
  background: url("/img/all_tickets.svg");
  margin-top: 20px;
}

.all_device_bg {
  background: url("/img/all_devices.svg");
  margin-top: 20px;
}

.disabled_device {
  background: url("/img/disabled.svg");
  margin-top: 20px;
}

.lost_device {
  background: url("/img/lost.svg");
  margin-top: 20px;
}


.editMode {
  /* border: 1px solid #ccc; */
  /* padding: 10px; */
  /* margin: 10px; */
  /* make the border dance */
  animation: border-dance 2s infinite;
}

/* make the border dance */
@keyframes border-dance {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(0.05deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-0.05deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.form_label {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 4;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.text-box {
  padding: 16px 80px 15px 20px;
  border-radius: 20px;
  border: solid 1px #d2d2d2;
  background-color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #7a86a1;
}

/* input[type=checkbox] {
  width: 20px;
  height: 21px;
  margin: 0 0 0 14px;
  border-radius: 6px;
  border: solid 1px #fff;
  background-color: #fff;
} */

.report-select {
  padding: 17px 22px 13px 21px;
  border-radius: 19px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #7a86a1;
  width: inherit;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 20% !important;
}


html {
  background: #fff;
}

html,
body {
  font: 16px Manrope-SemiBold, arial, sans-serif;
  height: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Manrope-SemiBold, arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

#page {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}

#page .content {
  margin: 0 auto;
}

#splash {
  margin: 0;
  padding: 50px;
  background: hsla(0, 0%, 100%, 0.5);
}

#splash .link {
  text-decoration: none;
  font-weight: bold;
}

.logo_div {
  /* position: fixed; */
  display: flex;
  justify-content: start;
  align-items: center;
  width: auto;
}

.scrolled .header {
  /* background: hsla(0, 0%, 90%, 0.8); */
  box-shadow: 0 -5px 5px 5px hsla(0, 0%, 0%, 0.5);
}

.m-dropdown .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 8px;
}

.m-dropdown .actions .button {
  border-radius: 5px;
  padding: 10px 16px 10px 16px;
  color: #fff;
  background: #86c06a;
  text-decoration: none;
  vertical-align: middle;
}

.header .actions .button:focus {
  box-shadow: none;
}

.header .menu_button {
  overflow: visible;
  position: relative;
  float: right;
  border-radius: 24px;
  padding: 0;
  margin: 5px;
  background: #f0f0f0;
}

.header .menu_button .button {
  display: block;
  padding: 8px 10px;
  background: transparent;
}

.header .menu_button .button.active {
  box-shadow: none;
  background: #689f38;
  color: #fff;
}

.header .menu_button .button:hover {
  background: #8bc34a;
  color: #fff;
}

.profile_icon {
  background: url(../../../files/profile/user_0.png) center center no-repeat #f6f6f6;
  background-size: cover;
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.5);
  overflow: hidden;
}


.bg-text-box-copy {
  width: 28px;
  height: 42px;
  margin: 0 auto;
  border-radius: 13px;
  border: solid 1px #ebebeb;
  background-color: #1f35c0;
  position: relative;
  /* make it middle of the div */
  top: 50%;
  /* put it on right border */
  right: 0;
  /* move it back by half of width and height */
  transform: translate(50%, -50%);

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
}

.tcon-menu__lines,
.tcon-menu__lines::before,
.tcon-menu__lines::after {
  background: #555;
}

.header .sidetop {
  font-size: 35px;
  float: left;
  text-align: center;
  width: 235px;
  background-color: #fff;
  box-shadow: 0px 2px 12.4px 0.7px rgba(97, 73, 205, 0.26);
  display: block;
  line-height: 80px;
  font-family: Manrope, arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.logo_cls {
  width: 48px;

}

.alternative .sidetop {
  /* width: 64px; */
  overflow: hidden;
  /* color: transparent; */
}

.alternative .fas {
  margin: 5px 10px
}

.sidebar .button i.fa,
i.fas {
  float: right;
}

.header .sidetop .logo {
  width: 80px;
  background-size: contain;
}

.topbar {
  /* position: absolute;
  right: 0; */
}

.alternative .tcon-transform {
  width: 106px !important;
}
.card.mt-4.shadow-base > .row > div {
  padding-right: 20px;
}
.sidebar {
  position: fixed;
  z-index: 3;
  width: 260px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 2px;
  box-shadow: 0px 16px 16px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 16px 12px 40px 12px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.button.active,
.button:active {
  box-shadow: inset 0 0 0 !important;
}

.alternative .sidebar {
  width: 0;
  padding: 0;
  overflow: hidden;
}

.alternative .sidebar a {
  line-height: 0;
  font-size: 0;
}

.alternative .sidebar:hover a {
  font-size: 16px;
}

.alternative .sidebar:hover .button.active {
  font-size: 16px;
}

.alternative .sidebar:hover {
  width: 0px;
  font-size: 16px;
  /* background: hsla(240, 11%, 20%, 0.9);
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.35); */
  padding: 0;
}

dl,
ol,
ul {
  margin-bottom: 7px;
}

.sidebar .button {
  display: block;
  background: transparent;
  white-space: nowrap;
  color: #85858c;
  padding: 11px 12px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  margin-bottom: 7px;
  stroke: #85858c;
}
.sidebar > a.button{
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 11px 12px;
}
.sidebar svg {
  width: 25px; 
  height: 25px;
  border-radius: 0px;
  margin-right: 16px;
  margin-left: 8px;
}
.sidebar .red.button {
  /* background: #3B007E; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 11px 12px;
}

.alternative .sidebar:hover .red.button {
  /* background: hsla(240, 14%, 23%, 0.9); */
}

.modern-button {
  border-radius: 15px;
  border: solid 1px #d2d2d2;
  background-color: #fff;
  color: #7a86a1;
}
.button-sm {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.action_btn {
  margin: 5px 7px !important;
  font-size: 14px !important;
}

.sidebar .button .fa,
.fas {
  /* width: 32px; */
  margin: 3px 10px;
  text-align: center;
  font-size: 20px;
}

i.fas.fa-times {
  margin: auto;
  font-size: 16px;
}

.droppable {
  display: grid;
  grid-gap: 10px;
  /* Adjust this gap as needed */
}

.fa-arrow-left,
.fa-arrow-right {
  width: auto;
  margin: 5px !important;
  font-size: 12px;
}

.fa-lightbulb {
  color: #ffb400;
}

.dashboard_menu {
  margin-bottom: 1rem;
}

.sidebar .button.active {
  border-radius: 10px;
  background-color: #e9f2ff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2036bf;
  stroke: #2036bf;
  box-shadow: inset 0 0 0;
  margin-bottom: 7px;
}

.sidebar .red.button.active {
  /* background: #0074bc;
  box-shadow: inset 4px 0 #f09; */

}

.alternative .sidebar .button.active {
  box-shadow: none;
  font-size: 0;
  position: absolute;
  width: 60px;
  left: 12px;
  border-radius: 15px;
}

.alternative .sidebar:hover .button.active {

  width: 100%;

}

.fa-angle-left {
  /* position: absolute;
    left: 9px; */
}

/* .breadcrumbs_div {
  margin-left: 21px;
  margin-top: 35px;
  margin-bottom: 25px;
} */

.alternative .sidebar .button.active .fas {
  margin: 5px 12.5px;
}

.alternative .sidebar .button {
  padding: 5px;
  /* display: grid; */
}

.alternative .sidebar:hover .button {
  padding: 14px 15px;
  position: static;
}

.sidebar .button:hover,
.alternative .sidebar .button:hover {
  background: #e9f2ff;
  color: #2036bf;
  border-radius: 10px;
  stroke: #2036bf;
}

.sidebar .red.button:hover,
.alternative .sidebar .red.button:hover {
  /* background: #0074bc;
  box-shadow: inset 2px 0 #f09; */
}

.menu .fa {
  width: 24px;
  font-size: 20px;
}

.target_sw_notifications {
  float: right;
  width: 64px;
}

.target_sw_notifications .sw_notifications {
  margin: 5px 0 5px 5px;
}

#notifications {
  position: fixed;
  overflow: hidden;
  right: 0;
  top: 50px;
  width: 300px;
  height: 0;
  z-index: 2;
}

.scrollup {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: 5;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: hsla(0, 0%, 0%, 0.8);
  border: 5px solid #eee;
  color: #eee;
  text-align: center;
  font-size: 2em;
  box-shadow: 0 2px 5px #000;
  margin-bottom: -100px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.scrolled .scrollup {
  opacity: 1;
  margin-bottom: 0;
}

.row::after {
  content: none;
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* CONTENT */
.content {
  padding: 0;
  border-radius: 5px;
  background: #fff;
  margin: 0;
  /* min-height: 500px; */
  position: relative;
}

.relative {
  position: relative;
}

.device_dashboard_boxes {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
}

.col {
  padding: 0 !important;
}

.content>h1:first-child {
  font-family: Manrope;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.73;
  letter-spacing: normal;
  text-align: left;
  color: #1f35c0;
  padding: 0 15px;
  margin: 1rem;
  border-bottom: 1px solid #e5e5e5;
}


.page-link {
  color: #3a3a3a !important;
  background-color: transparent !important;
  border-radius: 5px;
  min-height: 35px;
  min-width: 35px;
  border: 1px solid #e5e5e5;
}
.page-item:first-child .page-link {
  background-color: transparent !important;
  border: none !important;
}
.page-item:last-child .page-link {
  background-color: transparent !important;
  border: none !important;
}
.page-item.active .page-link {
  border: 1px solid #e9f2ff !important;
  background: #e9f2ff !important;
}
.page-item .active {
  background-color: #fff !important;
}


.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border: 1px solid #5e5e5e;
  border-radius: 5px;
  cursor: pointer;
}

.pagination>li.active>a {
  color: #3a3a3a !important;
  font-weight: 600;
  transition-duration: 200ms;
}
.pagination>li.active>a:hover {
  color: #3159da !important;
}
.pagination>li>a {
  color: #3a3a3a !important;
  transition-duration: 200ms;
}
.pagination>li>a:hover {
  color: #3159da !important;
  border: 1px solid #3159da !important;
}

.breadcrumbs {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.breadcrumb-mine a:first-child {
  text-transform: capitalize;
} 
.breadcrumbs a:first-child {
  color: #000;
  text-transform: capitalize;
}


.breadcrumbs .minor-breadcrumbs {
  font-size: 18px;
  font-weight: normal;
  color: #7a86a1;
}

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

.font-medium {
  font-weight: 500 !important;
}

.count-img {
  height: 64px;
  width: 64px;
  border-radius: 99999px;
  padding: 10px;
  flex-shrink: 0;
}

.h-fit{
  height: fit-content;
}
.card {
  width: 100%;
  background-color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 20px 20px !important;
  float: none !important;
  display: block;
}

.card_actions {
  margin-top: -60px !important;
  min-height: 40px;
  margin-left: 345px !important;
}

.card_actions .fa-pencil-alt,
.card_actions .fa-plus,
.card_actions .fa-save {
  font-size: 14px;
  margin: auto auto;
}

.login_btn {
  width: 299px;
  padding: 16px 124px 11px 123px;
  border-radius: 22px;
  box-shadow: 0px 23px 54.2px 2.9px rgba(97, 73, 205, 0.26);
  background-color: #1f35c0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Sign-In {
  margin: 65px 66px 42px 1px;
  font-family: Manrope;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.75px;
  text-align: left !important;
  color: #000;
}

.line {
  width: 30px;
  height: 1px;
  margin: 51px 6px 24px 0;
  background-color: #c0bdcc;
}

.float-child {
  width: 50%;
  float: left;
  padding: 20px;
  border: 2px solid red;
}

.primary-login-option {

  margin: 24px 0 35px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #7a86a1;
}

.font-40 {
  font-size: 40px;
}

.font-12 {
  font-size: 12px !important;
}

.fa-clipboard-list {
  color: #f78f17;
}

.fa-ticket-alt {
  /* color: #fd5555; */
}

.fa-tv {
  color: #1f35c0;
}

.bgcolor_green {
  background: #84db76;
}

.color_green {
  color: var(--green);
}

.color_gray {
  color: var(--gray);
}

.fa-key {
  font-size: 40px;
  color: #9151f1;
}

#sites_table_wrapper {
  background-color: #fff;
}

.card>.dataTables_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.modal_wrapper .modal_box .btn_modal_close.hover::before {
  background: transparent !important;
  color: #c00 !important;
}

.modal_box {
  padding: 30px 30px 30px 30px;
  overflow: unset;
}

:root .bootstrap-select .dropdown-toggle:focus,
:root .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: none;
  border: 1px solid #3159da;
}

.modal_wrapper.active .modal_box {
  margin: 70px auto 70px;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #3159da !important;
}
table.dataTable tfoot th {
  border-top: 1px solid #3159da !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #3159da !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: none !important;
}
.buttonc {
  padding: 11px 24px;
  background: white;
  color: #3a3a3a;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.button-danger-outline:hover {
  background-color: #ec6446 !important;
  color: white;
}
.gs-id-0 > .grid-stack-item > .grid-stack-item-content{
  inset: 5px !important;
}
.grid-stack-item.card {
  background: transparent;
}

.button-danger-outline {
  color: #ec6446;
  transition-duration: 200ms;
}

.button-primary {
  background-color: #d9e0f7 !important;
  color: #3159da;
  transition-duration: 200ms;
}

.button-primary:hover {
  background-color: #3159da !important;
  color: white;
}
.button-primary-outline {
  color: #3159da;
  border: 1px solid #3159da;
  transition-duration: 200ms;
}

.button-primary-outline:hover {
  background-color: #3159da !important;
  color: white;
}
.line_break {
  width: 100%;
  height: 2px;
  margin: 0px 0 25px;
  border: solid 0 var(--dark);
  background-color: #e5e5e5;
}

.target>.content>h1:first-child {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #3159da;
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
}

.modal_wrapper .popup .btn_modal_close::before {
  font-size: 30px;
  font-weight: bolder;
  content: "×";
  color: hsla(340, 0%, 0%, .5);
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  right: 10px;
  top: 10px;
  background: none;
  box-shadow: none;
  cursor: pointer;
}
.modal_wrapper .modal_box .btn_modal_close::before{
  font-size: 30px;
  font-weight: 900;
  content: "×";
  color: hsla(340, 0%, 0%, .5);
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  right: 10px;
  top: 10px;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.border-radius30 {
  border-radius: 30px !important;
}

#sites_table_wrapper,
.modal_box {
  border-radius: 5px;
}

.alerts_div {
  border-radius: 5px !important;
}

#sites_table {
  width: 100% !important;
}

.text-primary {
  color: #3159da !important;
}

.text-success {
  color: #3faf6c;
}

.text-warning {
  color: #f9b256;
}

.shadow-base {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px;
}
.table th, .table td {
  padding: 10px;
}
.table th{
  background: #fff;
}
/* .target {
  margin-top: -20px;
} */

/* .event_div_outer {
  margin: 0 auto;
  margin-left: -14px;
  margin-right: -14px;
} */

.dash_icon {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.dash_icon>svg {
  width: 25%;
  float: right;
}


.dash-counters {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #000;
  margin-top: 10%;
}

.event_heading {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #3159da;
}

.heading {
  font-family: Manrope;
  font-size: 16px;
  font-weight: bold;
  color: #1f35c0;
  border-bottom: 1px solid #e5e5e5;
}

.heading {
  font-family: Manrope;
  font-size: 18px;
  font-weight: bold;

  line-height: 1.5;

  text-align: left;
  color: #1f35c0;
  padding: 0 10px;
}

.label {
  color: #7a86a1;
  font-weight: 100;
}

.bar {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.red_bar {
  background: radial-gradient(circle at 10px 10px, #f70d1a, #322);
}
.mt-10 {
  margin-top: 40px;
}
.green_bar {
  background: radial-gradient(circle at 10px 10px, #90EE90, #121);
}
.text-36 {
  font-size: 36px !important;
}
.textarea {
  margin: 10px;
  border: 1px dotted #7a86a1;
  border-radius: 20px;
}

.para {
  font-family: Manrope;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 4.29;
  letter-spacing: normal;
  text-align: left;
  color: #7a86a1;
  margin-left: 20px;
}

.ui-widget.ui-widget-content {
  -webkit-filter: blur(0px);
}

.event_down {
  padding: 4px 3px;
  border-radius: 16px;
  background-color: #ff5c5c;
  margin-right: 10px;
  /* position: relative;
  top: 5px;
  right: 10px; */
}

.event_up {
  padding: 4px 3px;
  border-radius: 16px;
  background-color: #5cff78;
  margin-right: 10px;
  /* position: relative;
  top: 5px;
  right: 10px; */
}

.sla_failed {
  padding: 15px 2px 10px 2px;
  border-radius: 16px;
  background-color: #ff5c5c;
  position: relative;
  top: 5px;
  right: 10px;
}

.sla_passed {
  padding: 15px 2px 10px 2px;
  border-radius: 16px;
  background-color: #5cff78;
  position: relative;
  top: 5px;
  right: 10px;
}

.text-default {
  font-family: Manrope;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2b64af;
}

.bgwhite {
  background-color: #fff;
}



.dash-box-text {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  color: #1f35c0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border-radius: 5px !important;
  height: 38px !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
  margin-top: 8px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}

ul:before {
  content: none !important;
}

.row {
  margin: 0 !important;
}

.select2-selection__rendered {
  /* margin-top: 3px; */
}

/*.select2-selection__placeholder {
  position: absolute;
  top: 8px;
  left: 10px;
} */

/* decrease the font size according to size of .dash-box-text */
/* @media (min-width: 768px) and (max-width: 1024px) {
  .dash-box-text {
    font-size: 18px;
  }
} */
@media (min-width: 1610px) and (max-width: 1767px) {
  .tcon-menu {
    width: 26% !important;
  }

  .dash-box-text {
    font-size: 17px;
  }
}

@media (min-width: 1536px) and (max-width: 1609px) {
  .tcon-menu {
    width: 25% !important;
  }
}

@media (min-width: 1366px) and (max-width: 1536px) {
  .tcon-menu {
    width: 32% !important;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .tcon-menu {
    width: 32% !important;
  }
}

@media (min-width: 1081px) and (max-width: 1279px) {
  .tcon-menu {
    width: 34% !important;
  }
}

@media (min-width: 880px) and (max-width: 1080px) {
  .tcon-menu {
    width: 40% !important;
  }
}

@media (min-width: 780px) and (max-width: 879px) {
  .tcon-menu {
    width: 46% !important;
  }
}



@media (min-width: 1460px) and (max-width: 1609px) {
  .dash-box-text {
    font-size: 15px;
  }
}

@media (min-width: 1279px) and (max-width: 1459px) {
  .dash-box-text {
    font-size: 13px;
  }
}

@media (min-width: 300px) and (max-width: 1105px) {

  .grid-stack {
    min-height: 4000px !important;
  }

  .gs-id-0>.grid-stack-item[gs-h="3"] {
    height: 300px !important;
  }

  .gs-id-0>.grid-stack-item[gs-h="5"] {
    height: 400px !important;
  }

  .gs-id-0>.grid-stack-item[gs-h="7"] {
    height: 500px !important;
  }

  .gs-id-0>.grid-stack-item[gs-h="8"] {
    height: 600px !important;
  }

  .gs-id-0>.grid-stack-item[gs-h="9"] {
    height: 630px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="10"] {
    top: 1000px;
  }

  .gs-id-0>.grid-stack-item[gs-y="5"] {
    top: 440px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="10"] {
    top: 920px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="15"] {
    top: 1340px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="22"] {
    top: 1860px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="31"] {
    top: 2500px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="39"] {
    top: 2700px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="42"] {
    top: 3110px !important;
  }

  .gs-id-0>.grid-stack-item[gs-y="45"] {
    top: 3440px !important;
  }


}

@media only screen and (max-width: 1280px) {
  .dash-box-text {
    font-size: 12px;
  }

  .dash-counters {
    top: 60%;
    font-size: 12px;
  }

  .dash_icon {
    position: relative;
    top: 30px;
    /* bottom: 10%;
    right: 10%; */
  }

  .dash_icon>svg {
    width: 20%;
  }
}

.select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 20px !important;

}

.apply_btn {
  /* margin-right: 12px;*/
  background-color: #1f35c0;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.events {
  height: inherit;
  overflow-y: auto;
  top: 50px;
  bottom: 20px;
  position: absolute;
  width: -webkit-fill-available;
}

#resolutiontime_table_1_wrapper,
#resolutiontime_table_2_wrapper,
#resolutiontime_table_3_wrapper,
#resolutiontime_table_4_wrapper,
#resolutiontime_table_5_wrapper,
#resolutiontime_table_10_wrapper,
#resolutiontime_table_-1_wrapper {
  height: inherit;
  overflow-y: auto;
  top: 40px;
  bottom: 20px;
  position: absolute;
  padding-left: 10px;
  width: 97.5%;
}

.vendors_div::-webkit-scrollbar-thumb,
.events::-webkit-scrollbar-thumb,
.logs_dash::-webkit-scrollbar-thumb,
.logs::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.logs_dash::-webkit-scrollbar {
  height: 95%;
}

.logs_dash::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* background: #747fc4;  */
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tcon-menu {
  width: 22%;
}

.alternative .sidebar .fa-angle-down {
  display: none;
}

.alternative .sidebar:hover .fa-angle-down {
  display: block;
}
.max-1000 {
  max-width: 1000px;
}
.max-500 {
  max-width: 500px;
}
.user-welcome {
  font-family: Manrope;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a86a1;
}

.dragdrop{
  display: flex !important;
  flex-direction: column;
  align-items: start !important;
  justify-content: start !important;
  gap: 16px;
  padding: 10px;
  min-width: 250px;
}

.cloudacc-grid {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.system-grid {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#right-defaults{
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.logo>img {
  height: 60px;
  object-fit: cover;
  padding-left: 0px !important;
  border: none !important;
}

.controls {
  background: #eee;
  margin: -20px -20px 20px;
}

.controls .button {
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
form .label{
  text-align: left;
}

.wrapper {
  min-width: 960px;
  padding-top: 60px;
}

.font-normal {
  font-family: Manrope;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}

.h-3 {
  height: 12px;
}

.text-xxl {
  font-size: 22px;
}

.text-xl {
  font-size: 20px;
}

.text-lg {
  font-size: 18px;
}

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 12px;
}

.text-base {
  font-size: 14px;
}

.alternative .main {
  padding-left: 20px;
}

.toggle_sidebar_btn {
  width: 35px;
  height: 35px;
  border-radius: 0px 5px 5px 0px;
  border: solid 1px #ebebeb;
  background-color: #e9f2ff;
  position: fixed;
  top: 12px;
  left: 259px;
  z-index: 10;
  color: #3159da;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.alternative .sidebar .toggle_sidebar_btn {
  width: 35px;
  height: 35px;
  border-radius: 0px 5px 5px 0;
  border: solid 1px #ebebeb;
  background-color: #e9f2ff;
  position: fixed;
  top: 12px;
  left: 0px;
  z-index: 100;
  color: #3159da;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.alternative .sidebar:hover .toggle_sidebar_btn {
  top: 12px;
  right: 0px;
}

tr>th {
  width: 13px;
  height: 12px;
  margin: 31px 29px 44px 6px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 4.29; */
  letter-spacing: normal;
  text-align: left;
  color: #7a86a1;
}

table>tbody>tr>td {
  font-family: Manrope;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}

#devicestable tr>td:first-child {
  width: 5%;
}

table>tbody>tr>td>a {
  color: #3159da;
}
.input_file{
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.input_file:focus{
  border: 1px solid #3159da;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 0px 15px;
}

.dataTables_wrapper .dataTables_length select {
  width: 70px !important;
  height: 40px;
  border-radius: 5px !important;
  border: solid 1px #c9c9c9 !important;
  background-color: #fff !important;
  margin-right: 15px;
  text-align: center;
}

.dataTables_wrapper .dataTables_length select:focus {
  box-shadow: 0 0 0 1px #3366db !important;
}

.top_rightmenus {
  margin-left: auto;
}


.dataTables_wrapper .dataTables_filter {
  padding-right: 0px;
}

.dataTables_filter input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 3px 8px !important;
  border-radius: 5px !important;
  border: solid 1px #bfbfbf !important;
  background-color: #fff !important;
  height: 40px;


}

.dataTables_filter input:focus {
  box-shadow: 0 0 0 1px #3366db !important;
}

::placeholder {
  font-family: Manrope;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #7a86a1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a86a1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7a86a1;
}

.add-device {
  font-family: Manrope;
  width: 150px;
  height: 40px;
  border-radius: 13px;
  background-color: #50cd69;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  text-align: center;
  border-top-right-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

/* #toggleFiltersBtn {
  width: 93px;
  height: 40px;
  border-radius: 13px;
  border: solid 1px #d2d2d2;
  background-color: #fff;
  color: #7a86a1
} */

.spacing {
  margin: 0 0 0 15px;
}
.device-filter {
  border-radius: 5px;
  background-color: #fafcff;
  padding: 25px 20px;
  border: 1px solid #ddd;
}
.device-checkbox {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 10px;
  border: 1px solid #ddd;
  height: 150px;
  overflow: auto;
}
.fullScreenBtn,
.closeFullScreenBtn {
  /* width: 36px; */
  height: 42px;
  color: #7a86a1;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  background-color: #fff;
}

table>tbody {
  border-top: #ebebeb solid 1px;
}

/* BOTTOM */

#bottom {
  position: absolute;
  z-index: 3;
  height: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 20px;
  box-shadow: 0 0 3px hsla(0, 0%, 0%, 0.2);
}

.authed #bottom {
  left: 64px;
}

.authed.menu #bottom {
  left: 240px;
}

#footer {
  margin: 0 auto;
}

#footer .block {
  width: 25%;
  float: left;
}

#footer .item {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
}

#footer .item .fa {
  margin: 0 10px 0 0;
}

#footer h1 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 16px;
  color: #aaa;
}

.scroll {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.form-control:focus{
  box-shadow: none !important;
  border: 1px solid #3159da !important;
}
.scrollimage {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.login_progress {
  padding: 20px;
}

.login_panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.login_panel .content {
  background: hsla(0, 0%, 100%, 0.8);
  max-width: 640px;
  margin: 20px auto;
  border-radius: 3px;
  padding: 0;
}

.login_panel .content:after {
  content: '';
  display: block;
  clear: both;
}

.login_form {
  width: 640px;
  padding: 20px !important;
  float: left;
}

.login_panel .logo {
  /* width: 461px; */
  /* height: 160px; */
  line-height: 160px;
  /* background: url(../../../files/logo/cosmos.png) left center no-repeat; */
  background-size: contain;
  /* border-radius: 80px; */
  text-align: center;
  margin: 20px auto 0;
  padding: 0;
}

.login_methods {
  float: right;
}

.badge_red {
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid #ff0000;
  color: #ff0000 !important;
}

.badge_green {
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: initial;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  border-color: #008000 !important;
  color: #008000 !important;
}




#chartdiv {
  width: 100%;
  height: 500px;
}

#chartdiv1,
#chartdiv2,
#monthly_devices {
  width: 100%;
  height: 300px;
}

.border-left-primary {
  border-left: 0.25rem solid #fe8696 !important;
}

.border-left-success {
  border-left: 0.25rem solid #047edf !important;
}

.border-left-info {
  border-left: 0.25rem solid #07cdae !important;
}

.border-left-warning {
  border-left: 0.25rem solid #ff9100 !important;
}

.bg-gradient-danger {
  background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
  background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.bg-gradient-info {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
  background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}

.bg-gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae)) !important;
  background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}

.bg-gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#ffb822), to(#ff9100)) !important;
  background: linear-gradient(to right, #ffb822, #ff9100) !important;
}

.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
textarea {
  border-radius: 5px;
}
textarea:focus-visible {
  outline: none;
  border: 1px solid #4d90fe;
}
.card-title {
  text-align: center;
}
.fa-angle-up{
  transition: transform 0.3s ease;
}
.collapsed > div > span > .fa-angle-up {
  transform: rotate(180deg); /* Rotate for up arrow */
}
.collapsed > div > div > span > .fa-angle-up {
  transform: rotate(180deg); /* Rotate for up arrow */
}
.card-body {
  padding: unset;
}

.loader {
  /* align to center */
  margin-left: auto;
  margin-right: auto;
  display: block;

}

div.dataTables_wrapper div.dataTables_filter label {
  display: block;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
  margin: 0;
  padding-left: 25px;
}

.paginate_button {
  padding: 0 !important;
  background: #fff !important;
  border: none !important;
}
.paginate_button:active {
  box-shadow: none !important;
}
.pagination{
  align-items: center;
  gap: 10px;
}
.page-link:focus{
  box-shadow: none !important;
}
/* .paginate_button .active > a {
color: #fe7096;
} */

div.table-responsive {
  border-radius: 10px;
}

.text-details {
  color: #28a745;
  font-weight: bold;
}

#sites_table_processing.card {
  width: 300px !important;
  color: #000000;
}

ul {
  list-style: none;
}

.status {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  margin: 0 0 -4px 9px;
}

.offline {
  background: #f81e1ec4;
}

.online {
  background: #5fa95fcc;
}

.font25 {
  font-size: 25px;
}

.font14 {
  font-size: 14px !important;
}

.make_scrollable {
  overflow-y: scroll;
  height: 500px;
}



.vendors_div {
  /* overflow-y: scroll; */
  /* height: 375px; */
}

#totalSites {
  font-family: Manrope;
  font-size: 48px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.2px;
  text-align: left;
  color: #000;
}

.active_devices {
  width: 8px;
  height: 8px;
  margin: 1px 9px 1px 1px;
  background-color: #37c98b;
  border-radius: 30px;
}

.suspended_classes {
  width: 8px;
  height: 8px;
  margin: 15px 9px 15px 1px;
  background-color: #ff6161;
  border-radius: 30px;
}

.flex {
  display: flex;
  flex-direction: row;
}

.tbl_class {
  margin-left: 35px;
  margin-top: 27px;
}

.tbl_class>table {
  border-collapse: inherit;
  padding-top: 20px;
}


/* #export {
  width: 148px;
  height: 40px;
  margin: 1px 1px 58px 22px;
  border-radius: 17px;
  box-shadow: 0px 8px 29px 0 rgba(105, 95, 151, 0.14);
  background-color: #1f35c0;
  color: #fff;
} */

label {
  margin-bottom: 0px !important;
}

.dataTables_info {
  font-family: Manrope;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a86a1;
  padding-top: 0px !important;
}
.report-checkbox {
  width: fit-content;
  margin-left: 0 !important;
  top: 0px !important;
}
.dt_topleftmenus {
  align-items: center;
  justify-content: start;
}

.dropdown .bootstrap-select .report-select {
  width: 100% !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listtarget {
  margin-top: 0 !important;
}

.underline {
  text-decoration: underline;
}

.filters-container {
  display: none;
}

.filters-container-label {
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #8b8b8b;
  padding-bottom: 5px;
}

/* .form-check-label {
display: block;
margin-bottom: 5px;
color: #666666;
} */
/* Optional: Adjust the spacing between filters */
.form-group:not(:last-child) {
  margin-bottom: 10px;
}

.form-check-input[type="checkbox"] {
  margin-right: 5px;
  position: absolute;
  margin-top: 0.3rem !important;
  margin-left: -1.25rem !important;
}

.form-check-input[type="radio"] {
  position: relative !important;
  width: fit-content !important;
  margin: 0 !important;
}
.scrollable-checkboxes {
  max-height: 150px;
  /* Set the desired height */
  overflow-y: auto;
}

.filter_search_box {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  background-image: url('search-icon.png');
  /* Replace with your search icon image */
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px 15px;
  padding-left: 15px;
  /* Adjust padding to accommodate the search icon */
}

.filter_search_box:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  /* Change the color as per your preference */
}

.filters-container-label {
  position: relative;
}

.small-note {
  font-size: 9px;
  color: #363131;
  position: absolute;
  left: 35px;

}

.tag {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 3px;
  color: #3159da;
  background: #e9f2ff;
}

.tag-close {
  margin-left: 8px;
  cursor: pointer;
}

.dt-button-spacer {
  font-size: 42px;
}
.device-status{
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.selected_filters {
  display: none;
}

.selected_filters>h3 {
  font-size: 20px;
  font-weight: 600;
}
.col-sm-12{
  padding: 0;
}
.dragable {
  cursor: move;
}

/*==================OLD CSS==========================*/

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  color: #3B007E;
  transition: all .2s;
  background: white;
  padding: 0 12px;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.06);
}

.controls {
  background: #eee;
  margin: -20px -20px 20px;
}

.controls .button {
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.main {
  min-width: 960px;
  padding: 20px 20px 20px 280px;
  background: #f8f8f8;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

.cards {
  /* min-width: 960px; */
}


/* BOTTOM */



.badge_red {
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid #ff0000;
  color: #ff0000 !important;
}

.badge_green {
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: initial;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  border-color: #008000 !important;
  color: #008000 !important;
}

.item_notification {
  border-radius: 16px;
  border: solid 1px #bfbfbf;
  background-color: #fff;
}

.button_load {
  padding: 10px 30px;
  border-radius: 15px;
  color: #7a86a1;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;

}

.button_load.active {
  background-color: #1f35c0;
  color: #fff;
}

.filters-container {
  display: none;
}

.logs_table {
  border-collapse: collapse !important;
}


.logs {
  border-radius: 24px !important;
}

.dashboard_filters {
  height: 50px;
  background-color: #ccd2f9;
  border-radius: 5px;

}

.button-round {
  padding: 12px 14px;
}

.u1 {
  max-height: 50px;
}

.u2 {
  max-height: 100px;
}


/* media queries for .breadcrumbs */
@media (max-width: 768px) {
  .breadcrumbs {
    margin: 22px 0px 13px 31px;
  }

  .user-welcome {
    margin: 22px 0px 13px 31px;
  }
}

@media (max-width: 576px) {
  .breadcrumbs {
    margin: 22px 0px 13px 31px;
  }

  .user-welcome {
    margin: 22px 0px 13px 31px;
  }
}

@media (max-width: 320px) {
  .breadcrumbs {
    margin: 22px 0px 13px 31px;
  }

  .user-welcome {
    margin: 22px 0px 13px 31px;
  }
}

@media (max-width: 280px) {
  .breadcrumbs {
    margin: 22px 0px 13px 31px;
  }

  .user-welcome {
    margin: 22px 0px 13px 31px;
  }
}

.show-tick {
  margin-top: -7px !important;
}

.dashboard_filters label {
  font-size: 14px;
}

/* override transformicons margin */
.tcon-menu__lines {
  margin-left: 100px;
  margin-top: 7px;
}

.grid-stack {
  position: relative;
}

.grid-stack-item {
  position: absolute;
  padding: 0;
}

.grid-stack-item .grid-stack-item-content,
.grid-stack-item .placeholder-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0;
  padding: 15px;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.grid-stack-placeholder .placeholder-content {
  border: 1px dashed lightgray;
}

.grid-stack-item.ui-draggable-dragging,
.grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}

.grid-stack-item.ui-draggable-dragging .box,
.grid-stack-item.ui-resizable-resizing .box {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.grid-stack-item .ui-resizable-handle {
  padding: 3px;
  margin: 3px 0;
  cursor: nwse-resize;
  color: gray;

  position: absolute;
  bottom: 0;
  right: 15px;

  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  font-size: 10px;
}

.grid-container {
  padding: 5px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.grid-stack-item {
  /* border: 0; */
  left: -10px;
}

.grid-sstack-item-content {
  background-color: white;
  text-align: center;
}

.grid-stack-item .ui-resizable-handle::before {
  content: "\f065";
}

.gs-24>.grid-stack-item {
  width: 4.167%;
}

.gs-24>.grid-stack-item[gs-x="1"] {
  left: 4.167%;
}

.gs-24>.grid-stack-item[gs-w="2"] {
  width: 8.333%;
}

.gs-24>.grid-stack-item[gs-x="2"] {
  left: 8.333%;
}

.gs-24>.grid-stack-item[gs-w="3"] {
  width: 12.5%;
}

.gs-24>.grid-stack-item[gs-x="3"] {
  left: 12.5%;
}

.gs-24>.grid-stack-item[gs-w="4"] {
  width: 16.667%;
}

.gs-24>.grid-stack-item[gs-x="4"] {
  left: 16.667%;
}

.gs-24>.grid-stack-item[gs-w="5"] {
  width: 20.833%;
}

.gs-24>.grid-stack-item[gs-x="5"] {
  left: 20.833%;
}

.gs-24>.grid-stack-item[gs-w="6"] {
  width: 25%;
}

.gs-24>.grid-stack-item[gs-x="6"] {
  left: 25%;
}

.gs-24>.grid-stack-item[gs-w="7"] {
  width: 29.167%;
}

.gs-24>.grid-stack-item[gs-x="7"] {
  left: 29.167%;
}

.gs-24>.grid-stack-item[gs-w="8"] {
  width: 33.333%;
}

.gs-24>.grid-stack-item[gs-x="8"] {
  left: 33.333%;
}

.gs-24>.grid-stack-item[gs-w="9"] {
  width: 37.5%;
}

.gs-24>.grid-stack-item[gs-x="9"] {
  left: 37.5%;
}

.gs-24>.grid-stack-item[gs-w="10"] {
  width: 41.667%;
}

.gs-24>.grid-stack-item[gs-x="10"] {
  left: 41.667%;
}

.gs-24>.grid-stack-item[gs-w="11"] {
  width: 45.833%;
}

.gs-24>.grid-stack-item[gs-x="11"] {
  left: 45.833%;
}

.gs-24>.grid-stack-item[gs-w="12"] {
  width: 50%;
}

.gs-24>.grid-stack-item[gs-x="12"] {
  left: 50%;
}

.gs-24>.grid-stack-item[gs-w="13"] {
  width: 54.167%;
}

.gs-24>.grid-stack-item[gs-x="13"] {
  left: 54.167%;
}

.gs-24>.grid-stack-item[gs-w="14"] {
  width: 58.333%;
}

.gs-24>.grid-stack-item[gs-x="14"] {
  left: 58.333%;
}

.gs-24>.grid-stack-item[gs-w="15"] {
  width: 62.5%;
}

.gs-24>.grid-stack-item[gs-x="15"] {
  left: 62.5%;
}

.gs-24>.grid-stack-item[gs-w="16"] {
  width: 66.667%;
}

.gs-24>.grid-stack-item[gs-x="16"] {
  left: 66.667%;
}

.gs-24>.grid-stack-item[gs-w="17"] {
  width: 70.833%;
}

.gs-24>.grid-stack-item[gs-x="17"] {
  left: 70.833%;
}

.gs-24>.grid-stack-item[gs-w="18"] {
  width: 75%;
}

.gs-24>.grid-stack-item[gs-x="18"] {
  left: 75%;
}

.gs-24>.grid-stack-item[gs-w="19"] {
  width: 79.167%;
}

.gs-24>.grid-stack-item[gs-x="19"] {
  left: 79.167%;
}

.gs-24>.grid-stack-item[gs-w="20"] {
  width: 83.333%;
}

.gs-24>.grid-stack-item[gs-x="20"] {
  left: 83.333%;
}

.gs-24>.grid-stack-item[gs-w="21"] {
  width: 87.5%;
}

.gs-24>.grid-stack-item[gs-x="21"] {
  left: 87.5%;
}

.gs-24>.grid-stack-item[gs-w="22"] {
  width: 91.667%;
}

.gs-24>.grid-stack-item[gs-x="22"] {
  left: 91.667%;
}

.gs-24>.grid-stack-item[gs-w="23"] {
  width: 95.833%;
}

.gs-24>.grid-stack-item[gs-x="23"] {
  left: 95.833%;
}

.gs-24>.grid-stack-item[gs-w="24"] {
  width: 100%;
}


.load_more_events {
  position: absolute;
  left: 24rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.gap-1 {
  gap: 2px;
}

.gap-4 {
  gap: 16px;
}

.gap-2 {
  gap: 8px;
}

#contextMenu {
  position: absolute;
  display: none;
}

.dropdown-menu {
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: 0px 22px 54px 0 rgba(105, 95, 151, 0.39);
  background-color: #fff;
  min-width: 9rem;
}

.dropdown-menu>li {
  padding: 0.2rem 0.2rem;
}

.dropdown-menu>li:hover {
  background-color: #888888;
  padding: 0.2rem 0.2rem;
  box-shadow: inset 2px 0 #aaaa;
  border-radius: 5px;
  color: #fff;
}

.dropdown-menu>li:hover button {
  color: #fff;
}

.dropdown-menu li {
  cursor: pointer;
}

.wrap {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* table{border:1px solid rgba(221, 221, 221, 1);} */

/* tr:nth-child(even) {background: #F5F5F5} */

tr {
  position: relative;
}

tr:hover {
  background: #c9e8f7;
  position: relative;
}

.context_menu_link {
  font-family: Manrope;
  font-size: 14px;
  line-height: 1.64;
  color: #0f0f0f;
}

.context_menu_link:disabled,
.context_menu_link[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  color: #505050;
}

.bg-none {
  background: none;
}

.cursor-pointer {
  cursor: pointer;
}

.api-pass {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 146px;
  justify-content: center;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.api-module {
  padding: 9px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fafcff;
}

.img-thumbnail {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

#looking-as {
  position: absolute;
  top: 80px;
  right: 30px;
}

/* new code in mobile update */
.grid-6 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-6-3 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-5 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-5-3 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-5-1 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-4 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-4-2 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-3 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-3-1 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-2 {
  display: grid;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-lg-4, .col-md-4, .col-sm-4, .col-lg-8, .col-md-12, .col-lg-4 {
  padding: 0px;
}
.m-dropdown {
  padding: 0px;
}
.m-dropdown-button {
  display: none;
}
.dataTables_wrapper {
  overflow: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.border-b-1 {
  border-bottom: 1px solid #eee;
}
.accordion {
  position: relative;
  /* z-index: 1; */
  overflow: hidden;
  transition-property: all;
}
.accordion_body {
  display: grid; 
  font-size: 14px;
  position: relative;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
}
.grid-rows-0 {
  grid-template-rows: 0fr;
}
.grid-rows-1 {
  grid-template-rows: 1fr;
}
.m-flex-row {
  flex-direction: column;
}
.m-flex-column {
  flex-direction: row;
}

/* menu dropdwon style */
.dropdown {
  position: relative;
}

.dropdown-button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px rgba(0,0,0,0.2); */
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
}

.dropdown-content a {
  width: 100%;
  text-align:center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.-mb-1{
  margin-bottom: -4px;
}

.left-auto {
  left: auto !important;
}
.header-avatar {
  height: 55px; 
  border-radius: 5px; 
  border: 1px solid #d9d9df;
}
.actionbar {
  transform: none;
  transition: transform 0.3s ease;
}
.actionbar.stuck {
  position: absolute;
  top: 0px;
  z-index: 90;
  margin-left: 20px;
  margin-top: 12px !important;
  transform: translateY(0px); 
}
.alternative .stuck {
  margin-left: 100px;
}