@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  background: #ebebeb;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}

.text-orange {
  color: orange !important;
}

.text-blue {
  color: blue !important;
}

/* buttons */
.btn-red {
  background: red;
  color: white;
  font-size: xx-small;
}

  .btn-red:hover, .btn-red:focus {
    background: #d60000;
    color: white;
  }

.btn-grayblue {
  background: #acb6c4;
  color: white;
  font-size: xx-small;
}

  .btn-grayblue:hover, .btn-grayblue:focus {
    background: #97a4b5;
    color: white;
  }

/* Custom scrollbar */
.main ::-webkit-scrollbar {
  width: 5px;
}

.main ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.main ::-webkit-scrollbar-thumb {
  background: #5d7090;
  border-radius: 10px;
}

  .main ::-webkit-scrollbar-thumb:hover {
    background: #495871;
  }


/*---.left {
  width: 100px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0518d4;
  position: fixed;
  transition: all 0.5s;
}
.left:hover {
  width: 250px;
}
.left:hover ul li.menu-heading {
  opacity: 1;
}---*/
.left ul {
  padding-left: 0;
}

  .left ul li {
    list-style-type: none;
  }

    .left ul li.active a {
      background: #0616b1;
      color: white;
    }

      .left ul li.active a:hover {
        background: #0616b1;
      }

    .left ul li a {
      display: flex;
      align-items: center;
      background: #0518d4;
      color: white;
      padding: 20px 10px;
      font-size: 13px;
      width: 250px;
      text-decoration: none;
    }

      .left ul li a:hover {
        background: #0616b1;
        text-decoration: none;
      }

        .left ul li a:hover i.fa {
          color: #fff;
        }

      .left ul li a:focus {
        text-decoration: none;
      }

      .left ul li a i.fa {
        width: 80px;
        text-align: center;
        padding-right: 15px;
        transition: all 1s;
        font-size: 23px;
      }

  .left ul .menu-heading {
    opacity: 0;
    padding: 10px 5px 10px 10px;
    color: #b3b300;
    font-size: smaller;
    border-bottom: 1px solid #2b3443;
    transition: all 0.5s;
  }

/* Right Content */
.right {
  transition: all 0.5s;
  margin-left: 112px;
}


  .right .header {
    background: white;
    display: block;
    border: 1px solid #e6e6e6;
    padding: 10px 30px;
    margin-left: -15px;
  }

    .right .header h4 {
      display: inline-block;
      color: #354052;
    }

    .right .header ul {
      right: 0;
      left: inherit;
      max-width: 550px;
    }

      .right .header ul li {
        display: inline-block;
        padding-left: 20px;
      }

        .right .header ul li input {
          background: #f8f8f8;
          border: solid 1px #ccc;
          padding: 10px 10px;
          border-radius: 5px;
        }

        .right .header ul li .btn-group i.fa-user-o,
        .right .header ul li .btn-group i.fa-bell-o, .right .header ul li .btn-group i.fa-cog {
          color: #043ef9;
          font-size: 24px;
          cursor: pointer;
        }

        .right .header ul li .btn-group i.fa-plus {
          color: #fff;
          font-size: 14px;
          cursor: pointer;
          background: #043ef9;
          width: 22px;
          height: 22px;
          text-align: center;
          border-radius: 50%;
          /* padding: 5px; */
          line-height: 24px;
        }



  .right .content {
    margin: 0 30px 15px 15px;
    position: relative;
  }

    .right .content .row.invoice {
      margin-top: 20px;
    }


.left:hover + .right {
  margin-left: 265px;
}

.dropleft {
  position: relative;
}

.strike {
  color: #999999;
}

hr {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0;
}

.py-15 {
  padding: 15px 0;
}

[data-draggable="target"] {
  float: left;
  list-style-type: none;
  width: 42%;
  height: 7.5em;
  overflow-y: auto;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em;
  border: 2px solid #888;
  border-radius: 0.2em;
  background: #ddd;
  color: #555;
}

/* draggable items */
[data-draggable="item"] {
  display: block;
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  line-height: 1.3;
}

.titleTxt h1 {
  font-size: 50px;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.5px;
  /* left: initial; */
  padding: 30px 0;
  line-height: 40px;
}

.titleCon {
  width: 100%;
  display: flex;
}

.tleRgt {
  display: flex;
  position: absolute;
  right: 0;
  top: 35px;
}

.statusCon, .addFun {
  margin: 0;
  padding: 0;
}

  .statusCon li {
    display: inline-block;
  }

  .addFun li {
    display: inline-block;
    padding: 0 1px;
  }

    .addFun li a {
      background: #d4d9ec;
      padding: 6px 20px;
      font-size: 13px;
      color: #0537f1;
      border: solid 1px #c9c9c9;
      text-decoration: none;
      letter-spacing: -0.2px;
      border-radius: 7px;
      font-weight: 600;
    }

.dotMenu {
  padding: 5px 10px !important;
}

.blueBg {
  background: #0537f2 !important;
  color: #fff !important;
  cursor: pointer;
}

.wonBg {
  background: #03b114 !important;
}

.lostBg {
  background: #e32a38 !important;
}

.progressBg {
  background: #fec400 !important;
}

.statusCon {
  padding: 0 30px;
}

.wonBg h6, .lostBg h6, .progressBg h6 {
  color: #333 !important;
}

.wonBg p, .lostBg p, .progressBg p {
  color: #333 !important;
}

.statusCon li {
  display: inline-block;
  padding: 2px 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}

  .statusCon li i {
    color: #ebebeb;
    background: #4e4e4e;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
  }

  .statusCon li:last-child {
    padding: 2px 0;
  }

.assignedCon {
  letter-spacing: -0.2px;
}

  .assignedCon input {
    background: #ebebeb;
    border: solid 1px #a0a0a0;
    padding: 7px 10px;
    margin: 0 0 0 5px;
  }

    .assignedCon input::-webkit-input-placeholder { /* Edge */
      font-size: 14px;
    }

    .assignedCon input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 14px;
    }

    .assignedCon input::placeholder {
      font-size: 14px;
    }


.leadCon table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto;
}




th:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  color: white;
}

th:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

th i {
  font-size: 13px !important;
  padding: 0 0 0 2px;
}

th {
  color: white;
  font-weight: 400;
  text-align: center;
}

tr:first-child td {
  padding-top: 20px !important;
}

tr:last-child td {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

tr:first-child td:first-child {
  border-top-left-radius: 7px;
}

tr:first-child td:last-child {
  border-top-right-radius: 7px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 7px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 7px;
}

td,
th {
  padding: 7px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: left;
  font-size: 14px;
}

tbody {
  box-shadow: #00000026 2px 0px 4px 1px;
  /* background: #fff; */
  border-radius: 7px;
  border: solid 1px #ccc;
}

tr th {
  text-align: center;
  background: #0537f1;
}

tr td {
  background: #fff;
  color: #7f7f7f;
  text-align: center;
  font-size: 14px;
}

.recordselectCon {
  text-align: right;
}

.recordselect {
  background: #0536f0;
  color: #fff;
  padding: 7px 15px;
  border: none;
  border-radius: 7px;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.pagnationTxt {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.vendorSearch {
  padding: 0 15px 0 0;
  margin: -3px 0 0 0;
}

  .vendorSearch li {
    display: inline-block;
  }

    .vendorSearch li input, .vendorSearch li select {
      background: transparent;
      border: solid 1px #acacac;
      padding: 7px 10px;
      border-radius: 7px;
      width: 200px;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

  tr {
    border: 1px solid #ccc;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

    td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      content: attr(data-column);
      color: #000;
      font-weight: bold;
    }
}


.leadCon {
}

.leadboxHeader {
  background: #0536f2;
  border-radius: 7px;
  position: relative;
}

.leadboxHeaderLft {
  padding: 0;
  margin: 0;
}

  .leadboxHeaderLft li {
    padding: 0 30px;
    display: inline-block;
  }

    .leadboxHeaderLft li a {
      color: #ffffff9c;
      text-decoration: none;
      padding: 10px 0;
      display: block;
      letter-spacing: -0.2px;
      font-size: 17px;
    }

      .leadboxHeaderLft li a:hover {
        color: #fff;
      }

      .leadboxHeaderLft li a.active {
        color: #fff;
      }

.leadboxHeaderRgt {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
  margin: 0;
}


  .leadboxHeaderRgt li {
    padding: 0 5px;
    display: inline-block;
  }

    .leadboxHeaderRgt li select {
      background: transparent;
      color: #fff;
      border: solid 1px #fff;
      padding: 2px;
      font-size: 12px;
      font-weight: 500;
    }

      .leadboxHeaderRgt li select option {
        color: #000;
      }

.leadboxcon {
  display: flex;
  background: #fff;
  box-shadow: #00000026 2px 0px 4px 1px;
  border-radius: 7px;
  border: solid 1px #ccc;
}

.leadbox1 {
  width: 20%;
  border-right: solid 3px #f6f7fb;
}

.boxstatus {
  background: #f5f6f8;
  margin: 0 20px 20px;
  padding: 15px 20px 15px 10px;
  border-radius: 20px;
  text-align: right;
}

  .boxstatus span {
    padding: 0 15px 0 0;
  }

  .boxstatus h6 {
    color: #7f8082;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.1px;
  }

  .boxstatus p {
    padding: 10px 0 0;
    margin: 0;
    color: #a0a1a3;
    font-size: 15px;
  }

.leadbox1 h3 {
  margin: 0;
  /* padding: 0; */
  text-align: center;
  color: #696969;
  font-size: 16px;
  height: 50px;
  padding: 15px 15px 30px;
  letter-spacing: -0.2px;
  font-weight: 600;
}

.emailTem {
  border-radius: 7px;
  background: #0537f2;
  color: #ebebeb;
  padding: 10px 20px;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 500;
}

.emailTemcon {
  box-shadow: #00000026 2px 0px 4px 1px;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #ccc;
  padding: 35px;
  width: auto;
  display: flex;
}

.emailBox {
  width: 23.33%;
  float: left;
  background: #e6e6e6;
  border-radius: 7px;
  padding: 30px 5px;
  margin: 0 5%;
  text-align: center;
}

  .emailBox p {
    margin: 0;
    color: #6d6d6d;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 5px 0 10px;
  }

  .emailBox a {
    background: #0525e0;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 7px;
    text-decoration: none;
  }

.reportBox {
  width: 21%;
  margin: 0 2%;
  float: left;
}

  .reportBox p {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #0529e3;
    color: #fff;
    letter-spacing: 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
  }

  .reportBox ul {
    background: #e6e9fc;
    border-radius: 10px;
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
  }

    .reportBox ul li {
      padding: 10px 0;
      border-bottom: solid 1px #ccc;
    }

.leadInactive {
  color: #0536f0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.2px;
}

  .leadInactive span {
    padding: 0 0 0 35px;
  }

  .leadInactive a {
    background: #0537f2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 0 0 15px;
    text-decoration: none;
  }

.addleadCon {
  background: #fff;
  margin: 15px 0 0 0;
  padding: 25px 0 50px;
  border-radius: 5px;
}

.addleadInner {
  padding: 0 75px 0;
}

.leadinputFull {
  width: 100%;
  display: flex;
  padding: 0 0 20px;
}

.leadinputBox {
  width: 21%;
  float: left;
  margin: 0 2%;
}

  .leadtextareafullBox label, .leadinputBox label, .funnelStage label, .leadtextareaBox label, .leadinputBoxfull label {
    color: #7f7f7f;
    font-size: 14px;
    letter-spacing: -0.3px;
    display: block;
    padding: 0 0 4px;
  }

.leadtextareaBox input {
  width: 98%;
  padding: 8px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

.leadinputBox input {
  width: 90%;
  padding: 8px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

.leadinputBox select {
  width: 100%;
  padding: 8px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

.leadinputBoxfull {
  width: 96%;
  padding: 5px 0 20px 0;
  margin: 0 2%;
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: -0.3px;
}

  .leadinputBoxfull label {
    padding: 0 0 25px;
  }

  .leadinputBoxfull p {
    display: inline-block;
    padding: 0 50px 0 3px;
  }

.modal .btnCon {
  text-align: center;
  padding: 0 0 30px 0;
}

.modal h2 {
  font-size: 55px;
  margin: 0 2%;
  padding: 20px 0 35px;
  font-weight: 600;
  letter-spacing: -1px;
}

.funnelStage {
  width: 95%;
  margin: 0 2%;
  padding: 0 0 0;
}

.funnelStageBg {
  float: left;
  width: 100%;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

  .funnelStageBg span {
    padding: 8px 35px;
    color: #fff;
    /* display: contents; */
    font-size: 14px;
    letter-spacing: -0.3px;
    float: left;
    /* padding: 0; */
    margin: 0 1px 0 0;
  }

.janmonth {
  background: #a92f90;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.febmonth {
  background: #e9402c;
}

.marchmonth {
  background: #0b8388;
}

.aprmonth {
  background: #1b6729;
}

.maymonth {
  background: #1e5584;
}

.primaryContact {
  width: 94%;
  margin: 0 2% 20px;
  padding: 5px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

  .primaryContact p {
    color: #7f7f7f;
    font-size: 14px;
    padding: 7px 0 7px 5px;
    margin: 0;
    letter-spacing: -0.3px;
    font-weight: 500;
  }

.leadtextareaBox {
  width: 46%;
  margin: 0 3%;
}

.tab {
  overflow: hidden;
  margin: 5px 2% 0;
}


  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    position: relative;
  }

    .tab button::after {
      content: '';
      position: absolute;
      width: 100%;
      background: #0518d3;
      height: 1px;
      left: 0;
      bottom: 0;
      opacity: 0;
    }

    .tab button:hover::after, .tab button.active::after {
      opacity: 1;
    }

    .tab button:hover {
      color: #0518d3;
    }

    .tab button.active {
      color: #0518d3;
    }

.tabcontent {
  margin: 15px 0 0 0;
  display: none;
  padding: 6px 0;
  border-top: none;
}

.greyBg {
  background: #eae9f7 !important;
  color: #0537f1 !important;
}

.addfieldBtn {
  margin: 0 0 25px 2%;
  display: inline-block;
  background: #0521dc;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 25px;
  letter-spacing: -0.2px;
  cursor: pointer;
}

.btnCon {
  text-align: center;
  padding: 25px 0 0 0;
}

.cancelBtn {
  color: #052ee8;
  background: #e6e9fc;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 35px;
  margin: 0 10px;
}

.saveBtn {
  margin: 0 10px;
  color: #fff;
  background: #052de7;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 35px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  border-radius: 10px;
}

  .modal-content tbody {
    box-shadow: none;
    border-radius: 7px;
    border: none;
  }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.modal .addfieldBtn {
  margin: 15px 0 0 2%;
}

.contactInfo {
  position: absolute;
  top: 40px;
  right: 75px;
}

.addCate {
  position: absolute;
  right: 75px;
}

.modal table {
  width: 100%;
}

.leadinputBoxthree {
  width: 16%;
  float: left;
  margin: 0 2%;
}

  .leadinputBoxthree label {
    color: #7f7f7f;
    font-size: 14px;
    letter-spacing: -0.3px;
    display: inline-block;
    padding: 0 0 4px;
  }

.leadinputFull .leadtextareafullBox {
  width: 96%;
  margin: 0 2% 10px;
}

  .leadinputFull .leadtextareafullBox input {
    width: 98%;
    padding: 8px;
    background: #f8f8f8;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
  }

.leadtextareaBox textarea {
  width: 98%;
  height: 130px;
  padding: 8px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}


.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 96%;
  margin: 0 2%;
}

  .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #f5f5f5;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

    .uploader label:hover {
      border-color: #454cad;
    }

    .uploader label.hover {
      border: 3px solid #454cad;
      box-shadow: inset 0 0 0 6px #eee;
    }

      .uploader label.hover #start i.fa {
        transform: scale(0.8);
        opacity: 0.3;
      }

  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }

    .uploader #start.hidden {
      display: none;
    }

    .uploader #start i.fa {
      font-size: 50px;
      margin-bottom: 1rem;
      transition: all 0.2s ease-in-out;
      color: #0523dd;
    }

  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }

    .uploader #response.hidden {
      display: none;
    }

    .uploader #response #messages {
      margin-bottom: 0.5rem;
    }

  .uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }

    .uploader #file-image.hidden {
      display: none;
    }

  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }

    .uploader #notimage.hidden {
      display: none;
    }

  .uploader progress,
  .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }

    .uploader .progress[value]::-webkit-progress-bar {
      border-radius: 4px;
      background-color: #eee;
    }

    .uploader .progress[value]::-webkit-progress-value {
      background: linear-gradient(to right, #393f90 0%, #454cad 50%);
      border-radius: 4px;
    }

    .uploader .progress[value]::-moz-progress-bar {
      background: linear-gradient(to right, #393f90 0%, #454cad 50%);
      border-radius: 4px;
    }

  .uploader input[type=file] {
    display: none;
  }

  .uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
  }

  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
  }


.importCon {
  background: #fff;
  margin: 15px 0 0 0;
  padding: 25px 0 25px;
  border-radius: 5px;
}

.importbox {
  width: 14.6666%;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 8px;
  margin: 0 1%;
  padding: 5px;
}

.importCon .addleadInner {
  padding: 0 25px 0;
  display: flex;
}

.importbox img {
  float: left;
  padding: 0 3px 0 0;
}

.importbox p {
  padding: 20px 0 0 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.systemCon {
  background: #0521dc;
  border-radius: 8px;
  margin: 45px 0 0 !important;
}

  .systemCon button {
    padding: 5px 35px;
  }

    .systemCon button.active {
      color: #0518d3;
      background: #ffffff70;
    }


#chart-1 {
  width: 800px;
  height: 500px;
}

#chart-2 {
  width: 800px;
  height: 600px;
}

#chart-3 {
  width: 600px;
  height: 130px;
}

#chart-4 {
  width: 130px;
  height: 500px;
}

#chart-5 {
  width: 300px;
  height: 200px;
}
/**
  * Chart container
  * --------------------------------------------------
  */
.metric-chart {
  position: relative;
  margin: 40px auto;
}
/**
  * Chart list reset
  * --------------------------------------------------
  */
.y-axis-line-list,
.x-axis-line-list,
.y-axis-label-list,
.x-axis-label-list,
.y-axis-bar-list,
.x-axis-bar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .y-axis-line-list:before,
  .x-axis-line-list:before,
  .y-axis-label-list:before,
  .x-axis-label-list:before,
  .y-axis-bar-list:before,
  .x-axis-bar-list:before,
  .y-axis-line-list:after,
  .x-axis-line-list:after,
  .y-axis-label-list:after,
  .x-axis-label-list:after,
  .y-axis-bar-list:after,
  .x-axis-bar-list:after {
    display: table;
    content: " ";
  }

    .y-axis-line-list:before:after,
    .x-axis-line-list:before:after,
    .y-axis-label-list:before:after,
    .x-axis-label-list:before:after,
    .y-axis-bar-list:before:after,
    .x-axis-bar-list:before:after,
    .y-axis-line-list:after:after,
    .x-axis-line-list:after:after,
    .y-axis-label-list:after:after,
    .x-axis-label-list:after:after,
    .y-axis-bar-list:after:after,
    .x-axis-bar-list:after:after {
      clear: both;
    }
/**
  * X & Y lines
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <div class="{ y|x }-axis"></div>
  *
  */
.y-axis,
.x-axis {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.y-axis {
  top: 0;
  right: auto;
  width: 1px;
  background-color: #434a54;
}

.x-axis {
  top: auto;
  right: 0;
  height: 1px;
  background-color: #434a54;
}
/**
  * X & Y target lines
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <div class="{ y|x }-axis-target">
  *   <span class="{ y|x }-axis-target-line">
  *     <span class="{ y|x }-axis-target-line-label" data-label="{ label }"></span>
  *   </span>
  * </div>
  *
  */
.y-axis-target,
.x-axis-target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 51px;
  left: 51px;
}

  .y-axis-target > .y-axis-target-line,
  .x-axis-target > .y-axis-target-line,
  .y-axis-target > .x-axis-target-line,
  .x-axis-target > .x-axis-target-line {
    position: absolute;
  }

  .y-axis-target > .y-axis-target-line {
    top: 0;
    right: auto;
    bottom: 0;
    left: 190px;
    width: 0;
    border-right: 1px dashed #da4453;
  }

.y-axis-target-line-label {
  position: absolute;
  top: -18px;
  right: 0;
  width: 100px;
  text-align: right;
}

  .y-axis-target-line-label:after {
    content: attr(data-label);
    color: #da4453;
    font-size: 12px;
    line-height: 1;
  }

.x-axis-target > .x-axis-target-line {
  top: auto;
  right: 0;
  bottom: 170px;
  left: 0;
  height: 0;
  border-bottom: 1px dashed #da4453;
}

.x-axis-target-line-label {
  position: absolute;
  top: -9px;
  right: -50px;
  width: 40px;
  text-align: left;
}

  .x-axis-target-line-label:after {
    content: attr(data-label);
    color: #da4453;
    font-size: 12px;
    line-height: 1;
  }
/**
  * X axis background lines
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <ul class="x-axis-bar-list count-{ count }">
  *   <li class="x-axis-bar-item">
  *     <span class="x-axis-line"></span>
  *   </li>
  * </ul>
  *
  */
.x-axis-line-list {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 51px;
  left: 50px;
}

.x-axis-line-item {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}

.count-1 .x-axis-line-item:nth-of-type(1) {
  right: 0%;
  left: 0%;
}

.count-2 .x-axis-line-item:nth-of-type(1) {
  right: 50%;
  left: 0%;
}

.count-2 .x-axis-line-item:nth-of-type(2) {
  right: 0%;
  left: 50%;
}

.count-3 .x-axis-line-item:nth-of-type(1) {
  right: 66.66666667%;
  left: 0%;
}

.count-3 .x-axis-line-item:nth-of-type(2) {
  right: 33.33333333%;
  left: 33.33333333%;
}

.count-3 .x-axis-line-item:nth-of-type(3) {
  right: 0%;
  left: 66.66666667%;
}

.count-4 .x-axis-line-item:nth-of-type(1) {
  right: 75%;
  left: 0%;
}

.count-4 .x-axis-line-item:nth-of-type(2) {
  right: 50%;
  left: 25%;
}

.count-4 .x-axis-line-item:nth-of-type(3) {
  right: 25%;
  left: 50%;
}

.count-4 .x-axis-line-item:nth-of-type(4) {
  right: 0%;
  left: 75%;
}

.count-5 .x-axis-line-item:nth-of-type(1) {
  right: 80%;
  left: 0%;
}

.count-5 .x-axis-line-item:nth-of-type(2) {
  right: 60%;
  left: 20%;
}

.count-5 .x-axis-line-item:nth-of-type(3) {
  right: 40%;
  left: 40%;
}

.count-5 .x-axis-line-item:nth-of-type(4) {
  right: 20%;
  left: 60%;
}

.count-5 .x-axis-line-item:nth-of-type(5) {
  right: 0%;
  left: 80%;
}

.count-6 .x-axis-line-item:nth-of-type(1) {
  right: 83.33333333%;
  left: 0%;
}

.count-6 .x-axis-line-item:nth-of-type(2) {
  right: 66.66666667%;
  left: 16.66666667%;
}

.count-6 .x-axis-line-item:nth-of-type(3) {
  right: 50%;
  left: 33.33333333%;
}

.count-6 .x-axis-line-item:nth-of-type(4) {
  right: 33.33333333%;
  left: 50%;
}

.count-6 .x-axis-line-item:nth-of-type(5) {
  right: 16.66666667%;
  left: 66.66666667%;
}

.count-6 .x-axis-line-item:nth-of-type(6) {
  right: 0%;
  left: 83.33333333%;
}

.count-7 .x-axis-line-item:nth-of-type(1) {
  right: 85.71428571%;
  left: 0%;
}

.count-7 .x-axis-line-item:nth-of-type(2) {
  right: 71.42857143%;
  left: 14.28571429%;
}

.count-7 .x-axis-line-item:nth-of-type(3) {
  right: 57.14285714%;
  left: 28.57142857%;
}

.count-7 .x-axis-line-item:nth-of-type(4) {
  right: 42.85714286%;
  left: 42.85714286%;
}

.count-7 .x-axis-line-item:nth-of-type(5) {
  right: 28.57142857%;
  left: 57.14285714%;
}

.count-7 .x-axis-line-item:nth-of-type(6) {
  right: 14.28571429%;
  left: 71.42857143%;
}

.count-7 .x-axis-line-item:nth-of-type(7) {
  right: 0%;
  left: 85.71428571%;
}

.count-8 .x-axis-line-item:nth-of-type(1) {
  right: 87.5%;
  left: 0%;
}

.count-8 .x-axis-line-item:nth-of-type(2) {
  right: 75%;
  left: 12.5%;
}

.count-8 .x-axis-line-item:nth-of-type(3) {
  right: 62.5%;
  left: 25%;
}

.count-8 .x-axis-line-item:nth-of-type(4) {
  right: 50%;
  left: 37.5%;
}

.count-8 .x-axis-line-item:nth-of-type(5) {
  right: 37.5%;
  left: 50%;
}

.count-8 .x-axis-line-item:nth-of-type(6) {
  right: 25%;
  left: 62.5%;
}

.count-8 .x-axis-line-item:nth-of-type(7) {
  right: 12.5%;
  left: 75%;
}

.count-8 .x-axis-line-item:nth-of-type(8) {
  right: 0%;
  left: 87.5%;
}

.count-9 .x-axis-line-item:nth-of-type(1) {
  right: 88.88888889%;
  left: 0%;
}

.count-9 .x-axis-line-item:nth-of-type(2) {
  right: 77.77777778%;
  left: 11.11111111%;
}

.count-9 .x-axis-line-item:nth-of-type(3) {
  right: 66.66666667%;
  left: 22.22222222%;
}

.count-9 .x-axis-line-item:nth-of-type(4) {
  right: 55.55555556%;
  left: 33.33333333%;
}

.count-9 .x-axis-line-item:nth-of-type(5) {
  right: 44.44444444%;
  left: 44.44444444%;
}

.count-9 .x-axis-line-item:nth-of-type(6) {
  right: 33.33333333%;
  left: 55.55555556%;
}

.count-9 .x-axis-line-item:nth-of-type(7) {
  right: 22.22222222%;
  left: 66.66666667%;
}

.count-9 .x-axis-line-item:nth-of-type(8) {
  right: 11.11111111%;
  left: 77.77777778%;
}

.count-9 .x-axis-line-item:nth-of-type(9) {
  right: 0%;
  left: 88.88888889%;
}

.count-10 .x-axis-line-item:nth-of-type(1) {
  right: 90%;
  left: 0%;
}

.count-10 .x-axis-line-item:nth-of-type(2) {
  right: 80%;
  left: 10%;
}

.count-10 .x-axis-line-item:nth-of-type(3) {
  right: 70%;
  left: 20%;
}

.count-10 .x-axis-line-item:nth-of-type(4) {
  right: 60%;
  left: 30%;
}

.count-10 .x-axis-line-item:nth-of-type(5) {
  right: 50%;
  left: 40%;
}

.count-10 .x-axis-line-item:nth-of-type(6) {
  right: 40%;
  left: 50%;
}

.count-10 .x-axis-line-item:nth-of-type(7) {
  right: 30%;
  left: 60%;
}

.count-10 .x-axis-line-item:nth-of-type(8) {
  right: 20%;
  left: 70%;
}

.count-10 .x-axis-line-item:nth-of-type(9) {
  right: 10%;
  left: 80%;
}

.count-10 .x-axis-line-item:nth-of-type(10) {
  right: 0%;
  left: 90%;
}

.x-axis-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-right: 1px solid #ccd1d9;
}
/**
  * Y axis background lines
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <ul class="y-axis-bar-list count-{ count }">
  *   <li class="y-axis-bar-item">
  *     <span class="y-axis-line"></span>
  *   </li>
  * </ul>
  *
  */
.y-axis-line-list {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 50px;
  left: 51px;
}

.y-axis-line-item {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.count-1 .y-axis-line-item:nth-of-type(1) {
  bottom: 100%;
}

.count-2 .y-axis-line-item:nth-of-type(1) {
  bottom: 50%;
}

.count-2 .y-axis-line-item:nth-of-type(2) {
  bottom: 100%;
}

.count-3 .y-axis-line-item:nth-of-type(1) {
  bottom: 33.33333333%;
}

.count-3 .y-axis-line-item:nth-of-type(2) {
  bottom: 66.66666667%;
}

.count-3 .y-axis-line-item:nth-of-type(3) {
  bottom: 100%;
}

.count-4 .y-axis-line-item:nth-of-type(1) {
  bottom: 25%;
}

.count-4 .y-axis-line-item:nth-of-type(2) {
  bottom: 50%;
}

.count-4 .y-axis-line-item:nth-of-type(3) {
  bottom: 75%;
}

.count-4 .y-axis-line-item:nth-of-type(4) {
  bottom: 100%;
}

.count-5 .y-axis-line-item:nth-of-type(1) {
  bottom: 20%;
}

.count-5 .y-axis-line-item:nth-of-type(2) {
  bottom: 40%;
}

.count-5 .y-axis-line-item:nth-of-type(3) {
  bottom: 60%;
}

.count-5 .y-axis-line-item:nth-of-type(4) {
  bottom: 80%;
}

.count-5 .y-axis-line-item:nth-of-type(5) {
  bottom: 100%;
}

.count-6 .y-axis-line-item:nth-of-type(1) {
  bottom: 16.66666667%;
}

.count-6 .y-axis-line-item:nth-of-type(2) {
  bottom: 33.33333333%;
}

.count-6 .y-axis-line-item:nth-of-type(3) {
  bottom: 50%;
}

.count-6 .y-axis-line-item:nth-of-type(4) {
  bottom: 66.66666667%;
}

.count-6 .y-axis-line-item:nth-of-type(5) {
  bottom: 83.33333333%;
}

.count-6 .y-axis-line-item:nth-of-type(6) {
  bottom: 100%;
}

.count-7 .y-axis-line-item:nth-of-type(1) {
  bottom: 14.28571429%;
}

.count-7 .y-axis-line-item:nth-of-type(2) {
  bottom: 28.57142857%;
}

.count-7 .y-axis-line-item:nth-of-type(3) {
  bottom: 42.85714286%;
}

.count-7 .y-axis-line-item:nth-of-type(4) {
  bottom: 57.14285714%;
}

.count-7 .y-axis-line-item:nth-of-type(5) {
  bottom: 71.42857143%;
}

.count-7 .y-axis-line-item:nth-of-type(6) {
  bottom: 85.71428571%;
}

.count-7 .y-axis-line-item:nth-of-type(7) {
  bottom: 100%;
}

.count-8 .y-axis-line-item:nth-of-type(1) {
  bottom: 12.5%;
}

.count-8 .y-axis-line-item:nth-of-type(2) {
  bottom: 25%;
}

.count-8 .y-axis-line-item:nth-of-type(3) {
  bottom: 37.5%;
}

.count-8 .y-axis-line-item:nth-of-type(4) {
  bottom: 50%;
}

.count-8 .y-axis-line-item:nth-of-type(5) {
  bottom: 62.5%;
}

.count-8 .y-axis-line-item:nth-of-type(6) {
  bottom: 75%;
}

.count-8 .y-axis-line-item:nth-of-type(7) {
  bottom: 87.5%;
}

.count-8 .y-axis-line-item:nth-of-type(8) {
  bottom: 100%;
}

.count-9 .y-axis-line-item:nth-of-type(1) {
  bottom: 11.11111111%;
}

.count-9 .y-axis-line-item:nth-of-type(2) {
  bottom: 22.22222222%;
}

.count-9 .y-axis-line-item:nth-of-type(3) {
  bottom: 33.33333333%;
}

.count-9 .y-axis-line-item:nth-of-type(4) {
  bottom: 44.44444444%;
}

.count-9 .y-axis-line-item:nth-of-type(5) {
  bottom: 55.55555556%;
}

.count-9 .y-axis-line-item:nth-of-type(6) {
  bottom: 66.66666667%;
}

.count-9 .y-axis-line-item:nth-of-type(7) {
  bottom: 77.77777778%;
}

.count-9 .y-axis-line-item:nth-of-type(8) {
  bottom: 88.88888889%;
}

.count-9 .y-axis-line-item:nth-of-type(9) {
  bottom: 100%;
}

.count-10 .y-axis-line-item:nth-of-type(1) {
  bottom: 10%;
}

.count-10 .y-axis-line-item:nth-of-type(2) {
  bottom: 20%;
}

.count-10 .y-axis-line-item:nth-of-type(3) {
  bottom: 30%;
}

.count-10 .y-axis-line-item:nth-of-type(4) {
  bottom: 40%;
}

.count-10 .y-axis-line-item:nth-of-type(5) {
  bottom: 50%;
}

.count-10 .y-axis-line-item:nth-of-type(6) {
  bottom: 60%;
}

.count-10 .y-axis-line-item:nth-of-type(7) {
  bottom: 70%;
}

.count-10 .y-axis-line-item:nth-of-type(8) {
  bottom: 80%;
}

.count-10 .y-axis-line-item:nth-of-type(9) {
  bottom: 90%;
}

.count-10 .y-axis-line-item:nth-of-type(10) {
  bottom: 100%;
}

.y-axis-line {
  display: block;
  height: 1px;
  background-color: #ccd1d9;
}
/**
  * X axis labels
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <ul class="x-axis-label-list count-{ count }">
  *   <li class="x-axis-label-item">
  *     <span class="x-axis-label">{ label }</span>
  *   </li>
  * </ul>
  *
  */
.x-axis-label-list {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 30px;
}

.h-bar-chart .x-axis-label-list {
  right: 5px;
  left: 56px;
}

.v-bar-chart .x-axis-label-list {
  right: 10px;
  left: 50px;
}

.x-axis-label-item {
  display: block;
  float: left;
  width: 100%;
}

.count-1 .x-axis-label-item {
  width: 100%;
}

.count-2 .x-axis-label-item {
  width: 50%;
}

.count-3 .x-axis-label-item {
  width: 33.33333333%;
}

.count-4 .x-axis-label-item {
  width: 25%;
}

.count-5 .x-axis-label-item {
  width: 20%;
}

.count-6 .x-axis-label-item {
  width: 16.66666667%;
}

.count-7 .x-axis-label-item {
  width: 14.28571429%;
}

.count-8 .x-axis-label-item {
  width: 12.5%;
}

.count-9 .x-axis-label-item {
  width: 11.11111111%;
}

.count-10 .x-axis-label-item {
  width: 10%;
}

.x-axis-label {
  position: relative;
  display: block;
  color: #656d78;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.h-bar-chart .x-axis-label {
  text-align: center;
}

.v-bar-chart .x-axis-label {
  text-align: right;
}
/**
  * Y axis labels
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <ul class="y-axis-label-list count-{ count }">
  *   <li class="y-axis-label-item">
  *     <span class="y-axis-label">{ label }</span>
  *   </li>
  * </ul>
  *
  */
.y-axis-label-list {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: 50px;
  left: 0;
  width: 40px;
}

.y-axis-label-item {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.count-1 .y-axis-label-item:nth-of-type(1) {
  bottom: 100%;
}

.count-2 .y-axis-label-item:nth-of-type(1) {
  bottom: 50%;
}

.count-2 .y-axis-label-item:nth-of-type(2) {
  bottom: 100%;
}

.count-3 .y-axis-label-item:nth-of-type(1) {
  bottom: 33.33333333%;
}

.count-3 .y-axis-label-item:nth-of-type(2) {
  bottom: 66.66666667%;
}

.count-3 .y-axis-label-item:nth-of-type(3) {
  bottom: 100%;
}

.count-4 .y-axis-label-item:nth-of-type(1) {
  bottom: 25%;
}

.count-4 .y-axis-label-item:nth-of-type(2) {
  bottom: 50%;
}

.count-4 .y-axis-label-item:nth-of-type(3) {
  bottom: 75%;
}

.count-4 .y-axis-label-item:nth-of-type(4) {
  bottom: 100%;
}

.count-5 .y-axis-label-item:nth-of-type(1) {
  bottom: 20%;
}

.count-5 .y-axis-label-item:nth-of-type(2) {
  bottom: 40%;
}

.count-5 .y-axis-label-item:nth-of-type(3) {
  bottom: 60%;
}

.count-5 .y-axis-label-item:nth-of-type(4) {
  bottom: 80%;
}

.count-5 .y-axis-label-item:nth-of-type(5) {
  bottom: 100%;
}

.count-6 .y-axis-label-item:nth-of-type(1) {
  bottom: 16.66666667%;
}

.count-6 .y-axis-label-item:nth-of-type(2) {
  bottom: 33.33333333%;
}

.count-6 .y-axis-label-item:nth-of-type(3) {
  bottom: 50%;
}

.count-6 .y-axis-label-item:nth-of-type(4) {
  bottom: 66.66666667%;
}

.count-6 .y-axis-label-item:nth-of-type(5) {
  bottom: 83.33333333%;
}

.count-6 .y-axis-label-item:nth-of-type(6) {
  bottom: 100%;
}

.count-7 .y-axis-label-item:nth-of-type(1) {
  bottom: 14.28571429%;
}

.count-7 .y-axis-label-item:nth-of-type(2) {
  bottom: 28.57142857%;
}

.count-7 .y-axis-label-item:nth-of-type(3) {
  bottom: 42.85714286%;
}

.count-7 .y-axis-label-item:nth-of-type(4) {
  bottom: 57.14285714%;
}

.count-7 .y-axis-label-item:nth-of-type(5) {
  bottom: 71.42857143%;
}

.count-7 .y-axis-label-item:nth-of-type(6) {
  bottom: 85.71428571%;
}

.count-7 .y-axis-label-item:nth-of-type(7) {
  bottom: 100%;
}

.count-8 .y-axis-label-item:nth-of-type(1) {
  bottom: 12.5%;
}

.count-8 .y-axis-label-item:nth-of-type(2) {
  bottom: 25%;
}

.count-8 .y-axis-label-item:nth-of-type(3) {
  bottom: 37.5%;
}

.count-8 .y-axis-label-item:nth-of-type(4) {
  bottom: 50%;
}

.count-8 .y-axis-label-item:nth-of-type(5) {
  bottom: 62.5%;
}

.count-8 .y-axis-label-item:nth-of-type(6) {
  bottom: 75%;
}

.count-8 .y-axis-label-item:nth-of-type(7) {
  bottom: 87.5%;
}

.count-8 .y-axis-label-item:nth-of-type(8) {
  bottom: 100%;
}

.count-9 .y-axis-label-item:nth-of-type(1) {
  bottom: 11.11111111%;
}

.count-9 .y-axis-label-item:nth-of-type(2) {
  bottom: 22.22222222%;
}

.count-9 .y-axis-label-item:nth-of-type(3) {
  bottom: 33.33333333%;
}

.count-9 .y-axis-label-item:nth-of-type(4) {
  bottom: 44.44444444%;
}

.count-9 .y-axis-label-item:nth-of-type(5) {
  bottom: 55.55555556%;
}

.count-9 .y-axis-label-item:nth-of-type(6) {
  bottom: 66.66666667%;
}

.count-9 .y-axis-label-item:nth-of-type(7) {
  bottom: 77.77777778%;
}

.count-9 .y-axis-label-item:nth-of-type(8) {
  bottom: 88.88888889%;
}

.count-9 .y-axis-label-item:nth-of-type(9) {
  bottom: 100%;
}

.count-10 .y-axis-label-item:nth-of-type(1) {
  bottom: 10%;
}

.count-10 .y-axis-label-item:nth-of-type(2) {
  bottom: 20%;
}

.count-10 .y-axis-label-item:nth-of-type(3) {
  bottom: 30%;
}

.count-10 .y-axis-label-item:nth-of-type(4) {
  bottom: 40%;
}

.count-10 .y-axis-label-item:nth-of-type(5) {
  bottom: 50%;
}

.count-10 .y-axis-label-item:nth-of-type(6) {
  bottom: 60%;
}

.count-10 .y-axis-label-item:nth-of-type(7) {
  bottom: 70%;
}

.count-10 .y-axis-label-item:nth-of-type(8) {
  bottom: 80%;
}

.count-10 .y-axis-label-item:nth-of-type(9) {
  bottom: 90%;
}

.count-10 .y-axis-label-item:nth-of-type(10) {
  bottom: 100%;
}

.y-axis-label {
  position: relative;
  display: block;
  color: #656d78;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}

.h-bar-chart .y-axis-label {
  bottom: -6px;
}

.v-bar-chart .y-axis-label {
  bottom: -18px;
}
/**
  * X axis bars
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <ul class="x-axis-bar-list count-{ count }">
  *   <li class="x-axis-bar-item { nested-bars }">
  *     <span class="x-axis-bar { primary|secondary|tertiary }" style="top: { value in % };">
  *       <span class="x-axis-bar-value" data-value="{ value }"></span>
  *     </span>
  *     <span class="x-axis-bullet-bar" style="top: { value in % }"></span>
  *     <span class="x-axis-bar-target-line" style="bottom: { value in % };"></span>
  *   </li>
  * </ul>
  *
  */
.x-axis-bar-list {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 51px;
  left: 56px;
}

.x-axis-bar-item {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}

.count-1 .x-axis-bar-item:nth-of-type(1) {
  right: 0%;
  left: 0%;
}

.count-2 .x-axis-bar-item:nth-of-type(1) {
  right: 50%;
  left: 0%;
}

.count-2 .x-axis-bar-item:nth-of-type(2) {
  right: 0%;
  left: 50%;
}

.count-3 .x-axis-bar-item:nth-of-type(1) {
  right: 66.66666667%;
  left: 0%;
}

.count-3 .x-axis-bar-item:nth-of-type(2) {
  right: 33.33333333%;
  left: 33.33333333%;
}

.count-3 .x-axis-bar-item:nth-of-type(3) {
  right: 0%;
  left: 66.66666667%;
}

.count-4 .x-axis-bar-item:nth-of-type(1) {
  right: 75%;
  left: 0%;
}

.count-4 .x-axis-bar-item:nth-of-type(2) {
  right: 50%;
  left: 25%;
}

.count-4 .x-axis-bar-item:nth-of-type(3) {
  right: 25%;
  left: 50%;
}

.count-4 .x-axis-bar-item:nth-of-type(4) {
  right: 0%;
  left: 75%;
}

.count-5 .x-axis-bar-item:nth-of-type(1) {
  right: 80%;
  left: 0%;
}

.count-5 .x-axis-bar-item:nth-of-type(2) {
  right: 60%;
  left: 20%;
}

.count-5 .x-axis-bar-item:nth-of-type(3) {
  right: 40%;
  left: 40%;
}

.count-5 .x-axis-bar-item:nth-of-type(4) {
  right: 20%;
  left: 60%;
}

.count-5 .x-axis-bar-item:nth-of-type(5) {
  right: 0%;
  left: 80%;
}

.count-6 .x-axis-bar-item:nth-of-type(1) {
  right: 83.33333333%;
  left: 0%;
}

.count-6 .x-axis-bar-item:nth-of-type(2) {
  right: 66.66666667%;
  left: 16.66666667%;
}

.count-6 .x-axis-bar-item:nth-of-type(3) {
  right: 50%;
  left: 33.33333333%;
}

.count-6 .x-axis-bar-item:nth-of-type(4) {
  right: 33.33333333%;
  left: 50%;
}

.count-6 .x-axis-bar-item:nth-of-type(5) {
  right: 16.66666667%;
  left: 66.66666667%;
}

.count-6 .x-axis-bar-item:nth-of-type(6) {
  right: 0%;
  left: 83.33333333%;
}

.count-7 .x-axis-bar-item:nth-of-type(1) {
  right: 85.71428571%;
  left: 0%;
}

.count-7 .x-axis-bar-item:nth-of-type(2) {
  right: 71.42857143%;
  left: 14.28571429%;
}

.count-7 .x-axis-bar-item:nth-of-type(3) {
  right: 57.14285714%;
  left: 28.57142857%;
}

.count-7 .x-axis-bar-item:nth-of-type(4) {
  right: 42.85714286%;
  left: 42.85714286%;
}

.count-7 .x-axis-bar-item:nth-of-type(5) {
  right: 28.57142857%;
  left: 57.14285714%;
}

.count-7 .x-axis-bar-item:nth-of-type(6) {
  right: 14.28571429%;
  left: 71.42857143%;
}

.count-7 .x-axis-bar-item:nth-of-type(7) {
  right: 0%;
  left: 85.71428571%;
}

.count-8 .x-axis-bar-item:nth-of-type(1) {
  right: 87.5%;
  left: 0%;
}

.count-8 .x-axis-bar-item:nth-of-type(2) {
  right: 75%;
  left: 12.5%;
}

.count-8 .x-axis-bar-item:nth-of-type(3) {
  right: 62.5%;
  left: 25%;
}

.count-8 .x-axis-bar-item:nth-of-type(4) {
  right: 50%;
  left: 37.5%;
}

.count-8 .x-axis-bar-item:nth-of-type(5) {
  right: 37.5%;
  left: 50%;
}

.count-8 .x-axis-bar-item:nth-of-type(6) {
  right: 25%;
  left: 62.5%;
}

.count-8 .x-axis-bar-item:nth-of-type(7) {
  right: 12.5%;
  left: 75%;
}

.count-8 .x-axis-bar-item:nth-of-type(8) {
  right: 0%;
  left: 87.5%;
}

.count-9 .x-axis-bar-item:nth-of-type(1) {
  right: 88.88888889%;
  left: 0%;
}

.count-9 .x-axis-bar-item:nth-of-type(2) {
  right: 77.77777778%;
  left: 11.11111111%;
}

.count-9 .x-axis-bar-item:nth-of-type(3) {
  right: 66.66666667%;
  left: 22.22222222%;
}

.count-9 .x-axis-bar-item:nth-of-type(4) {
  right: 55.55555556%;
  left: 33.33333333%;
}

.count-9 .x-axis-bar-item:nth-of-type(5) {
  right: 44.44444444%;
  left: 44.44444444%;
}

.count-9 .x-axis-bar-item:nth-of-type(6) {
  right: 33.33333333%;
  left: 55.55555556%;
}

.count-9 .x-axis-bar-item:nth-of-type(7) {
  right: 22.22222222%;
  left: 66.66666667%;
}

.count-9 .x-axis-bar-item:nth-of-type(8) {
  right: 11.11111111%;
  left: 77.77777778%;
}

.count-9 .x-axis-bar-item:nth-of-type(9) {
  right: 0%;
  left: 88.88888889%;
}

.count-10 .x-axis-bar-item:nth-of-type(1) {
  right: 90%;
  left: 0%;
}

.count-10 .x-axis-bar-item:nth-of-type(2) {
  right: 80%;
  left: 10%;
}

.count-10 .x-axis-bar-item:nth-of-type(3) {
  right: 70%;
  left: 20%;
}

.count-10 .x-axis-bar-item:nth-of-type(4) {
  right: 60%;
  left: 30%;
}

.count-10 .x-axis-bar-item:nth-of-type(5) {
  right: 50%;
  left: 40%;
}

.count-10 .x-axis-bar-item:nth-of-type(6) {
  right: 40%;
  left: 50%;
}

.count-10 .x-axis-bar-item:nth-of-type(7) {
  right: 30%;
  left: 60%;
}

.count-10 .x-axis-bar-item:nth-of-type(8) {
  right: 20%;
  left: 70%;
}

.count-10 .x-axis-bar-item:nth-of-type(9) {
  right: 10%;
  left: 80%;
}

.count-10 .x-axis-bar-item:nth-of-type(10) {
  right: 0%;
  left: 90%;
}

.x-axis-bar {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 0;
  left: 5px;
  display: block;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background-color: #0518d3;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  transition: all 0.15s linear;
}

  .x-axis-bar.primary {
    border-color: #0518d3;
  }

  .x-axis-bar.secondary {
    border-color: #472796;
    background-image: linear-gradient(to right, #b6a2e7 0%, #967adc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6a2e7', endColorstr='#ff967adc', GradientType=1);
  }

  .x-axis-bar.tertiary {
    border-color: #145168;
    background-image: linear-gradient(to right, #59bbe0 0%, #3bafda 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bbe0', endColorstr='#ff3bafda', GradientType=1);
  }

  .x-axis-bar.dashed {
    border-color: #748298;
    border-style: dashed;
    border-bottom: none;
    background-color: #fff;
  }

.nested-bars .x-axis-bar:nth-of-type(1) {
  right: 5px;
  left: 5px;
}

.nested-bars .x-axis-bar:nth-of-type(2) {
  right: 10px;
  left: 10px;
}

.nested-bars .x-axis-bar:nth-of-type(3) {
  right: 15px;
  left: 15px;
}

.x-axis-bar-value {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.15s linear;
}

.primary .x-axis-bar-value {
  border-color: #1f2225;
  background-image: linear-gradient(to right, #7e8692 0%, #656d78 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e8692', endColorstr='#ff656d78', GradientType=1);
}

.secondary .x-axis-bar-value {
  border-color: #472796;
  background-image: linear-gradient(to right, #b6a2e7 0%, #967adc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6a2e7', endColorstr='#ff967adc', GradientType=1);
}

.tertiary .x-axis-bar-value {
  border-color: #145168;
  background-image: linear-gradient(to right, #59bbe0 0%, #3bafda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bbe0', endColorstr='#ff3bafda', GradientType=1);
}

.dashed .x-axis-bar-value {
  border-color: #748298;
  background-color: #fff;
}

.x-axis-bar-value:hover:after,
.x-axis-bar-value:focus:after,
.x-axis-bar-value:hover:before,
.x-axis-bar-value:focus:before {
  visibility: visible;
  opacity: 1;
  transition: all 0.15s linear;
}

.x-axis-bar-value:after {
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 200;
  visibility: hidden;
  margin-left: -20px;
  padding: 2px 0;
  width: 40px;
  border-radius: 3px;
  background-color: #434a54;
  color: #fff;
  content: attr(data-value);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
}

.x-axis-bar-value:before {
  position: absolute;
  top: -3px;
  left: 50%;
  z-index: 200;
  visibility: hidden;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #434a54;
  content: '';
  opacity: 0;
}

.x-axis-bullet-bar {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
  transition: all 0.15s linear;
}

.x-axis-bar-target-line {
  position: absolute;
  top: auto;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: 1px;
  background-color: #1f2125;
}
/**
  * Y axis bars
  * --------------------------------------------------
  *
  * Recommended usage:
  *
  * <ul class="y-axis-bar-list count-{ count }">
  *   <li class="y-axis-bar-item { nested-bars }">
  *     <span class="y-axis-bar { primary|secondary|tertiary }" style="right: { value in % };">
  *       <span class="y-axis-bar-value" data-value="{ value }"></span>
  *     </span>
  *     <span class="y-axis-bullet-bar" style="right: { value in % }"></span>
  *     <span class="y-axis-bar-target-line" style="left: { value in % };"></span>
  *   </li>
  * </ul>
  *
  */
.y-axis-bar-list {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 56px;
  left: 51px;
}

.y-axis-bar-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

.count-1 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 0%;
}

.count-2 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 50%;
}

.count-2 .y-axis-bar-item:nth-of-type(2) {
  top: 50%;
  bottom: 0%;
}

.count-3 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 66.66666667%;
}

.count-3 .y-axis-bar-item:nth-of-type(2) {
  top: 33.33333333%;
  bottom: 33.33333333%;
}

.count-3 .y-axis-bar-item:nth-of-type(3) {
  top: 66.66666667%;
  bottom: 0%;
}

.count-4 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 75%;
}

.count-4 .y-axis-bar-item:nth-of-type(2) {
  top: 25%;
  bottom: 50%;
}

.count-4 .y-axis-bar-item:nth-of-type(3) {
  top: 50%;
  bottom: 25%;
}

.count-4 .y-axis-bar-item:nth-of-type(4) {
  top: 75%;
  bottom: 0%;
}

.count-5 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 80%;
}

.count-5 .y-axis-bar-item:nth-of-type(2) {
  top: 20%;
  bottom: 60%;
}

.count-5 .y-axis-bar-item:nth-of-type(3) {
  top: 40%;
  bottom: 40%;
}

.count-5 .y-axis-bar-item:nth-of-type(4) {
  top: 60%;
  bottom: 20%;
}

.count-5 .y-axis-bar-item:nth-of-type(5) {
  top: 80%;
  bottom: 0%;
}

.count-6 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 83.33333333%;
}

.count-6 .y-axis-bar-item:nth-of-type(2) {
  top: 16.66666667%;
  bottom: 66.66666667%;
}

.count-6 .y-axis-bar-item:nth-of-type(3) {
  top: 33.33333333%;
  bottom: 50%;
}

.count-6 .y-axis-bar-item:nth-of-type(4) {
  top: 50%;
  bottom: 33.33333333%;
}

.count-6 .y-axis-bar-item:nth-of-type(5) {
  top: 66.66666667%;
  bottom: 16.66666667%;
}

.count-6 .y-axis-bar-item:nth-of-type(6) {
  top: 83.33333333%;
  bottom: 0%;
}

.count-7 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 85.71428571%;
}

.count-7 .y-axis-bar-item:nth-of-type(2) {
  top: 14.28571429%;
  bottom: 71.42857143%;
}

.count-7 .y-axis-bar-item:nth-of-type(3) {
  top: 28.57142857%;
  bottom: 57.14285714%;
}

.count-7 .y-axis-bar-item:nth-of-type(4) {
  top: 42.85714286%;
  bottom: 42.85714286%;
}

.count-7 .y-axis-bar-item:nth-of-type(5) {
  top: 57.14285714%;
  bottom: 28.57142857%;
}

.count-7 .y-axis-bar-item:nth-of-type(6) {
  top: 71.42857143%;
  bottom: 14.28571429%;
}

.count-7 .y-axis-bar-item:nth-of-type(7) {
  top: 85.71428571%;
  bottom: 0%;
}

.count-8 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 87.5%;
}

.count-8 .y-axis-bar-item:nth-of-type(2) {
  top: 12.5%;
  bottom: 75%;
}

.count-8 .y-axis-bar-item:nth-of-type(3) {
  top: 25%;
  bottom: 62.5%;
}

.count-8 .y-axis-bar-item:nth-of-type(4) {
  top: 37.5%;
  bottom: 50%;
}

.count-8 .y-axis-bar-item:nth-of-type(5) {
  top: 50%;
  bottom: 37.5%;
}

.count-8 .y-axis-bar-item:nth-of-type(6) {
  top: 62.5%;
  bottom: 25%;
}

.count-8 .y-axis-bar-item:nth-of-type(7) {
  top: 75%;
  bottom: 12.5%;
}

.count-8 .y-axis-bar-item:nth-of-type(8) {
  top: 87.5%;
  bottom: 0%;
}

.count-9 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 88.88888889%;
}

.count-9 .y-axis-bar-item:nth-of-type(2) {
  top: 11.11111111%;
  bottom: 77.77777778%;
}

.count-9 .y-axis-bar-item:nth-of-type(3) {
  top: 22.22222222%;
  bottom: 66.66666667%;
}

.count-9 .y-axis-bar-item:nth-of-type(4) {
  top: 33.33333333%;
  bottom: 55.55555556%;
}

.count-9 .y-axis-bar-item:nth-of-type(5) {
  top: 44.44444444%;
  bottom: 44.44444444%;
}

.count-9 .y-axis-bar-item:nth-of-type(6) {
  top: 55.55555556%;
  bottom: 33.33333333%;
}

.count-9 .y-axis-bar-item:nth-of-type(7) {
  top: 66.66666667%;
  bottom: 22.22222222%;
}

.count-9 .y-axis-bar-item:nth-of-type(8) {
  top: 77.77777778%;
  bottom: 11.11111111%;
}

.count-9 .y-axis-bar-item:nth-of-type(9) {
  top: 88.88888889%;
  bottom: 0%;
}

.count-10 .y-axis-bar-item:nth-of-type(1) {
  top: 0%;
  bottom: 90%;
}

.count-10 .y-axis-bar-item:nth-of-type(2) {
  top: 10%;
  bottom: 80%;
}

.count-10 .y-axis-bar-item:nth-of-type(3) {
  top: 20%;
  bottom: 70%;
}

.count-10 .y-axis-bar-item:nth-of-type(4) {
  top: 30%;
  bottom: 60%;
}

.count-10 .y-axis-bar-item:nth-of-type(5) {
  top: 40%;
  bottom: 50%;
}

.count-10 .y-axis-bar-item:nth-of-type(6) {
  top: 50%;
  bottom: 40%;
}

.count-10 .y-axis-bar-item:nth-of-type(7) {
  top: 60%;
  bottom: 30%;
}

.count-10 .y-axis-bar-item:nth-of-type(8) {
  top: 70%;
  bottom: 20%;
}

.count-10 .y-axis-bar-item:nth-of-type(9) {
  top: 80%;
  bottom: 10%;
}

.count-10 .y-axis-bar-item:nth-of-type(10) {
  top: 90%;
  bottom: 0%;
}

.y-axis-bar {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: 5px;
  left: 0;
  display: block;
  border: 1px solid transparent;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background-color: #0525e0;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  transition: all 0.15s linear;
}

  .y-axis-bar.primary {
    border-color: #0518d3;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e8692', endColorstr='#ff656d78', GradientType=0);
  }

  .y-axis-bar.secondary {
    border-color: #472796;
    background-image: linear-gradient(to bottom, #b6a2e7 0%, #967adc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6a2e7', endColorstr='#ff967adc', GradientType=0);
  }

  .y-axis-bar.tertiary {
    border-color: #145168;
    background-image: linear-gradient(to bottom, #59bbe0 0%, #3bafda 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bbe0', endColorstr='#ff3bafda', GradientType=0);
  }

  .y-axis-bar.dashed {
    border-color: #748298;
    border-style: dashed;
    border-left: none;
    background-color: #fff;
  }

.nested-bars .y-axis-bar:nth-of-type(1) {
  top: 5px;
  bottom: 5px;
}

.nested-bars .y-axis-bar:nth-of-type(2) {
  top: 10px;
  bottom: 10px;
}

.nested-bars .y-axis-bar:nth-of-type(3) {
  top: 15px;
  bottom: 15px;
}

.y-axis-bar-value {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.15s linear;
}

.primary .y-axis-bar-value {
  border-color: #1f2225;
  background-image: linear-gradient(to bottom, #7e8692 0%, #656d78 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e8692', endColorstr='#ff656d78', GradientType=0);
}

.secondary > .y-axis-bar-value {
  border-color: #472796;
  background-image: linear-gradient(to bottom, #b6a2e7 0%, #967adc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6a2e7', endColorstr='#ff967adc', GradientType=0);
}

.tertiary > .y-axis-bar-value {
  border-color: #145168;
  background-image: linear-gradient(to bottom, #59bbe0 0%, #3bafda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59bbe0', endColorstr='#ff3bafda', GradientType=0);
}

.dashed .y-axis-bar-value {
  border-color: #748298;
  background-color: #fff;
}

.y-axis-bar-value:hover:after,
.y-axis-bar-value:focus:after,
.y-axis-bar-value:hover:before,
.y-axis-bar-value:focus:before {
  visibility: visible;
  opacity: 1;
  transition: all 0.15s linear;
}

.y-axis-bar-value:after {
  position: absolute;
  top: 50%;
  right: -43px;
  z-index: 200;
  visibility: hidden;
  margin-top: -11px;
  padding: 2px 0;
  width: 40px;
  border-radius: 3px;
  background-color: #434a54;
  color: #fff;
  content: attr(data-value);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
}

.y-axis-bar-value:before {
  position: absolute;
  top: 50%;
  right: -3px;
  z-index: 200;
  visibility: hidden;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #434a54;
  content: '';
  opacity: 0;
}

.y-axis-bullet-bar {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-left: none;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3);
  transition: all 0.15s linear;
}

.y-axis-bar-target-line {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: 2px;
  left: 0;
  width: 1px;
  background-color: #1f2125;
}

.chart {
  height: 20px;
  width: 100%;
}

  .chart div {
    height: 100%;
    float: left;
  }

  .chart .start {
    border-radius: 2rem 0 0 2rem;
  }

  .chart .end {
    border-radius: 0 2rem 2rem 0;
  }

  .chart .red {
    background: #f8014e;
  }

  .chart .blue {
    background-color: #fd9118;
  }

  .chart .yellow {
    background-color: #f9b30a;
  }

  .chart .green {
    background-color: #3bd718;
  }

  .chart .cyan {
    background-color: #3bbc14;
  }

.chartFirst {
  width: 18%;
  margin: 50px 2% 0 0;
}

.dashboardCon {
  display: flex;
  width: 100%;
}

.chartFirst p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

@-webkit-keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.pie-chart {
  font-family: "Open Sans", Arial;
}

.pie-chart--wrapper {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #fff;
  padding: 0 0 35px;
}

.pie-chart__pie, .pie-chart__legend {
  display: inline-block;
  vertical-align: top;
}

.pie-chart__pie {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 10px auto 35px;
}

  .pie-chart__pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: #EEE;
    border-radius: 50%;
    top: 50px;
    left: 50px;
  }

  .pie-chart__pie::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
    margin: 220px auto;
  }

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1s;
  animation: bake-pie 1s;
}

  .slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
  }

.pie-chart__legend {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  background: #FFF;
  padding: 0.75em 0.75em 0.05em;
  font-size: 13px;
  text-align: left;
  width: 65%;
}

  .pie-chart__legend li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
  }

  .pie-chart__legend em {
    font-style: normal;
  }

  .pie-chart__legend span {
    float: right;
  }

.pie-charts {
  display: flex;
  flex-direction: row;
}

@media (max-width: 500px) {
  .pie-charts {
    flex-direction: column;
  }
}

.chartdashboard {
  background: #fff;
  width: 65%;
  float: left;
  margin: 35px 0 0 0;
  height: 355px;
}

.chartdashboardBar {
  background: #fff;
  width: 31%;
  float: left;
  margin: 35px 0 0 2%;
}

credit {
  width: 560px;
  margin: 9em auto 3em auto;
  text-align: center;
  font-size: 0.75em;
}

a {
  text-decoration: none;
  color: #21A6EE;
}

.ion-social-dribbble {
  color: #EC4989;
}

.chart1 {
  position: relative;
  width: 560px;
  height: 260px;
  margin: 3em auto;
  background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 2px, transparent 100%);
  background-size: 29px 29px;
  background-position: -11px 11px;
}

  .chart1::before,
  .chart1::after {
    display: inline-block;
    font-size: 0.875em;
  }

  .chart1::before {
    display: inline-block;
    position: absolute;
    left: -3.5em;
    top: -5px;
    content: "$4k \a$3k \a$2k \a$1k \a 0";
    white-space: pre;
    height: 100%;
    line-height: 4.2;
    text-align: right;
  }

  .chart1::after {
    content: "07:00h 21:00h";
    width: 110%;
    margin-left: -5%;
    word-spacing: 36.5em;
    padding-top: 0.5em;
  }

.dataset {
  fill-opacity: 0.8;
  filter: url(#dropshadow);
}

#dataset-1 {
  fill: #50E3C2;
}

#dataset-2 {
  fill: #21A6EE;
}

#dataset-3 {
  fill: #0518d3;
}

.chart button {
  position: relative;
  top: -0.75em;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  color: #384051;
  border-radius: 5px;
  padding: 0.25em 1em;
  font-size: 1em;
  float: right;
  cursor: pointer;
}

  .chart button:focus {
    outline: none;
  }

@-webkit-keyframes raise {
  0% {
    transform: scaleY(0.01);
  }

  75% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes raise {
  0% {
    transform: scaleY(0.01);
  }

  75% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.dataset {
  transform-origin: bottom;
  transform: scaleY(0.01);
  opacity: 0.5;
}

.loaded .dataset {
  opacity: 1;
  -webkit-animation: raise 0.5s ease 0.2s forwards;
  animation: raise 0.5s ease 0.2s forwards;
}

.loaded #dataset-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loaded #dataset-2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loaded #dataset-3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loginCon {
  max-width: 320px;
  margin: 0 auto;
}

  .loginCon label {
    display: block;
    color: #7f7f7f;
    font-size: 15px;
    letter-spacing: -0.1px;
    padding: 0 0 3px;
  }

  .loginCon input {
    padding: 10px;
    background: #f8f8f8;
    border: solid 1px #dedede;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 15px;
  }

.loginLft {
  float: left;
  margin: 0 0 30px;
  font-size: 13px;
  width: 50%;
}

  .loginLft input {
    width: auto;
  }

.loginRft {
  float: right;
  margin: 0 0 15px;
  font-size: 13px;
  text-align: right;
  width: 50%;
}

.loginBg .btnCon {
  text-align: center;
  padding: 65px 0 0 0;
}

/*---Latest CRR--*/
.chart {
  position: relative;
}

.val-start {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.val-end {
  position: absolute;
  right: 0;
  bottom: -25px;
}

.chartFirst p {
  text-align: center;
  margin-top: 10px;
  letter-spacing: .5px;
}

.pie-chart--wrapper {
  margin-right: 20px;
  border-radius: 5px;
}

  .pie-chart--wrapper h2 {
    font-weight: normal;
    font-size: 15px;
  }

.chartdashboard {
  border-radius: 5px;
}

.pie-chart__legend li {
  display: inline-block;
}

.pie-chart__legend {
  width: 80%;
  text-align: center;
}

  .pie-chart__legend li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    position: relative;
    left: -5px;
  }

  .pie-chart__legend li {
    display: inline-block;
    border: none;
    text-align: center;
  }

    .pie-chart__legend li:first-child:before {
      background: #fee066 !important;
    }

    .pie-chart__legend li:nth-child(2):before {
      background: #f93c90 !important;
    }

    .pie-chart__legend li:nth-child(3):before {
      background: #3579fe !important;
    }

    .pie-chart__legend li:nth-child(4):before {
      background: #04d1e2 !important;
    }

    .pie-chart__legend li:nth-child(5):before {
      background: #ff5800 !important;
    }

    .pie-chart__legend li:nth-child(6):before {
      background: #ff5800 !important;
    }
/*---Pie Chart CSS---*/
.charts {
  background: conic-gradient(#05D1E2 0 24%, #F93C90 0 38%, #3579FF 0 66%, #FEE066 0);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  float: none;
  padding-right: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
}

.chart-innrcrcle {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  z-index: 999;
  border-radius: 50%;
  top: 24%;
  position: absolute;
  left: 24%;
}

.pie-chart__legend i {
  font-style: normal;
}

.charts.second-chart {
  background: conic-gradient(#FEE066 0 10%, #05D1E2 0 40%, #F93C90 0 48%, #3579FF 0 54%, #ff5800 0 4%) !important;
}

.charts.third-chart {
  background: conic-gradient(#F93C90 0 35%, #FEE066 0 58%, #05D1E2 0 70%, #3579FF 0 62%) !important;
}

/*----Chart CSS-----*/
.skills {
  width: 83%;
  max-width: 960px;
  height: 270px;
  position: relative;
  float: right;
  right: 35px;
  margin-top: 20px;
}

.lines {
  height: 100%;
  position: relative;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}

  .line.l--0 {
    left: 0;
  }

  .line.l--25 {
    left: 25%;
  }

  .line.l--50 {
    left: 50%;
  }

  .line.l--75 {
    left: 75%;
  }

  .line.l--100 {
    left: calc(100% - 1px);
  }

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}

  .line__label.title {
    text-transform: uppercase;
    font-weight: bold;
  }

.charts-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart-bar:not(:first-child) {
  margin-top: 10px;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--prod .chart__title {
  animation-delay: 3.3s;
}

.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #051dd9, #005CC8);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}

.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}

.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}

.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}

.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}

.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}

.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}

.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}

.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}

.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}

.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}

.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}

.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}

.chart--design .chart__bar:nth-of-type(4) {
  animation-delay: 5.8s;
}

.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}

.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}

.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.chartdashboardBar {
  border-radius: 5px;
}

.lines {
  bottom: 45px;
}

  .lines li::marker, .chart__bar::marker {
    font-size: 0;
  }

.chart--horiz {
  padding-left: 0;
}

.chart-titles {
  font-size: 12px;
  font-weight: normal;
  padding: 0 20px;
}

.chart__bar {
  height: 20px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.chart__label {
  padding-left: 10px;
  line-height: 12px !important;
  color: white;
  font-size: 12px;
  position: relative;
  bottom: 4px;
}

.chart-titles span {
  float: right;
}

  .chart-titles span > b {
    display: inline-block;
    width: 30px;
    height: 12px;
    background: #0518d4;
    border-radius: 3px;
  }

  .chart-titles span > i {
    font-style: normal;
    opacity: 0.7;
    font-size: 12px;
  }

.lines {
  bottom: 25px;
}

.chartdashboardBar {
  height: 355px;
}

.quiz-chartTip {
  padding: 5px 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  background-color: rgba(255,255,255,.9);
  box-shadow: 3px 3px 10px rgba(0,0,0,.1);
  position: absolute;
  z-index: 50;
  max-width: 250px;
}

.quiz-graph {
  padding: 10px;
  height: 330px;
  width: 94%;
}

  .quiz-graph .x-labels {
    text-anchor: middle;
  }

  .quiz-graph .y-labels {
    text-anchor: end;
  }

  .quiz-graph .quiz-graph-grid {
    stroke: #ccc;
    stroke-dasharray: 0;
    stroke-width: 1;
  }

.label-title {
  text-anchor: middle;
  text-transform: uppercase;
  font-size: 12px;
  fill: gray;
}

.quiz-graph-dot, .quiz-graph-start-dot {
  fill: rgba(3,74,205,1);
  stroke-width: 2;
  stroke: white;
}

.x-labels text {
  font-size: 12px;
}

.y-labels text {
  font-size: 12px;
}

.slds-p-top--medium {
  position: relative;
  top: -37px;
}

  .slds-p-top--medium .chart-titles {
    position: relative;
    top: 38px;
    background: #fff;
    padding-bottom: 5px;
  }

input.funnel-name {
  background: #f8f8f8;
  border: solid 1px #ccc;
  padding: 10px 10px;
  border-radius: 5px;
}

.container-funnel {
  box-shadow: #00000026 2px 0px 4px 1px;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #ccc;
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
}

  .container-funnel label {
    font-size: 14px;
    padding: 0 0 10px;
  }

.cont-input {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  max-width: 500px;
  flex-basis: 20%;
}

.cont-input2 {
  flex-basis: 15%;
}

.funnel-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px
}

  .funnel-submit button {
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    width: 150px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ccc;
    transition: 0.2s ease;
  }

button.cancel {
  color: #052ee8;
  background: #e8ecfd;
}

  button.cancel:hover {
    background: #052ee8;
    color: #e8ecfd;
  }

button.save {
  background: #052ee8;
  color: #e8ecfd;
}

  button.save:hover {
    color: #052ee8;
    background: #e8ecfd;
  }

.opportunity-container {
  box-shadow: #00000026 2px 0px 4px 1px;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #ccc;
  position: relative;
}

.months button {
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
}

  .months button.jan {
    background: #a92f90;
  }

  .months button.feb {
    background: #e9402c;
  }

  .months button.march {
    background: #0b8388;
  }

  .months button.april {
    background: #1b6729;
  }

  .months button.may {
    background: #1e5584;
  }

.grey-box {
  background: #f8f8f8;
  margin: 20px;
  padding: 20px 30px;
}

/* Customize the label (the checkbox-wrap) */
.checkbox-wrap {
  margin: 30px 0 0;
  display: block !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 22px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

  /* Hide the browser's default checkbox */
  .checkbox-wrap input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
  }

/* Create a custom checkbox */
.checkmark {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 25px !important;
  width: 25px !important;
  background-color: #eee !important;
}

/* On mouse-over, add a grey background color */
.checkbox-wrap:hover input ~ .checkmark {
  background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
.checkbox-wrap input:checked ~ .checkmark {
  background-color: #2196F3 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute !important;
  display: none !important;
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block !important;
}

/* Style the checkmark/indicator */
.checkbox-wrap .checkmark:after {
  left: 9px !important;
  top: 5px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 3px 3px 0 !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}


.info {
  list-style: none;
  padding: 20px 0 0;
  display: inline-block;
  margin-bottom: 0px;
}

  .info li {
    display: inline-block;
    padding-right: 15px;
    text-align: center;
  }

    .info li.active {
      color: #052ee7;
      text-decoration: underline;
    }



/*---New CSS---*/
.titleTxt h1 {
  font-size: 30px;
  padding: 15px 0;
}

.tleRgt {
  top: 22px;
}

.right .header {
  padding: 0px 30px;
}

  .right .header ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }

.header img {
  width: 100px;
}

.leadCon th input[type="text"], .leadCon th input[type="date"] {
  display: block;
  margin: 0px auto;
  margin-bottom: 5PX;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  height: 25px;
  border-radius: 5px;
  color: #fff !important;
  padding: 0px 10px;
  width: 90px;
}

  .leadCon th input[type="text"]::placeholder, .leadCon th input[type="date"]::placeholder, .leadCon th input[type="date" i] {
    color: rgba(255,255,255,0.5);
    font-size: 10px;
  }

  .leadCon th input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.7;
  }

.leadCon tr th {
  font-size: 13px;
}

.leadCon .fa-search {
  position: absolute;
  right: 5px;
  top: 6px;
  opacity: 0.5;
}

.leadCon tr th span {
  font-size: 13px;
  position: relative;
  display: block;
  width: 110px;
  margin: 0px auto;
}

.leadCon tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

  .leadCon tbody tr td {
    padding-top: 10px !important;
    padding-bottom: 10px;
  }

.leadCon th .fa-caret-up {
  position: absolute;
  left: 5px;
  top: 0px;
}

.leadCon th .fa-caret-down {
  position: absolute;
  top: 7px;
  left: 5px;
}

.leadCon th b {
  position: relative;
}

.addleadInner {
  padding: 0 10px 0;
}

.leadinputFull {
  padding: 0 0 10px;
}

.addleadCon {
  padding: 15px 0 50px;
}

.leadtextareafullBox label, .leadinputBox label, .funnelStage label, .leadtextareaBox label, .leadinputBoxfull label {
  color: #000;
  font-size: 13px;
  letter-spacing: -0.3px;
  display: block;
  padding: 0 0 4px;
}

.leadinputBox input, .leadinputBox select {
  padding: 5px;
}

.tab button {
  padding: 5px 15px;
  font-size: 14px;
}

.funnelStageBg span {
  padding: 2px 30px;
}

.addfieldBtn {
  margin: 0 0 15px 2%;
  font-size: 12px;
  border-radius: 5px;
}

.cancelBtn, .saveBtn {
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
}

.lead-halfs {
  width: 48%;
  margin-right: 0px;
  float: left;
}

.lead-halfs-right {
  width: 50%;
  float: right;
}

.tab {
  width: 100%;
}

.leadinputBox {
  width: 50% !important;
  float: left;
  margin: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.leadinputFull {
  width: 100%;
  display: flow-root;
  padding: 0 0 20px;
}

.leadinputBox input {
  width: 97%;
}

.funnelStage {
  width: 98.7%;
}

.primaryContact {
  width: 97.7%;
}

  .primaryContact .leadinputBox input {
    width: 97%;
  }

.leadtextareaBox {
  margin-left: 10px !important;
}

.tab button {
  padding: 10px 20px;
  font-size: 14px;
  background: #f4f4f4;
  margin-right: 5px;
  border-radius: 5px;
}

.tab, .addfieldBtn, .funnelStage, .primaryContact {
  margin-left: 0%;
}

.leadinputFull {
  padding: 20px 0;
  padding-top: 0;
  box-sizing: border-box;
}

.primaryContact {
  margin: 20px !important;
  margin-top: 0 !important;
}

.tab-blocks {
  padding: 20px;
}

  .tab-blocks .leadinputFull {
    padding: 0;
  }

.funnelStageBg {
  width: 100%;
}

.tab-blocks {
  position: relative;
  top: 20px;
  display: flow-root;
  width: 100%;
}

.primaryContact p {
  background: #ccc;
  color: #fff;
  margin-bottom: 15px;
}

.primaryContact .leadinputFull {
  padding: 0 10px;
  box-sizing: border-box;
}

.right .header {
  padding: 0px 30px;
  padding-left: 85px;
}

.leadinputBox {
  padding: 0px;
  box-sizing: border-box;
}

.titleTxt img {
  position: relative;
  top: 5px;
}

.left ul {
  padding-left: 0;
  width: 85px !important;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  background: #0518d4;
  transition: all 0.4s;
  height: 100%;
  margin-top: 0;
}

.left:hover ul {
  width: 250px !important;
}

  .left:hover ul li.menu-heading {
    opacity: 1;
  }

.left {
  width: 180px;
  height: 100%;
  position: fixed;
}

  .left ul li span {
    background: black;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    right: -41px;
    z-index: 999;
    top: 15px;
  }

  .left ul li {
    position: relative;
  }

.titleTxt span {
  position: absolute;
  left: -18px;
  top: 37px;
  background: #0517D4;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
}

.primaryContact {
  margin: 0px !important;
}

.primaryContact {
  width: 100%;
  box-sizing: border-box;
}

.funnelStage {
  width: 100%;
  box-sizing: border-box;
}

.leadinputBox, .funnelStage {
  padding: 0px 10px;
}

.pr-wraps {
  padding: 0 10px;
}

.modal h2 {
  margin: 0 1%;
  padding: 0px 0 1px;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.modal-content {
  margin: 0% 12% auto;
  box-sizing: border-box;
  width: 82%;
}

.tab-blocks {
  box-sizing: border-box;
}

.uploader {
  width: 90%;
}

.modal-content .leadtextareaBox {
  width: 100%;
  margin-left: 0px !important;
  padding: 0 10px;
  box-sizing: border-box;
}

.modal-content .leadinputBox {
  padding: 0 10px;
}

.modal-content .leadinputBoxfull {
  margin: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.cont-input input {
  width: 90%;
  padding: 8px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

.opportunity-container {
  padding: 15px 10px;
  box-sizing: border-box;
}

#bottom-seq {
  display: flow-root;
  width: 100%;
  padding: 0 10px !important;
  box-sizing: border-box;
}

.opportunity-container .leadinputBox select {
  padding: 3px 5px !important;
}

.color-class {
  position: absolute;
  top: 3px;
  width: 30px !important;
  height: 19px !important;
  right: -1px;
  padding: 0px !important;
  border-radius: 2px !important;
}

#remarks-block {
  width: 100% !important;
}

  #remarks-block input {
    width: 98.5%;
    height: 120px;
  }

#bottom-seq .info li {
  padding: 10px 20px;
  font-size: 12px;
  background: #f4f4f4;
  margin-right: 5px;
  border-radius: 5px;
}

#bottom-seq .addFun {
  margin-top: 20px !important;
}

#bottom-slider {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.funnel-submit button {
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  width: auto;
}

.funnel-submit {
  margin-bottom: 50px;
}

input#appointment-name {
  padding: 2.5px;
}

.cont-input input {
  width: 90%;
  padding: 5px;
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}

.opp-com-name {
  display: inline;
  font-size: 14px;
  font-weight: normal;
}

#proposals-inner .leadinputBox {
  width: 25% !important;
}

#proposals-inner .container-funnel {
  box-shadow: #00000026 2px 0px 4px 1px;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #ccc;
  padding: 40px 60px;
  display: flow-root !important;
  width: 100%;
  padding-top: 0px !important;
  margin-bottom: 40px !important;
}

#proposals-inner .leadCon tbody tr td {
  font-size: 12px;
  color: #000;
}

input#proposal-date {
  padding: 3px;
}

.full-wrap .leadinputBox {
  width: 100% !important;
}

#notes-block {
  width: 100% !important;
}

  .full-wrap input[type="text"], #notes-block input {
    width: 98%;
  }

    #notes-block input#remarks-name {
      height: 43px;
    }

#bottom-seq #bottom-contacts {
  display: block;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 40px;
}

#bottom-buttons {
  margin-top: 30px;
  margin-bottom: 20px;
}

.customer-loginbox {
  width: 55%;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 25px 10px;
  border-radius: 8px;
  margin-top: 60px;
}

.address-box {
  clear: both;
  /* background-color: #f8f8f8;*/
  display: flow-root;
  margin: 10px;
  /*padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;*/
}

.funnelStage img {
  width: 100%;
  height: 29px;
  object-fit: cover;
}

.bottom-space {
  margin-bottom: 4px;
}

  .bottom-space input, .bottom-space select {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
  }

  .bottom-space label {
    color: #000 !important;
    font-weight: 600;
    padding-bottom: 0px;
  }

.address-box-details {
  background-color: #fff;
  border: none;
  padding: 0px;
}

  .address-box-details .leadinputBox.bottom-space {
    padding-left: 0px;
  }

input:focus-visible {
  outline: none !important;
}

select:focus-visible {
  outline: none !important;
}

.address-box-details p {
  color: #000;
  background-color: #f5f5f5;
}

.remarks-box input {
  border: 1px solid #ddd;
  border-radius: 5px !important;
}

.lead-first-box {
  padding-bottom: 5px;
}

.address-box p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  font-weight: 500;
}

.address-box .bottom-space {
  padding-left: 0px;
}

.address-box-details .leadinputFull {
  padding-left: 0px;
}

.customer-login h2 {
  margin: 0px;
  margin-bottom: 10px;
}

.login-space {
  margin-bottom: 3px;
}

.login-space {
  margin-bottom: 3px;
  padding-left: 0px;
}

  .login-space ::placeholder {
    color: #999;
  }

.right-box {
  width: 40%;
  float: left;
}

.left-box {
  width: 60%;
  float: left;
}

.login-space input {
  border: 1px solid #ddd;
  width: 96%;
  border-radius: 4px;
  padding: 6px;
}

.login-space label {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0px;
}

#login-btn {
  background-color: #0518d4;
  color: #fff;
  font-weight: 600;
  padding: 5px 18px;
  border: none;
  border-radius: 3px;
}

.left-box img {
  width: 70%;
}

.login-button {
  margin-top: 10px;
}

.left-box img {
  width: 91%;
}

.right-box h2 {
  margin-bottom: 0px;
}

.left-box img {
  width: 91%;
  margin-top: 30px;
}

.customer-login {
  padding-bottom: 3px;
}

.list-table td {
  padding: 0px !important;
}

.list-table tr td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  font-size: 13px;
}

.list-table th {
  padding: 2px;
  font-weight: 600;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto;
}

  .list-table tbody {
    box-shadow: 0px 0px 0px 0px !important;
    border: none !important;
    border-radius: 0px;
  }

  .list-table tr th {
    border-radius: 0px !important;
  }

  .list-table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

.product-1 {
  width: 24%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.col-md-6.col-sm-12.border-end.left-products {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.col-md-6.col-sm-12.right-products {
  width: 48%;
  float: left;
  margin-left: 2%;
}

.main_image img {
  width: 70%;
}

.thumbnail_images ul {
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.mt-2.pr-3.content {
  margin-left: 0px;
}

.thumbnail_images ul li {
  margin: 5px;
  padding: 10px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.5s;
}

.flex-row {
  flex-direction: row !important;
}

.d-flex {
  display: flex !important;
}

.colors ul li:nth-child(1) {
  background-color: #6c704d;
}

.colors ul li {
  height: 20px;
  width: 20px;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

  .colors ul li:nth-child(2) {
    background-color: #96918b;
  }

  .colors ul li:nth-child(3) {
    background-color: #68778e;
  }

  .colors ul li:nth-child(4) {
    background-color: #263f55;
  }

  .colors ul li:nth-child(5) {
    background-color: black;
  }

.colors ul li {
  height: 20px;
  width: 20px;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.colors ul {
  list-style: none;
  display: flex;
  padding-left: 0px;
}

.single-price {
  color: #043ef9;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
}

.w3-margin-left {
  margin-left: 16px !important
}
