@import url("https://fonts.googleapis.com/css?family=Roboto:300&display=swap");
/* Color Variables */
/* Styles */
body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}

.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 Menu */
.left {
  width: 57px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f2f4f5;
  position: fixed;
  transition: all 0.5s;
}
/* .left:hover {
  width: 200px;
} */
.left {
  width: 205px;
}
.left:hover ul li.menu-heading {
  opacity: 1;
}
.left ul {
  padding-left: 0;
}
.left ul li {
  list-style-type: none;
  transition: 0.3s all;
}
.left ul li.active a {
  background: #dfe3e6;
  color: #184a65;
}
/* .left ul li.active a:hover {
  background: #009a00;
} */
.left ul li a {
  display: flex;
  align-items: center;
  background: #f2f4f5;
  color: #606a72;
  padding: 13px 16px;
  width: 100%;
  border-bottom: 1px solid #f2f4f5;
  font-size: 14px;
  /* font-weight: 600; */
  border-radius: 8px;
  min-height: 48px;
}
.left ul li a:hover {
  background: #ebeeef;
  text-decoration: none;
}
.left ul li a:hover i.fa {
  color: #00b300;
}
.left ul li a:focus {
  text-decoration: none;
}
.left ul li a i.fa {
  text-align: center;
  padding-right: 12px;
  transition: all 1s;
}
.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: 72px;
  /* Overview */
  /* Performance */
  /* Analytics */
  /* Landing */
  /* Projects */
  /* User Profile */
  /* Candidates */
  /* Invoices */
  /* Single Invoice */
  /* Browse */
}

.right .header {
  background: white;
  display: block;
  padding: 24px 24px 0px 24px;
}
.right #overview .header h4 {
  display: inline-block;
  color: #303b43;
  margin: 0px;
  font-size: 22px;
  line-height: 1.3;
}
.right #overview .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #overview .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #overview .header ul li .btn-group i.fa-user-o, .right #overview .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #overview .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #overview .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #overview .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #overview .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #overview .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #overview .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #overview .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #overview .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #overview .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #overview .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #overview .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #overview .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #overview .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #overview .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right .content {
  padding:20px 0px;
  padding-top: 10px;
}
.right #overview .content .row.graph-cards {
  margin-top: 20px;
}
.right #overview .content .row.graph-cards .col-sm-4 div {
  background: white;
  padding: 15px;
}
.right #overview .content .row.graph-cards .col-sm-4 div h4, .right #overview .content .row.graph-cards .col-sm-4 div h2 {
  color: #354052;
}
.right #overview .content .row.graph-cards .col-sm-4 div h4 small, .right #overview .content .row.graph-cards .col-sm-4 div h2 small {
  color: #7f8fa4;
  font-size: small;
}
.right #overview .content .row.graph-cards .col-sm-4 div h2 {
  line-height: 85%;
}
.right #overview .content .row.graph-cards .col-sm-4 div img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.right #overview .content .row.graph-cards .col-sm-4:last-child img {
  height: 220px;
}
.right #overview .content .row.project-cards {
  margin-top: 20px;
}
.right #overview .content .row.project-cards .col-sm-3 .card {
  background: white;
  padding: 0;
}
.right #overview .content .row.project-cards .col-sm-3 .card img {
  width: 100%;
}
.right #overview .content .row.project-cards .col-sm-3 .card h5 {
  padding: 15px 30px;
  border-bottom: 1px solid #e6e6e6;
}
.right #overview .content .row.project-cards .col-sm-3 .card .row {
  padding: 0 15px;
  margin-left: 0;
  margin-right: 0;
}
.right #overview .content .row.project-cards .col-sm-3 .card .row .col-sm-6 {
  padding: 15px;
}
.right #overview .content .row.invoice-task {
  margin-top: 20px;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice, .right #overview .content .row.invoice-task .col-sm-6 .tasks {
  background: white;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice h5, .right #overview .content .row.invoice-task .col-sm-6 .tasks h5 {
  color: black;
  padding: 15px;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice h5 small a, .right #overview .content .row.invoice-task .col-sm-6 .tasks h5 small a {
  color: #7f8fa4;
  font-size: xs-small;
  margin-top: 5px;
  display: block;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td, .right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td {
  font-size: small;
  border-top-color: #e6e6e6;
  padding: 15px;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(1), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(3) {
  color: #7f8fa4;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(4) .btn {
  font-size: xx-small;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(1), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(2), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(3), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(5) {
  padding-top: 20px;
}
.right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td .checkbox {
  margin: 5px 0 0;
}
.right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox {
  margin: 5px 0 0 0;
}
.right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox:hover label {
  text-decoration: line-through;
  color: #999999;
}
.right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox:hover label input {
  opacity: 0.5;
}
.right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox label input {
  margin-top: 2px;
}
.right #performance .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #performance .header h4 {
  display: inline-block;
  color: #354052;
}
.right #performance .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #performance .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #performance .header ul li .btn-group i.fa-user-o, .right #performance .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #performance .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #performance .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #performance .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #performance .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #performance .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #performance .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #performance .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #performance .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #performance .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #performance .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #performance .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #performance .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #performance .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #performance .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #performance .content {
  margin: 0 30px 15px 15px;
}
.right #performance .content .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  margin-left: -30px;
  margin-right: -30px;
}
.right #performance .content .flex .col-sm-2 .info-card {
  padding: 20px;
}
.right #performance .content .flex .col-sm-2 .info-card h3 {
  margin-top: 10px;
}
.right #performance .content .flex .col-sm-2 .info-card h3 small {
  font-size: small;
}
.right #performance .content .world {
  padding-top: 15px;
}
.right #performance .content .world .col-sm-6:first-child {
  padding-left: 0;
}
.right #performance .content .world .col-sm-6:last-child {
  padding-right: 0;
}
.right #performance .content .world .col-sm-6 .world-card, .right #performance .content .world .col-sm-6 .product-card {
  background: white;
}
.right #performance .content .world .col-sm-6 .world-card h4, .right #performance .content .world .col-sm-6 .product-card h4 {
  padding: 15px;
}
.right #performance .content .world .col-sm-6 .world-card img, .right #performance .content .world .col-sm-6 .product-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}
.right #performance .content .world .col-sm-6 .product-card h4 {
  margin-bottom: 0;
}
.right #performance .content .world .col-sm-6 .product-card .custom-progress {
  padding: 9px 15px 15px;
}
.right #performance .content .world .col-sm-6 .product-card .custom-progress h6 i.fa {
  padding-right: 10px;
}
.right #performance .content .world .col-sm-6 .product-card .custom-progress h6 small {
  font-size: small;
}
.right #performance .content .world .col-sm-6 .product-card .custom-progress .progress {
  height: 15px;
  border-radius: 10px;
  margin-bottom: 0;
  background: #e7eaee;
}
.right #performance .content .world .col-sm-6 .product-card .custom-progress .progress .progress-bar {
  border-radius: 10px;
}
.right #performance .content .stats {
  margin-top: 15px;
}
.right #performance .content .stats .col-sm-4:first-child {
  padding-left: 0;
}
.right #performance .content .stats .col-sm-4:last-child {
  padding-right: 0;
}
.right #performance .content .stats .col-sm-4 .stats-card {
  background: white;
}
.right #performance .content .stats .col-sm-4 .stats-card h4 {
  padding: 15px;
}
.right #performance .content .stats .col-sm-4 .stats-card h4 small:first-child {
  font-size: xx-large;
  color: black;
}
.right #performance .content .stats .col-sm-4 .stats-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.right #performance .content .stats .col-sm-4 .stats-card .row {
  padding: 0 15px;
}
.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-6 h6 {
  display: inline-block;
  font-size: 80%;
  color: #7f8fa4;
}
.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-6 h6 small {
  font-size: small;
  color: black;
  padding-left: 10px;
}
.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 h6 {
  font-size: x-small;
}
.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 .progress {
  height: 10px;
  background: #e7eaee;
  border-radius: 10px;
}
.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 .progress .progress-bar {
  border-radius: 10px;
}
.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-2 h4 {
  margin-top: 10px;
  font-weight: bold;
}
.right #performance .content .stats .col-sm-4 .customers .row {
  padding: 0 30px;
}
.right #performance .content .stats .col-sm-4 .customers .row .col-sm-4 h6 {
  font-size: smaller;
}
.right #performance .content .stats .col-sm-4 .customers .p-bars {
  padding-bottom: 50px;
}
.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 h6 {
  font-size: large;
  font-weight: bold;
}
.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 h6 small {
  font-size: small;
}
.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 .progress {
  height: 10px;
  border-radius: 10px;
  background: #e6e6e6;
}
.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 .progress .progress-bar {
  border-radius: 10px;
}
.right #performance .content .stats .col-sm-4 .profit {
  padding-bottom: 30px;
}
.right #performance .content .stats .col-sm-4 .profit .table tbody tr td {
  font-size: smaller;
  border-top-color: #e6e6e6;
  padding: 15px;
}
.right #performance .content .stats .col-sm-4 .profit .table tbody tr td i.fa {
  padding-right: 10px;
}
.right #performance .content .stats .col-sm-4 .profit .table tbody tr:first-child td {
  border-top: none;
}
.right #analytics .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #analytics .header h4 {
  display: inline-block;
  color: #354052;
}
.right #analytics .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #analytics .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #analytics .header ul li .btn-group i.fa-user-o, .right #analytics .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #analytics .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #analytics .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #analytics .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #analytics .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #analytics .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #analytics .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #analytics .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #analytics .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #analytics .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #analytics .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #analytics .content {
  margin: 0 30px 15px 15px;
}
.right #analytics .content .revenue, .right #analytics .content .active-clients {
  background: white;
  padding: 15px;
  margin-top: 20px;
}
.right #analytics .content .revenue h4, .right #analytics .content .active-clients h4 {
  margin-bottom: 20px;
}
.right #analytics .content .revenue img, .right #analytics .content .active-clients img {
  width: 100%;
  height: 418px;
  object-fit: contain;
}
.right #analytics .content .active-clients, .right #analytics .content .tasks {
  background: white;
}
.right #analytics .content .active-clients h6, .right #analytics .content .tasks h6 {
  font-weight: bold;
  line-height: 150%;
}
.right #analytics .content .active-clients h6 small, .right #analytics .content .tasks h6 small {
  font-size: small;
}
.right #analytics .content .active-clients .table, .right #analytics .content .tasks .table {
  margin-bottom: 0;
}
.right #analytics .content .active-clients .table tbody tr td, .right #analytics .content .tasks .table tbody tr td {
  border-top: 0;
  font-size: small;
}
.right #analytics .content .active-clients .table tbody tr td .progress, .right #analytics .content .tasks .table tbody tr td .progress {
  height: 5px;
  border-radius: 10px;
  background: #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.right #analytics .content .active-clients .table tbody tr td .progress .progress-bar, .right #analytics .content .tasks .table tbody tr td .progress .progress-bar {
  border-radius: 10px;
}
.right #analytics .content .tasks {
  margin-top: 15px;
  padding: 15px;
}
.right #analytics .content .total-stats {
  margin-top: 20px;
}
.right #analytics .content .total-stats .col-sm-3:nth-child(3) .stats-card h3 small i.fa {
  padding: 2px 4px 0;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card {
  background: white;
  padding: 15px;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card span {
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card span i.fa {
  border: 1px solid white;
  padding: 20px 17px;
  border-radius: 50%;
  color: white;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card .orange-chart {
  background: #ffa705;
  border: 5px solid #ffa705;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card .purple-chart {
  background: #b300b3;
  border: 5px solid #b300b3;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card .red-chart {
  background: #ff3333;
  border: 5px solid #ff3333;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card .green-chart {
  background: #00b300;
  border: 5px solid #00b300;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card h3 {
  display: inline-block;
  font-weight: bold;
  padding-left: 20px;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card h3 small {
  font-size: small;
}
.right #analytics .content .total-stats .col-sm-3 .stats-card h3 small i.fa {
  background: #b6c0d0;
  color: white;
  vertical-align: super;
  border-radius: 50%;
  padding: 0 4px 2px;
}
.right #analytics .content .income-customers {
  margin-top: 20px;
  background: white;
}
.right #analytics .content .income-customers .table-responsive h4 {
  padding: 15px;
}
.right #analytics .content .income-customers .table-responsive h4 small {
  font-size: small;
}
.right #analytics .content .income-customers .table-responsive table {
  margin-bottom: 0;
}
.right #analytics .content .income-customers .table-responsive table tbody tr td {
  vertical-align: middle;
  font-size: smaller;
  padding: 15px;
}
.right #analytics .content .income-customers .table-responsive table tbody tr td img {
  width: 30px;
}
.right #landing .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #landing .header h4 {
  display: inline-block;
  color: #354052;
}
.right #landing .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #landing .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #landing .header ul li .btn-group i.fa-user-o, .right #landing .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #landing .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #landing .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #landing .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #landing .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #landing .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #landing .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #landing .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #landing .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #landing .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #landing .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #landing .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #landing .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #landing .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #landing .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #landing .content {
  margin: 0 30px 15px 15px;
}
.right #landing .content h3.text-center {
  padding: 2em;
}
.right #landing .content .card-4 {
  background: white;
  padding: 50px;
}
.right #landing .content .card-4 p {
  padding: 2em;
  margin-bottom: 0;
  font-weight: bold;
}
.right #landing .content .col-sm-6:nth-child(2) .card-6 {
  padding: 0;
}
.right #landing .content .card-6 {
  background: white;
  padding: 15px;
}
.right #landing .content .card-6 .row .col-sm-4 h4 {
  font-weight: bold;
}
.right #landing .content .card-6 .row .col-sm-4 h4 small {
  font-size: small;
  margin: 10px 0;
}
.right #landing .content .card-6 .row .col-sm-4 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.right #landing .content .card-6 .row .col-sm-3 h5 {
  font-weight: bold;
}
.right #landing .content .card-6 .row .col-sm-3 h5 small {
  font-size: small;
  margin: 10px 0;
}
.right #landing .content .card-6 .row .col-sm-3 .progress {
  height: 5px;
}
.right #landing .content .card-6 .table-responsive {
  overflow-x: unset;
}
.right #landing .content .card-6 .table-responsive .table {
  margin-bottom: 0;
}
.right #landing .content .card-6 .table-responsive .table tr:first-child td {
  border-top: 0;
}
.right #landing .content .card-6 .table-responsive .table tr td {
  vertical-align: middle;
  padding: 15px;
}
.right #landing .content .card-6 .table-responsive .table tr td img {
  height: 45px;
}
.right #projects .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #projects .header h4 {
  display: inline-block;
  color: #354052;
}
.right #projects .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #projects .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #projects .header ul li .btn-group i.fa-user-o, .right #projects .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #projects .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #projects .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #projects .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #projects .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #projects .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #projects .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #projects .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #projects .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #projects .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #projects .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #projects .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #projects .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #projects .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #projects .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #projects .content {
  margin: 20px 30px 15px 15px;
}
.right #projects .content .row {
  padding-left: 15px;
  padding-right: 15px;
}
.right #projects .content .row .col-sm-3:first-child {
  padding-left: 0;
}
.right #projects .content .row .col-sm-3:first-child .card-3 {
  background: #4d5d77;
}
.right #projects .content .row .col-sm-3:nth-child(2) .card-3 {
  background: #00bd00;
}
.right #projects .content .row .col-sm-3:nth-child(3) .card-3 {
  background: #e69500;
}
.right #projects .content .row .col-sm-3:last-child {
  padding-right: 0;
}
.right #projects .content .row .col-sm-3:last-child .card-3 {
  background: #ff3333;
}
.right #projects .content .row .col-sm-3 .card-3 {
  background: white;
  padding: 15px;
  color: white;
  border-radius: 5px;
}
.right #projects .content .row .col-sm-3 .card-3 h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
}
.right #projects .content .row .col-sm-3 .card-3 h3 small {
  font-size: small;
  line-height: 3em;
  color: rgba(255, 255, 255, 0.8);
}
.right #projects .content .row .col-sm-3 .card-3 h3 span i.fa {
  color: rgba(255, 255, 255, 0.3);
}
.right #projects .content .row {
  margin-top: 20px;
}
.right #projects .content .row .responsive-table {
  background: white;
  border: 1px solid #e6e6e6;
}
.right #projects .content .row .responsive-table h3 {
  color: #354052;
  padding: 30px 15px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
.right #projects .content .row .responsive-table h3 small {
  font-size: small;
  color: #7f8fa4;
}
.right #projects .content .row .responsive-table h3 i.fa {
  color: #7f8fa4;
  cursor: pointer;
}
.right #projects .content .row .responsive-table h3 i.fa:hover {
  color: #00b300;
}
.right #projects .content .row .responsive-table table {
  font-size: small;
  color: #354052;
  margin-bottom: 0;
}
.right #projects .content .row .responsive-table table thead tr th {
  color: #7f8fa4;
  font-weight: normal;
  border-bottom-color: #e6e6e6;
  padding: 15px;
}
.right #projects .content .row .responsive-table table tbody tr td {
  border-top-color: #e6e6e6;
  padding: 15px;
}
.right #projects .content .row .responsive-table table tbody tr td small {
  color: #7f8fa4;
  font-size: xx-small;
}
.right #projects .content .row .responsive-table table tbody tr td i.fa {
  padding-right: 10px;
}
.right #projects .content .row .responsive-table table tbody tr td .btn-group .btn {
  color: #354052;
  font-size: small;
}
.right #projects .content .row .responsive-table table tbody tr td .btn-group .dropdown-toggle i.fa {
  padding-right: 0;
}
.right #projects .content .row .responsive-table table tbody tr td .btn-group .dropdown-menu {
  padding: 0;
  right: 0;
  left: inherit;
  box-shadow: none;
  border-color: #d9d9d9;
}
.right #projects .content .row .responsive-table table tbody tr td .btn-group .dropdown-menu li a {
  color: #354052;
  font-size: small;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px;
}
.right #projects .content .row .responsive-table table tbody tr .img-team {
  display: flex;
  align-items: center;
}
.right #projects .content .row .responsive-table table tbody tr .img-team img {
  height: 40px;
}
.right #projects .content .row .responsive-table table tbody tr .img-team p {
  padding-left: 10px;
  margin-bottom: 0;
}
.right #projects .content .row .responsive-table table tbody tr.danger {
  border-left: 2px solid red;
}
.right #projects .content .row .responsive-table table tbody tr.danger td {
  background: white;
}
.right #user-profile .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #user-profile .header h4 {
  display: inline-block;
  color: #354052;
}
.right #user-profile .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #user-profile .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #user-profile .header ul li .btn-group i.fa-user-o, .right #user-profile .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #user-profile .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #user-profile .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #user-profile .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #user-profile .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #user-profile .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #user-profile .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}

.right  .content .row {
  padding-top: 20px;
}
.right  .content .row .card-7, .right  .content .row .card-5 {
  background: white;
}
.right  .content .row .card-7 .nav-tabs {
  border-bottom: 0;
  border: 1px solid #ddd;
}
.right  .content .row .card-7 .nav-tabs li {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.right  .content .row .card-7 .nav-tabs li a {
  color: #495871;
  padding-top: 20px;
  padding-bottom: 20px;
}
.right  .content .row .card-7 .nav-tabs li:hover a {
  color: black;
  border-bottom: 0;
  background: transparent;
}
.right  .content .row .card-7 .nav-tabs li.active {
  font-weight: bold;
  border-bottom: 2px solid #00b300;
}
.right .content .row .card-7 .nav-tabs li.active a {
  border: 0;
  color: black;
}
.right .content .row .card-7 .tab-content .tab-pane {
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
.right  .content .row .card-7 .tab-content .tab-pane ul {
  padding-left: 25px;
  padding-right: 50px;
  margin-bottom: 40px;
}
.right  .content .row .card-7 .tab-content .tab-pane ul small.title {
  margin-left: -25px;
  color: #999999;
  font-weight: bold;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li {
  list-style-type: none;
  position: relative;
  color: black;
  margin-bottom: 20px;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7f8fa4;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li:nth-child(2):before {
  background: orange;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li:nth-child(3):before {
  background: green;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li:nth-child(4):before {
  background: red;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li h6 {
  line-height: 30px;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li h6 span {
  display: block;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li h6 span.imgs {
  border: none;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li h6 span.imgs img {
  height: 60px;
  display: inline-block;
  margin-right: 5px;
}
.right  .content .row .card-7 .tab-content .tab-pane ul li h6 small {
  font-size: inherit;
}
.right  .content .row .card-5 {
  padding: 15px;
  margin-bottom: 20px;
}
.right  .content .row .card-5 .profile {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.right  .content .row .card-5 .profile img {
  height: 100px;
}
.right  .content .row .card-5 .profile h4 {
  font-weight: bold;
  line-height: 40px;
}
.right  .content .row .card-5 .profile h4 small {
  font-size: small;
  display: block;
  line-height: 20px;
}
.right  .content .row .card-5 .profile h4 small:nth-child(1) {
  color: black;
}
.right  .content .row .card-5 .profile h4 small:nth-child(2) {
  color: #7f8fa4;
}
.right  .content .row .card-5 .dtls .col-sm-3 h5 {
  font-weight: bold;
  color: black;
}
.right  .content .row .card-5 .dtls .col-sm-3 h5 small {
  color: #999999;
  line-height: 30px;
}
.right  .content .row .card-5 .fb, .right  .content .row .card-5 .drop, .right  .content .row .card-5 .link {
  margin: 30px 0;
}
.right  .content .row .card-5 .fb span, .right  .content .row .card-5 .drop span, .right  .content .row .card-5 .link span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  margin-right: 20px;
}
.right  .content .row .card-5 .fb span i.fa, .right  .content .row .card-5 .drop span i.fa, .right  .content .row .card-5 .link span i.fa {
  color: white;
}
.right  .content .row .card-5 .fb h5, .right  .content .row .card-5 .drop h5, .right  .content .row .card-5 .link h5 {
  color: black;
  font-weight: bold;
}
.right  .content .row .card-5 .fb span {
  background: green;
  padding-top: 7px;
}
.right  .content .row .card-5 .drop span {
  background: purple;
}
.right  .content .row .card-5 .link a {
  font-size: small;
  color: #9da9b9;
}
.right  .content .row .billing .billing-row {
  font-size: small;
  margin-bottom: 20px;
}
.right  .content .row .billing .billing-row .col-sm-6 i.fa {
  padding-right: 10px;
  color: purple;
}
.right  .content .row .billing .billing-row .col-sm-3.text-gray {
  color: #999999;
}
.right  .content .row .table tbody tr td {
  padding: 10px 5px;
  border-top: 0;
  font-size: small;
  color: #8c8c8c;
}
.right  .content .row .table tbody tr td:first-child {
  color: black;
  width: 40%;
}
.right  .content .row .table tbody tr td:last-child {
  text-align: right;
}
.right #candidates .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #candidates .header h4 {
  display: inline-block;
  color: #354052;
}
.right #candidates .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #candidates .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #candidates .header ul li .btn-group i.fa-user-o, .right #candidates .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #candidates .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #candidates .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #candidates .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #candidates .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #candidates .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #candidates .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #candidates .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #candidates .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #candidates .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #candidates .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #candidates .content {
  margin: 0 30px 15px 15px;
}
.right #candidates .content .row {
  margin-top: 20px;
}
.right #candidates .content .row .candid-card .card-4 {
  background: white;
  padding: 15px;
}
.right #candidates .content .row .candid-card .card-4 .main-img {
  width: 100%;
}
.right #candidates .content .row .candid-card .card-4 .row {
  margin-top: 10px;
}
.right #candidates .content .row .candid-card .card-4 .row .col-sm-10 img {
  margin-top: -40px;
  margin-right: 15px;
}
.right #candidates .content .row .candid-card .card-4 .row .col-sm-10 h5 {
  font-weight: bold;
}
.right #candidates .content .row .candid-card .card-4 .row .col-sm-10 h5 small {
  font-size: small;
  line-height: 30px;
}
.right #candidates .content .row .candid-card .card-4 .row .col-sm-2 {
  margin-top: 10px;
}
.right #candidates .content .row .candid-card .card-4 .row .col-sm-2 a {
  color: #bfbfbf;
}
.right #invoices .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #invoices .header h4 {
  display: inline-block;
  color: #354052;
}
.right #invoices .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #invoices .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #invoices .header ul li .btn-group i.fa-user-o, .right #invoices .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #invoices .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #invoices .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #invoices .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #invoices .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #invoices .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #invoices .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #invoices .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #invoices .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #invoices .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #invoices .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #invoices .content {
  margin: 0 30px 15px 15px;
}
.right #invoices .content .row.invoice {
  margin-top: 20px;
}
.right #invoices .content .row.invoice .summary-card {
  background: white;
  padding: 15px;
}
.right #invoices .content .row.invoice .summary-card h5 {
  display: inline-block;
  font-weight: bold;
}
.right #invoices .content .row.invoice .summary-card h5 small {
  color: #7f8fa4;
}
.right #invoices .content .row.invoice .summary-card .dropdown i.fa {
  margin-top: 15px;
  color: #7f8fa4;
  cursor: pointer;
}
.right #invoices .content .row.invoice .summary-card .row .col-sm-4:nth-child(2) .bg-cir {
  background: red;
  padding: 2px 3px 1px 4px;
}
.right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 {
  position: relative;
}
.right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 small {
  font-size: x-small;
  font-weight: bold;
}
.right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 .bg-cir {
  position: absolute;
  bottom: 35px;
  font-size: x-small;
  background: green;
  color: white;
  padding: 0 3px 3px 4px;
  border-radius: 10px;
}
.right #invoices .content .row.invoice .summary-card .cust-img {
  height: 135px;
  width: 100%;
  object-fit: contain;
}
.right #invoices .content .table-invoice .table-in-card {
  background: white;
}
.right #invoices .content .table-invoice .table-in-card h3 {
  color: black;
  font-weight: bold;
  padding: 15px;
}
.right #invoices .content .table-invoice .table-in-card .table thead tr th, .right #invoices .content .table-invoice .table-in-card .table tbody tr td {
  vertical-align: middle;
  font-size: smaller;
}
.right #invoices .content .table-invoice .table-in-card .table thead tr th {
  color: #999999;
  border-bottom: 0;
}
.right #invoices .content .table-invoice .table-in-card .table tbody tr td {
  padding: 20px 10px;
}
.right #invoices .content .table-invoice .table-in-card .table tbody tr td:last-child a {
  color: #999999;
}
.right #single-invoice .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #single-invoice .header h4 {
  display: inline-block;
  color: #354052;
}
.right #single-invoice .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #single-invoice .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #single-invoice .header ul li .btn-group i.fa-user-o, .right #single-invoice .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #single-invoice .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #single-invoice .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #single-invoice .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #single-invoice .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #single-invoice .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #single-invoice .content {
  margin: 0 30px 15px 15px;
}
.right #single-invoice .content .s-inv-card {
  background: white;
  margin-top: 20px;
  padding: 10rem 10rem 3rem;
  box-shadow: 0 0 10px #cad0d9;
}
.right #single-invoice .content .s-inv-card .row {
  margin-bottom: 8rem;
}
.right #single-invoice .content .s-inv-card .row:last-child {
  margin-bottom: 2rem;
}
.right #single-invoice .content .s-inv-card .row small {
  line-height: 25px;
}
.right #single-invoice .content .s-inv-card .row .s-inv-header .col-sm-3 h4 {
  margin-top: 4rem;
}
.right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-3 h4 small {
  line-height: 50px;
}
.right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table {
  border: 1px solid #e6e6e6;
  margin-bottom: 5px;
}
.right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table tr td, .right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table tr th {
  font-size: small;
  padding: 15px;
  border-bottom: 1px;
  border-top: 1px solid #e6e6e6;
}
.right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table thead tr th {
  color: #7f8fa4;
}
.right #browse .header {
  background: white;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 30px;
  margin-left: -15px;
}
.right #browse .header h4 {
  display: inline-block;
  color: #354052;
}
.right #browse .header ul {
  right: 0;
  left: inherit;
  max-width: 350px;
}
.right #browse .header ul li {
  display: inline-block;
  padding-left: 20px;
}
.right #browse .header ul li .btn-group i.fa-user-o, .right #browse .header ul li .btn-group i.fa-bell-o {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.right #browse .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #browse .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
  content: "3";
  background: orange;
  color: white;
  font-size: small;
  padding: 4px 7px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
}
.right #browse .header ul li .btn-group i.fa-angle-down {
  cursor: pointer;
}
.right #browse .header ul li .btn-group .dropdown-menu {
  padding: 0;
}
.right #browse .header ul li .btn-group .dropdown-menu li {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.right #browse .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
  color: #00b300;
}
.right #browse .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
  color: #b300b3;
}
.right #browse .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
  color: #354052;
}
.right #browse .header ul li .btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.right #browse .header ul li .btn-group .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right #browse .header ul li .btn-group .dropdown-menu li a:hover {
  background: #e5e8ee;
}
.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card {
  display: flex;
}
.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #browse .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
  height: 40px;
  margin-right: 15px;
}
.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card p {
  color: #354052;
  margin-bottom: 0;
}
.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card p small {
  color: #7f8fa4;
  width: 100%;
  white-space: pre-line;
}
.right #browse .header ul li .dropdown-avatar img {
  height: 35px;
}
.right #browse .header ul li .dropdown-avatar i.fa {
  padding-left: 8px;
}
.right #browse h5.search {
  background: white;
  padding: 30px;
  margin-left: -15px;
  margin-top: 0;
}
.right #browse .content {
  margin: 0 30px 15px 15px;
}
.right #browse .content .browse .card {
  background: white;
  padding: 15px;
}
.right #browse .content .browse .card img {
  width: 60px;
}
.right #browse .content .browse .card h5 {
  display: inline-block;
  vertical-align: middle;
}

/* .left:hover + .right {
  margin-left: 215px;
} */
.left + .right {
  margin-left: 205px;
}

.strike {
  color: #999999;
}

hr {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0;
}

.py-15 {
  padding: 15px 0;
}


/* my code start here*/
.dashBoardHeader {
  background: #232426;
  padding: 16px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  justify-content: space-between;
  min-height: 65px;
}
.dashBoardHeader .leftNav {
  flex: 0 0 29.75%;
  max-width: 29.75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dashBoardHeader .siteLogo img {
  max-width: 99px;
  margin-bottom: -6px;
}
.dashBoardHeader .leftNav .headerSearch {
  width: calc(100% - 143px);
}
.dashBoardHeader .siteLogo {
  padding-right: 36px;
}
.dashBoardHeader input {
  background-color: transparent;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  color: #373f47;
  width: 100%;
  padding: 4px 10px 4px 40px;
  line-height: 18px;
  height: 34px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
}
.dashBoardHeader .rightNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  flex: 0 0 46.7%;
  max-width: 46.7%;
  justify-content: flex-end;
}
.left.sideMenu .loginIfo {
  border-top: 1px solid #dfe3e6;
  padding: 20px 16px;
}
.dashBoardHeader .rightNav li {
  margin-left: 16px;
 }
.dashBoardHeader .rightNav li a {
 text-decoration: none;
 color: rgb(145, 151, 159);
 font-size: 13px;
}
.dashBoardHeader .rightNav li a.suspended {
  background: #a42818;
  border-radius: 2px;
  color: #dfe3e6;
  font-weight: 600;
  padding: 8px 8px;
  text-shadow: none;
  user-select: none;
}
.dashBoardHeader .rightNav li a.accountPlan {
  background-color: transparent;
  border: 1px solid #BAC2CA;
  color: #EBEEEF;
  padding: 7px 16px;
  border-radius: 2px;
  font-weight: 700;
  height: 32px;
}
.dashBoardHeader .rightNav li a.supportLink{
  color: #dfe3e6;
  font-weight: 600;
}
.dashBoardHeader .rightNav li a .fa-bell-o {
  font-size: 18px;
  color: #dfe3e6;
  position: relative;
}
.dashBoardHeader .rightNav li a .fa.fa-bell-o span {
  background: #24ce78;
  border-radius: 50%;
  top: -5px;
  right: -3px;
  color: rgb(255, 255, 255);
  font-size: 10px;
  position: absolute;
  text-align: center;
  height: 12px;
  width: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
}
.dashBoardHeader input::placeholder {
  color: rgb(145, 151, 159);
  opacity: 1; /* Firefox */
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
}
.dashBoardHeader form {
  position: relative;
}
.dashBoardHeader form button{
  position: absolute;
  background: transparent;
  width: 35px;
  height: 100%;
  border: 0px;
  padding: 0px 0px 0px 8px;
  left: 0px;
  top: 0px;
  color: #91979f;
  z-index: 1;
  box-sizing: border-box;
  font-size: 13px;
}
.dashBoardHeader form button i {
  font-size: 15px;
  color: #606a72;
}
.dashBoardHeader input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(145, 151, 159);
}

.dashBoardHeader input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(145, 151, 159);
}
.left.sideMenu {
  border-right: 1px solid #dfe3e6;
}
.left.sideMenu {
  border-right: 1px solid #dfe3e6;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 65px);
}
.left.sideMenu .menuList {
  padding: 17px 8px 0px;
  width: 100%;
  height: calc(100% - 139px);
}
.left.sideMenu .menuList li.hasChild {
  position: relative;
}
.left.sideMenu .menuList li.hasChild a:after{
  position: absolute;
  content: '';
  right: 0px;
  content: "\f106";
  font-family:'FontAwesome';
  color: #606a72;
  font-size: 20px;
}
.left.sideMenu .menuList li.hasChild a:after {
  position: absolute;
  content: '';
  right: 20px;
  content: "\f106";
  font-family: 'FontAwesome';
  color: #606a72;
  font-size: 19px;
  transform: rotate(180deg);
}
.left.sideMenu .loginIfo {
  border-top: 1px solid #dfe3e6;
  padding: 20px 16px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%;
  max-height: 74px;
}
.left.sideMenu .loginIfo:hover {
  background-color: #ebeeef;
}
.left.sideMenu .loginIfo .loginAvtar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #91979f;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
}
.left.sideMenu .loginIfo .loginDetails {
  padding: 0px 12px;
  width: calc(100% - 52px);
}
.left.sideMenu .loginIfo .accountSetting i.fa {
  color: #606a72;
  font-size: 18px;
  line-height: 1;
  height: 11px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left.sideMenu .loginIfo .loginDetails .userName {
  text-align: left;
  overflow-wrap: break-word;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #303b43;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2px;
}
.left.sideMenu .loginIfo .loginDetails .userEmail {
  text-align: left;
  overflow-wrap: break-word;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: #303b43;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.left.sideMenu .loginIfo .accountSetting {
  width: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left.sideMenu .menuList ul {
  margin: 0px;
}
.main .dashboardBottom {
  padding-top: 66px;
}
.mainTab ul.nav.nav-tabs {
  border: none;
  border-bottom: 1px #dfe3e6 solid;
  padding: 0px 8px;
}
.mainTab ul.nav.nav-tabs li{
  margin-bottom: 0px;
}
.mainTab ul.nav.nav-tabs li:hover a{
  background-color: transparent;
}
.mainTab ul.nav.nav-tabs li a{
  border: none;
  position: relative;
  color: #373f47;
  font-weight: 600;
}
.mainTab ul.nav.nav-tabs li:hover:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1px;
  background-color: #b4bbc3;
}
.mainTab ul.nav.nav-tabs li.active:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1px;
  background-color: #606a72;
  max-width: 84%;
  margin: 0 auto;
}

.mainTab ul.nav.nav-tabs li a {
  padding: 12px 16px;
}
.mainTab .tabFilter {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
  padding: 20px 20px 0px 20px;
  z-index: 99;
  position: relative;
}
.mainTab .tabFilter ul.otherFilters {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 10px;
}
.mainTab .tabFilter .orderType {
  color: #373F47;
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 8px;
  height: 100%;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  position: relative;
  background: #F2F4F5;
  outline: none;
  width: 160px;
  border: 1px solid #DFE3E6;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  z-index: 9;
  cursor: pointer;
  width: 100%;
  max-width: 19.8%;
  position: relative;
}
.mainTab .tabFilter .orderType:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  color: #91979F;
  font-size: 15px;
  position: absolute;
  right: 6px;
  display: flex;
  align-items: center;
  top: 1px;
}
.mainTab .tabFilter .shopifyIcon {
  width: 22px;
  height: 22px;
  border: solid 1px #DFE3E6;
  background-color: #fff;
  margin-right: 8px;
  background-image: url(../images/shopify_24x24.png);
  background-size: 16px;
  background-position: center center;
}
.mainTab .tabFilter ul.otherFilters li a {
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
}
.mainTab .tabFilter ul.otherFilters li a.active {
  background: #DFE3E6;
  text-transform: uppercase;
  color: #373F47;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.mainTab .tabFilter ul.otherFilters li a{
  text-transform: uppercase;
  color: #373F47;
  display: block;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 11px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
}
.mainTab .tabInner {
  padding:0px 20px;
}
.mainTab .tabInner .revenueData {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.mainTab .tabInner .revenueData .revenueInfo {
  flex: 0 0 92.5%;
  max-width: 94.5%;
  display: flex;
  align-items: center;
  border-top: 1px solid #EBEEEF;
  border-bottom: 1px solid #EBEEEF;
  padding: 15px 0;
  color: #606A72;
  position: relative;
}
.mainTab .tabInner .revenueData .revenueInfo {
  flex: 0 0 92.5%;
  max-width: 94.5%;
  display: flex;
  align-items: center;
  border-top: 1px solid #EBEEEF;
  border-bottom: 1px solid #EBEEEF;
  padding: 15px 0;
  color: #606A72;
  position: relative;
}
.mainTab .tabInner .revenueData .revenueInfo .revenueDate {
  background: #373F47;
  color: #FFF;
  border-radius: 2px;
  padding: 6px 10px 5px;
}
.mainTab .tabInner .revenueData .revenueDataChar {
  flex: 0 0 7.5%;
  max-width: 7.5%;
  padding: 0px 15px;
}
.mainTab .tabInner .revenueData .revenueDataChar img {
  max-width: 100%;
}
.mainTab .tabInner .revenueData .revenueInfo ul.revenueSummary {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
}
.mainTab .tabInner .revenueData .revenueInfo ul.revenueSummary li {
  padding-right: 16px;
}
.mainTab .tabInner .revenueData .revenueInfo ul.revenueSummary li strong {
  color: #000 !important;
  padding-left: 5px;
}
.mainTab .tabInner .revenueData .revenueInfo .revenueDate span.date label {
  font-weight: normal;
  color: #fff;
  margin-bottom: 0px;
}
.tab-content.mainOuter {
  max-height: calc(100vh - 66px);
  overflow-y: auto;
}
.mainTab .tabInner .flowData {
  display: flex;
  flex-wrap: wrap;
}
.mainTab .tabInner .flowData .flowDataInfo {
  flex: 0 0 80.40%;
  max-width: 80.40%;
}
.mainTab .tabInner .flowData .flowDataChart {
  flex: 0 0 19.60%;
  max-width: 19.60%;
  padding: 0px 15px;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list {
  width: 100%;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list th {
  background: #EBEEEF;
  font-weight: 700;
  padding: 8px 12px;
  text-align: left;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list td {
  padding: 8px 12px;
  text-align: left;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list td a {
  color: #2B98D3;
  text-decoration: none;
  font-weight: 700;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list td a:hover {
  text-decoration: underline;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list .legend_icon {
  width: 18px;
  padding-left: 12px;
  padding-right: 0;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list tbody tr:hover{
  background: #F2F4F5;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list .legend_icon .legend_indicator {
  background: #F8BE00;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  vertical-align: top;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list .value_per_recipient {
  text-align: right;
  width: 150px;
}
.mainTab .tabInner .flowData .flowDataInfo table.record_list .conversion_value{
  text-align: right;
  width: 150px;
}
.mainTab .tabInner .conversion_section_body {
  position: relative;
  text-align: center;
  padding: 75px 0;
  background: #F2F4F5;
}
.mainTab .tabInner .conversion_section_body .btn-large {
  min-height: 40px;
  padding: 0 24px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.mainTab .tabInner .conversion_section_body .btn-primary {
  border: none;
  background-color: #232426;
  color: #FFF;
}
.mainTab .tabFilter .filterByYear {
  background: #F2F4F5;
  outline: none;
  width: 160px;
  border: 1px solid #DFE3E6;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #373F47;
  z-index: 9;
  cursor: pointer;
}
.mainTab .tabFilter .filterByYear:hover {
  background: #EBEEEF;
}
.mainTab .tabFilter .filterByYear ul {
  display: none;
 }
.mainTab .tabFilter .filterByYear.showList ul {
 display: block;
}
.mainTab .tabFilter .filterByYear #selectedValue {
  font-weight: 400;
  font-size: 13px;
  color: #373F47;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  height: 100%;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  position: relative;
}
.mainTab .tabFilter .filterByYear #selectedValue:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  color: #91979F;
  font-size: 15px;
  position: absolute;
  right: 6px;
  display: flex;
  align-items: center;
  top: 1px;
}
.mainTab .tabFilter .filterByYear ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0px;
  box-shadow: 0 1px 0 0 #373f47, 1px 0 0 0 #373f47, -1px 0 0 0 #373f47;
  margin: 0;
  max-height: 240px;
  padding: 0;
  background: #FFF;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* display: none; */
}
.mainTab .tabFilter .filterByYear.showList ul {
  display: block;
}
.mainTab .tabFilter .filterByYear ul li {
  padding: 6.5px 8px;
  min-height: 32px;
  border-top: 1px solid #EBEEEF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #373F47;
  margin: 0;
  list-style: none;
}
.mainTab .tabFilter .filterByYear ul li a {
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  color: #373F47;
  font-size: 13px;
}
.mainTab .tabFilter .tabFilterRow{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #DFE3E6;
  padding-bottom: 20px;
  width: 100%;
  justify-content: space-between;
}
.mainTab .tabFilter .tabFilterRow .filterByDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mainTab .tabInner h3.sectionHead {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #373F47;
  font-size: 24px;
  padding-bottom: 4px;
  margin-bottom: 18px;
  border-bottom: solid 1px #EBEEEF;
  /* font-family: 'Proxima-Nova-Alt-Bold'; */
}
.mainTab .tabInner h3.sectionHead span.description {
  font-size: 13px;
  color: #606A72;
  font-weight: 400;
  margin-left: 8px;
  align-self: flex-end;
}
.mainTab .tabInner h3.sectionHead img {
  max-width: 20px;
  margin-right: 12px;
}
.mainTab .tabInner .conversion_section_body h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
.left ul li a i.menuIcon {
  width: 16px;
  margin-right: 12px;
}
.left ul li.active a i.menuIcon {
  width: 18px;
}
.left ul li a i.menuIcon img {
  max-width: 100%;
  transition: 0.3s all;
}
.left ul li a i.menuIcon img.activeIcon {
  display: none;
}
.left ul li.active a i.menuIcon img.activeIcon {
  display: block;
}
.left ul li.active a i.menuIcon img.normalIcon {
  display: none;
}
.left.sideMenu ul li a {
  font-family:'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  letter-spacing: 0.3px;
}
.mainTab .tabInner .flowData .flowDataChart img {
  max-width: 100%;
}
body.loadingData .tab-content.mainOuter {
  overflow: hidden;
}
.mainTab .tabInner .dataSummary .hideData {
 display: none;
}
.mainTab .tabInner .dataSummary .showData {
  display: block;
 }
 .mainTab .tabInner .dataSummary {
  position: relative;
  margin-top: 30px;
}
 .mainTab .tabInner .dataSummary .loderOverlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
}
.loadingData .mainTab .tabInner .dataSummary .loderOverlay {
  opacity: 1;
  top: 0px;
  height: 100%;
}
.mainTab .tabInner .dataSummary .loderOverlay p {
  text-align: center;
  text-align: center;
  color: #606A72;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Condensed Semibold',Sans-Serif;
  margin-bottom: 0px;
}
