* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #f1f3f4;
}

a,
button {
  cursor: pointer;
  outline: 0;
}

/* Side bar css */
.sidebar {
  width: 190px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #112233;
  background-size: 100%;
  z-index: 1;
}

.logo img {
  height: 32px;
  width: auto;
  float: left;
  margin: 14px 0 0 15px;
}

.sidenav {
  width: 100%;
  clear: both;
}

.sidenav ul {
  list-style: none;
  margin-left: 14px;
  margin-top: 25px;
  float: left;
}

.sidenav ul li {
  list-style-type: none;
}

.sidenav ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.3;
  display: block;
  margin-bottom: 23px;
  text-decoration: none;
}

.sidenav ul li a img {
  width: 24px;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}

.sidenav ul li:hover a,
.sidenav ul li:hover a img {
  opacity: 1;
}

.sidenav ul li.active a,
.sidenav ul li.active a img {
  opacity: 1;
  color: #fff;
}

.sidebar-active-user {
  width: 79%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.logged-cont {
  width: 100%;
}

.logged-cont h3 {
  color: #778899;
  font-size: 10px;
  line-height: 17px;
  font-weight: normal;
}

.logged-cont h4 {
  color: #aabbcc;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

.logged-user-cont {
  width: 100%;
  height: auto;
  padding: 8px;
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(46, 70, 94, 0.5);
}

.logged-user-icon {
  width: 24px;
  float: left;
  margin-right: 3px;
}

.logged-user-title {
  width: auto;
  height: 80%;
  float: left;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}

.logged-user-setting {
  width: 24px;
  position: absolute;
  right: 3px;
}
/* Header css */

.header {
  width: calc(100% - 190px);
  height: 60px;
  background-color: #ffffff;
  float: right;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.header h1 {
  color: #112233;
  font-size: 24px;
  float: left;
  margin: 0 0 0 30px;
  line-height: 60px;
}

.setting {
  width: 32px;
  height: 32px;
  float: right;
  margin: 10px 30px 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
}

.setting img {
  width: 100%;
}

.notification {
  width: 32px;
  height: 32px;
  float: right;
  margin: 14px 0px 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
}

.notification img {
  width: 100%;
}

.hidden {
  display: none;
}

/* Setting Dropdown css */

.connected .setting {
  position: relative;
  width: 88%;
  margin: 15px auto 0;
}

.setting .dropdown button.settingbtn {
  background: url("../images/downarrow.png") no-repeat right;
}

.outer-list > ul {
  width: 160px;
  list-style: none;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  padding-bottom: 8px;
}

.setting .dropdown button.settingbtn {
  background: url("../images/settings2x.png") no-repeat right;
  vertical-align: middle;
  text-decoration: none;
  /* font-size: 12px; */
  border-radius: 30px;
  padding: 0px 22px 0px 21px;
  color: #0055cc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  /* background-color: #fff; */
  border-radius: 20px;
  background-position: 165px 10px;
  /* padding: 12px 0; */
}

.open-log {
  transform: translateY(-100px) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.outer-list {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -4px;
  height: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transform: translateY(-60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.logged-user-setting .dropdown button.settingbtn {
  background: url("../images/downarrow.png") no-repeat right;
}
.outer-list > ul {
  width: 160px;
  list-style: none;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  padding-bottom: 8px;
}

.logged-user-setting .dropdown button.settingbtn {
  background: url(../images/more-w.svg) no-repeat right;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 30px;
  padding: 0px 22px 0px 21px;
  color: #0055cc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  border: none;
  outline: 0;
  cursor: pointer;
}

.logged-user-setting .settingbtn.dropdown-open + .outer-list {
  transform: translateY(-70px);
  opacity: 1;
  visibility: visible;
}

.logged-user-setting .dropdown > .outer-list {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: -4px;
  height: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.outer-list > ul:after,
.outer-list > ul:before {
  top: 40px;
  right: 1%;
  border: solid #ff000000;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  transform: rotateX(-13deg);
  pointer-events: none;
  z-index: 1;
}

.outer-list > ul li:hover {
  background-color: #f2f2f2;
}

.outer-list > ul li button:hover {
  color: inherit;
}

.logged-user-setting .dropdown .selected button {
  color: #0077cc;
}

.logged-user-setting .settingbtn::before {
  background: url(../images/more-w.svg) left no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  content: "";
  position: absolute;
  left: 3px;
  top: -30%;
  opacity: 1;
}

.outer-list > ul:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 0px;
}

.outer-list > ul:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 0px;
}

.settingheight {
  height: auto;
  width: 100%;
  overflow: auto;
  max-height: 100px;
}

.settingheight::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.settingheight::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #d9d9d9;
}

.outer-list > ul li button img {
  width: 14px;
  vertical-align: bottom;
  margin-right: 5px;
  border-radius: 60px;
}

button.settingbtn:hover,
button.settingbtn:hover img {
  transition: 0.2s;
  color: #3d434e !important;
}

.settingbtn:hover::before {
  opacity: 1;
}

.settingbtn:hover::after {
  filter: brightness(0);
}

.outer-list > ul li:hover {
  background-color: #f2f2f2;
}

.outer-list > ul li button:hover {
  color: inherit;
}

.setting .dropdown .selected button {
  color: #0077cc;
}

.settingbtn::before {
  background: url(../images/settings2x.png) left no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  content: "";
  position: absolute;
  left: 7px;
  top: 8%;
  opacity: 1;
}

.frames {
  border: 0;
  background-color: #fff;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  width: 190px;
  line-height: 20px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
  height: 40px;
  margin: 10px 0 10px 5px;
  cursor: pointer;
}

button.frames:first-child {
  margin-left: 10px;
}

button.frames img {
  width: 20px;
  vertical-align: middle;
}

button.frames img:first-child {
  margin-left: 5px;
  float: left;
  margin-right: 8px;
}

button.frames img:last-child {
  float: right;
}

button.apply {
  background-color: #0077cc;
  border-radius: 4px;
  border: 0;
  width: 120px;
  height: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 15px 10px 0;
  float: right;
  line-height: 40px;
}

.frames:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}

.datepicker {
  float: right;
  margin-right: 10px;
  background: #fff url(../images/calendertimerange2x.png) no-repeat;
  background-size: 20px;
  padding-left: 35px;
  background-position: 10px;
}

/* middle body content */

.body-section {
  position: fixed;
  width: calc(100% - 190px);
  right: 0;
  top: 0;
  overflow: auto;
  height: 100%;
}

.table-content-box {
  width: 100%;
  float: left;
  overflow: auto;
  padding: 10px 15px;
}

/*Sub Header css */
.subheader {
  width: 100%;
  float: right;
  min-height: 60px;
  margin-bottom: 0;
}

/* Server monitor */

.server-monitor-header {
  text-align: center;
}

.server-grid-header {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

.server-grid-header tr th,
.server-grid-header tr td {
  font-size: 12px;
  background-color: #fafafa;
  text-transform: uppercase;
  color: #3d434e;
  font-weight: 400;
  padding: 12px 15px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.server-grid-header tr td {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 15px;
  text-transform: inherit;
}

.server-grid-header tr:last-child td {
  border: 0;
}

.section-heading {
  color: #0055cc;
  font-weight: 400;
  text-align: center;
  padding: 10px 25px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  background-color: rgba(0, 85, 204, 0.1);
  border-radius: 4px;
  margin-top: 12px;
  border: 0;
  outline: 0;
}

.section-heading option {
  background-color: #a1a1a1;
  background: #ccc;
  line-height: 20px;
  padding: 10px 10px;
  height: 20px;
  outline: 0;
}

.server-grid-header tr:hover {
  background-color: rgba(0, 85, 204, 0.1);
  cursor: pointer;
}

/* -----Quick Action Sidebar------ */

.quick-action-sidebar {
  width: 100%;
  height: auto;
  min-height: 60px;
  float: left;
  background-color: #fff;
  padding: 15px;
}

.quick-action-content {
  width: 10%;
  height: auto;
  float: right;
}

button.quick-act {
  width: 32px;
  height: 32px;
  float: right;
  border: 0;
}

.thumb1 {
  background: url("../images/graph2x.png") no-repeat;
  background-size: contain;
}

.thumb2 {
  background: url("../images/pivot-inactive2x.png") no-repeat;
  background-size: contain;
}

.thumb3 {
  background: url("../images/table-inactive2x.png") no-repeat;
  background-size: contain;
}

.user-section {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px 0 20px;
}

.active-user-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  float: left;
  background-color: #ecf5f1;
}

.active-user-left {
  width: 24%;
  height: 100%;
  float: left;
  background-color: #d6f0e4;
  padding: 18px;
}

.active-user-right {
  width: 76%;
  height: 100%;
  float: left;
}

.active-user-content h3 {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.active-user-content h3 span {
  width: 9px;
  height: auto;
}

.active-user-content h3 span img {
  width: 100%;
}

.active-user-title {
  width: 100%;
  height: auto;
  font-size: 48px;
  line-height: 100px;
  font-weight: 700;
  color: #22bb77;
  text-align: center;
}

/* Style the lines by removing the fill and applying a stroke */
#activeuser .line {
  fill: none;
  stroke: #2e3633;
  stroke-width: 5;
  stroke-linejoin: round;
}

/* Style the dots by assigning a fill and stroke */
#activeuser .dot {
  fill: #2e3633;
  stroke: #2e3633;
  stroke-width: 5;
}

#activeuser .lineh {
  width: 4px;
  border-radius: 10px;
}

/* --------Start-Graph1---------- */

.all-user-graph {
  width: 73%;
  height: auto;
  float: left;
}

/* --------End-Graph1---------- */

/* --------Start-Graph2---------- */

.day-weekly-user-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  float: left;
  margin-top: 0;
  background-color: #ecf5f1;
}

.day-weekly-user-left {
  width: 24%;
  height: 100%;
  float: left;
  background-color: #ddeeff;
  padding: 15px;
}

.day-weekly-user-right {
  width: 73%;
  height: 100%;
  float: left;
}

.day-weekly-user-content h3 {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.day-weekly-user-left .main-title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  line-height: 18px;
  color: #2e3633;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 17px;
}

.day-weekly-user-left .main-title span {
  font-size: 8px;
  line-height: 13px;
  letter-spacing: 0.2px;
  color: #2e3633;
  opacity: 0.3;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.day-weekly-user-content h3 span {
  width: 9px;
  height: auto;
}

.monthly-title,
.weekly-title,
.daily-title {
  margin-bottom: 5px;
}

.day-weekly-user-content h3 span img {
  width: 100%;
}

.day-weekly-user-title {
  width: 100%;
  height: auto;
  font-size: 48px;
  line-height: 100px;
  font-weight: 700;
  color: #22bb77;
  text-align: center;
}

.axis path,
.axis line {
  fill: none;
  stroke: #d4d8da;
  stroke-width: 2px;
  shape-rendering: crispEdges;
}

.line-install {
  fill: none;
  stroke: #0055cc;
  stroke-width: 1px;
}

.line-uninstall {
  fill: none;
  stroke: #00ff00;
  stroke-width: 5px;
}

.line-lineValue {
  fill: none;
  stroke: #0055cc;
  stroke-width: 5px;
}

.line-lineValue-2 {
  fill: none;
  stroke: #0055cc;
  stroke-width: 5px;
}

.line-lineValue-3 {
  fill: none;
  stroke: #0055cc;
  stroke-width: 5px;
}

.line-currentUser {
  fill: none;
  stroke: #0000ff;
  stroke-width: 5px;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: #f1f3f3;
  stroke: #0055cc;
  stroke-width: 5px;
}

.hover-line {
  stroke: #6f257f;
  stroke-width: 2px;
  stroke-dasharray: 3, 3;
}

#tooltip,
#linetooltip {
  width: 110px;
  height: 40px;
  background-color: #fff;
  margin-left: 40px;
  padding: 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  position: relative;
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
}

#linetooltip:after,
#tooltip:after {
  border-left: solid transparent 0px;
  border-right: solid transparent 10px;
  border-top: solid #ffffff 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.lineh {
  width: 5px;
  border-radius: 10px;
}

/* Dropdown css */
.location.hidden {
  color: #0055cc;
  font-weight: 400;
  text-align: center;
  padding: 10px 25px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  background-color: rgba(0, 85, 204, 0.1);
  border-radius: 4px;
  margin-top: 12px;
  border: 0;
  outline: 0;
  position: relative;
}

.outer-list > ul:after,
.outer-list > ul:before {
  top: -18px;
  right: 1%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  transform: rotateX(150deg);
  pointer-events: none;
  opacity: 0;
}

.outer-list > ul:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 0px;
}

.outer-list > ul:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: 0px;
  opacity: 0;
}

.outer-list > ul li {
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  transition: background 0.35s ease;
}

.outer-list > ul li a {
  padding-left: 0;
}
.outer-list > ul h6 {
  color: #b3b8c0;
  font-family: "Work Sans";
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0;
  text-align: left;
  width: 100%;
  padding: 15px 20px 5px 20px;
  font-weight: normal;
}

.dropdown .selected {
  background-color: #f2f2f2;
  color: #0077cc;
}

.dropdown .selected:after {
  content: url("../images/selected-theme-icon.png");
  float: right;
}

.dropdown .option {
  color: #6f6f6f;
}

.outer-list > ul li button {
  font-size: 14px;
  cursor: pointer;
  transition: background 0.35s ease;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #6f6f6f;
}

.connected .location {
  position: relative;
  width: 88%;
  margin: 15px auto 0;
}

.location .dropdown button.locationbtn {
  background: url("../images/downarrow.png") no-repeat right;
}

.outer-list > ul {
  width: 180px;
  list-style: none;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  padding-bottom: 0px;
}

.location .dropdown button.locationbtn {
  background: url("../images/downarrow.png") no-repeat right;
  vertical-align: middle;
  text-decoration: none;
  /* font-size: 12px; */
  border-radius: 30px;
  padding: 0px 22px 0px 21px;
  color: #0055cc;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  /* background-color: #fff; */
  border-radius: 20px;
  background-position: 165px 10px;
  /* padding: 12px 0; */
}

.location .dropdown button.locationbtn img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  opacity: 0.5;
}

.location .locationbtn.dropdown-open + .outer-list {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.outer-list {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-70px);
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.35s ease;
}

.locationbtn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -50%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.35s ease;
}

.locationheight {
  height: 130px;
  width: 100%;
  overflow: auto;
}

.locationheight::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.locationheight::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #d9d9d9;
}

.outer-list > ul li button img {
  width: 14px;
  vertical-align: bottom;
  margin-right: 5px;
  border-radius: 60px;
}

button.locationbtn:hover,
button.locationbtn:hover img {
  transition: 0.2s;
  color: #3d434e !important;
}

.locationbtn:hover::before {
  opacity: 1;
}

.locationbtn:hover::after {
  filter: brightness(0);
}

.outer-list > ul li:hover {
  background-color: #f2f2f2;
}

.outer-list > ul li button:hover {
  color: inherit;
}

.location .dropdown .selected button {
  color: #0077cc;
}

.locationbtn::before {
  background: url(../images/location.png) left no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 7px;
  top: 25%;
  opacity: 0.7;
}

/* ----------------     Start-Dashboard    ---------------- */

.dashboard-content-box {
  width: 100%;
  float: left;
  display: block;
  padding: 15px;
}

.dashboard-content-row {
  width: 100%;
  float: left;
  display: block;
}

.dashboard-card {
  width: 14.5%;
  height: auto;
  min-height: 230px;
  float: left;
  border-radius: 6px;
  color: #333333;
  background: #fff;
  margin: 40px 2% 30px 0;
  padding: 10px 20px 20px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.dashboard-card:last-child {
  margin-right: 0px;
}

.card-icon {
  width: 75px;
  height: 75px;
  line-height: 94px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
}

.bg1 {
  background-color: #ffa726;
}

.bg2 {
  background-color: #79d273;
}

.bg3 {
  background-color: #d2ac73;
}

.bg4 {
  background-color: #e86969;
}

.bg5 {
  background-color: #e86969;
}

.bg6 {
  background-color: #e86969;
}

.card-icon img {
  width: 30px;
  border-radius: 5px;
}

.card-title {
  width: 100%;
  height: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
}

.card-title p {
  min-height: 48px;
  font-size: 14px;
  color: #c3c3c3;
}

.card-title h3 {
  font-size: 36px;
  color: #000;
}

.tooltip {
  position: relative;
  display: inline-block;
  left: -10px;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 161px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 330%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* The Modal (background) */
.info-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.info-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-width: 650px;
  max-height: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #445566;
  float: right;
  font-size: 37px;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: #445566;
  text-decoration: none;
  cursor: pointer;
}

.info-modal-header {
  padding: 20px 16px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.info-modal-header h2 {
  color: #112233;
  font-size: 20px;
  line-height: 22px;
}

.info-modal-body {
  padding: 10px;
}

.info-modal-body p {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}

.modal-footer {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: black;
}

.action-btn {
  padding: 5px 10px;
  background: #0055cc;
  border-radius: 5px;
  color: #fff;
}

.chart-section {
  display: inline-block;
}

.model-detail-section {
  border: 1px solid #000;
  margin: 10px 0;
  padding: 20px;
}

.titletxt {
  font-weight: bold;
}

.device-token {
  padding: 3px 0;
}

.dashaboard-loader {
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 60px;
  z-index: 9999999;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dashaboard-loader .loader-stiks {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 5px;
  background: #000;
  animation: dashaboard-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.dashaboard-loader .loader-stiks:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.dashaboard-loader .loader-stiks:nth-child(2) {
  left: 22px;
  animation-delay: -0.12s;
}

.dashaboard-loader .loader-stiks:nth-child(3) {
  left: 35px;
  animation-delay: 0;
}

@keyframes dashaboard-loader {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider:after {
  content: "OFF";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
  content: "ON";
}

.w3-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 20px;
}

.w3-panel {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}

.locationId {
  padding: 0 20px;
}

.user-table-section {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 8px;
  box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.all-user-search {
  width: 160px;
  height: auto;
  float: right;
  padding: 10px 20px;
}

.all-user-search input {
  width: 100%;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  color: #445566;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
}

.user-title {
  height: 13px;
  text-align: left;
}

/* ----------------     Start-user-details    ---------------- */

.user-profile-section {
  min-height: auto;
  padding: 20px 30px;
  float: left;
}

.inner-head {
  color: #0077cc;
}

.ar {
  color: rgba(68, 85, 102, 0.3);
}

.user-bredcum {
  opacity: 0.3;
  float: left;
  padding-top: 5px;
}

.user-profile-edit-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.user-profile-edit-btn img {
  width: 100%;
}

.user-section-inner {
  width: 100%;
  height: auto;
  float: left;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.1);
}

.all-user-card {
  height: 130px;
  width: 170px;
  padding: 7px 10px;
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.05) solid;
}

.server-totle-graph {
  margin: 30px auto 0 !important;
  float: none !important;
}

.profile-header {
  width: 100%;
  background-color: #fff;
  min-height: 100px;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.1);
  /* padding-top: 15px; */
  position: relative;
}

.profil-photo {
  float: left;
  min-width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: relative;
}

.user-pic {
  background-color: #d6eaff;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}

.user-name {
  float: left;
  font-size: 18px;
  color: #112233;
  margin-top: 5px;
  line-height: 21px;
}

span.user-age {
  color: #778899;
  float: left;
  margin-left: 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}

.user-emailid {
  color: #778899;
  font-size: 14px;
  clear: right;
}

.lastseen label:first-child {
  font-size: 13px;
  color: #778899;
}

.user-activity {
  width: 100%;
  float: left;
  padding: 30px 30px 20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}

.user-profile-info {
  width: 45%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.profile-info {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 15px;
  padding-right: 0px;
}
label.pro-title {
  width: 38%;
  float: left;
  color: #778899;
  font-size: 14px;
}

label.pro-name {
  color: #112233;
  font-size: 14px;
  float: left;
  width: 61%;
  word-wrap: break-word;
}

.user-profile {
  min-height: auto;
  background-color: #fff;
}

span.u-name {
  float: left;
  padding-right: 5px;
  text-transform: uppercase;
  color: #112233;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}

span.user-gender {
  float: left;
  color: #778899;
  margin-left: 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}

.user-details-container {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 12px;
  margin-bottom: 5px;
  max-width: 1038px;
}

.user-details-left {
  float: left;
  width: 100%;
  margin-right: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
}

.profile-title {
  width: 100%;
  padding: 15px 20px;
  color: #778899;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.profile-title-icon {
  width: 24px;
  float: left;
  margin-right: 5px;
}

.profile-details {
  float: left;
  min-width: 97.3%;
  padding: 21px 0 30px 30px;
  overflow: auto;
}

.user-profile-info:last-child {
  border: 0;
}

.lastseen label:last-child {
  font-size: 13px;
  color: #112233;
}

.lastseen label {
}

.firstseen label:first-child {
  font-size: 13px;
  color: #778899;
  padding: 0 20px;
}

.firstseen label:last-child {
  font-size: 13px;
  color: #112233;
}

.lastseen {
  float: left;
  margin-bottom: 5px;
}

.user-intrest-content {
  width: 100%;
  height: auto;
  float: left;
}

.user-intrest-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 11px 15px 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.user-intrest-title {
  width: 115px;
  float: left;
  color: #778899;
  font-size: 14px;
  line-height: 21px;
}

.user-intrest-title-icon {
  width: 24px;
  float: left;
  margin: -2px 7px 0 0;
}

.user-intrest-title-icon img {
  width: 100%;
}

.user-intrest-section-texts {
  width: 70%;
  float: left;
  line-height: 22px;
}

.user-intrest-section-texts a {
  font-size: 14px;
  line-height: 21px;
  color: #0077cc;
  text-decoration: none;
}

.user-intrest-section-texts a:hover {
  color: #000;
}

.user-details-right {
  float: left;
  max-width: 100%;
  width: calc(100% - 326px);
  margin-left: 20px;
}

.survey-details {
  margin-top: 20px;
  height: 572px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  float: left;
  width: 100%;
}

.survey-details h5 {
  width: 100%;
  color: #778899;
  font-size: 11px;
  line-height: 21px;
  float: left;
  font-weight: 400;
  margin: 10px 0 10px 0;
  padding: 0 30px;
}

.survey-box h3 {
  font-size: 14px;
  color: #445566;
  font-weight: bold;
}

.survey-box h6 {
  font-size: 10px;
  color: #778899;
  line-height: 21px;
  padding-bottom: 5px;
}

.survey-progress {
  background-color: rgba(0, 0, 0, 0.1);
  height: 6px;
  width: 55%;
  position: relative;
  border-radius: 10px;
  float: left;
  margin-top: 5px;
}

.survey-percnt {
  font-size: 14px;
  font-weight: bold;
  float: right;
  color: #0077cc;
  margin-right: 20px;
}

.survey-progress-bar {
  height: 6px;
  position: absolute;
  left: 0;
  background-color: #0099cc;
  width: 30%;
  border-radius: 10px;
}

.survey-box {
  width: 95%;
  float: left;
  margin: 0px 10px 10px 10px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  padding: 12px 20px;
}

.survey-box:hover {
  background-color: #f0f8ff;
  border-radius: 6px;
}

.survey-box a {
  width: 100%;
  float: left;
  text-decoration: none;
}

.survey-box a::after {
  opacity: 0;
}

.survey-box a:hover::after {
  content: "";
  background: url("../images/view2x.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 4px;
  right: 10px;
  opacity: 1;
}

.servey-box-btn {
  position: absolute;
  right: 20px;
}

.user-pic img {
  width: 100%;
  height: auto;
}

.user-percentage {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 60px;
  position: relative;
  margin-right: 10px;
}

.user-seen {
  float: left;
  margin-top: 7px;
}

.user-percentage-bar {
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 60px;
  top: 0;
  left: 0;
  border: 6px solid #22bb66;
  border-width: thick;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-percentage-bar span {
  color: #22bb66;
  font-weight: bold;
  font-size: 14px;
}

.charts-container:after {
  clear: both;
  content: "";
  display: table;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.donut-size {
  font-size: 4.5em;
}

.pie-tooltip-cont {
  width: 100%;
  height: 1em;
  float: left;
  position: absolute;
  z-index: 999;
}

.pie-tooltip {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.pie-tooltip .pie-tooltiptext {
  visibility: hidden;
  width: 120px;
  height: 40px;
  left: 65px;
  top: 9px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  line-height: 31px;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.pie-tooltip:hover .pie-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.pie-wrapper {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0px auto;
}

.pie-wrapper .pie {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
}

.pie-wrapper .half-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0.1em solid #0099cc;
  border-radius: 50%;
  clip: rect(0em, 0.5em, 1em, 0em);
}

.pie-wrapper .right-side {
  transform: rotate(0deg);
}

.pie-wrapper .label {
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  bottom: 0.4em;
  left: 0.4em;
  display: block;
  background: none;
  border-radius: 50%;
  color: #7f8c8d;
  font-size: 0.25em;
  line-height: 2.6em;
  text-align: center;
  cursor: default;
  z-index: 2;
}

.pie-wrapper .smaller {
  padding-bottom: 15px;
  color: #0077cc;
  font-size: 15px;
  font-weight: bold;
}

.pie-wrapper .shadow {
  width: 100%;
  height: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}

.dashboard-bg {
  background-color: #f1f3f4;
}

.num {
  color: #0077cc;
  font-size: 15px;
  font-weight: bold;
  margin-top: 11px;
}

.dashboard-main {
  min-height: auto;
  overflow: auto;
  padding: 20px 30px;
}

/* ----------------     End-user-details    ---------------- */

.last-update-section {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}

.last-update {
  color: #778899;
  font-size: 12px;
  line-height: 14px;
}

.last-update a {
  color: #0077cc;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

.last-update a:hover {
  color: #000;
}

.refresh-img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 7px;
  float: left;
}

.refresh-img img {
  width: 100%;
}

.mar-r {
  margin-right: 20px;
}

.user-card {
  height: 130px;
  width: 240px;
  padding: 7px 10px;
  margin-right: 20px;
  float: left;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.1);
}

.user-card:hover:first-child {
  box-shadow: 0 3px 10px 0px rgba(51, 51, 51, 0.1);
}

.user-card a .totle-user-title {
  color: #445566;
}

.user-card a:hover .totle-user-title {
  color: #0077cc;
}

.user-card:last-child {
  margin-right: 0px;
}

.user-card-title {
  width: 100%;
  height: 25px;
  float: left;
  color: #aabbcc;
  font-size: 12px;
  line-height: 14px;
}

.user-card-title-img {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}

.user-card-title-img img {
  width: 100%;
}

.totle-user-title {
  width: 100%;
  height: auto;
  float: left;
  color: #445566;
  font-size: 42px;
  line-height: 49px;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}

.totle-user-percent {
  width: 100%;
  height: auto;
  float: left;
  color: #778899;
  font-size: 12px;
  line-height: 14px;
}

.user-percent {
  width: auto;
  height: auto;
  display: inline-block;
  color: #112233;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px;
}

.user-active-img {
  width: 16px;
  height: 8px;
  border-bottom: solid 8px #22bb66;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  float: left;
  margin: 3px 7px 0 0;
}

.user-inactive-img {
  width: 16px;
  height: 8px;
  border-top: solid 8px #f2002f;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  float: left;
  margin: 3px 7px 0 0;
  display: none;
}

.dashboard-divice {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 10px;
}

.divices {
  width: 60px;
  height: auto;
  float: left;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 10px;
}

.divices:hover {
  background: #d6ebff;
  padding: 10px;
  border-radius: 6px;
}

.divices:last-child {
  margin: 0;
}

.divices h3 {
  color: #445566;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  padding-top: 10px;
}

.dashboard-behaviours {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}

.dashboard-behaviours-content {
  width: 50%;
  max-width: 500px;
  min-height: 280px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.1);
}

.dashboard-behaviours-title {
  width: 100%;
  height: 50px;
  padding: 0 20px;
}

.dash-behaviours-title-text {
  width: auto;
  height: auto;
  float: left;
  display: inline-block;
  color: #112233;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.dash-behaviours-title-filter {
  width: auto;
  height: auto;
  float: right;
  display: inline-block;
}

.dash-behaviours-title-filter select {
  height: 30px;
  width: 110px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 7px 12px;
  outline: none;
  margin-top: 10px;
  color: #445566;
  font-family: unset;
  font-size: 12px;
  line-height: 14px;
}

.expand {
  width: 24px;
  height: auto;
  margin: 11px 0px 0 10px;
  float: right;
}

.expand a {
  opacity: 0.3;
}

.expand a:hover {
  opacity: 1;
}

.dash-add-bg {
  background: rgba(120, 179, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(120, 179, 255, 1) 0%,
    rgba(120, 179, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(120, 179, 255, 1)),
    color-stop(32%, rgba(120, 179, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(120, 179, 255, 1) 0%,
    rgba(120, 179, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(120, 179, 255, 1) 0%,
    rgba(120, 179, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(120, 179, 255, 1) 0%,
    rgba(120, 179, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(120, 179, 255, 1) 0%,
    rgba(120, 179, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b3ff', endColorstr='#ffffff', GradientType=0);
}

.dash-add {
  width: 100%;
  height: auto;
  float: left;
}

.dash-add-logo {
  width: 133px;
}

.dash-add h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 0 50px;
}

.dash-add h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.dash-add-foot-link {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
  margin-top: 73px;
}

.dash-add-foot-link a {
  color: #445566;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0px 20px 0 0;
  float: right;
  text-decoration: none;
}

.dash-add-foot-link a:hover {
  color: #0077cc;
}

.data-userFirstName,
.data-userLastName,
.data-userGender {
  text-transform: capitalize;
}

.mob-nav {
  display: none;
}

.logo {
  background-color: #0077cc;
  float: left;
  width: 100%;
  height: 60px;
}

#userHeaderText a {
  text-decoration: none;
  float: left;
}

.dashboard-dummy-content {
  width: 92%;
  height: 100%;
  text-align: center;
  margin: 15% 20px 0;
}

.dashboard-dummy-content h3 {
  color: #aabbcc;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

.user-dummy-content {
  width: 92%;
  height: 100%;
  text-align: center;
  margin: 32px 20px 0;
}

.user-dummy-content h3 {
  color: #aabbcc;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

.skipped {
  color: #dd0033;
}

.optionvalue {
  color: #22bb66;
}

/* ----------------     End-Dashboard    ---------------- */

@media screen and (min-width: 1701px) and (max-width: 1850px) {
}

@media screen and (min-width: 1000px) and (max-width: 1365px) {
  .dashboard-behaviours-content:nth-child(2),
  .dashboard-behaviours-content:nth-child(4),
  .dashboard-behaviours-content:nth-child(6) {
    margin-right: 0px;
  }

  .dashboard-card {
    width: 15%;
    padding: 20px 15px;
  }

  .card-title h3 {
    font-size: 30px;
  }

  .survey-details {
    max-width: 100%;
  }

  lable.pro-title {
    font-size: 13px;
  }

  label.pro-name {
    font-size: 13px;
  }

  .donut-size {
    font-size: 3.5em;
  }

  .user-details-right {
  }

  .num {
    font-size: 11px;
  }

  .pie-wrapper .smaller {
    font-size: 12px;
  }

  .user-percentage {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

  .lastseen label:first-child {
    padding: 0 10px;
  }

  .firstseen label:first-child {
    padding: 0 10px;
  }

  .survey-progress {
    width: 77%;
  }
}

@media screen and (min-width: 736px) and (max-width: 999px) {
  .dashboard-card {
    width: 23%;
  }

  .card-title h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 735px) {
  .dashboard-card {
    width: 48%;
    padding: 20px 15px;
  }

  .card-title {
    width: 100%;
  }

  .card-title h3 {
    font-size: 30px;
  }

  .survey-details {
    max-width: 100%;
  }

  .user-profile-info {
    border: 0;
    min-height: inherit;
  }

  .profile-header {
    min-height: inherit;
    box-shadow: none;
  }

  .user-emailid {
    clear: both;
  }
}

/* Responsive css */

@media screen and (max-width: 1269px) {
  .user-card {
    width: 23%;
  }

  .all-user-card {
    width: 15%;
    float: left;
  }

  .all-user-graph {
    width: 70%;
  }

  .dashboard-behaviours-content {
    width: 48%;
  }

  .divices {
    width: 32%;
    height: auto;
    margin: 0 1px 0 0;
    padding: 5px;
  }

  .divices:hover {
    padding: 5px;
  }

  .user-profile-info {
    width: 45%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .mob-nav {
    display: block;
  }

  .header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    float: left;
    margin-top: 60px;
  }

  .logo {
    float: left;
    clear: both;
  }

  .sidenav {
    width: 100%;
    clear: both;
    margin-top: 10px;
    float: left;
    background: #15395d;
    transform: translate(90px, 0px);
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }

  .nav-active {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
  }

  button.mob-nav {
    float: right;
    padding: 0px;
    margin: -48px 10px 0px 0px;
    display: inline;
    background-color: transparent;
    border: 0;
  }

  .mob-nav img {
    width: 40px;
  }

  .sidenav ul {
    margin-top: 15px;
  }

  .sidebar {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #001122 url(../images/mm-bg2x.png) top left no-repeat;
    background-size: 100%;
    z-index: 1;
  }

  .body-section {
    position: fixed;
    width: 100%;
    right: 0;
    top: 120px;
    overflow: auto;
    height: calc(100% - 120px);
  }

  .chart-section .container[style] {
    width: 100% !important;
  }

  .device-token {
    word-break: break-all;
  }

  .card-title {
    width: 100%;
  }

  .card-title h3 {
    font-size: 30px;
  }

  .dashboard-main {
    padding: 20px 20px;
  }

  .user-profile {
    overflow: auto;
  }

  .user-card {
    width: 24%;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .divices {
    width: 53px;
    height: auto;
    margin: 0 3px 0 0;
    padding: 5px;
  }

  .divices:hover {
    padding: 5px;
  }

  .dashboard-behaviours-content {
    width: 49%;
    max-width: 100%;
    margin-right: 8px;
    margin-bottom: 20px;
  }

  .dash-add h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .dash-add h3 {
    font-size: 18px;
    line-height: 33px;
  }

  .all-user-card {
    width: 15%;
    float: left;
  }

  .all-user-graph {
    width: 70%;
  }

  .user-dummy-content {
    width: 100%;
    margin: 32px auto 32px;
  }

  .user-profile-section {
    padding: 20px 20px;
  }

  .profil-photo {
    padding: 20px;
  }

  .user-details-left {
    max-width: 65%;
  }

  .profile-details {
    min-width: 100%;
    padding: 30px 0 30px 20px;
  }

  .user-profile-info {
    width: 45%;
    margin-right: 20px;
  }

  .profile-info {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  label.pro-name {
    width: 53%;
  }

  .user-percentage {
    width: 50px;
    height: 50px;
  }

  .donut-size {
    font-size: 3.5em;
  }

  .lastseen label:first-child {
  }

  .firstseen label:first-child {
    padding: 0 10px;
  }

  .survey-details h5 {
    padding: 0 20px;
  }

  .user-details-right {
    max-width: 30%;
  }

  .survey-box {
    padding: 10px 10px;
  }

  .survey-progress {
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    float: left;
    margin-top: 60px;
  }

  .logo {
    float: left;
    clear: both;
  }

  .sidenav {
    width: 100%;
    clear: both;
    margin-top: 0px;
    float: left;
    background: #15395d;
    transform: translate(90px, 0px);
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }

  .nav-active {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
  }

  button.mob-nav {
    float: right;
    padding: 0px;
    margin: -48px 10px 0px 0px;
    display: inline;
    background-color: transparent;
    border: 0;
  }

  .mob-nav img {
    width: 40px;
  }

  .sidenav ul {
    margin-top: 15px;
  }

  .sidebar {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #001122 url(../images/mm-bg2x.png) top left no-repeat;
    background-size: 100%;
    z-index: 1;
  }

  .body-section {
    position: fixed;
    width: 100%;
    right: 0;
    top: 120px;
    overflow: auto;
    height: calc(100% - 120px);
  }

  .chart-section .container[style] {
    width: 100% !important;
  }

  .device-token {
    word-break: break-all;
  }

  .card-title {
    width: 100%;
  }

  .card-title h3 {
    font-size: 30px;
  }

  .dashboard-main {
    padding: 20px 20px;
  }

  .user-profile {
    overflow: auto;
  }

  .user-card {
    width: 47%;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .divices {
    width: 54px;
    height: auto;
    padding: 5px;
    margin: 0 3px 0 0;
  }

  .divices:hover {
    padding: 5px;
  }

  .dashboard-behaviours-content {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .dash-add h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .dash-add h3 {
    font-size: 18px;
    line-height: 33px;
  }

  .all-user-card {
    width: 100%;
    float: left;
    border-right: 0;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  }

  .all-user-graph {
    width: 100%;
  }

  .user-dummy-content {
    width: 100%;
    margin: 32px auto 32px;
  }

  .user-profile-section {
    padding: 20px 20px;
  }

  .profil-photo {
    padding: 20px;
  }

  .user-details-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .profile-details {
    min-width: 100%;
    padding: 30px 0 30px 20px;
  }

  .user-profile-info {
    width: 100%;
    border-right: 0;

    margin-right: 0px;
  }

  .profile-info {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .user-intrest-title {
    width: 100%;
  }

  .user-intrest-section-texts {
    width: 100%;
    margin-top: 15px;
  }

  .user-details-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .survey-box {
    padding: 10px 10px;
  }

  .survey-progress {
    width: 84%;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .dashboard-card {
    width: 100%;
    padding: 20px 15px;
  }

  .card-title {
    width: 100%;
  }

  .card-title h3 {
    font-size: 30px;
  }

  .dashboard-main {
    padding: 20px 20px;
  }

  .user-profile {
    overflow: auto;
  }

  .user-card {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .dashboard-behaviours-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .dash-add h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .dash-add h3 {
    font-size: 18px;
    line-height: 33px;
  }

  .all-user-card {
    width: 100%;
    float: left;
    border-right: 0;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  }

  .all-user-graph {
    width: 100%;
  }

  .user-dummy-content {
    width: 100%;
    margin: 32px auto 32px;
  }

  .user-profile-section {
    padding: 20px 20px;
  }

  .profil-photo {
    padding: 20px;
  }

  .user-details-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .profile-details {
    min-width: 100%;
    padding: 30px 0 30px 20px;
  }

  .user-profile-info {
    width: 100%;
    border-right: 0;

    margin-right: 0px;
  }

  .profile-info {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .user-intrest-title {
    width: 100%;
  }

  .user-intrest-section-texts {
    width: 100%;
    margin-top: 15px;
  }

  .user-details-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .survey-box {
    padding: 10px 10px;
  }

  .survey-progress {
    width: 84%;
  }

  .user-name {
    width: 77%;
  }

  .user-pic {
    margin-right: 10px;
  }

  span.user-age {
    margin-left: 2px;
  }

  span.user-gender {
    margin-left: 2px;
  }
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

.loader {
  left: 55%;
  margin-left: -4em;
  font-size: 10px;
  border: 0.8em solid rgba(218, 219, 223, 1);
  border-left: 0.8em solid rgb(0, 119, 204);
  animation: spin 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 15.05em;
}

@keyframes spin {
  0% {
    transform: rotate(-360deg);
  }

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

.modaloader {
  background: #0000007a;
  z-index: 12;
}

/* Advertiser form */

.form-field label {
  color: #656e7d;
  font-size: 14px;
  clear: both;
  width: 100%;
  text-align: left;
  max-width: 260px;
  display: block;
  margin: 10px auto 5px auto;
  margin-bottom: 5px;
}

.form-field input[type="text"],
.form-field select {
  max-width: 260px;
  width: 100%;
  border: 2px solid #c8d6e5;
  border-radius: 6px;
  background-color: #ffffff;
  height: 40px;
  color: #001122;
  font-weight: bold;
  padding: 0 10px;
  font-size: 16px;
  outline: 0;
  text-transform: capitalize;
}

.form-field input[type="text"]:focus {
  border: 2px solid #112233;
}

.form-field input[type="date"] {
  max-width: 260px;
  min-width: calc(100% - 20px);
  width: 100%;
  border: 2px solid #c8d6e5;
  border-radius: 6px;
  background-color: #ffffff;
  height: 40px;
  color: #001122;
  font-weight: bold;
  padding: 0 10px;
  font-size: 16px;
  outline: 0;
  text-transform: uppercase;
}

.form-field input[type="date"]:focus {
  border: 2px solid #112233;
}

.empty {
  color: #778899 !important;
}

.form-field ::placeholder {
  color: #778899;
}

.registration-form {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-flow: row;
  flex-wrap: wrap;
}

.form-field select {
  color: #778899;
}

.iconfirm {
  margin: 0 auto 0 auto;
  width: 100%;
  border-radius: inherit;
  height: 34px;
  float: left;
}

.iconfirm input[type="checkbox"] {
  margin-right: 5px;
}

.checkbox-section {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  position: relative;
  color: #cccccc;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding-left: 19px;
  cursor: pointer;
}

.checkbox-section input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 9px;
  left: 8px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 2px solid #000;
}

.checkbox-section:hover input ~ .checkmark {
  background-color: #22bb66;
}

.checkbox-section input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 2px solid #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-section input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-section .checkmark:after {
  left: 3px;
  top: 0px;
  width: 3px;
  height: 7px;
  border: solid #13aa56;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-green {
  color: #22bb66 !important;
}

.form-field {
  width: 260px;
  margin: 0 auto;
}

.iconfirm label {
  display: inline;
  height: auto;
  color: #112233;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  max-width: 100%;
  margin: 0px;
  padding: 0;
}

.agree-box {
  width: 80px;
  border-radius: 17px;
  border: 1px solid #a1eeb6;
  height: 34px;
  float: left;
  padding-left: 13px;
  text-align: center;
  background-color: #a1eeb6;
  line-height: 35px;
  position: relative;
}

.enter-advertiser-box {
  max-width: 900px;
}

.submit-add {
  float: left;
  flex: auto;
  margin-left: 20px;
  margin-top: 19px;
  margin-bottom: 25px;
}

.save {
  line-height: 30px;
  max-width: 90px;
  width: 100%;
  border-radius: 6px;
  background-color: #0077cc;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  outline: 0;
  display: block;
  border: 0;
}

.save:hover {
  background: rgba(19, 170, 87, 1);
  background: -moz-linear-gradient(
    top,
    rgba(19, 170, 87, 1) 0%,
    rgba(0, 196, 88, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(19, 170, 87, 1)),
    color-stop(100%, rgba(0, 196, 88, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(19, 170, 87, 1) 0%,
    rgba(0, 196, 88, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(19, 170, 87, 1) 0%,
    rgba(0, 196, 88, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(19, 170, 87, 1) 0%,
    rgba(0, 196, 88, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(19, 170, 87, 1) 0%,
    rgba(0, 196, 88, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13aa57', endColorstr='#00c458', GradientType=0);
}

.custom-table-width {
  width: 60%;
  float: left;
}
/* timeline section */
.timeline {
  list-style-type: none;
  display: block;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.li {
  width: 14%;
  float: left;
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 15px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  color: #778899;
  font-weight: 600;
  position: relative;
  right: 30px;
  bottom: 10px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}
.status:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -6px;
  left: 0%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  padding-top: 20px;
  border-top: 2px solid #0077cc;
}
.li.complete .status:before {
  background-color: #0077cc;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #0077cc;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/* end of time line section */

.user-flow-title {
  text-align: left;
}

.backlink {
  padding: 4px 0;
  float: left;
  clear: both;
  width: 100%;
}
.backlink a {
  color: #0077cc;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  float: left;
  margin-right: 18px;
  padding-top: 8px;
}

.profile-details-title {
  padding-bottom: 21px;
}

.user-info-second-section {
  padding-left: 20px;
}

.user-survey-section {
  width: 100%;
}

.user-journey-section {
  padding: 24px;
}

.user-info-section {
  width: 1038px;
}
.info-section {
  clear: both;
  padding: 14px 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.progression-section {
  clear: left;
  max-width: 306px;
  width: 100%;
  float: left;
}

.s-name {
  float: left;
  margin-right: 30px;
}

.s-name {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.s-name label {
  color: #778899;
  margin-right: 5px;
}

.s-name span {
  color: #112233;
}

li.journey-last .status {
  border-top: none !important;
}
li.journey-last .status:before {
  top: -5px;
  left: -3px;
  border: 1px solid #0077cc;
}

.user-progre-title {
  float: left;
}

.user-progre-title p {
  font-size: 11px;
  color: #778899;
  line-height: 1.91;
}

.user-progre-title h2 {
  font-size: 18px;
}
p.percentage {
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: -1px;
  line-height: normal;
}
p.percentage sub {
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-left: 2px;
}
.backlink a img {
  transform: rotatez(180deg);
  width: 16px;
  float: left;
}
.backlink h1 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #112233;
  line-height: normal;
}
.survey-box {
  position: relative;
}
.survey-box:after,
.survey-box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.survey-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.survey-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #fff;
  border-width: 16px;
  margin-top: -16px;
}

/* Lead tab css */

.leadgen-survey-content {
  width: 100%;
  background-color: #fff;
  clear: both;
  float: left;
}
.leadgen-sname {
  float: left;
  width: 35%;
  padding: 15px 24px 15px 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px auto;
}
.leadgen-survey-content .survey-box {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  pointer-events: none;
  margin-right: 0;
  padding-right: 0;
}
.leadgen-survey-content .user-progre-title p {
  font-size: 13px;
  color: #778899;
}
.leadgen-survey-content .survey-percnt {
  font-size: 21px;
  margin-right: 0;
}
.leadgen-userj {
  float: left;
  width: 65%;
}
.leadgen-userj .user-journey-section {
  clear: both;
  padding-top: 30px;
}
.leadgen-userj .user-flow-title {
  font-size: 16px;
}
.leadgen-userj li {
  width: 75px;
}

.device-ans-info {
  clear: both;
  width: 100%;
  float: left;
}
.header {
  display: none;
}
.nav-bottom {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
}
.user-nav {
  background-color: #2e465e;
  width: 100%;
  margin-right: 0;
  border-radius: 5px;
  margin: 0;
  padding: 0 0 0 6px;
  margin-left: -5px;
  position: relative;
}
.user-nav a {
  padding: 12px 0;
}
li.user-nav a:after {
  content: url(../images/drop-x.png);
  position: absolute;
  right: 0;
  top: 5px;
}
.leadgen-userj .user-chart {
  clear: both;
  float: left;
  margin-top: 40px;
}
