@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
.btn-primary {
  background-color: #184a87;
  border-color: #184a87;
}

.segment-container {
  min-height: 300px;
  width: 500px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  .segment-container {
    min-height: 200px;
    width: 400px;
  }
}
.segment-container .circle-area {
  width: 100vw;
}
.segment-container .circle-area .circle-container {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.segment-container .circle-area .circle-one, .segment-container .circle-area .circle-two, .segment-container .circle-area .circle-three, .segment-container .circle-area .circle-four {
  width: 100px;
  height: 100px;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.segment-container .circle-area .circle-one {
  background: orange;
  background: rgb(255, 149, 0);
  background: radial-gradient(circle, rgb(255, 149, 0) 0%, rgb(255, 85, 0) 53%, rgb(255, 149, 0) 100%);
}
.segment-container .circle-area .circle-two {
  background: blue;
  background-image: radial-gradient(circle, #007aff, #0068fd, #0054fa, #003df4, #121beb);
}
.segment-container .circle-area .circle-three {
  background: red;
  background: rgb(255, 0, 0);
  background-image: radial-gradient(circle, #f67474, #f96968, #fb5d5b, #fc514e, #fd4340, #fe3a37, #fe312e, #fe2524, #fe1f1d, #ff1716, #ff0e0c, #ff0000);
}
.segment-container .circle-area .circle-four {
  background: green;
  background-image: radial-gradient(circle, #4beb12, #44d90f, #3ec70d, #37b50a, #31a408);
}
.segment-container .left-bar, .segment-container .right-bar {
  width: 40px;
  padding: 10px 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.segment-container .left-bar.green, .segment-container .right-bar.green {
  background-color: #149a33;
}
.segment-container .left-bar.red, .segment-container .right-bar.red {
  background-color: #cc2232 !important;
}

html, body {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
}
body .card {
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  border: 1px solid #eee;
}

#login {
  height: 100%;
}
#login input {
  background-color: rgba(247, 247, 249, 0.7);
  border: none;
  height: 50px;
}

#header {
  background: #184a87;
  background: linear-gradient(90deg, rgb(24, 74, 135) 0%, rgb(15, 94, 193) 100%);
  font-size: 14px;
  color: #000;
}
#header .menu-list {
  font-size: 0.8em;
  padding-right: 1rem;
}
#header a, #header i {
  color: white;
  font-size: 0.8em;
}

#main-menu {
  background: #fff;
  border-bottom: 1px solid #efefef;
}
#main-menu .nav a, #main-menu .nav i {
  color: #000;
  font-size: 1em;
}

.form-control {
  border: 1px solid #e4e4e4;
}

.card {
  border: 1px solid #eee;
}
.card .card-header {
  font-size: 1em;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
}
.card .card-body {
  color: #818181;
}

#company-qr img, #survey-qr img {
  width: 100%;
}

form .error {
  color: rgba(255, 0, 0, 0.8);
  margin-top: 10px;
}

#main-chart .participant i {
  color: #4174c1;
  font-size: 26px;
}
#main-chart #question-length i {
  color: #4174c1;
  font-size: 26px;
}
#main-chart div.chart {
  margin: auto;
}
#main-chart div.chart span {
  font-size: 16px;
}
#main-chart div span {
  font-size: 36px;
}

#questions div.chart {
  font-size: 9px;
}
#questions .color-red {
  color: #dc3545;
}
#questions .color-green {
  color: #28a745;
}

.reportTHeadBgColor {
  background-color: #d0d3d6;
  text-align: center;
}

.reportTSubHeadBgColor {
  background-color: #e6e3e3;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #184a87;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
}

#login {
  background: #f8f9fc;
}
#login .nav li a {
  font-size: 12px;
}

.tableFixHead {
  overflow-y: auto;
  height: 60vh;
}

.tableFixHead thead th {
  position: sticky;
  top: -1px;
}

/* Just common table stuff. Really. */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 16px;
}

th {
  background: #eee;
}

.card .spinner {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.tableFixHead::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.tableFixHead::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.tableFixHead::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b8b8b8;
}

#actionGraph {
  width: 100%;
}

.segment-container3 .vertical-text {
  position: absolute !important;
  transform: rotate(-180deg);
  left: -8px;
  top: 90px;
  writing-mode: vertical-lr;
}

.canvas-title ul li {
  font-size: 12px;
}
.canvas-title ul li .circle {
  margin-right: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}