@font-face {
  font-family: "Plain";
  src: url("../fonts/plain/plain.eot"); /* IE9*/
  src: url("../fonts/plain/plain.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/plain/plain.woff2") format("woff2"),
    /* chrome、firefox */ url("../fonts/plain/plain.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/plain/plain.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/plain/plain.svg#Plain Medium Regular") format("svg"); /* iOS 4.1- */
  font-weight: 400;
}
@font-face {
  font-family: "Plain Regular";
  src: url("../fonts/plain/plain-regular.eot"); /* IE9*/
  src: url("../fonts/plain/plain-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/plain/plain-regular.woff2") format("woff2"),
    /* chrome、firefox */ url("../fonts/plain/plain-regular.woff")
      format("woff"),
    /* chrome、firefox */ url("../fonts/plain/plain-regular.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/plain/plain-regular.svg#Plain Medium Regular") format("svg"); /* iOS 4.1- */
  font-weight: 500;
}
#search_filter {
  width: 50px;
}
.pagination.paginator li.active a,
.pagination.paginator li.active a {
  background-color: #6c438e;
  border: 1px solid #6c438e;
  border-radius: 100px !important;
}
.ptrans,
.ptrans span {
  width: auto !important;
  border: unset !important;
}
.admin-wrapper {
  font-family: "Plain";
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, #f1f3f5, #f1f3f5);
}

/* .admin-sidebar {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(99, 32, 238, 0.08);
  padding:22px;
  width: 220px;
  min-height: 100vh;
} */

.admin-content-container {
  /* width: calc(100% - 240px); */
  position: relative;
  /* padding-top: 75px; */
}
.navbar-default.admin-nav {
  width: calc(100% - 240px);
  height: 64px;
  left: 240px;
  top: 0px;
  background: #ffffff;
  padding: 9px 16px;
}

.admin-sidebar li svg {
  fill: #323232;
  margin-left: 15px;
}

.admin-sidebar li a {
  color: #07001c;
  font-size: 14px;
  /* line-height:18px; */
  display: flex;
  align-items: center;
  /* margin-top: 25px; */
}

.admin-sidebar li.newDashLink {
  padding-left: 0;
  width: 100%;
  padding: 10px 0px 0px 0px;
  text-indent: 16px;
}

.admin-sidebar li.newDashLink a {
  min-height: initial;
  height: 35px;
  padding: 0;
  padding-left: 0 !important;
  border-left: 4px solid transparent;
  transition: 250ms all ease-in-out;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  color: #323232;
}

.admin-sidebar li.newDashLink a.subMenu {
  min-height: initial !important;
  height: auto;
  padding: 10px !important;
}

.admin-sidebar li.newDashLink a.active,
.admin-sidebar li.newDashLink a:hover,
.admin-sidebar li.newDashLink a:focus {
  color: #fff !important;
  background-color: #6c438e !important;
}

.admin-sidebar li.newDashLink a.active small,
.admin-sidebar li.newDashLink a:hover small {
  color: #fff !important;
}

.admin-sidebar li.newDashLink a.subMenu:hover {
  background-color: transparent !important;
  color: #6c438e !important;
}

.admin-sidebar li.newDashLink a.subMenu:hover small {
  color: #6c438e !important;
}

.navbar-header .headerNavLinks {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  height: inherit;
}

.navbar-header .headerNavLinks > li {
  min-width: max-content;
  position: relative;
  border-left: 1px solid #f9f9f9;
  padding-right: 20px;
}

.navbar-header .headerNavLinks > li > a {
  color: #777;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.navbar-header .headerNavLinks > li > a .caret {
  margin-left: 20px;
}

/* .admin-sidebar li.newDashLink a.active {
  border-color: #6c438e;
}

.admin-sidebar li.newDashLink a.active svg,
.admin-sidebar li.newDashLink a:hover svg,
.admin-sidebar li.newDashLink a:focus svg {
  fill: #6c438e;
} */

.admin-tables-wrapper {
  background: transparent;
  /* box-shadow: 3px 6px 30px rgba(99, 32, 238, 0.16);
  padding: 45px; */
}

.admin-breadcrumbs {
  padding: 15px 0px;
  background: #f9f9f9;
  margin: 25px -45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.admin-breadcrumbs span,
.admin-breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

.admin-breadcrumbs a {
  color: #07001c;
}

.admin-breadcrumbs span.actv {
  cursor: inherit;
  color: #6c438e;
}

.admin-breadcrumbs a svg {
  fill: #848484;
  margin-right: 15px;
}
.headerDD ul li a:hover {
  background-color: #6c438e;
  color: #ffffff;
}
.admin-tables-wrapper table {
  min-width: 1700px;
}

.admin-tables-wrapper table thead th {
  background: #000000;
  color: #fff;
  font-size: 14px;
  min-width: 100px;
  vertical-align: middle;
  padding-right: 30px;
  text-align: center;
}

.admin-tables-wrapper table tr td a.alnk {
  color: #6c438e;
}

.admin-tables-wrapper table thead th + th {
  border-left: 1px solid #fff;
}

.admin-tables-wrapper table thead th a {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  padding: 2px 5px;
}

.admin-tables-wrapper table thead th.sort-head {
  position: relative;
}

.admin-tables-wrapper table tbody td {
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  min-width: 140px;
  max-width: 250px;
  word-break: break-all;
}

.admin-tables-wrapper table a.ul-link {
  color: #6c438e;
  cursor: pointer;
}

.nav.side-nav .helpText {
  color: #c2d1d9;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border-top: 1px solid #c2d1d9;
  margin-top: 15px;
}

.text-underline {
  text-decoration: underline;
}

.green-text {
  color: #07beb8 !important;
}

.filters-link {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #9faebb;
}

.filters-link a {
  color: #9faebb;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filters-link svg {
  margin-right: 10px;
  fill: #9faebb;
}

.filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.filters-wrapper > div {
  width: 155px;
  margin-right: 15px;
}

.filters-wrapper .form-control {
  padding: 12px 15px;
  border-radius: 0;
  height: 46px;
}

.filters-wrapper > div.wd-250 {
  width: 250px;
}

.dp-input {
  position: relative;
}

.dp-input svg {
  position: absolute;
  right: 5px;
  top: 15px;
}

.dp-input .abs {
  right: 0;
  left: auto;
  position: absolute;
  right: 5px;
  top: 15px;
  width: 18px;
}
.send-link a {
  display: inline-block;
  margin-top: 35px;
  cursor: pointer;
}

.btn-blue-wrapper {
  height: 46px;
  min-width: 135px;
  padding: 12px 15px;
  border: 1px solid #6c438e;
  background: #6c438e;
  color: #fff;
}

.btn-blue-wrapper:hover,
.btn-blue-wrapper:focus {
  background: #fff;
  text-decoration: none;
  color: #6c438e;
}

.admin-top-wrap .btn-blue-wrapper {
  margin-right: 15px;
}

.admin-top-wrap {
  display: flex;
  margin-bottom: 75px;
}

.search-top {
  position: relative;
  margin: 0 15px 0 0;
  width: 100%;
  max-width: 465px;
}

.search-top .form-control {
  border-radius: 0;
  height: 46px;
  padding: 12px 15px 12px 35px;
}

.search-top > svg {
  position: absolute;
  left: 8px;
  top: 14px;
}

.admin-gl-wrap {
  margin-left: auto;
  display: flex;
  list-style: none;
}

.admin-gl-wrap li a {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #c2d1d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin-gl-wrap li a.black-link {
  background: #000;
}

.admin-nav .search-top {
  margin-left: 0;
}

.admin-nav .navbar-nav > li.admin-ml-auto {
  margin-left: auto;
  min-width: 250px;
}

.admin-nav .navbar-nav {
  width: 100%;
  display: flex;
}

.filters-wrapper .multiselect.dropdown-toggle {
  padding: 12px 15px;
  border-radius: 0;
  height: 46px;
  text-align: left;
  color: #555;
  border: 0.5px solid #ececec;
  box-shadow: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.filters-wrapper .multiselect-container.dropdown-menu {
  /* height: 100%; */
  max-height: 500px;
  min-width: 250px;
  /* right: 0;
  left: initial; */
  overflow-y: auto;
}

.filters-wrapper
  .multiselect-container.dropdown-menu
  .input-group
  .multiselect-clear-filter {
  height: 46px;
}

.filters-wrapper .multiselect-container.dropdown-menu a label {
  padding: 8px 20px 8px 40px;
}

.name-ellipse {
  width: 25px;
  height: 25px;
  background: #f2f5f7;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 15px;
  padding: 5px;
  font-size: 12px;
  color: #000000;
}

.admin-nav .navbar-nav > li.admin-ml-auto > a {
  padding: 10.5px;
}

.graph-head {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.chart-data {
  margin: 35px 0 45px;
}

.tpl-count {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: "Plain Regular";
}

.tpl-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}

.gc-bb-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  color: #6c438e;
  font-family: "Plain Regular";
}

.gc-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}

.gcb-label {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  margin-top: 10px;
  font-family: "Plain Regular";
}

.dwmy-list li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  padding: 6px 12px;
  min-width: 62px;
  height: 28px;
  border-radius: 4px;
  color: #000;
}

.dwmy-list li a.active {
  background: #000000;
  color: #fff;
}

.gc-bottom-list li {
  margin-bottom: 15px;
  font-size: 13px;
}

.row.fc-mt-20 {
  margin: 20px -10px 0;
}

.fc-mt-20 .col-md-6 {
  padding: 0 10px;
}

.row.fc-mt-20 .admin-tables-wrapper {
  padding: 25px;
}

.pr-font {
  font-family: "Plain Regular";
}
#pricingTable {
  background: transparent;
  z-index: 0 !important;
}
.pricingTable table {
  max-width: 880px;
  margin: 0 auto;
  border-collapse: collapse;
}
.prfdChip {
  background: #f9c561;
  font-size: 12px;
  padding: 7px 25px;
  margin-top: 5px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -5px;
  color: black;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pricingTable thead .headPrice th:first-child {
  font-size: 40px;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  border-bottom: 1px solid #e8e8e8 !important;
  color: #000;
}
.pricingTable thead .headPrice th:nth-child(2) {
  background-color: #313d8c;
}
.pricingTable thead .headPrice th {
  width: 190px;
  height: 75px;
  font-size: 20px;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  color: #fff;
  vertical-align: middle !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: none !important;
  background: #fff;
}
.pricingTable thead .headPrice th:nth-child(3) {
  background-color: #8b1558;
}
.headPrice span {
  font-size: 13px;
  white-space: pre;
}
.pricingTable tbody tr:first-child td {
  border: none;
}
.pricingTable tbody tr td:nth-child(odd) {
  background: #fff;
}
.pricingTable tbody tr td:nth-child(even) {
  background: #f7f7f7;
}
.pricingTable tbody tr td:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pricingTable tbody tr td {
  height: 60px;
  vertical-align: middle !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 14px;
  color: #2c2c2c;
  border-color: #e8e8e8 !important;
}
.pricingTable table tfoot td {
  border-top: none !important;
}
.pricingTable table tfoot td:nth-child(2) .pricingButton {
  background-color: #313d8c;
}
.pricingTable table tfoot td:nth-child(3) .pricingButton {
  background-color: #8b1558;
}
.pricingTable table tfoot .pricingButton {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 40px;
  background: #70a340;
  letter-spacing: 0.5px;
  border-radius: 30px;
  transition: 250ms all linear;
}
.pricingTable .headPlan .plans
{
  width: 300px;
}
.pricingTable thead .headPlan {
  background: #ddd;
}
.pricingTable thead .headPlan th {
  width: 190px;
  height: 75px;
  background: #ddd;
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  color: #000;
  vertical-align: middle !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: none !important;
  padding-top: 45px !important;
  text-align: center;
}