@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Poppins", system-ui;
  font-weight: 400;
  color: #757575;
  overflow-x: hidden;
  transition: opacity 0.5s 0.3s ease-in-out;
  background: #F7F7F7;
}
body.menu-show {
  position: relative;
  overflow: hidden;
}

a,
li {
  text-decoration: none;
  list-style-type: none;
}
a:hover,
li:hover {
  text-decoration: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  outline: none;
}

button {
  border: none;
  outline: none;
}

.btn {
  font-weight: 500;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  padding: 9px 16px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn:focus {
  box-shadow: none;
}
.btn.primarybtn {
  color: #fff;
  padding: 10px 20px;
  background: #10D824;
}
.btn.primarybtn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #10D824, #10D824);
}
.btn.redbtn {
  color: #fff;
  background: #FF0000;
}
.btn.redbtn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #ff0000, #ff0000);
}
.btn.darkredbtn {
  color: #fff;
  background: #D92D20;
}
.btn.darkredbtn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #d92d20, #d92d20);
}
.btn.assignbtn {
  color: #fff;
  background: #4F619E;
}
.btn.assignbtn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #4F619E, #4F619E);
}
.btn.outline-btn {
  color: #757575;
  border: 1px solid #757575;
}
.btn.outline-btn:hover {
  color: #fff;
  background-color: #757575;
}
.btn.secondaryBtn {
  color: #fff;
  padding: 5px 12px 5px 8px;
  background: #4c68ce;
  border-radius: 8px;
  border: none;
}
.btn.secondaryBtn:hover {
  color: #fff;
  background-color: rgba(76, 104, 206, 0.96);
}
.btn.saveBtn {
  background: #f2f2f2;
  color: #1D1B20;
}
.btn.saveBtn:hover {
  background: rgba(242, 242, 242, 0.76);
  color: #1D1B20;
}

h1 {
  font-size: 21.5px;
  font-weight: 600;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12.5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
}

.container {
  width: 100%;
  max-width: 1206px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.bg-purple {
  background-color: #495a97;
}

.secondary-text {
  color: #FFE055;
}

.text-red {
  color: #D55F5A !important;
}

.text-fail {
  color: #FF0000 !important;
}
.text-fail:before {
  background-color: #FF0000 !important;
}

.text-light-grey {
  color: #757575;
}

.text-light-black {
  color: #232323;
}

.text-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card {
  box-shadow: 0px 4px 20px 0px rgba(238, 238, 238, 0.8);
  border: unset;
  border-radius: 20px;
}

.wp-15 {
  width: 15%;
}

.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.radius-top0 {
  border-radius: 0 0 20px 20px;
}

.radius-bottom0 {
  border-radius: 20px 20px 0 0;
}

@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap;
    /* Allows wrapping */
  }
}
@media only screen and (min-width: 768px) {
  .width100 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .navbar,
  main {
    margin-left: 220px;
  }
}
.menu-show {
  transition: transform 0.5s ease;
}
.menu-show .navbar-toggler {
  padding: 0;
  border: 0;
}
.menu-show .navbar-toggler span {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background-color: transparent;
}
.menu-show .navbar-toggler span::before {
  transform: rotate(45deg);
}
.menu-show .navbar-toggler span:after {
  transform: rotate(-45deg);
}
.menu-show .sidebar {
  opacity: 1;
  left: 0;
}

.navbar-toggler {
  position: relative;
  padding: 0;
  border: 0;
  z-index: 11;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: transform 0.5s ease;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.navbar-toggler span::before {
  transform: translateY(-8px);
}
.navbar-toggler span:after {
  transform: translateY(8px);
}

main {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .multiselect {
    flex-wrap: wrap;
  }
}
.multiselect .chosen-choices {
  padding: 5px;
  border-radius: 8px;
  height: 200px;
  border: 1px solid #cccccc;
  background-image: unset;
  margin-bottom: 20px;
}
.multiselect .chosen-container.chosen-container-multi {
  width: 100% !important;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .multiselect .chosen-container.chosen-container-multi {
    margin-right: 0;
  }
}
.multiselect .chosen-container.chosen-container-multi .chosen-search-input {
  width: 100% !important;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 4px 20px 0px rgba(238, 238, 238, 0.5019607843);
}
@media only screen and (min-width: 992px) {
  .navbar {
    width: calc(100% - 13.75rem);
  }
}
.navbar-trends {
  position: relative;
  background: #e7efff;
  padding: 10px 12px;
}
.navbar-trends:after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-trends {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-trends {
    width: 100%;
  }
}
.navbar .logged-in-user {
  color: #000 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px 0 15px;
}
@media screen and (max-width: 991px) {
  .navbar .logged-in-user {
    font-size: 10px;
  }
}
.navbar-menu .marquee.marqueeone {
  display: inline-block;
  animation: marquee 10s linear infinite;
}
.navbar-menu .marquee-item {
  color: #101010;
  font-weight: 500;
}
.navbar-menu .marquee-item .bordericon {
  position: relative;
}
.navbar-menu .marquee-item .bordericon:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 0;
  border: 0.3em solid transparent;
}
.navbar-menu .marquee-item .bordericon.decreaseicon:before {
  border-top: 0.4em solid #dc3545;
}
.navbar-menu .marquee-item .bordericon.increaseicon:before {
  border-bottom: 0.4em solid #198754;
}
.navbar-menu .btn-cta-facebook {
  border: 1px solid #0062e0;
  background: #0062e0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
}
.navbar-menu .btn-cta-facebook:hover {
  background: #0058ca;
  color: #fff;
}
.navbar-menu .notify {
  border-left: 1px solid #849AA9;
  border-right: 1px solid #849AA9;
  padding: 4px 10px;
}
.navbar-menu .user-login-detail h6,
.navbar-menu .user-login-detail span {
  color: #757575;
}
.navbar-log {
  width: 100%;
  box-shadow: unset;
}
@media only screen and (max-width: 767px) {
  .navbar-log {
    background-color: #495a97;
  }
}
.navbar-log .navbar-wrap {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1440px) {
  .navbar-log .navbar-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-log .navbar-wrap .navbar-brand img {
    width: 150px;
  }
}
.navbar-log .navbar-wrap .navbar-toggler.collapsed span {
  background-color: #fff;
}
.navbar-log .navbar-wrap .navbar-toggler span {
  background-color: transparent;
}
.navbar-log .navbar-wrap .navbar-toggler span:before, .navbar-log .navbar-wrap .navbar-toggler span:after {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .navbar-log .navbar-wrap .navbar-nav {
    position: absolute;
    width: 100%;
    left: 0;
    background: #495a97;
    padding: 20px 0 0;
    height: 100vh;
  }
}
.navbar-log .navbar-wrap .navbar-nav .nav-item .nav-link {
  color: #878A99;
  font-weight: 500;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .navbar-log .navbar-wrap .navbar-nav .nav-item .nav-link {
    padding: 15px 20px;
  }
}
.navbar-log .navbar-wrap .navbar-nav .nav-item .nav-link:hover, .navbar-log .navbar-wrap .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}

.sidebar {
  position: fixed;
  top: 0;
  background: linear-gradient(180deg, #4f619e 0%, #374884 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 13.75rem;
  transition: all linear 0.5s;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    left: -100%;
    opacity: 0;
    z-index: 10;
  }
}
.sidebar-menu {
  overflow-y: auto;
  padding: 0 20px 20px;
  height: calc(100vh - 50px);
}
.sidebar-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.sidebar-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: #757575;
}
.sidebar .bdr-bottom {
  padding-bottom: 22px;
  border-bottom: 1px solid #849AA9;
}
.sidebar-menu-list {
  text-transform: capitalize;
}
.sidebar-menu-list .cst-form-select {
  position: relative;
}
.sidebar-menu-list .cst-form-select:after {
  content: "\f106";
  color: #A0A9CB;
  position: absolute;
  top: 8px;
  right: 12px;
  font-family: FontAwesome;
  background-image: unset;
  margin-left: auto;
  transform: rotate(180deg);
}
.sidebar-menu-list .cst-form-select .form-select {
  color: #fff;
  font-size: 13px;
  padding: 10px 30px 10px 10px;
  background: rgba(9, 11, 19, 0.1019607843);
  border-radius: 8px;
  border: none;
}
.sidebar-menu-list .cst-form-select .form-select:focus {
  box-shadow: none;
}
.sidebar-menu-list .cst-form-select .form-select option {
  background-color: #000;
}
.sidebar-menu-list.dark-bg {
  background: rgba(9, 11, 19, 0.2117647059);
}
.sidebar-menu-list .menu-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.sidebar-menu-list-item {
  display: flex;
  align-items: center;
  color: #A0A9CB;
  font-size: 13px;
  font-weight: 500;
  border: 0;
  box-shadow: unset;
  margin: 8px 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 12px 8px;
}
.sidebar-menu-list-item .img2 {
  display: none;
}
.sidebar-menu-list-item:hover, .sidebar-menu-list-item.active {
  background-color: color(srgb 1 1 1 / 0.1);
  color: #fff;
}
.sidebar-menu-list-item:hover .img1, .sidebar-menu-list-item.active .img1 {
  display: none;
}
.sidebar-menu-list-item:hover .img2, .sidebar-menu-list-item.active .img2 {
  display: block;
}
.sidebar-menu-list-item:last-child {
  margin: 0;
}
.sidebar-menu-list-item.collapsable.active {
  background-color: transparent;
}
.sidebar-menu-list-item.collapsable.active:after, .sidebar-menu-list-item.collapsable:hover:after {
  color: #fff;
}
.sidebar-menu-list-item.collapsable:after {
  content: "\f106";
  color: #A0A9CB;
  font-family: FontAwesome;
  background-image: unset;
  margin-left: auto;
}
.sidebar-menu-list-item.collapsable.collapsed:after {
  transform: rotate(-180deg);
}
.sidebar-menu-list-sub {
  padding-left: 1rem;
  margin-bottom: 0;
  position: relative;
}
.sidebar-menu-list-sub:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 2px;
  height: 84%;
  background-color: #fff;
}
.sidebar-menu-list-sub li {
  position: relative;
  margin-bottom: 6px;
}
.sidebar-menu-list-sub li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  width: 14px;
  height: 2px;
  border: 10px solid transparent;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 25px 25px 0px 25px;
}
.sidebar-menu-list-sub li a {
  display: block;
  color: #A0A9CB;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
}
.sidebar-menu-list-sub li a.active, .sidebar-menu-list-sub li a:hover {
  color: #fff;
}
.sidebar-menu-list-sub li a.active {
  background-color: color(srgb 1 1 1 / 0.1);
}
.sidebar-menu-list-sub li a:hover {
  background: rgba(9, 11, 19, 0.1019607843);
}
.sidebar-menu-list-users {
  height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.sidebar-menu-list-users::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.sidebar-menu-list-users::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.sidebar-menu-list-users::-webkit-scrollbar-thumb {
  background-color: #757575;
}
.sidebar-menu-list-users label {
  color: #A0A9CB;
}
.sidebar-menu-list-users .users .img2 {
  display: none;
}
.sidebar-menu-list-users .users:hover label {
  color: #fff;
}
.sidebar-menu-list-users .users:hover .img1 {
  display: none;
}
.sidebar-menu-list-users .users:hover .img2 {
  display: block;
}
.sidebar-menu-list-users .users:hover .form-check-input[type=radio] {
  background: #10D824;
}
.sidebar-menu-list-users .users .form-check-input {
  position: relative;
}
.sidebar-menu-list-users .users .form-check-input[type=radio] {
  border: 2px solid #fff;
  background: rgba(160, 169, 203, 0.5411764706);
}
.sidebar-menu-list-users .users .form-check-input:checked[type=radio] {
  border: 3px solid #fff;
  background-color: transparent;
  box-shadow: none;
}
.sidebar-menu-list-users .users .form-check-input:checked[type=radio]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
  background: #10D824;
  border-radius: 100%;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.highcharts-figure svg {
  font-family: "Poppins", system-ui;
}

table {
  font-size: 14px;
  font-weight: 400;
}
table.table thead {
  border-bottom: 2px solid #e4e2e4;
}
table.table thead tr {
  border-bottom: 1px solid #e4e2e4;
}
table.table thead tr th {
  color: #232323;
  font-weight: 500;
}
table.table th,
table.table td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #e4e2e4;
}
table.table td {
  color: #5A5D6C;
}
table.table.stripe.dataTable tr:nth-of-type(even) {
  background-color: #f9f9fb;
}
table.table .table-cta {
  color: inherit;
}
table.table .table-cta:hover {
  color: #0000FF;
}
table.table > :not(:first-child),
table div.dt-scroll-body {
  border: 0;
}

.dropdown-toggle:after {
  content: "\f107";
  color: #232323;
  font-family: FontAwesome;
  border: unset;
}
.dropdown-menu {
  font-size: 13px;
  background: linear-gradient(180deg, #4f619e 0%, #374884 100%);
  border: unset;
}
.dropdown-menu li .dropdown-item {
  color: #fff;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: color(srgb 1 1 1 / 0.1);
}

.pagination {
  font-size: 14px;
}
.pagination .dt-paging-button.page-item {
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.pagination .dt-paging-button.page-item .page-link {
  color: #232323;
  border-radius: 4px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #fff;
  background: linear-gradient(180deg, #4f619e 0%, #374884 100%);
  border: 1px solid #fff;
}

.form-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.form-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 25px;
}
.form-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2.5px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.form-switch input:checked + .slider {
  background-color: #4CAF50;
  /* Green when ON */
}
.form-switch input:checked + .slider:before {
  transform: translateX(24px);
}

.toast.cst-toast {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #232323;
}
.toast.cst-toast-body {
  width: 250px;
}
.toast.cst-toast .btn-close {
  color: #69e3f1;
  background: unset;
  box-shadow: none;
  filter: none;
  opacity: 1;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 170px;
}
.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757575;
  font-size: 12px;
  padding: 10px 15px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50px;
}
.custom-select .custom-options {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 9.9px 0px rgba(117, 117, 117, 0.2);
  border-radius: 5px;
  width: 100%;
  overflow-y: auto;
  z-index: 2;
}
.custom-select .custom-option {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.custom-select .custom-option:hover {
  background-color: #f0f0f0;
}
.custom-select.show .custom-options {
  display: block;
}
.custom-select .optimg {
  width: 19px;
}
.custom-select.cst-select .label {
  position: absolute;
  background: #f8fafe;
  top: -11px;
  left: 14px;
  z-index: 1;
  padding: 2px;
}
.custom-select.cst-select .cst-select-wrap {
  color: #1D1B20;
  font-size: 14px;
  position: relative;
  padding: 6px 15px;
  border: 2px solid #4d5f9c;
  border-radius: 8px;
  cursor: pointer;
  background: none;
}
.custom-select.cst-select .cst-select-wrap .selectedTxt:after {
  display: inline-block;
  margin-left: auto;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.custom-select.cst-select .cst-select-wrap .selectedTxt.rotate:after {
  transform: rotate(180deg);
}
.custom-select.cst-date .selectedTxt img {
  display: none;
}
.custom-select.cst-date .custom-option.active img {
  visibility: visible;
}
.custom-select.cst-date .custom-option img {
  visibility: hidden;
}

.cst-form label {
  color: #232323;
  font-weight: 500;
  font-size: 14px;
}
.cst-form input,
.cst-form textarea {
  border: 1px solid #a0a9cb;
  border-radius: 8px;
  padding: 11px 10px;
}
.cst-form input::-moz-placeholder,
.cst-form textarea::-moz-placeholder {
  color: #A0A9CB;
  font-size: 14px;
}
.cst-form input::placeholder,
.cst-form textarea::placeholder {
  color: #A0A9CB;
  font-size: 14px;
}
.cst-form input.success,
.cst-form textarea.success {
  border: 1px solid #10d824;
}
.cst-form input.fail,
.cst-form textarea.fail {
  border: 1px solid #ff0000;
}
.cst-form-pass {
  cursor: pointer;
  margin-left: -48px;
}
.cst-form-errors {
  padding-left: 15px;
  font-size: 12px;
}
.cst-form-errors p {
  position: relative;
}
.cst-form-errors p:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #757575;
  border-radius: 100%;
}
.cst-form .primarybtn {
  border-radius: 8px;
  padding: 12px 20px;
}

.passwordToast {
  color: #000;
  font-size: 14px;
  background: rgba(16, 216, 36, 0.0588235294);
  border: 1px solid #10d824;
}

.datepicker-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 12px;
  background-color: #fff;
  border-radius: 8px;
  padding: 11px 12px;
}

.footerlog {
  color: #232323;
}
.footerlog-lists li a {
  position: relative;
  color: #232323;
  padding: 0 10px;
}
.footerlog-lists li a.active, .footerlog-lists li a:hover {
  color: #4F619E;
}
.footerlog-lists li a:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1.5px solid #878A99;
}
.footerlog-lists li:last-child a:after {
  display: none;
}

.disc li {
  list-style: disc;
}

.num li {
  list-style: auto;
}

.lh-16 {
  line-height: 1.6;
}

.insight-detailings {
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}

.dt-layout-cell .dt-buttons .dt-button {
  color: #757575;
  font-size: 13px;
  background: #fff;
  padding: 12px 26px;
  border-radius: 8px;
}
.dt-layout-cell .dt-buttons .dt-button:hover {
  border: 1px solid #fff !important;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-collection {
  border: 1px solid #cccccc;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-copy {
  color: #8C3AFF;
  border: 1px solid #8C3AFF;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-copy:hover {
  color: #fff;
  background-color: #8C3AFF;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-csv {
  color: #00A419;
  border: 1px solid #00A419;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-csv:hover {
  color: #fff;
  background-color: #00A419;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-pdf {
  color: #FF0509;
  border: 1px solid #FF0509;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-pdf:hover {
  color: #fff;
  background-color: #FF0509;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-print {
  color: #0F87E3;
  border: 1px solid #0F87E3;
}
.dt-layout-cell .dt-buttons .dt-button.buttons-print:hover {
  color: #fff;
  background-color: #0F87E3;
}

.form-floating.floating-label input {
  padding: 12px !important;
  height: 46px;
  border-radius: 8px;
}
.form-floating.floating-label input:focus {
  box-shadow: none;
}
.form-floating.floating-label label {
  color: #757575;
  height: auto;
  background: #fff;
  padding: 0 10px;
  opacity: 1 !important;
  margin-left: 3px;
  transform: translate(0px, 12px);
}

.select-cst-drop {
  position: relative;
}
.select-cst-drop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 12px;
  cursor: pointer;
  padding: 10px;
}
.select-cst-drop:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
  width: 15px;
  height: 20px;
}

.insights-detail {
  width: 184px;
  height: 100px;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  padding: 18px 12px;
}
@media only screen and (max-width: 767px) {
  .insights-detail {
    width: 100%;
  }
}

.bg-box {
  display: flex;
  align-items: center;
  font-size: 10px;
  border-radius: 12px;
  padding: 4px;
}

.increment {
  color: #39CB7B;
  background: rgba(57, 203, 123, 0.1019607843);
}

.decrement {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.1019607843);
}

.rpc-box {
  border-radius: 20px;
  border: 1px solid #EFEFEF;
  height: 100%;
}
.rpc .nav-item {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0784313725);
  width: 50%;
}
.rpc .nav-item .nav-link {
  color: rgba(35, 35, 35, 0.6509803922);
  border-radius: 4px;
  width: 100%;
  background: #F9FAFE;
  padding: 4px;
}
.rpc .nav-item .nav-link.active {
  color: #232323;
  background: #fff;
}
.rpc-versus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 35px;
  margin: auto;
  text-align: center;
  border: 1px solid #EFEFEF;
}

.table-head {
  position: absolute;
  top: -65px;
  width: 100%;
}
.table-head .card {
  position: relative;
}
.table-head .card:after {
  content: "";
  position: absolute;
  top: 48px;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/rounded_bg.svg);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .highcharts-figure .rpcgraph {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .highcharts-figure .rpcgraph {
    height: 270px;
  }
}

.insights-filter {
  margin: 5px 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
.insights-filter.show {
  opacity: 1;
  max-height: 100%;
  /* max-height: 450px; */
}
@media screen and (max-width: 767px) {
  .insights-filter.show {
    max-height: 800px;
  }
}
.insights-filter-select {
  position: relative;
}
.insights-filter-select input {
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 8px;
  width: 100%;
}
.insights-filter-select input[type=text]::-webkit-calendar-picker-indicator,
.insights-filter-select input[type=search]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.insights-filter-select .dropdown-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}

.bg-grey {
  background: rgba(35, 35, 35, 0.0509803922);
  border-radius: 20px;
  padding: 15px;
}

.multiselect-wrap {
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 13px 16px;
  height: 150px;
  overflow-y: scroll;
}
.multiselect-wrap .dropdown-containerY {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.multiselect-wrap .dropdown-containerY > .group-by-item {
  display: flex;
}
.multiselect-wrap .dropdown-containerY > .group-by-item > .form-control.group-by-select {
  border: none;
  background: linear-gradient(182.57deg, #ffffff 2.14%, #e9e9e9 97.86%);
  color: #1d1b20;
  font-size: 12px;
  border: 1px solid #dddbdb;
  border-radius: 4px;
  padding-right: 1.75rem;
  max-width: 110px;
  white-space: nowrap; /* prevent line break */
  overflow: hidden; /* hide overflowing text */
  text-overflow: ellipsis;
}
.multiselect-wrap .dropdown-containerY > .group-by-item > .remove-group-by {
  background: none;
  margin-left: -20px;
}
.multiselect.yahoo .chosen-choices {
  height: 146px;
}

.reports-save.custom-select {
  width: auto;
}
.reports-save.custom-select.cst-select .cst-select-wrap {
  border: none;
}
.reports-save.custom-select > .custom-options {
  width: auto;
}

.controlpanel-admin {
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 15px;
}
.controlpanel-admin img {
  width: 35px;
}
.controlpanel-account {
  position: relative;
  overflow: hidden;
}
.controlpanel-account:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 84px;
  height: 90px;
  background: url(../images/yellow_circle.png) no-repeat;
  z-index: 1;
}
.controlpanel-account:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: url(../images/rocket.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.controlpanel-account p {
  line-height: 2;
}

.table .form-check-input {
  position: relative;
  width: 18px;
  height: 18px;
}
.table .form-check-input[type=radio] {
  border: 2px solid rgba(160, 169, 203, 0.5411764706);
  background: rgba(160, 169, 203, 0.5411764706);
}
.table .form-check-input[type=checkbox] {
  border-radius: 100%;
}
.table .form-check-input:checked[type=radio], .table .form-check-input:checked[type=checkbox] {
  background-color: transparent;
  box-shadow: none;
  border: 3px solid rgba(160, 169, 203, 0.5411764706);
}
.table .form-check-input:checked[type=radio]:after, .table .form-check-input:checked[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 13px;
  width: 13px;
  background: #10D824;
  border-radius: 100%;
}
.table .form-check-input.redbg:checked[type=checkbox]:after {
  background: #FB0C0C;
}
.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #F5F5F5;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #757575;
}

.nav-lists li {
  width: 100%;
  text-align: center;
}
.nav-lists ul {
  border-radius: 8px;
  overflow: auto;
}
.nav-lists ul li a {
  display: inline-block;
  color: #A0A9CB;
  padding: 10px 25px;
  white-space: nowrap;
  width: 100%;
}
.nav-lists ul li a .img-active {
  display: none;
}
.nav-lists ul li a.active {
  color: #374884;
  font-weight: 500;
  border-bottom: 2px solid #374884;
}
.nav-lists ul li a.active .img-inactive {
  display: none;
}
.nav-lists ul li a.active .img-active {
  display: inline-block;
}

.add-article-form label {
  font-weight: 500;
}
.add-article-form input, .add-article-form textarea, .add-article-form select {
  color: #757575;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  padding: 15px 12px;
}
.add-article-form input::-moz-placeholder, .add-article-form textarea::-moz-placeholder, .add-article-form select::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.add-article-form input::placeholder, .add-article-form textarea::placeholder, .add-article-form select::placeholder {
  color: #757575;
  font-size: 14px;
}

.account-modal .btn-close {
  position: absolute;
  right: 15px;
  background-color: #F3F6F9;
}

.sign-left img {
  margin-top: -76px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sign-left img {
    margin-top: -88px;
  }
}
@media only screen and (max-width: 767px) {
  .sign-left img {
    margin-top: 15px;
  }
}
.sign-left p {
  margin-top: -40px;
}

.page-head {
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) {
  .page-head-img {
    margin-top: -92px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-head-img {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-head-img {
    height: 250px;
    object-fit: cover;
  }
}
.page-head-desc {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-head-desc {
    bottom: 30%;
  }
}
.page-head-desc h1 {
  font-size: 36px;
}
.page-head .breadcrumb li {
  color: #fff;
}
.page-head .breadcrumb li a {
  color: rgba(255, 255, 255, 0.38);
}

.about span {
  color: #A0A9CB;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */

tfoot tr td span{
  color : #fff;
}