/* ========================================================
*
* Target Admin
*
* ========================================================
*
* File: target-admin.css
* Version: 1.0.0
* Author: Jumpstart Themes
*
* [Table of Contents]
* 
*   ==Buttons
*   ==Dropdown
*   ==Badges
*   ==Tables
*   ==Modal
*   ==Progress Bars
*   ==List Group
*   ==Thumbnail
*   ==Accordion
*   ==Tabs
*   ==Pagination
*   ==Forms
*   ==Labels
*   ==Text
* 
*   ==Error Styles
*   ==Navbar
*   ==Mainbar
*   ==Content
*   ==Footer
*   ==Noticebar

*   ==Icons List
*   ==Headings
*   ==Portlets
*   ==Progress Stat
*   ==Row Stat
*   ==Spark Stat
*   ==Panel Content
*   ==Back to Top

*   ==Morris
*   ==Calendar
*   ==Slider
*   ==Autosize
*   ==Date Picker
*   ==iCheck
*   ==Select2
*   ==Color Picker
*   ==Time Picker
*   ==Validation
*   ==Howl
*   ==Data Tables
*   ==Flot
*   ==Table Checkable

*   ==Account Styles
*   ==Support List
* ======================================================== */
/* ==Body */
/* ----------------------------------------------- */

html,
body {
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
  color: #000;
}
/* ==Buttons */
/* ----------------------------------------------- */
.btn-secondary,
.btn-tertiary,
.btn-facebook,
.btn-twitter {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:active,
.btn-tertiary:active,
.btn-facebook:active,
.btn-twitter:active,
.btn-secondary.active,
.btn-tertiary.active,
.btn-facebook.active,
.btn-twitter.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-primary {
  /*	color: #fff;
    background-color: #1565c0;
    border: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);;*/
  color: #fff;
  /*   background-color:#5bc0de;
      border-color:#46b8da;*/
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  /*	color: #fff;
    outline: none;
    background-color: #1565c0;*/
  color: #fff;
  /* background-color:#39b3d7;
      border-color:#269abc;*/
  background-color: #2d91fb;
  border-color: #2d91fb;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
  /*	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);*/
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}
.btn-primary .badge {
  color: #f3f6f9;
  background-color: #000000;
}
.btn-secondary {
  color: #fff;
  /*	background-color: #1565c0;
    border: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);;*/
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #fff;
  /*	outline: none;
    background-color: #1565c0;*/
  background-color: #2d91fb;
  border-color: #2d91fb;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #428bca;
  border-color: #3276b1;
}
.btn-secondary .badge {
  color: #428bca;
  background-color: #000000;
}
.btn-tertiary {
  color: #000000;
  background-color: #bbbbbb;
  border-color: #a7a7a7;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #000000;
  background-color: #a7a7a7;
  border-color: #888888;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #bbbbbb;
  border-color: #a7a7a7;
}
.btn-tertiary .badge {
  color: #bbbbbb;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: #23345a;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #00acee;
  border-color: #00a1df;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #008fc5;
  border-color: #0075a2;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #00acee;
  border-color: #00a1df;
}
.btn-twitter .badge {
  color: #00acee;
  background-color: #ffffff;
}
.btn-jumbo {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-primary .caret,
.btn-secondary .caret,
.btn-tertiary .caret,
.btn-facebook .caret,
.btn-twitter .caret {
  border-top-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-secondary .caret,
.dropup .btn-tertiary .caret,
.dropup .btn-facebook .caret,
.dropup .btn-twitter .caret {
  border-bottom-color: #fff;
}
/* ==Dropdowns */
/* ----------------------------------------------- */
.btn-primary .caret,
.btn-secondary .caret,
.btn-tertiary .caret,
.btn-facebook .caret,
.btn-twitter .caret {
  border-top-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-secondary .caret,
.dropup .btn-tertiary .caret,
.dropup .btn-facebook .caret,
.dropup .btn-twitter .caret {
  border-bottom-color: #fff;
}
.dropdown-menu {
  min-width: 185px;
}
.dropdown-menu > li {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.dropdown-menu > li > a {
  padding: 6px 7px;
  font-size: 13px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-header {
  padding: 7px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000;
  background-color: #f3f6f9;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #286efa;
  background-color: #f6f6f6;
  line-height: 18px;
  font-size: 14px;
  /*	font-family: sans-serif;*/
  font-family: inherit;
  font-weight: 500;
}
@media (max-width: 768px) {
  .dropdown-header {
    color: #083d33;
    font-size: 13px;
  }
  .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 40px;
  }
  .dropdown-menu .divider {
    background-color: #1abf9f;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.navbar .dropdown-submenu > .dropdown-menu,
.mainnav .dropdown-submenu > .dropdown-menu {
  display: block;
  margin-top: -6px;
  margin-left: 20px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu:before,
.dropdown-submenu:hover > .dropdown-menu:after {
  display: none;
}
@media (min-width: 768px) {
  .navbar .dropdown-submenu > .dropdown-menu,
  .mainnav .dropdown-submenu > .dropdown-menu {
    display: none;
    margin-left: -1px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu,
  .mainnav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    content: " ";
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #f3f6f9;
  }
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/* ==Badges */
/* ----------------------------------------------- */
.badge-primary {
  background: #f3f6f9;
}
.badge-secondary {
  background: #428bca;
}
.badge-tertiary {
  background: #bbbbbb;
}
/* ==Tables */
/* ----------------------------------------------- */
.table-bordered thead tr,
.table-bordered tfoot tr {
  background-color: transparent;
  /*	background-color: #f3f3f3;*/
}
.table-bordered thead tr th,
.table-bordered tfoot tr th {
  /*  color: #000;
      font-size: 15px;*/
  /*   font-weight: 800; */
  text-align: left !important;
  background-color: transparent;
  border-bottom-width: 0;
  /*  vertical-align: middle;*/
}
.table-bordered.table-highlight {
  border-top-color: #111;
}
.table-bordered.table-highlight thead tr:first-child {
  background-color: #363636;
}
.table-bordered.table-highlight thead tr:first-child th {
  color: #fff;
  font-weight: 600;
  border: 1px solid #2c2c2c;
}
/* ==Modal */
/* ----------------------------------------------- */
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.in {
  filter: alpha(opacity=32);
  -webkit-opacity: 0.32;
  -moz-opacity: 0.32;
  opacity: 0.32;
}
.modal-styled .modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background-color: #333;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.modal-styled .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.modal-styled .modal-header .close:hover {
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.modal-styled .modal-footer {
  padding: 14px 20px 15px;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* ==Progress Bars */
/* ----------------------------------------------- */
.progress-bar-primary {
  background-color: #eaeaea;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-secondary {
  background-color: #428bca;
}
.progress-striped .progress-bar-secondary {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-tertiary {
  background-color: #bbbbbb;
}
.progress-striped .progress-bar-tertiary {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
/* ==List Group */
/* ----------------------------------------------- */
.list-group .list-group-item i {
  color: #f3f6f9;
}
.list-group .list-group-item.active {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}
.list-group .list-group-item.active i {
  color: #fff;
}
.list-group .list-group-item .list-group-chevron {
  float: right;
  margin-top: 5px;
  color: #bbb;
}
.list-group .list-group-item .badge {
  margin-top: 2px;
  font-size: 12px;
}
.list-group .list-group-item .list-group-chevron + .badge {
  margin-right: 10px;
}
/* ==Thumbnails */
/* ----------------------------------------------- */
.thumbnail-view {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.thumbnail-view img {
  max-width: 100%;
}
.thumbnail-view .thumbnail-view-hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #111111 url(../img/gallery/zoom.png) no-repeat 50%;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.thumbnail-view:hover .thumbnail-view-hover {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.thumbnail-footer {
  padding: 7px 10px;
  border-top: 1px dotted #ccc;
}
.thumbnail-footer:before,
.thumbnail-footer:after {
  content: " ";
  display: table;
}
.thumbnail-footer:after {
  clear: both;
}
.thumbnail-footer a {
  color: #999;
  font-size: 12px;
}
.thumbnail-footer a:hover {
  text-decoration: none;
  color: #f3f6f9;
}
.thumbnail-footer .pull-left a {
  padding: 0 12px 0 0;
}
.thumbnail-footer .pull-right a {
  padding: 0 0 0 12px;
}
/* ==Accordion */
/* ----------------------------------------------- */
.accordion .panel-heading {
  padding: 0;
}
.accordion .accordion-toggle {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
}
.accordion .accordion-toggle:hover,
.accordion .accordion-toggle:active,
.accordion .accordion-toggle:focus {
  text-decoration: none;
  outline: none !important;
}
.accordion .panel.open .accordion-toggle {
  color: #fff;
  background-color: #f3f6f9;
}
/* ==Tabs */
/* ----------------------------------------------- */
.tab-content.stacked-content > .tab-pane {
  padding-top: 0;
}
.nav-tabs,
.nav-pills {
  margin-bottom: 1.5em;
}
.nav-tabs .caret,
.nav-pills .caret,
.nav-tabs a:hover .caret,
.nav-pills a:hover .caret {
  border-top-color: #444;
  border-bottom-color: #444;
}
.nav-pills.nav-stacked > li {
  margin-right: 0;
  margin-bottom: 0.5em;
}
.nav-pills.nav-stacked > li > a {
  padding: 10px 15px;
}
.nav-pills > li {
  margin-right: 6px;
}
.nav-pills > li > a {
  padding: 5px 12px;
  color: #444;
  background-color: #eee;
}
.nav-pills > li > a:hover {
  background-color: #e4e4e4;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f3f6f9;
}
.nav-pills > li.active .caret,
.nav-pills > li.active a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #090617;
  font-weight: 400;
  background-color: #eaeaea!important;
  border: 0;
  border-radius: 8px;
}

.nav-tabs > li > a {
  color: #707070;
  border: 0;
}
.nav-tabs > li > a > i,
.nav-tabs > li > a > .glyphicon {
  display: none;
}
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  background-color: #1261ff;
  border-color: #f3f6f9;
}
.nav-tabs .dropdown-menu > .active > a,
.nav-tabs .dropdown-menu > .active > a:hover,
.nav-tabs .dropdown-menu > .active > a:focus {
  color: #fff;
}
/* ==Pagination [.pagination] */
/* ----------------------------------------------- */
.pagination > li {
  margin-left: 3px;
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  color: #1261ff;
  border-radius: 6px !important;
  border-color: #1261ff;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.selected > a {
  background-color: #1261ff;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  cursor: default;
}
.pager > li > a {
  color: #222;
}
/* ==Forms */
/* ----------------------------------------------- */
.form .row,
.form-horizontal .row {
  margin-bottom: 0 !important;
}
.help-block {
  margin-bottom: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
/* ==Labels */
/* ----------------------------------------------- */
.label-primary {
  background-color: #f3f6f9;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d62c1a;
}
.label-secondary {
  background-color: #428bca;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #3071a9;
}
.label-tertiary {
  background-color: #bbbbbb;
}
.label-tertiary[href]:hover,
.label-tertiary[href]:focus {
  background-color: #a2a2a2;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
/* ==Text */
/* ----------------------------------------------- */
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f3f6f9;
}
.text-warning {
  color: #8a6d3b;
}
.text-info {
  color: #31708f;
}
/* ==Error [.error-container]*/
/* ----------------------------------------------- */
.error-container {
  margin-top: 1em;
  text-align: center;
}
.error-code {
  display: inline-block;
  vertical-align: top;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.7em;
}
.error-details {
  display: inline-block;
  vertical-align: top;
  margin-top: 4em;
}
.error-details ul {
  text-align: left;
}
@media (min-width: 768px) {
  .error-container {
    margin-top: 2.5em;
  }
  .error-details {
    width: 250px;
    margin-top: 0;
    margin-left: 25px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .error-container {
    margin-top: 5em;
  }
  .error-code {
    font-size: 150px;
  }
  .error-details {
    width: 350px;
    margin-left: 50px;
  }
}
/* ==Navbar [.navbar]*/
/* ----------------------------------------------- */
.navbar {
  position: relative;
  z-index: 501;
  min-height: 70px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}
.navbar .navbar-text {
  color: #999999;
}
.navbar .navbar-nav > li > a {
  color: #8c94a5;
  font-size: 13px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar .navbar-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 10px;
  color: #666;
  font-size: 18px;
  border-color: none;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #333333;
}
.navbar .navbar-collapse {
  background: #f3f6f9;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #f3f6f9;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
  background-color: #1b1b1b;
}
.navbar .navbar-link {
  color: #999999;
}
.navbar .navbar-link:hover {
  color: #ffffff;
}
.navbar-brand {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-brand-image {
  padding: 0;
}
.navbar .navbar-nav > .navbar-profile > a {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}
.navbar-profile-avatar {
  position: relative;
  top: -1px;
  width: 30px;
  margin-right: 0.65em;
  border: 2px solid #6f6f6f;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navbar-profile-label {
  display: inline;
  font-size: 13px;
}
@media (min-width: 768px) {
  .navbar {
    height: auto;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-profile-label {
    display: none;
  }
}
@media (min-width: 768px) {
  /* .navbar-nav .dropdown-menu:before {
   content: '';
   position: relative;
   z-index: 10601;
   display: inline-block;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #fff;
   position: absolute;
   top: -7px;
   left: 8px;
  }*/
  .navbar-nav.navbar-right .dropdown-menu:before {
    left: auto;
    right: 12px;
  }
}

/* ==Mainbar [.mainbar]*/
/* ----------------------------------------------- */
.mainbar {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background: #f3f6f9;
  border-bottom: 0;
}
.mainbar .mainbar-nav {
  text-align: center;
  /*	background: #ebebeb;*/
  background: #fff !important;

  margin-left: 0;
  margin-right: 0;
}
.mainbar .mainbar-nav > li > a {
  color: #8c94a5;
  font-weight: 600;
}
.mainbar .mainbar-nav > li > a > i {
  margin-right: 5px;
}
.mainbar .mainbar-nav > li > a:hover,
.mainbar .mainbar-nav > li > a:focus {
  background: #f3f6f9;
}
.mainbar .mainbar-nav > .open > a,
.mainbar .mainbar-nav > .open > a:hover,
.mainbar .mainbar-nav > .open > a:focus {
  color: #999;
  background: #f3f6f9;
  border-color: #f3f6f9;
}
.mainbar .mainbar-toggle {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 22px;
  background: transparent;
  box-shadow: none;
  padding: 0 20px;
  height: 46px;
}
.mainbar .mainbar-toggle:hover {
  box-shadow: none;
  color: #017eff;
}
.mainbar .mainbar-collapse {
  position: absolute !important;
}
@media (min-width: 768px) {
  .mainbar {
    height: 170px;
    padding: 0;
  }
  .mainbar .mainbar-nav {
    float: none;
    margin-top: 0;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    border-right: 3px solid #f5f5f5;

    /* justify-content: center; */
  }
  .mainbar .mainbar-nav > li {
    margin-right: 4px;
  }
  .mainbar .mainbar-nav > li > a {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    text-shadow: 1px 1px 2px #f3f6f9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .mainbar .mainbar-nav > li > a > i {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 24px;
  }
  .mainbar .mainbar-nav > li > a:hover,
  .mainbar .mainbar-nav > li > a:focus {
    border-color: #f3f6f9;
    background: #f3f6f9;
  }
  .mainbar .mainbar-nav > .active > a,
  .mainbar .mainbar-nav > .active > a:hover,
  .mainbar .mainbar-nav > .active > a:focus {
    color: #999;
    /*background: #f3f6f9;*/
    border-color: transparent;
  }
  /*.mainbar .mainbar-nav > .active > a::after,  .mainbar .mainbar-nav > .active > a:hover::after,  .mainbar .mainbar-nav > .active > a:focus::after {
   content: '';
   display: inline-block;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px solid transparent;
   border-top-color: #f3f6f9;
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -10px;
  }*/

  .mainbar .mainbar-toggle {
    display: none;
  }
  .mainbar .mainbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .mainbar .mainbar-collapse.collapse {
    display: block !important;
    height: 100% !important;
    padding-bottom: 0;
    overflow: visible !important;
    background: #f6f6f6;
    width: 60px;
    position: initial !important;
  }
  .mainbar .mainbar-collapse.in {
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .mainbar .mainbar-nav > li {
    margin-right: 10px;
  }
  .mainbar .mainbar-nav > li > a {
    padding: 12px 12px;
    font-size: 14px;
  }
  .mainbar .mainbar-nav > li > a > i {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .mainbar .dropdown-menu > li > a:hover,
  .mainbar .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #f3f6f9;
  }
}
/* ==Content [.content]*/
/* ----------------------------------------------- */
.content {
  position: relative;
  width: 100%;
  padding-top: 20px;
  background: #f3f6f9;
}
.content::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  width: auto;
  height: 100px;
  margin-top: -15px;

  /* background-image: -webkit-linear-gradient(top, #f3f6f9 0%, #f3f6f9 100%);
   background-image: linear-gradient(to bottom, #f3f6f9 0%, #f3f6f9 100%);*/
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffffffff', GradientType=0);
}
.content .breadcrumb {
  padding: 4px 0;
  margin-bottom: 0;
  background: none;
}
.content .breadcrumb > li {
  font-size: 15px;
}
.content-container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.content-header {
  /*	padding-bottom: .5em;
    margin-bottom: 2.5em; */
  /*	border-bottom: 1px dotted #CCC;*/
}
.content-header-title {
  margin-top: 0;
  color: #000000;
  font-size: 24px;
}
.content-header-subtitle {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}
.row-spacer {
  height: 40px;
}
@media (min-width: 768px) {
  .content {
    /*min-height: 900px;*/
    padding: 0;
    margin-top: -52px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .content::before {
    margin: 0;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .content-container {
    padding: 30px 25px 40px 25px;
  }
  .content-header-title {
    font-size: 28px;
  }
}
/* ==Footer [.footer]*/
/* ----------------------------------------------- */
.footer {
  width: 100%;
  float: left;
  padding: 25px 0;
  margin-top: 2em;
  font-size: 12px;
  text-align: center;
  background: #e6e6e6;
  border-top: 1px solid #cdcdcd;
  -webkit-box-shadow: inset 1px 1px 1px #ffffff;
  -moz-box-shadow: inset 1px 1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff;
}
@media (max-width: 768px) {
  .footer {
    background: transparent;
    border-top: 0;
    box-shadow: none;
  }
}
.footer p {
  margin-bottom: 0;
  width: 100%;
}
.footer .row > div {
  padding-bottom: 0.75em;
}
.footer hr {
  border-top-color: #d2d2d2;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 30px;
    margin-top: 1.5em;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* ==Noticebar [.noticebar]*/
/* ----------------------------------------------- */
.navbar .noticebar > li > a .badge {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  background: #f3f6f9;
  /* border: 2px solid #f3f6f9; */
}
.navbar .noticebar > .open > a .badge {
  background: #f3f6f9;
}
@media (min-width: 768px) {
  .navbar .noticebar > li > a {
    max-height: 60px;
    color: #3c3c3c;
    font-size: 19px;
  }
  .navbar .noticebar > li > a:hover {
    color: #555555;
  }
  .navbar .noticebar > li > a .badge {
    position: absolute;
    top: 6px;
    right: 3px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .navbar .noticebar > .open > a:after {
    content: "";
    position: relative;
    z-index: 1001;
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -8px;
  }
}
.noticebar-empty {
  padding: 25px 35px !important;
  text-align: center;
}
.noticebar-empty-title {
  color: #f3f6f9;
}
.noticebar-empty-text {
  color: #777;
}
.noticebar-menu-view-all {
  text-align: center;
}
.noticebar-menu {
  width: 325px;
}
.noticebar-menu .nav-header {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
}
.noticebar-menu .nav-header a {
  font-weight: 400;
}
.noticebar-menu > li {
  display: table;
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px dotted #ccc;
}
.noticebar-menu > li:last-child {
  border-bottom: none;
}
.noticebar-menu > li > a {
  padding: 8px 12px;
  font-size: 12px;
  white-space: normal;
}
.noticebar-menu > li > a:hover {
  color: #444;
  background: #eee;
}
.noticebar-menu:before,
.noticebar-menu:after {
  display: none !important;
}
.navbar-visible-collapsed {
  display: inline;
}
@media (max-width: 768px) {
  .noticebar-menu {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-visible-collapsed {
    display: none;
  }
}
.noticebar-item-image,
.noticebar-item-body {
  display: table-cell;
  vertical-align: middle;
}
.noticebar-item-image {
  width: 36px;
  font-size: 30px;
  text-align: center;
}
.noticebar-item-body {
  padding-left: 20px;
}
.noticebar-item-title {
  display: block;
}
.noticebar-item-time {
  display: block;
  color: #1261ff;
  font-size: 13px;
}
/* ==Misc */
/* ----------------------------------------------- */
.nav-icon {
  width: 1em;
  margin-right: 6px;
  font-size: 13px;
  text-align: center;
}
.chart-holder,
.chart-holder-225 {
  width: 100%;
  height: 275px;
}
.chart-holder-225 {
  height: 225px;
}
.clear {
  clear: both;
}
/* ==Icons List [.icons-list]*/
/* ----------------------------------------------- */
.icons-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.icons-list > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1em;
  line-height: 1.65em;
}
.icons-list > li > .icon-li {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1em;
  font-size: 1.25em;
  text-align: center;
}
/* ==Headings [.heading]*/
/* ----------------------------------------------- */
.heading {
  padding-bottom: 8px;
  margin-bottom: 1.35em;
  border-bottom: 1px dotted #ccc;
}
.heading-inline {
  display: inline-block;
}
/* ==Portlet [.portlet]*/
/* ----------------------------------------------- */
.portlet {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em; /* Clearfix Hack */
  /* portlet Plain */
}
.portlet .portlet-header {
  position: relative;
  padding: 1px 15px;
  background-color: transparent;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
}
.portlet .portlet-header:before,
.portlet .portlet-header:after {
  content: " ";
  display: table;
}
.portlet .portlet-header:after {
  clear: both;
}
.portlet .portlet-header h1,
.portlet .portlet-header h2,
.portlet .portlet-header h3,
.portlet .portlet-header h4,
.portlet .portlet-header h5,
.portlet .portlet-header h6 {
  float: left;
  padding: 10px 0;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.portlet .portlet-header h1 i,
.portlet .portlet-header h2 i,
.portlet .portlet-header h3 i,
.portlet .portlet-header h4 i,
.portlet .portlet-header h5 i,
.portlet .portlet-header h6 i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
}
.portlet .portlet-tools {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
}
.portlet .portlet-tools > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.portlet .portlet-tools .btn-icon {
  margin-top: -2px;
  color: #555;
  font-size: 16px;
}
.portlet .portlet-tools .btn-icon:hover {
  text-decoration: none;
  background-color: #fff;
}
.portlet .portlet-tools .btn-icon .caret {
  margin-top: -3px;
}
.portlet .portlet-tools .dropdown-menu {
  left: auto;
  right: 0;
}
.portlet .portlet-tools .btn.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.portlet .portlet-tools .form-control.input-sm {
  display: inline-block;
  width: 125px;
  height: 26px;
}
.portlet .portlet-tools .progress {
  margin-top: 0;
  margin-bottom: 0;
  width: 125px;
}
.portlet .portlet-tools .nav-tabs,
.portlet .portlet-tools .nav-pills {
  margin-bottom: 0;
}
.portlet .portlet-tools .nav-pills > li > a {
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 600;
}
.portlet .portlet-tools .nav-pills > li.active > a,
.portlet .portlet-tools .nav-pills > li.active > a:hover,
.portlet .portlet-tools .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #555;
}
.portlet .portlet-toolbar {
  padding: 10px 15px;
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffebebeb', GradientType=0);
  border: 1px solid #d5d5d5;
}
.portlet .portlet-toolbar:before,
.portlet .portlet-toolbar:after {
  content: " ";
  display: table;
}
.portlet .portlet-toolbar:after {
  clear: both;
}
.portlet .portlet-header + .portlet-content,
.portlet .portlet-toolbar + .portlet-content {
  margin-top: 1px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portlet .portlet-header + .portlet-toolbar {
  margin-top: 1px;
}
.portlet .portlet-content + .portlet-toolbar {
  margin-top: 1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.portlet .toolbar-bottom .portlet-content {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.portlet.portlet-nopad .portlet-content {
  padding: 0;
}
.portlet .portlet-content:before,
.portlet .portlet-content:after {
  content: " ";
  display: table;
}
.portlet .portlet-content:after {
  clear: both;
}
.portlet.portlet-plain {
  background: transparent;
  border: none;
}
.portlet.portlet-plain .portlet-header {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
  background: #fff;
  filter: none;
  border: none;
  border-bottom: 1px dotted #ccc;
}
.portlet.portlet-plain .portlet-header h3 {
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 22px;
}
.portlet.portlet-plain .portlet-header i {
  font-size: 20px;
}
.portlet.portlet-plain .portlet-content {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: none;
}
.portlet {

  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.portlet-content {
  padding: 22px 15px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.portlet-footer {
  padding: 15px;
}
.portlet-table .portlet-content {
  padding: 0;
}
.portlet-table .portlet-content .table-bordered {
  margin-bottom: 0;
  border: none;
}
.portlet-table .portlet-content .table-bordered thead > tr > th:first-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:first-child {
  border-left: none;
}
.portlet-table .portlet-content .table-bordered thead > tr > th:last-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:last-child {
  border-right: none;
}
/* ==Progress Stat [.progress-stat]*/
/* ----------------------------------------------- */
.progress-stat {
  margin-bottom: 2.5em;
}
.progress-stat:last-child {
  margin-bottom: 0;
}
.progress-stat-value {
  float: right;
  width: 90px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}
.progress-stat-label {
  float: left;
  width: 70px;
  color: #8c94a5;
  font-size: 12px;
  font-weight: 600;
  /*	text-transform: uppercase;*/
}
.progress-stat .progress {
  clear: both;
  position: relative;
  top: 0.5em;
}
.lt-ie9 .progress-stat-value {
  font-size: 13px;
}
/* ==Row Stat [.row-stat]*/
/* ----------------------------------------------- */
.row.boxes-mw-wrapper .col-sm-6.col-md-3:first-child .row-stat a {
  color: #8c94a5;
  background: #f3f6f9;
  border-radius: 100px;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 80px;
}
.row.boxes-mw-wrapper .col-sm-6.col-md-3:nth-child(2) .row-stat a {
  border-radius: 100px;
  color: #8c94a5;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  background: #f3f6f9;
}
.row .col-sm-6.col-md-3:nth-child(3) .row-stat a {
  border-radius: 100px;
  color: #8c94a5;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  background: #f3f6f9;
}
.row .col-sm-6.col-md-3:nth-child(4) .row-stat a {
  border-radius: 100px;
  color: #8c94a5;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  background: #f3f6f9;
}
.row-stat {
  padding: 17px 13px 21px;
  margin-bottom: 1.25em;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
}
.row-stat-label {
  color: #8c94a5;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.row-stat-value {
  display: inline-block;
  margin-right: 0.25em;
  margin-bottom: 0;
}
.row-stat-badge {
  position: relative;
  top: -3px;
  font-size: 85%;
}
.row-stat {
  position: relative;
}
.row-stat:before {
  bottom: -5px;
  left: 6px;
  right: 6px;
}
/* ==Spark Stat [.spark-stat]*/
/* ----------------------------------------------- */
.spark-stat {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.spark-stat-value {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.3em;
  font-size: 16px;
  font-weight: 600;
}
.spark-stat-label {
  margin-top: 0;
  font-size: 13px;
}
/* ==Panel Lists [.panel-lists]*/
/* ----------------------------------------------- */
.panel-lists {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.panel-lists li {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 20px;
  border-bottom: 1px solid #e6e7e8;
}
.panel-lists li:before,
.panel-lists li:after {
  content: " ";
  display: table;
}
.panel-lists li:after {
  clear: both;
}
.panel-lists li:before,
.panel-lists li:after {
  content: " ";
  display: table;
}
.panel-lists li:after {
  clear: both;
}
.panel-lists li:first-child {
  padding-top: 0;
}
.panel-list-avatar {
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 1px;
  border: 1px solid #ccc;
  padding: 2px;
}
.panel-list-content {
  margin-left: 55px;
}
.panel-list-time {
  float: right;
  color: #aeafb1;
  font-size: 12px;
}
.panel-list-title {
  display: block;
  padding-right: 40px;
}
.panel-list-meta {
  color: #aeafb1;
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 14px;
}
.panel-list-meta a {
  color: #4f5259;
}
.panel-list-meta a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
/* ==Back to Top [#back-to-top] */
/* ----------------------------------------------- */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  width: 45px;
  height: 45px;
  display: block;
  background-color: #16a085;
  background-color: rgba(22, 160, 133, 0.3);
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  transition: background 0.25s linear;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #16a085;
  background-color: rgba(22, 160, 133, 0.85);
}
#back-to-top i {
  color: #fff;
}
/* ==Social Feed [.feed-item] */
/* ----------------------------------------------- */
.feed-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 22px;
  padding-bottom: 35px;
  padding-left: 40px;
  margin-left: 20px;
  border-left: 2px solid #ddd;
}
.feed-item:last-child {
  padding-bottom: 15px;
}
.feed-item .feed-subject {
  margin-bottom: 1.5em;
}
.feed-item .feed-subject a {
  font-weight: 600;
}
.feed-item .feed-content {
  padding-left: 25px;
}
.feed-item .feed-actions {
  padding: 10px 10px;
  margin-top: 2em;
  border-top: 1px dotted #ccc;
}
.feed-item .feed-actions:before,
.feed-item .feed-actions:after {
  content: " ";
  display: table;
}
.feed-item .feed-actions:after {
  clear: both;
}
.feed-item .feed-actions a {
  color: #999;
  font-size: 13px;
}
.feed-item .feed-actions a:hover {
  text-decoration: none;
  color: #f3f6f9;
}
.feed-item .feed-actions .pull-left {
  margin: 0 15px 0 0;
}
.feed-item .feed-actions .pull-right {
  margin: 0 0 0 15px;
}
.feed-item .feed-icon {
  position: absolute;
  top: 15px;
  left: -23px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  background-color: #428bca;
  border: 3px solid #fff;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.feed-item-idea .feed-icon {
  background-color: #428bca;
}
.feed-item-image .feed-icon {
  background-color: #bbbbbb;
}
.feed-item-file .feed-icon {
  background-color: #f3f6f9;
}
.feed-item-bookmark .feed-icon {
  background-color: #555;
}
.feed-item-question .feed-icon {
  background-color: #428bca;
}
/* ==Pricing Plans [.pricing-plan] */
/* ----------------------------------------------- */
.pricing-plan {
  margin-bottom: 2em;
}
.pricing-plan-header {
  padding: 30px 20px;
  color: #000;
  text-align: center;
  background: #f3f6f9;
  border-bottom: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.pricing-plan-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-plan-price {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
}
.pricing-plan-price-term {
  position: relative;
  left: -8px;
  font-size: 16px;
}
.pricing-plan-body {
  padding: 30px 20px;
  text-align: left;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
ul.pricing-plan-details {
  padding: 0;
  margin: 0 0 0;
}
ul.pricing-plan-details li {
  padding: 0 0 0.825em;
  margin: 0 0 0.825em;
  list-style: none;
  color: #555;
  font-size: 16px;
  border-bottom: 1px dotted #ccc;
}
ul.pricing-plan-details li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.pricing-plan-detail-icon {
  width: 1em;
  margin-right: 0.5em;
  font-size: 17px;
  text-align: center;
}
.pricing-plan-signup-btn {
  padding-right: 22px;
  padding-left: 22px;
  color: #fff;
  background: #6c79f0;
  border: 2px solid #fff;
}
.pricing-plan-signup-btn:hover {
  color: #fff;
  background: #6c79f0;
}
.pricing-plan-secondary .pricing-plan-header {
  background: #428bca;
}
.pricing-plan-secondary .pricing-plan-signup-btn {
  background: #428bca;
}
.pricing-plan-secondary .pricing-plan-signup-btn:hover {
  background: #2a6496;
}
.pricing-plan-tertiary .pricing-plan-header {
  background: #bbbbbb;
}
.pricing-plan-tertiary .pricing-plan-signup-btn {
  background: #bbbbbb;
}
.pricing-plan-tertiary .pricing-plan-signup-btn:hover {
  background: #959595;
}
/* ==Font Awesome List */
/* ----------------------------------------------- */
.fontawesome-icon-list {
  margin-top: 3em;
  margin-bottom: 3em;
}
.fontawesome-icon-list > div {
  margin-bottom: 3em;
  text-align: center;
}
.fontawesome-icon-list > div a {
  display: block;
  color: #777;
  white-space: nowrap;
  font-size: 14px;
}
.fontawesome-icon-list > div a:hover {
  color: #d74b4b;
  text-decoration: none;
}
.fontawesome-icon-list > div i {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
/* ==Morris [.morris]*/
/* ----------------------------------------------- */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  padding: 6px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  margin: 0.25em 0;
  font-weight: 600;
}
.morris-hover.morris-default-style .morris-hover-point {
  margin: 0.1em 0;
  white-space: nowrap;
}
/* ==Full Calendar [.fc]*/
/* ----------------------------------------------- */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
/* Header
  ------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  margin-bottom: 1em;
  white-space: nowrap;
  font-size: 18px;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
  font-weight: 400;
}
/* Buttons
  ------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.7em;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  /* non-theme */
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-radius: 4px 0 0 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-radius: 0 4px 4px 0;
}
.fc-state-default.fc-button-today {
  border-radius: 4px;
}
/*
    Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
    and we'll try to make them look good cross-browser.
  */
.fc-text-arrow {
  margin: 0;
  font-size: 1.5em;

  vertical-align: baseline; /* for IE7 */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */
  font-weight: 200;
}
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
.fc-state-default {
  color: #888;
  background: #fff;
  border: 1px solid #bbb;
  font-weight: 200;
  transition: background 0.1s linear;
  text-shadow: none;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #666;
  background-color: #f3f6f9;
  border-color: #ccc;
  font-weight: 200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fc-state-hover {
  background-color: #ddd;
  background-image: none;
  outline: 0;
  color: #444;
}
.fc-state-down,
.fc-state-active {
  background-color: #f3f6f9;
  background-image: none;
  outline: 0;
  color: #fff;
}
.fc-state-down {
  background-color: #888;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fc-event {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}
.fc-event.fc-red,
.external-event.fc-red {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}
.fc-event.fc-yellow,
.external-event.fc-yellow {
  background-color: #428bca;
  border-color: #428bca;
}
.fc-event.fc-grey,
.external-event.fc-grey {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.fc-event.fc-charcoal,
.external-event.fc-charcoal {
  background-color: #444;
  border-color: #444;
}
.external-event {
  display: inline-block;
  margin: 5px 5px;
  padding: 7px 10px;
  background: #f3f6f9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
/* ==jQuery UI Slider [.ui-slider]*/
/* ----------------------------------------------- */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 16px;
  background: url(../img/jquery/handle.png) no-repeat;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:hover {
  background-position: 0 -16px;
}
.ui-slider .ui-slider-handle:active {
  background-position: 0 -16px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 6px;
  font-size: 0.7em;
  display: block;
  border: 1px solid #fff;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: #ccc;
  border-color: #b3b3b3;
}
.ui-slider.slider-primary .ui-slider-range {
  background: #f3f6f9;
  border-color: #d62c1a;
}
.ui-slider.slider-secondary .ui-slider-range {
  background: #428bca;
  border-color: #3071a9;
}
.ui-slider.slider-tertiary .ui-slider-range {
  background: #bbbbbb;
  border-color: #a2a2a2;
}
.ui-slider.slider-success .ui-slider-range {
  background: #5cb85c;
  border-color: #449d44;
}
.ui-slider.slider-warning .ui-slider-range {
  background: #f0ad4e;
  border-color: #ec971f;
}
.ui-slider.slider-danger .ui-slider-range {
  background: #d9534f;
  border-color: #c9302c;
}
.ui-slider.slider-info .ui-slider-range {
  background: #5bc0de;
  border-color: #31b0d5;
}
.ui-slider-horizontal {
  height: 12px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 110%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 11px;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -3px;
  margin-left: 0;
  margin-bottom: -0.6em;
  width: 15px;
  height: 24px;
  background: url(../img/jquery/handle-vertical.png) no-repeat;
}
.ui-slider-vertical .ui-slider-handle:hover {
  background-position: 0 -24px;
}
.ui-slider-vertical .ui-slider-handle:active {
  background-position: 0 -24px;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 9px;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* ==Autosize [.autosize]*/
/* ----------------------------------------------- */
.originalTextareaInfo {
  width: auto !important;
}
.autosize-animate {
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
}
/* ==Date Picker [.datapicker]*/
/* ----------------------------------------------- */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #f3f6f9;
  background-image: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #f3f6f9;
  background-image: none;
}
.datepicker-inline {
  border: 1px solid #c0c0c0;
  width: 215px;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
  display: none;
}
.ui-datepicker .input-group-addon {
  cursor: pointer;
}
/* ==iCheck [.icheck]*/
/* ----------------------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
}
.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
  display: inline-block;
  top: 4px;
  margin-right: 0.5em;
  margin-left: -20px;
}
.checkbox-inline,
.radio-inline {
  margin-right: 20px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
/* ==Select2 [.select2-container]*/
/* ----------------------------------------------- */
.select2-container {
  margin-left: 0 !important;
  text-align: left;
}
.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ccc;
  background: #fff !important;
  filter: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
  top: 2px;
  right: 5px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 1px 1px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -17px 1px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container .select2-choice:hover {
  border-color: #c2c2c2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-results {
  padding: 0;
  margin-right: 0;
}
.select2-search {
  padding-top: 4px;
}
.select2-drop,
.select2-drop.select2-drop-above {
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #aaa;
  margin-top: -5px;
}
.select2-drop-multi.select2-drop-above {
  margin-top: -1px !important;
}
.select2-container .select2-choice abbr {
  top: 9px;
}
/* .select2-search-choice-close */
.select2-container-multi .select2-choices {
  min-height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
  padding-bottom: 4px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #f8f8f8;
  height: 22px;
  line-height: 14px;
  margin: 2px 1px 1px 2px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 3px 22px 3px 6px;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-search-choice-close {
  right: 3px;
  top: 4px;
  left: auto;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #e1e1e1;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff !important;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container .select2-choice > .select2-chosen i,
.select2-results .select2-result-label i,
.select2-container-multi .select2-choices .select2-search-choice i {
  margin: -1px 6px 0 0;
  height: 15px;
  vertical-align: -2px;
}
.form-control.select2-container {
  height: auto;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ==Simple Color Picker [.simplecolorpicker]*/
/* ----------------------------------------------- */
.simplecolorpicker.inline {
  display: block;
  height: auto;
}
.simplecolorpicker.icon {
  display: block;
  width: 100px;
  height: 25px;
  text-align: center;
  border: 3px solid #222;
}
.simplecolorpicker.icon i {
  visibility: hidden;
  color: #fff;
}
.simplecolorpicker span {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  border: 3px solid transparent;
}
.simplecolorpicker span i {
  display: table-cell;
  visibility: hidden;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}
.simplecolorpicker span i:active,
.simplecolorpicker span i:focus {
  outline: none;
}
.simplecolorpicker span:hover {
  border-width: 3px;
  outline: none;
}
.simplecolorpicker span.selected {
  border-width: 3px;
}
.simplecolorpicker span.selected i {
  visibility: visible !important;
}
/* ==Bootstrap Timepicker [.bootstrap-timepicker]*/
/* ----------------------------------------------- */
.bootstrap-timepicker > .fa-clock-o {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker-widget.dropdown-menu {
  max-width: 215px;
}
.bootstrap-timepicker-widget.modal {
  margin: 0;
  width: auto;
}
.bootstrap-timepicker-widget.modal .modal-dialog {
  width: 280px;
}
.bootstrap-timepicker-widget.modal .modal-body {
  padding: 0;
}
.bootstrap-timepicker-widget.modal .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 0;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker-widget table td input {
  width: 42px;
}
/* ==Validation [.form-group]*/
/* ----------------------------------------------- */
.form-group {
  position: relative;
}
.form-group .parsley-success .parsley-error-list {
  display: none !important;
}
.form-group .parsley-error-list {
  position: relative;
  display: inline-block !important;
  padding: 2px 10px;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #b94a48;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.form-group .parsley-error-list::after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b94a48;
  position: absolute;
  top: -6px;
  left: 3px;
}
.form-horizontal .form-group span.error {
  margin-left: 1.5em;
  margin-left: 15px;
}
/* ==Howl [.howl]*/
/* ----------------------------------------------- */
.howl {
  padding: 0;
  list-style: none;
  background: #353535;
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.howl:empty {
  display: none;
}
.howl-slot {
  position: relative;
}
.howl-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  color: #000;
  outline: none !important;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none;
}
.howl-message {
  position: relative;
  padding: 10px 30px 13px 65px;
  color: #f0f0f0;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  text-shadow: 0px 1px #111111;
  -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3),
    inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3),
    inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3),
    inset 46px 0px 0px rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.howl-message:hover .howl-close {
  color: #fff;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.howl-message a {
  color: #428bca;
  text-decoration: none;
}
.howl-message a:hover {
  text-decoration: underline;
}
.howl-title {
  margin-bottom: 4px;
  
  font-weight: 400;
}
.howl-title:empty {
  display: none;
}
.howl-message-inner:before {
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 20;
  display: block;
  content: " ";
  height: 13px;
  width: 13px;
  background-color: #999;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.howl-message.howl-danger .howl-message-inner:before {
  background-color: #d9534f;
}
.howl-message.howl-info .howl-message-inner:before {
  background-color: #5bc0de;
}
.howl-message.howl-success .howl-message-inner:before {
  background-color: #5cb85c;
}
.howl-message.howl-warning .howl-message-inner:before {
  background-color: #f0ad4e;
}
.howl-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 1000;
  width: 1em;
  font-size: 20px;
  text-align: center;
}
.howl-has-icon .howl-message-inner:before {
  display: none !important;
}
.howl-has-icon .howl-icon {
  color: #bbb;
}
.howl-has-icon .howl-success .howl-icon {
  color: #5cb85c;
}
.howl-has-icon .howl-warning .howl-icon {
  color: #f0ad4e;
}
.howl-has-icon .howl-danger .howl-icon {
  color: #d9534f;
}
.howl-has-icon .howl-info .howl-icon {
  color: #5bc0de;
}
.howl {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  z-index: 1001;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-left: -150px;
}
@media (min-width: 768px) {
  .howl {
    left: auto;
    right: 30px;
    width: 350px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .howl {
    width: 375px;
  }
}
/* ==Data Tables [.dataTable]*/
/* ----------------------------------------------- */
.datatable-columnfilter {
  width: 100% !important;
}
.datatable-hidesearch .dataTables_filter {
  display: none;
}
.dataTables_wrapper .row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTables_wrapper .dt-rt > div {
  margin-bottom: 1em !important;
}
.dataTables_wrapper .dt-rt > div:empty {
  margin-bottom: 0 !important;
}
.dataTables_wrapper .dt-rb > div {
  margin-top: 1em !important;
}
.dataTables_wrapper .dt-rb > div:empty {
  margin-top: 0 !important;
}
.dataTables_wrapper .dataTable {
  margin-bottom: 0.5em;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  vertical-align: middle;
  font-size: 12px;
  height: 30px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dataTables_wrapper .dataTables_length select {
  height: auto;
}
.dataTables_info {
  padding-top: 6px;
}
div.dataTables_length label {
  float: left;
  text-align: left;
  font-weight: 600;
}
div.dataTables_length select {
  width: 70px;
  margin-right: 0.65em;
}
div.dataTables_filter label {
  float: right;
  font-weight: 600;
}
div.dataTables_filter label input {
  width: 215px;
  margin-left: 0.65em;
}
div.dataTables_paginate {
  text-align: right;
  margin: 0;
}
div.dataTables_paginate .pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.dataTable input::-ms-clear {
  display: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled,
.paginate_enabled_previous,
.paginate_enabled_previous:hover,
.paginate_disabled_previous,
.paginate_enabled_next,
.paginate_enabled_next:hover,
.paginate_disabled_next {
  position: relative;
  background: none;
}
.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before,
.paginate_enabled_previous:before,
.paginate_disabled_previous:before,
.paginate_enabled_next:before,
.paginate_disabled_next:before {
  margin-right: 10px;
  color: #f3f6f9;
  font-family: FontAwesome;
  font-size: 16px;
}
.sorting:before {
  content: "\f0dc";
  color: #bbb;
}
.sorting_asc:before,
.sorting_asc_disabled:before {
  content: "\f0de";
}
.sorting_desc:before,
.sorting_desc_disabled:before {
  content: "\f0dd";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
  color: #ddd;
}
.paginate_enabled_previous:after,
.paginate_disabled_previous:after {
  content: "\f0d9";
  right: auto;
  left: 2px;
  top: 0;
}
.paginate_enabled_next:after,
.paginate_disabled_next:after {
  content: "\f0da";
  top: 0;
}
.paginate_disabled_previous:after,
.paginate_disabled_next:after {
  color: #999;
}
.paginate_enabled_previous:hover:after,
.paginate_enabled_next:hover:after {
  color: #f3f6f9;
}
/* ==Flot */
/* ----------------------------------------------- */
#flotTip {
  padding: 3px 6px !important;
  color: #fff !important;
  font-size: 11px !important;
  text-align: center !important;
  text-decoration: none !important;
  background-color: #222 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  border: 1px solid #000 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.chart-tooltip {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 11px;
  padding: 5px 9px;
  border: 1px solid #282828;
  background: #3b3b3b;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #222222 100%);
  background: linear-gradient(top, #3b3b3b 0%, #222222 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.chart-tooltip:after {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222222;
  position: absolute;
  bottom: -5px;
  left: 4px;
}
/* ==Table Checkable [.table-checkable]*/
/* ----------------------------------------------- */
.table-checkable .checkbox-column {
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.table-checkable .checkbox-column input[type="text"] {
  display: none;
}
.table-checkable tbody > tr.checked > td {
  background-color: #c1d9ee;
}
/* ==User Accounts [.account-wrapper]*/
/* ----------------------------------------------- */
.account-bg {
  background: #fff;
  background-image: none;
}
.account-header-divider {
  margin-top: 0;
  border-top: 1px solid #f3f6f9;
  border-bottom: none;
}
.account-wrapper {
  position: relative;
  width: 100%;

  margin: 0 auto;
}
.account-wrapper .row > div {
  margin-bottom: 1em;
}
.account-logo {
  position: relative;
  margin: 0 auto 25px;
  z-index: 100;
  width: 100px;
  height: 100px;
  background-color: #16a085;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.account-logo::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-top-color: #16a085;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.account-form {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}
.account-form .placeholder-hidden {
  display: none;
}
.account-form .form-control {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 1.25em;
}
/* .account-body {
    position: relative;
    padding: 35px 30px 10px;
    margin-bottom: 1em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  } */
.account-body-title {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.account-body-subtitle {
  color: #777;
  line-height: 1.5em;
}
.account-footer {
  /*	padding-top: 25px;*/
  margin-top: 1.5em;
  color: #000;
}
.account-or-social {
  display: block;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .account-wrapper .row > div {
    margin-bottom: 0;
  }
  .account-body .account-form {
    padding: 0 25px;
    text-align: left;
  }
  .account-or-social {
    margin-top: 2em;
  }
}
/* ==Support List [.support-list]*/
/* ----------------------------------------------- */
ul.support-list {
  margin-top: 2em;
  margin-bottom: 4em;
}
ul.support-list li {
  margin-left: 2.5em;
}
.scrollable-panel {
  height: 300px;
  overflow-y: hidden;
  outline: none;
}
.errorMessage {
  font-size: 13px;
  color: #b94a48;
  margin: 0;
  padding: 0;
  font-style: italic;
}
label.error {
  color: #b94a48;
  font-style: italic;
}
input.error,
select.error,
textarea.error {
  border: 1px solid #b94a48;
  background: #f2dede;
}
.tasks-menu .menu li a h3 {
  font: 100 16px/1.6 "Open Sans", Verdana, Helvetica, sans-serif;
  font-weight: 100;
  color: #000;
}
.tasks-menu .menu {
  list-style: none;
  padding: 0px;
}
.tasks-menu .dropdown-menu {
  min-width: 270px;
}
.tasks-menu .dropdown-menu > li {
  margin-bottom: 10px;
}
a.main-new-boxes i {
  margin-top: 20px;
  /*	display: block; */
  margin-right: 0;
  margin-bottom: 6px;
  /*	font-size: 80px;*/
  color: #047cfc;
}
a.main-new-boxes {
  color: #8c94a5;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f3f6f9;
  margin: 0 auto;
  border-color: transparent;
  float: none;
  padding-bottom: 10px;
  border-radius: 4px;
  text-decoration: none;
}
.one.my-center-class a.main-new-boxes {
  background: #f3f6f9;
}
.two.my-center-class a.main-new-boxes {
  background: #f3f6f9;
}
.my-center-class {
  text-align: center;
}
.padding20 {
  padding: 20px;
}

.paddingX20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row.boxes-mw-wrapper .col-md-3.my-center-class:first-child a {
  background: #047cfc;
}
.row.boxes-mw-wrapper .col-md-3.my-center-class:nth-child(2) a {
  background: #047cfc;
}
.row.boxes-mw-wrapper .col-md-3.my-center-class:nth-child(4) a {
  background: #047cfc;
}

.pieLabel {
  display: none;
}

.box-footer a {
  margin: 5px;
}
.box-footer {
  padding: 20px 12px;
}

/*====== 09-March-2020 ======*/
.cz-sidebar {
  float: left;
  overflow: visible;
  transition: all ease-in-out 300ms;
  position: absolute;
  top: 10px;
  z-index: 1001;
}

@media (min-width: 768px) {
  .cz-sidebar {
    height: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
  }
}

.cz-sidebar.expanded {
  transition: all ease-in-out 300ms;
}

.cz_container {
  transition: all ease-in-out 300ms;
  width: calc(100% - 60px);
  float: right;
}

@media (max-width: 767.98px) {
  .cz_container {
    width: 100%;
  }
}

.cz_container.expanded {
  transition: all ease-in-out 300ms;
  width: calc(100% - 100px);
}

@media (max-width: 767.98px) {
  .cz_container.expanded {
    width: 100%;
  }
  .cz-sidebar.expanded {
    width: auto;
  }
}

.mainbar {
  width: 100%;
  float: left;

  background: #fff;
  clear: both;
  position: relative;
}

@media (min-width: 768px) {
  .mainbar {
    height: 100%;
  }
}

ul.nav.navbar-nav.mainbar-nav li {
  width: 100%;
  margin-right: 0;

}



ul.nav.navbar-nav.mainbar-nav li a i {
  display: inline;
  /*   color: #222222;*/
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0px;
}

ul.nav.navbar-nav.mainbar-nav li a {
  text-align: center;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
}

ul.dropdown-menu li a {
  justify-content: left !important;
}

ul.dropdown-menu li a.btn-danger {
  background-color: #F1F1F3;
  border-color: snow;
  color: #767387;
}


.dropdown-menu {
  left: 10px;
}

.content {
  box-shadow: none;
  margin-top: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 4px 24px 2px rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #1261FF;
}

.table-bordered > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
table td.options {
  width: auto;
  text-align: left;
}
.table-bordered > tbody > tr > td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: middle;
  /* color: #000; */
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
table td.options {
  border-bottom: 1px solid #ccc !important;
}
select#page_size {
  background: transparent;
  /* font-size: 18px;*/
  border-radius: 5px;
  /*  padding: 4px;*/
}
.grid-filter-cell select {
  background: transparent;
  padding: 3px;
  border-radius: 4px;
}
.table-bordered > thead > tr > th {
  border: none;
  font-weight: normal;
  font-size: 13px;
}
.table-bordered > tfoot > tr > td {
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.table-bordered > thead > tr > td {
  border-bottom: 1px solid #ddd;
  /*  border: none;*/
  text-align: center;
}
ul.nav.navbar-nav.mainbar-nav li a i:hover {
  color: #286efa;
}


.product-icon__symbol {
  fill: #222 !important;
  color: #222 !important;
}

.mainbar-nav li {
  position: relative !important;
}

.mainbar-nav li span {
  display: none;
  position: absolute;
  top: 15px;
  left: 65px;
  width: 135px;
  white-space: nowrap;
  text-align: center;
  padding: 10px 15px;
  z-index: 999;
  background: #ffffff;
  color: #222222;
  -moz-border-radius: 5px;
  /* this works only in camino/firefox */
  -webkit-border-radius: 5px;
  /* this is just for Safari */
  box-shadow: 3px 4px 10px #cccccc;
  opacity: 0; /* define initial transition property */
  -webkit-transition: opacity 1s ease-in-out; /* define transitions */
  transition: opacity 1s ease-in-out;
}

.mainbar-nav li span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  left: -8px;
  top: 12px;
}

.mainbar-nav li a:hover span {
  display: block;
  opacity: 1;
}

/*====== PROGRESS BAR CAMPAIGN CSS ======*/

.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
@media (min-width: 1200px) {
  .progressbar {
    display: flex;
    flex-direction: column;
  }
}
.progressbar li {
  list-style-type: none;

  font-size: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #718096;
}
.progressbar-10 li {
  width: 10%;
}
.progressbar li:before {
  width: 35px;
  height: 35px;
  content: counter(step);
  counter-increment: step;
  line-height: 32px;
  border: 2px solid #C4C5C7;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: -9px;
  left: 0;
  /* box-shadow: 0px 0px 10px #1261ff3b; */
  z-index: 2;

}

@-webkit-keyframes pulse-animation{0%{-webkit-box-shadow:0 0 0 0 rgba(0,123,255,.4);box-shadow:0 0 0 0 rgba(0,123,255,.4)}to{-webkit-box-shadow:0 0 0 20px transparent;box-shadow:0 0 0 20px transparent}}@keyframes pulse-animation{0%{-webkit-box-shadow:0 0 0 0 rgba(0,123,255,.4);box-shadow:0 0 0 0 rgba(0,123,255,.4)}to{-webkit-box-shadow:0 0 0 20px transparent;box-shadow:0 0 0 20px transparent}}

.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  /*color: green;*/
}
.progressbar li.active:before{
  animation: pulse-animation 2s infinite;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  vertical-align: middle;
  padding: 0px;
  background: #fff;
  /* color: #fff; */
  border-color: #000;

}
.progressbar li.complete:before{
  background: #000;
  color: #fff;
}
.progressbar li.active + li:after {
  background-color: #e2e8f0;
}
.progressbar li:after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #ddd;
  top: -88px;
  left: 16px;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .progressbar li {
    width: 12%;
    float: left;
  }
  .progressbar li:before {
    margin: 0 auto 0px auto;
    background-color: white;
    position: relative;
    top: 0;
  }
  .progressbar li:after {
    width: 100%;
    height: 3px;

    top: 14px;
    left: -50%;
  }
  .progressbar li a {
    padding-top: 3px;
    display: inline-block;
  }
  .ss-col-lg-2 {
    flex: auto !important;
    max-width: 100% !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  .pt-0.sn-mt {
    margin-top: -40px;
  }
  .progressbar li {
    padding-left: 45px;
    padding-bottom: 70px;
    text-align: left;
    white-space: nowrap;
  }

  .progressbar li a {
    margin: 0;
    color: #090617;
  }
  .mar-top {
    margin-top: -100px;
  }
}

/*Start Table CSS TASK - Hunny 01-04-2020*/

table.table.table-bordered > tfoot > tr {
  display: none;
}

table.table.table-bordered {
  border-left: none;
  border-right: none;
  border-top: none;
}

table.table.table-bordered > tbody > tr > td,
table.table.table-bordered > thead > tr > th {
  padding: 5px;
  padding: 7px 20px;
}

table.table.table-bordered > tbody > tr > td > a {
  padding: 2px;
}

table.table.table-bordered > thead > tr > th.text-left {
  text-align: left !important;
}

table.table-bordered > thead > tr {
  border-bottom: 1px solid #ccc;
}

.content {
  background: none; /* add #ffffff to make it full white*/
  box-shadow: none; /* add #ffffff to make it full white*/
}

.portlet-content {
  background: none; /* add #ffffff to make it full white*/
}
.portlet {
  padding: 10px;
  border-radius: 8px !important;
  background: #f9f9f9;


}
.sn-mt .portlet {
  background: #f9f9f9;
  border: 0 !important;
  box-shadow: none !important;
}

select.form-control:not([multiple]) {
  background-color: #fff !important;
  color: #090617;
}

.pagination.pull-right {
  margin: 0;
  padding-right: 20px;
}

.my-center-class > a {
  /* border: 1px solid rgba(0,0,0,.12); */
  background: #ffffff !important;
  box-shadow: 0 2px 6px #ebecec;
  border: none;
  border-radius: 15px;
}

div.boxes-mw-wrapper .row-stat {
  border: none;
  border-radius: 15px;
  padding: 0;
}

div.boxes-mw-wrapper .row-stat p {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 130px;
  margin: 0 auto;
}
div.boxes-mw-wrapper .row-stat p a {
  background-color: #eee;
  padding: 4px;
  border-radius: 5px;
  display: inline-block;
  line-height: normal;
}
.row-stat-value a {
  color: #3a3f52;
}
.color-red a {
  color: red;
}
/*End Table CSS TASK - Hunny*/

/* Start Tag Module TASK - Hunny 12-04-2020 */
ul#taglist li:nth-child(n + 4) {
  display: none;
}
/* End Tag Module TASK - Hunny 12-04-2020 */

@media (min-width: 768px) {
  .navbar-header {
    max-width: 100%;
  }

  /*Start New Custom Field - Hunny 02-04-2020 */
  .modal-dialog.customfield {
    margin: 80px auto;
  }
  /*End New Custom Field - Hunny 02-04-2020 */
}

.modal-content {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 635px;
    margin-top: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.close {
  font-size: 25px;
  opacity: 0.54;
}
button.close {
  margin-top: -24px;
  transition: transform 0.2s ease;
  color: #1261ff;
  opacity: 1;
}
button.close:hover {
  transform: rotate(90deg);
}
button.close:focus {
  outline: 0;
}
.modal-title {
  font-size: 1.5rem;
}

.modal-header {
  border-bottom: 0;
}

.modal-body label {
  font-weight: 400;
}

.modal:not(#more-options-modal) .modal-body .form-control {
  height: 46px;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  padding: 10px;
}

.modal-footer {
  border-top: 0;
}

.modal-footer .btn.btn-secondary {
  border: 1px solid #1261ff;
  background-color: transparent;
  box-shadow: none;
  color: #1261ff;
  text-shadow: none;
}

.modal-footer .btn.btn-secondary:hover {
  background-color: #1261ff;
  color: #fff;
}

.modal-footer .btn.btn-secondary:focus {
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/*
  .modal-open .modal.in {
    display: flex!important;
    justify-content: center;
    align-items: center;
  }*/

.modal-open {
  overflow: hidden;
}

.dropdown-menu > li > a {
  background: transparent;
  color: initial;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: auto;
  margin-bottom: 1px;
  margin-left: 20px;
}

@media (max-width: 570px) {
  .dropup .dropdown-menu {
    min-width: 190px !important;
  }
}

.form-control {
  box-shadow: none;
  border: 1px solid #C4C5C7 !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 6px 12px !important;
}

.form-control::placeholder {
  color: #707070;
}

.form-control:focus {
  box-shadow: 0 0 0 0px #047cfc;
}

.table > thead > tr > th {
  font-weight: normal;
}
.myButton {
  background: linear-gradient(to bottom, #f9f9f9 5%, #f9f9f9 100%);
  background-color: #afafaf;
  border-radius: 6px;

  display: inline-block;
  cursor: pointer;
  color: #090617;

  font-size: 20px;
  font-weight: bold;
  padding: 17px 76px;
  text-decoration: none;

  /* margin-right: 25%;
      margin-left: 25%; */
  margin-top: 5%;
}
.myButton i {
  color: #1261FF;
}
.myButton:hover {


}
.myButton:active {
  position: relative;
  top: 1px;
}

/*New */

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

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

.rounded-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-soft-green {
  color: inherit;
  background-color: transparent;
}
.badge-soft-red {
  color: #fd625e;
  background-color: rgba(253, 98, 94, 0.18);
}
.badge-soft-orange {
  color: #e8953f;
  background-color: rgba(255, 191, 83, 0.25);
}
.badge-soft-aqua {
  color: #2f6fff;
  background-color: rgb(255 255 255);
}
.badge-soft-brown {
  color: #cc8a5b;
  background-color: rgb(179 185 40 / 25%);
}
.rounded-pill {
  border-radius: 50rem !important;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  /* font-size: 14px;*/
  /*  font-weight: 900;*/
  line-height: 1;
  /*   color: #fff; */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* CODE ADDED BY GOLAK FOR DASHBOARD, CAMPAIGN, LOGIN, REGISTER, FORGET PASSWORD PAGE */

.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-caret-right:before {
  content: "\f0da";
}
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;} */
.col-sm-4,
.col-sm-8,
.col-sm-12,
.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-xl-2,
.col-xl-5,
.col-xl-9,
.col-xl-12,
.col-xxl-4,
.col-xxl-8,
.col-xxl-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.75rem; /*transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 42, 151, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb;
}
.btn-primary:focus {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb; /*box-shadow:0 0 0 0.2rem rgba(48, 74, 167, 0.5);*/
}
.btn-primary:disabled {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #eaeaea;
}
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.nav {
  display: flex;
  flex-wrap: wrap;

  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-tabs {
  border-bottom: 0;
  background-color: #fff;
  display: inline-flex !important;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 15px;
  border: 1px solid #090617;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}
.border-0 {
  border: 0 !important;
}
.rounded {
  border-radius: 0.75rem !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}

.fs-13 {
  font-size: 13px !important;
  line-height: 1.4;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}
.fs-20 {
  font-size: 20px !important;
  line-height: 1.5;
}
.fs-24 {
  font-size: 24px !important;
  line-height: 1.4;
}
.font-w600 {
  font-weight: 600;
}
.scale-2 {
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col {
  padding-left: 4px;
  padding-right: 4px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 !important;
}

.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: none;
  border-radius: 8px; /*box-shadow:0 0 3px -2px #ebecec*/
  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}

@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .card-header {
    padding: 1.25rem 1rem 1.25rem;
  }
}

.dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #7e7e7e;
  padding: 0.5rem 1.75rem;
}
@media only screen and (max-width: 1400px) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  color: #047cfc;
  background: #f4f5f9;
}
.dropdown-menu .dropdown-item:active {
  color: #047cfc !important;
}
.bgl-primary {
  background: #d8e0fc;
  border-color: #d8e0fc;
}
.plan-list .list-row {
  border-radius: 1.25rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.plan-list .list-row .list-icon {
  height: 76px;
  min-width: 76px;
  width: 76px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
  text-align: center;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .plan-list .list-row .list-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 18px;
  }
  .plan-list .list-row .list-icon p {
    font-size: 18px !important;
  }
  .plan-list .list-row .list-icon span {
    font-size: 12px !important;
  }
}
.plan-list .list-row .play-button {
  color: #047cfc;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: #3d3f44;
  margin-left: auto;
}
.plan-list .list-row .play-button a{
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .plan-list .list-row .play-button {
    margin-left: 0;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 1199px) {
  .plan-list .list-row .play-button {
    margin-left: auto;
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .plan-list .list-row .play-button {
    margin-left: 0;
    margin-right: auto !important;
  }
}
.plan-list .list-row .more-button {
  height: 56px;
  width: 56px;
  display: block;
  border-radius: 1.25rem;
  line-height: 56px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  background: #f4f5f9;
}
@media only screen and (max-width: 1400px) {
  .plan-list .list-row .more-button {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .plan-list .list-row .more-button svg {
    width: 4px;
  }
}
.plan-list .list-row .activities svg path,
.plan-list .list-row .activities span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.plan-list .list-row .info h4 a,
.plan-list .list-row .info span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .plan-list .list-row .info h4 {
    font-size: 16px !important;
  }
  .plan-list .list-row .info span {
    font-size: 13px !important;
  }
}

.rounded {
  border-radius: 1.25rem !important;
}
.card-tabs .nav-tabs {
  border-bottom: 0px;
  background: rgba(18, 97, 255, 0.1);
  padding: 5px;
  border-radius: 8px !important;
  flex-wrap: unset;
}
.card-tabs .nav-tabs .nav-link {
  border-radius: 1.25rem;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  border: 0px solid #eeeeee;
}

.card-tabs .nav-tabs .nav-item.active .nav-link,
.card-sort .nav-tabs .nav-item.active .nav-link {
  background: #EEEEEE!important;
  color: #090617;
  font-weight: 400;
  border: 0;
}
.card-tabs .nav-tabs .nav-link:hover{
  background: transparent!important;
}
.card-tabs .nav-tabs .nav-item.active .nav-link:hover {
  border: 0;
}

@media only screen and (max-width: 1400px) {
  .card-tabs .nav-tabs .nav-link {
    padding: 8px 15px;
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ap-holder {
}

.ap-holder .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin: 15px 0;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #C4C5C7;
  position: relative;
}
.ap-holder .content-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex: 100%;
}


.ap-holder .allsub {

}
.ap-holder .sent {

}
.ap-holder .open {

}
.ap-holder .click {

}
.ap-holder .bounce {

}
.ap-holder .unsubscribe {

}
.ap-holder .complaint {

}
.ap-holder .engaged {

}
.ap-holder .score {
 
}

.ap-holder .inner .dot {
  width: 18px;
  height: 18px;

  border-radius: 70px;
  margin-right: 15px;
}

.ap-holder .inner .item-name {
  font-weight: 600;
  font-size: 12px;
}

.ap-holder .inner .counter {
  font-weight: 600;
  font-size: 14px;

  display: inline-block;
}



.chart-dashboard-wrap h5 {
  padding: 0 7px 0 14px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 19px;
}
.campaign-overview-description h5 {
  margin-bottom: 5px;
}
.campaign-overview-description h5,
.campaign-overview-description h6 {
  padding-left: 0;
  color: #c4c5c7;
  font-size: 12px;
  font-weight: normal;
}
.sale-performance .col-md-12 > h5 {
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.nav.navbar-nav.mainbar-nav li a img + img {
  display: none;
}

ul.nav.navbar-nav.mainbar-nav li a img > img {
}
/*   
  ul.nav.navbar-nav.mainbar-nav li a:hover img {
    display: none;
  }
   */
ul.nav.navbar-nav.mainbar-nav li a:hover img + img {
  display: inline-block;
}

ul.nav.navbar-nav.mainbar-nav li.active a img + img {
  display: inline-block;
}

ul.nav.navbar-nav.mainbar-nav li.active a img {
  display: none;
}

.sale-performance .nav-tabs,
.sale-performance td,
.sale-performance th {
  border: 0 !important;
}

@media (max-width: 991.98px) {
  .engagement-tab {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .engagement-tab {
    top: -393px;
    float: right!important;
}
}

.box-dashboard ul {
  margin-bottom: 0;
}
.box-dashboard ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background-color: transparent;
}

.box-dashboard ul li span {
  white-space: inherit;
  color: #c4c5c7;
  flex: 0 0 50%;
}

.box-dashboard ul li span.badge {
  max-width: 400px;
  text-align: right;
  color: inherit;
  flex: 0 0 50%;
}
.nav-header .navbar-nav {
  margin-right: 30px;
  float: initial;
  flex-wrap: nowrap;
  align-items: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.nav-header .navbar-nav > li {
  padding-left: 1.5rem !important;
  position: relative;
  margin-bottom: 0;
}
.nav-header .navbar-nav > li label {
  margin: 0 0 -4px 0;
}
.nav-header .navbar-nav li a {
  color: inherit;
  position: relative;
  padding: 6px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.nav-header .navbar-nav li a small {
  color: #1261ff;
}

.nav-header .navbar-nav li a:after {
  content: "";
}

.notification_dropdown .dropdown-menu-right,
.messages-menu .dropdown-menu-right {
  min-width: 310px;
  padding: 0rem 0 1rem;
  top: 100%;
}

.messages-menu .dropdown-menu-right {
  overflow-y: auto;
  height: calc(100vh - 150px);
  padding-top: 15px;
/*  box-shadow: 0px 0px 20px #1261ff31;*/
}

.messages-menu .dropdown-menu-right::-webkit-scrollbar-track {
  background-color: #fff;
}

.messages-menu .dropdown-menu-right::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.messages-menu .dropdown-menu-right::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
}

.nav-header .navbar-nav li.footer {
  padding: 20px 30px;
  margin: 12px auto 0;
  float: none;
  border-bottom: 0;

  display: block;
  border-top: 1px solid #ccc;
}

.nav-header .navbar-nav li.footer a {
  text-align: center;
  background-color: #eee!important;
  box-shadow: none;
  /*  border: 1px solid #1261ff;
  color: #1261ff;*/
  width: auto;
  height: auto;
  /* background: blue; */
  border-radius: 6px;
  color: #000;
}

.notification_dropdown .dropdown-menu-right .timeline {
  padding-left: 0;
  list-style: none;
}
.notification_dropdown .dropdown-menu-right .timeline .timeline-panel {
  border-bottom: 0;

  margin-bottom: 7px;
}
.notification_dropdown .dropdown-menu-right .timeline .timeline-panel .media {
  font-size: 14px;
  font-weight: 400;
 /* background: #f3f7ff;*/
  margin-right: 10px !important;
}

.notification_dropdown .dropdown-menu-right .timeline .timeline-panel .media a {
  background: transparent;
  box-shadow: none;
/*  color: #1261ff;*/
}
.notification_dropdown .dropdown-menu-right {
  padding: 15px;
  box-shadow: 0px 0px 20px #1261ff31;
}
.nav-header .navbar-nav > li.header-profile a {
 /background: #fff;
  color: #fff;
}
.nav-header .navbar-nav > li.header-profile.open a:hover,.nav-header .navbar-nav > li.header-profile.open a:focus,.nav-header .navbar-nav > li.header-profile a:hover {
 background: #fff;
  color: #fff;

}
.nav-header .navbar-nav li.header-profile .dropdown-menu a {
  box-shadow: none;
  background: transparent;
  width: auto;
  height: auto;
  text-align: left;
}
.nav-header .navbar-nav li a:hover,
.nav-header .navbar-nav li.header-profile .dropdown-menu a:hover {
  background: #fff;
  color: #1261FF;
}
.nav-header .navbar-nav li.header-profile .dropdown-menu a:hover{
  background: #eee;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: #fff;

}



.notification_dropdown .dropdown-menu-right .timeline .media-body a {
  width: auto;
  height: auto;
  text-align: left;
  line-height: normal;
}

.nav-header {
  padding: 14px 0;
  flex: 2;
}
.nav-header .navbar-nav li.header-profile .dropdown-menu {
  border-radius: 1.25rem;
}

.messages-menu .dropdown-menu-right .menu {
  padding-left: 0;
}

.messages-menu .dropdown-menu-right .menu li a {
  display: block;
  background-color: transparent;
  color: #000;
  padding: 10px 0;
  border-radius: inherit;
  box-shadow: none;
  width: auto;
  height: auto;
  text-align: left;
  line-height: normal;
}

.messages-menu .dropdown-menu-right .menu li a .noticebar-item-body {
  padding-left: 7px;
}

.messages-menu .dropdown-menu-right .menu li a .noticebar-item-body .noticebar-item-title {
  margin-bottom: 7px;
}

.messages-menu .dropdown-menu-right .menu li a .noticebar-item-body .noticebar-item-text {
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}

.messages-menu .dropdown-menu-right .menu li {
  border-bottom: 0;
}

.messages-menu .dropdown-menu-right li.header {
  border-bottom: 0;
  padding: 0 6px;
}
ul.menu {
}

.nav-header .navbar-nav li a.header-messages {

  padding-left: 11px;

}

.nav-header .navbar-nav li a.header-messages .fa {
  color: #acbcd4;
}

.nav-header .navbar-nav li a.header-messages .label {
  position: absolute;
  font-size: 9px;
  /* right: 1px;*/
  left: 31px;
  top: 1px;
}
.nav-header .navbar-nav li.header-profile > a.nav-link {
  color: #000;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  border-radius: 1.25rem 28px 28px 1.25rem;
  background-color: transparent;
}
.nav-header .navbar-nav li.header-profile img {
  width: 32px;
  height: 32px;
  border-radius: 60px;
}
.nav-header .navbar-nav li.header-profile > a.nav-link .header-info {
  text-align: left;
  padding-left: 15px;
}
.nav-header .navbar-nav li.header-profile > a.nav-link .header-info span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding-bottom: 5px;
}
.nav-header .navbar-nav li.header-profile > a.nav-link .header-info strong {
  font-weight: 600;
}

.nav-header .navbar-nav li.header-profile > a.nav-link .header-info p {
  font-size: 12px !important;
  line-height: 1.3;
}

.nav-header .navbar-nav li.header-profile .dropdown-menu {
  padding: 15px 0;
  min-width: 18.5rem;
/*  box-shadow: 0px 0px 20px #1261ff31;*/
}
.nav-header .navbar-nav li.header-profile .dropdown-item {
  padding: 8px 24px;
}
.pulse-css {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;

  position: absolute;
  background: rgba(18, 97, 255, 1);
  right: 0px;
  top: 0px;
}
.pulse-css:after,
.pulse-css:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: rgba(18, 97, 255, 1);
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}

@media only screen and (max-width: 1400px) {
  .pulse-css {
    height: 0.5rem;
    width: 0.5rem;
  }
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.height380 {
/*  height: 380px;*/
}
.dz-scroll {
  position: relative;
}
.p-3 {
  padding: 1rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.widget-media .timeline .timeline-panel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget-media .timeline .timeline-panel .media {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  align-self: start;
}

.widget-media .timeline .timeline-panel .media-body h6 {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.notification_dropdown .dropdown-menu-right .all-notification {
  display: block;
  padding: 15px 30px 0;
  text-align: center;
  border-top: 1px solid #f4f5f9;
  background-color: transparent;
  border-radius: inherit;
}
.notification_dropdown .dropdown-menu-right .all-notification:hover {
  background-color: transparent;
  text-decoration: underline;
}
.notification-dropdown {
  overflow-y: auto;
}

.notification-dropdown::-webkit-scrollbar-track {
  background-color: #fff;
}

.notification-dropdown::-webkit-scrollbar {
  width: 0;
  background-color: #fff;
}

.notification-dropdown::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  order: 2;
}

.navbar.main-header {
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 1px 10px rgb(140 152 164 / 10%); */
  border-bottom: 0;
}

.navbar-custom-menu {
  order: 1;
}

.towooltip {
  display: inline-block;
  position: relative;
  /*  border-bottom:1px dotted #666;*/
  text-align: left;
}

.towooltip .top {
  min-width: 240px;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: #9698a0;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  border: 1px solid #eee;
  box-shadow: 0 1px 8px #cccccc;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.towooltip:hover .top {
  visibility: visible;
  opacity: 1;
}

.towooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.towooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 8px #cccccc;
}

@media (min-width: 768px) {
  .ml-md-250 {
    margin-left: 250px;
  }
}

.btn-primary {
  color: #000 !important;
  border-color: #eaeaea !important;
  background-color: #eaeaea !important;
  box-shadow: none !important;
  font-weight: 600;
}

.btn-primary a {
  color: #000 !important;
}
.btn-primary .fa-save {
  margin-right: 6px;
}
.btn-primary a svg,
.btn-primary a svg path {
  fill: #000 !important;
}

.middle .btn-primary {
  background-color: #eaeaea !important;
}

ul.nav.navbar-nav.mainbar-nav li > a.active {
  position: relative;
  background-color: #DCE7FF;
}

ul.nav.navbar-nav.mainbar-nav li:first-child > a.active {
  background-color: transparent;
}

ul.nav.navbar-nav.mainbar-nav li > a > .icon-sidebar{
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  display: inline-block;
  width: 28px;
  height: 32px;
  background-color: transparent;
  box-shadow: none;
}
ul.nav.navbar-nav.mainbar-nav li > a > .icon-sidebar:before{
  display: none;
}
ul.nav.navbar-nav.mainbar-nav li > a > .icon-sidebar svg{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


ul.nav.navbar-nav.mainbar-nav li > a > .icon-sidebar svg.default-state {
  opacity: 1;
}

ul.nav.navbar-nav.mainbar-nav li > a > .icon-sidebar svg.hover-state {
  opacity: 0;
}

ul.nav.navbar-nav.mainbar-nav li > a:hover > .icon-sidebar svg.default-state {
  opacity: 0;
}
ul.nav.navbar-nav.mainbar-nav li > a:hover > .icon-sidebar svg.hover-state,ul.nav.navbar-nav.mainbar-nav li > a.active > .icon-sidebar svg.hover-state,ul.nav.navbar-nav.mainbar-nav li > a.active > .icon-sidebar svg.default-state {
  opacity: 1;
}


.template-portlet {
  width: 100%;
}

@media (min-width: 1200px) {
  .template-portlet {
    width: 83.33333333%;
    clear: none;
  }
}

.reg-checkbox label {
  position: relative;
}
.reg-checkbox label a {
  color: #1261FF;
}

.forget-password {
  color: #1261FF;
  font-size: 12px;
}

.forget-password .fa-lock {
  display: none;
}

/* start campaigns tabs */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
#Group_55_cqr {
  position: relative;
  width: 814px;
  height: 60.215px; /*left:218.043px;top:232.167px;*/
  bottom: 15px;
  overflow: visible;
}
#Rectangle_58_cqs {
  fill: rgba(255, 255, 255, 1);
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Rectangle_58_cqs {
  filter: drop-shadow(0px 0px 5px rgba(18, 97, 255, 0.373));
  position: absolute;
  overflow: visible;
  width: 829px;
  height: 75px;
  left: 0px;
  top: 0px;
}
#Path_20_cqt {
  fill: transparent;
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_20_cqt {
  overflow: visible;
  position: absolute;
  width: 0.5px;
  height: 60.215px;
  left: 179.615px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_21_cqu {
  fill: transparent;
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_21_cqu {
  overflow: visible;
  position: absolute;
  width: 0.5px;
  height: 59.557px;
  left: 399px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_22_cqv {
  fill: transparent;
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_22_cqv {
  overflow: visible;
  position: absolute;
  width: 0.5px;
  height: 59.557px;
  left: 651.615px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Rectangle_59_cqw {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Rectangle_59_cqw {
  position: absolute;
  overflow: visible;
  width: 180px;
  height: 60px;
  left: 0px;
  top: 0px;
}
#Rectangle_59_cqwr {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Rectangle_59_cqwr {
  position: absolute;
  overflow: visible;
  width: 180px;
  height: 60px;
  left: 180px;
  top: 0px;
}
#Rectangle_59_cqwab {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Rectangle_59_cqwab {
  position: absolute;
  overflow: visible;
  width: 180px;
  height: 60px;
  left: 430px;
  top: 0px;
}
#Rectangle_59_cqwse {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Rectangle_59_cqwse {
  position: absolute;
  overflow: visible;
  width: 180px;
  height: 60px;
  left: 632px;
  top: 0px;
}
#Group_52_cqx {
  position: absolute;
  width: 742px;
  height: 23px;
  left: 28px;
  top: 19px;
  overflow: visible;
}
#All_campaigns_cqy {
  left: 0px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 118px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
#Regular_campaigns_cqz {
  left: 188px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 160px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
#AB_split_campaigns_cq {
  left: 418px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 165px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
#Sequences_cq {
  left: 653px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 90px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

/* end campaigns tabs */

/* start list tabs */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
#Group_55_cj {
  position: relative;
  width: 738px;
  height: 60.607px; /*left:218.041px;top:232.051px*/
  bottom: 15px;
  overflow: visible;
}
#Rectangle_58_ck {
  fill: rgba(255, 255, 255, 1);
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Rectangle_58_ck {
  filter: drop-shadow(0px 0px 5px rgba(18, 97, 255, 0.373));
  position: absolute;
  overflow: visible;
  width: 753px;
  height: 75px;
  left: 0px;
  top: 0px;
}
#Path_20_cl {
  fill: transparent;
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_20_cl {
  overflow: visible;
  position: absolute;
  width: 0.5px;
  height: 60.215px;
  left: 119.123px;
  top: 0.393px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_21_cn {
  fill: transparent;
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_21_cn {
  overflow: visible;
  position: absolute;
  width: 0.5px;
  height: 59.557px;
  left: 330px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_22_cn {
  fill: transparent;
  stroke: rgba(18, 97, 255, 1);
  stroke-width: 0.5px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_22_cn {
  overflow: visible;
  position: absolute;
  width: 0.5px;
  height: 59.324px;
  left: 542.615px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_42_co {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Path_42_co {
  overflow: visible;
  position: absolute;
  width: 119.123px;
  height: 60px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_42_coas {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Path_42_coas {
  overflow: visible;
  position: absolute;
  width: 119.123px;
  height: 60px;
  left: 140px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_42_cosl {
  opacity: 0.053;
  fill: rgba(18, 97, 255, 1);
}
.Path_42_cosl {
  overflow: visible;
  position: absolute;
  width: 119.123px;
  height: 60px;
  left: 360px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Group_52_cp {
  position: absolute;
  width: 681px;
  height: 23px;
  left: 28px;
  top: 19px;
  overflow: visible;
}
#All_lists_cq {
  left: 0px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 56px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
#Manage_Subscribers_cr {
  left: 116px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 167px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
#Suppression_list_cs {
  left: 343px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 128px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
#Create_new_Tag_ct {
  left: 553px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 129px;
  white-space: nowrap;
  text-align: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

/* end list tabs */

/* This is new design css */
.dashboard-header {
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard-header .inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 0 10px 16px;
  justify-content: space-between;
  max-width: 165px;
  flex: 0 0 165px;
  margin-bottom: 20px;
  color: #090617;
  border: 1px solid #090617;
  position: relative;
}
.dashboard-header .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #020a13;
  border-radius: 10px;
/*  -webkit-transform: translate(7px,7px);
  transform: translate(7px,7px);*/
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.dashboard-header .gcolor1:after{
  background-color: rgba(202,217,249,1);
}
.dashboard-header .gcolor2:after{
  background-color: #5CD2B133;
}
.dashboard-header .gcolor3:after{
  background-color: #FEBA0033;
}
.dashboard-header .gcolor4:after{
  background-color: #A5738333;
}
.dashboard-header .gcolor5:after{
  background-color: #4AFFEE33;
}
.dashboard-header .gcolor6:after{
  background-color: #5CD2B133;
}

@media (min-width: 768px) {
  .dashboard-header .inner {
    max-width: 185px;
    flex: 0 0 185px;
  }
}
@media (min-width: 1200px) {
  .dashboard-header .inner {
 /*   max-width: 13%;
    flex: 0 0 13%;*/
  }
}
.dashboard-header .inner .item-name {
  font-size: 12px;
}

.dashboard-header .inner .counter {
  font-weight: 600;
  font-size: 25px;
}
.card-header {
  border-bottom: 0 !important;
}
.card-header .card-title {
  font-size: 18px;
  font-weight: 600;
}
.card-header select {
  background-color: #ecf3ff;
  color: #090617;
  width: 135px;

}
@media (max-width: 1199.98px) {
  .item-categories {
    overflow-x: auto;
    max-width: 100%;
  }
}
.item-categories {
  margin-bottom: 15px;
  background: #f9f9f9;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.item-categories ul {
  list-style: none;
  /* overflow: hidden; */
  display: flex;
  border-bottom: 0.5px solid #707070;
  /* box-shadow: 0px 0px 5px #1261ff5f; */
  /* border-radius: 15px; */
  align-items: center;
  justify-content: center;
  /* max-width: 100%; */
}

.item-categories ul li a {
  padding: 17px 40px;
  display: inline-block;
  /*	font-size: 16px;*/
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.item-categories ul li a:hover {
  background-color: #f2f6ff;
}
@media (min-width: 1200px) {
  .item-categories ul li:not(:last-child) a {
    /* border-right: 0.5px solid #1261ff; */
  }
}
.how-to-create {
  color: #b5b2b2;
  text-decoration: none;
/*  margin-left: 15px;*/
  margin-bottom: 15px;
  display: inline-block;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 8px;
}
.btn-group > .btn:not(:first-child) {
  border-radius: 8px;
  margin-left: 5px;
}
.btn-group > .btn a {
  display: flex;
  align-items: center;
}

.btn-group > .btn a svg {
  margin-right: 12px;
}
.dropdown-toggle:after {
  font-size: 22px;
}

.opened.card {
  background-color: #fff;

}
.opened.card:after{
 /* background-color: #5CD2B133;*/
}
.clicked.card {
  background-color: rgba(255,255,255,1);

}

.clicked.card:after {
  /*background-color: #FEBA0033;*/

}
.unsubscribed.card {
  background-color: #fff;

}
.unsubscribed.card:after {
  /*background-color: #4AFFEE33 ;*/

}
.bounce.card {
  background-color: #fff;

}
.bounce.card:after {
  /*background-color: #A5738333;*/

}
.complaint.card {
  background-color: #fff;

}

.complaint.card:after {
 /* background-color: #76738733;*/

}

.widget-stat.card {
  height: auto;
  border-radius: 11px;
  border: 1px solid #090617;
  position: relative;
  z-index: 2;
  margin-left: 5px;
  margin-right: 5px;
}
.widget-stat.card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #020a13;
  border-radius: 10px;
 /* -webkit-transform: translate(7px,7px);
  transform: translate(4px,4px);*/
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.widget-stat .card-body {
  padding: 8px 13px;
}
.widget-stat .media .media-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .widget-stat .media .media-body {
    flex-direction: column;

    align-items: flex-start;
  }
}

.plan-list h5 {
  font-size: 25px;
}

#Component_12__44 {
  position: relative;
  width: 109px;
  height: 58px; /*left:1779px;top:29px*/
  overflow: visible;
}
#Rectangle_114_dbk {
  fill: rgba(18, 97, 255, 1);
}
.Rectangle_114_dbk {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  position: relative;
  overflow: visible;
  width: 127px;
  height: 76px;
  left: 0px;
}
#Ellipse_42_dbl {
  fill: rgba(242, 246, 255, 1);
}
.Ellipse_42_dbl {
  position: relative;
  overflow: visible;
  width: 48px;
  height: 48px;
  left: 6px;
  top: -80px;
}
#Icon_metro-sun_dbm {
  fill: rgba(18, 97, 255, 1);
}
.Icon_metro-sun_dbm {
  overflow: visible;
  position: relative;
  width: 20px;
  height: 20px;
  left: -32.523px;
  top: -78.524px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Icon_metro-moon_dbn {
  fill: rgba(242, 246, 255, 1);
}
.Icon_metro-moon_dbn {
  overflow: visible;
  position: relative;
  width: 22.692px;
  height: 22.693px;
  left: -9.833px;
  top: -80.654px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.geo-opens-wrapper svg rect {
  fill: none;
}
.geo-opens-wrapper svg g path {
  stroke: none;
}

.col-md-12.dashboard-partner-promo {
  background: url(/assets/images/bg-announcement.png) #f9f9f9 0% 0% no-repeat padding-box;
  opacity: 1;
  background-size: contain;
  height: auto;
  margin-bottom: 16px;
  border-radius: 15px;
  background-position: right 9% bottom;
}

@media (max-width: 767.98px) {
  .col-md-12.dashboard-partner-promo {
    background-image: none;
  }
}

.inner.opens a,
.inner.opens {
 /* color: #0a81ff;*/
}
.inner.clicks a,
.inner.clicks {
 /* color: #ffb100;*/
}
.inner.unsubscribes a,
.inner.unsubscribes {
 /* color: #9ab8e4;*/
}
.inner.complaints a,
.inner.complaints {
 /* color: #ea4645;*/
}
.inner.bounces a,
.inner.bounces {
 /* color: #1ee7d7;*/
}

.badge-soft-green {
  color: #000;
  background-color: rgb(255 255 255);
}

.camp-date .input-group-addon {
  background-color: transparent;
  border-top: 0;
  padding: 0;
  width: 50%;
  border: 0;
}

.camp-date .input-group-addon select {
  border: 1px solid #C4C5C7;
  border-radius: 8px;
  background-color: #fff;
  height: 40px;
  /* width: 50%; */
}

.camp-date .input-group {
  padding: 27px 0;
}

.widget-job-search-form .search-form-inner .form-group-inner label {
  font-weight: 600;
  color: #090617;

}

.sn-mt table {
  background-color: #fff;
  border: 1px solid #ccc;



}

.sn-mt table tr th,
.sn-mt table tr td {
  border: 0;
  padding: 10px 15px;
}

.sn-mt table tr th {
  color: #c4c5c7;
}

.sn-mt table tr td {
  font-weight: 600;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #C4C5C7 !important;
}

.borderless {
  border: 0 !important;
}

.portlet.box-primary {
  background: #fff;
  box-shadow: none !important;
  border: 0 !important;
}

.table-responsive {
  padding: 10px;
  margin-bottom: 10px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: transparent;
}
.table > thead > tr > th {
  background: #FAFBFB;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 0;
  border-bottom: 0;
  color: #575757;
  text-transform: uppercase;
  font-size: 13px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0;
}

.conditions-container h5,
.campaigns-conditions-container h5,
.ecommerce-container h5,
.tags-container h5 {
  color: #090617;
}
#subscribers-form td {
  height: 47px;
}
.subscribers-gridview-options-btn-group .btn {
  background: #fff;
  border: 1px solid #eee;
}
.subscribers-gridview-options-btn-group .dropdown-toggle::after {
  display: none;
}
.subscribers-gridview-options-btn-group ul.dropdown-menu li .btn {
  background-color: transparent !important;
  text-align: left;
  color: #090617 !important;
  border: 0;
}
.subscribers-gridview-options-btn-group ul.dropdown-menu li .btn:hover {
  background-color: #eee!important;
}
.subscribers-gridview-options-btn-group .btn .fa {
  color: inherit;
}

.subscribers-gridview-options-btn-group {
  position: relative;
}
.subscribers-gridview-options-btn-group.open {
  position: static;
}

.subscribers-gridview-options-btn-group.open .dropdown-menu{
  left: auto;
}

.create-tag h5 {
 /* color: #1261ff;*/
  opacity: 0.7;
  font-size: 20px;
}

.create-tag .modal-body {
  background-color: #ffffff;
  border-radius: 15px;
}

.all-tag h3 {
  font-size: 20px;
 /* color: #1261ff;*/
  opacity: 0.7;
  padding: 15px;
}

.all-tag ul {
  list-style: none;
 /* box-shadow: 0px 0px 10px #1261ff1a;*/
  border: 1px solid #090617;
  border-radius: 15px;
  padding: 20px;
}

.all-tag ul li {
  margin: 15px 0;
}
.all-tag ul li span {
  float: right;
}

.revenue-bg .total-rev {
  background-color: rgba(18, 97, 255, 0.1);
  /* color: red; */
  color: #1261ff;
  padding: 10px;
  border-radius: 11px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revenue-bg .total-rev p {
  margin-bottom: 0;
}
.revenue-bg .total-cost {
  background-color: rgba(0, 189, 157, 0.1);
  color: #5CD2B1;
  padding: 10px;
  border-radius: 11px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-builder {
/*  background: #1861f9 !important;*/

  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.navbar-builder-link {
  font-size: 15px;
  color: white;

  padding: 7px 16px;

  border: 1px solid #fff;
  margin: 15px;
  border-radius: 8px;
}
.navbar-builder-link:hover {
  color: #fff;
}

#save-n-close,
#save {
  background-color: #fff;
  color: #1861f9;
}

.p-0 {
  padding: 0 !important;
}
form#new_email_address {
  padding: 20px;
}



#StripeSubscriptionsPaymentForm_card_number:focus,
#StripeSubscriptionsPaymentForm_card_exp_month:focus,
#StripeSubscriptionsPaymentForm_card_exp_year:focus,
#StripeSubscriptionsPaymentForm_card_cvv:focus {
  padding-left: inherit !important;
}
#StripeSubscriptionsPaymentForm_card_number,#StripeSubscriptionsPaymentForm_card_number:focus {
  padding-left: 23px !important;
}
.left-arrow:before,
.left-arrow:after {
  position: absolute;
  content: "";
  position: absolute;
  right: 100%;
  margin-top: -10px;
  margin-right: -9px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: none;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .left-arrow:after {
    display: block;
    top: 45%;
    transform: rotate(-45deg);
  }
}

@media (max-width: 1199.98px) {
  .left-arrow {
    margin-top: 15px;
  }
  .left-arrow:before {
    display: block;
    transform: rotate(45deg);
    top: 0;
    left: 50%;
  }
}

*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus{outline:none;}
button{border:none;background:none;padding:0;margin:0;}
:focus,a:active,a:hover{outline:0;}
button{border:none;padding:0;}
a,button{background:0 0;}
aside{display:block;}
svg:not(:root){overflow:hidden;}
button{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;cursor:pointer;}
button::-moz-focus-inner{border:0;padding:0;}
*,::after,::before{box-sizing:border-box;}
button{text-align:left;}

.text-center{text-align:center;}
.automation-templates-box a{color:#000;cursor:pointer;text-decoration:none;}

p{font-weight:400;}

.erBGkM{font-weight:400;text-align:center;text-decoration:none;position:relative;display:inline-block;max-width:100%;min-width:80px;vertical-align:middle;padding:0px 25px;height:40px;line-height:40px;margin:0px;transition-property:background-size, background-color, color, box-shadow, border-color;transition-duration:0.36s;transition-timing-function:ease-in-out;cursor:pointer;outline:none;color:#000;background:#eaeaea;border:1px solid #eaeaea;border-radius:8px;font-size:15px;}
.erBGkM:active,.erBGkM:hover{color:#000;background:#eaeaea;border:1px solid #eaeaea;text-decoration:none;}
.erBGkM:hover a{
    color: #000;
}
.erBGkM:focus{color:#000;background:transparent;border:1px solid #eaeaea;text-decoration:none;}
.jFOKOZ{font-weight:400;text-align:center;text-decoration:none;position:relative;display:inline-block;max-width:100%;min-width:80px;vertical-align:middle;padding:0px 25px;height:45px;line-height:45px;margin:0px;transition-property:background-size, background-color, color, box-shadow, border-color;transition-duration:0.36s;transition-timing-function:ease-in-out;cursor:pointer;outline:none;color:#1261FF;background:transparent;border:1px solid transparent;border-radius:8px;font-size:16px;width: 100%;}
.jFOKOZ:active,.jFOKOZ:hover{color:#1261FF;background:transparent;border:1px solid transparent;text-decoration:underline;}
.jFOKOZ:focus{color:#1261FF;background:transparent;border:1px solid transparent;text-decoration:underline;}
.kdGvtV{font-weight:400;text-align:center;text-decoration:none;position:relative;display:inline-block;max-width:100%;min-width:80px;vertical-align:middle;padding:0px 25px;height:40px;line-height:40px;margin:0px;transition-property:background-size, background-color, color, box-shadow, border-color;transition-duration:0.36s;transition-timing-function:ease-in-out;cursor:pointer;outline:none;color:#000;background:#eaeaea;border:1px solid #eaeaea;border-radius:8px;font-size:15px;}
.kdGvtV:active,.kdGvtV:hover{color:#000;background:#eaeaea;border:1px solid #eaeaea;text-decoration:none;}
.kdGvtV:focus{color:#000;background:transparent;border:1px solid #000;text-decoration:none;}
.ikczMY{display:inline-flex;-webkit-box-align:center;align-items:center;}
.bFLFug{display:flex;-webkit-box-align:center;align-items:center;transform:translateY(-1px);}
.jLQZIk{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0px auto;display:flex;-webkit-box-align:center;align-items:center;}
.dGnKQJ{display:inline-block;width:16px;height:16px;animation:0s ease 0s 1 normal none running none;}
.dGnKQJ svg{height:100%;width:100%;vertical-align:top;fill:none;stroke:currentcolor;}
.leSxCl{display:inline-block;width:8px;height:8px;animation:0s ease 0s 1 normal none running none;}
.leSxCl svg{height:100%;width:100%;vertical-align:top;fill:none;stroke:currentcolor;}
.gVQwXV{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:4px;padding-right:0px;}
.cuGSRK{position:relative;display:inline-block;width:auto;cursor:pointer;font-size:14px;color:#1261FF;padding:0px 30px 0px 0px;}
.ldxufW{width:0px;height:0px;border-color:transparent transparent rgb(74, 91, 104);border-style:solid;border-width:0px 4px 4px;position:absolute;right:20px;top:0px;bottom:0px;margin:auto 0px;}
.sc-jUosCB .ldxufW.ldxufW{margin-left:2px;width:0px;height:0px;border-color:transparent transparent #1261FF;border-style:solid;border-width:0px 4px 4px;}
.ldxufW svg{display:none;}
.lhAEHG{text-align:center;}
.jcWijR{padding:0px;margin:0px 0px 30px;color:#000;font-weight:400;font-size:20px;line-height:1.3;letter-spacing:0.012em;}
.dmCXNS{line-height:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;background-color:transparent;border:none;cursor:pointer;text-decoration:none;color:#1261FF;}
.dmCXNS:hover{color:#1261FF;text-decoration:underline;}
.sort-label{font-weight:500;font-size:13px;color:rgb(121, 144, 161);margin-right:5px;white-space:nowrap;}

.gHqsRp.gHqsRp{vertical-align:middle;}
.eulIsx.eulIsx{font-size:13px;font-weight:500;margin-right:-10px;vertical-align:middle;}

.automation-templates-sidebar{border-radius:8px;position:absolute;right:100%;margin-right:20px;width:310px;min-width:250px;background-color:transparent;margin-bottom:30px;margin-top:75px;}
@media (max-width:768px){
    .automation-templates-sidebar{position:relative;top:auto;width:100%;right:auto;margin-top:0;margin-bottom:0;}
}
.automation-templates-sidebar-category {
    padding: 20px 0;
  /*  border-top: 1px solid #F4F5F8;*/
    background-color: #EEEEEE;
    border-radius: 15px;
}
.automation-templates-sidebar-category-build-from-scratch{margin-left:5px;padding:16px 0;}
.automation-templates-sidebar-item {font-weight:400;letter-spacing:.018em;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;color:#576A7B;border-left:3px solid transparent;padding:8px 2px 8px 10px;margin-bottom:6px;cursor:pointer;}
.automation-templates-sidebar-item a {font-family: inherit; color: inherit; font-size: inherit; font-weight: inherit}
.automation-templates-sidebar-item-checked {
border-left: 0;
color: #090617;
font-weight: 500;
/*background-color: #eaeaea;*/
margin-left: 5%;
margin-right: 5%;
cursor: default;
border-radius: 5px;
}
.automation-templates-sidebar-item:hover {border-left:3px solid #090617;}

.automation-templates-sidebar-item > a,
.automation-templates-sidebar-item > a:hover {
    text-decoration: none;
}
.automation-templates-wrap{position:relative;width:calc(100% - 330px);float:right;}
@media (max-width:768px){
    .automation-templates-wrap{width:100%;}
}
.automation-templates-content{float:left;width:100%;min-height:445px;}
.automation-templates-sort{line-height:1;margin-bottom:30px;margin-top:30px;}
@media (min-width:769px) and (max-width:1056px){
    .automation-templates-sort{margin-right:calc(100% - 338px);}
}
@media (max-width:768px){
    .automation-templates-sort{margin-bottom:20px;}
}
.automation-templates-sort svg{fill:#1261FF;stroke-width:0;}
.automation-templates-sort button{max-height:15px;vertical-align:middle;}
.automation-templates-sort .sort-label{color:#7990A1;display:inline-block;font-size:13px;font-weight:500;line-height:1;margin-right:2px;}
.automation-templates-box{border-radius:8px;width:30%;min-width:30%;height:445px;display:inline-block;vertical-align:top;background-color:#FFF;margin:0 10px 20px;padding:30px 26px;position:relative;border: 1px solid #090617;}
@media(max-width:1024px){
  .automation-templates-box{
    width: 45%;
  }
}
@media (max-width:768px){
    .automation-templates-box{width:100%;margin:10px 0;}
}
.automation-templates-box-text{font-size:14px;height:60px;line-height:20px;overflow:hidden;color:#7990A1;word-break:normal;margin:0 0 5px;}
.automation-templates-box-heading{min-height:52px;margin-bottom:13px;overflow:hidden;}
.automation-templates-box-heading h4{word-break:normal;margin-bottom:0;}
.automation-templates-box-preview{min-height:45px;}
.automation-templates-box-ico{display:inline-block;width:100%;min-height:80px;margin-bottom:14px;}
.automation-templates-box-ico-size{color:#6C7D8D;width:100%;height:80px;}
.automation-templates-box-ico-size svg{stroke-width:.75;}
.automation-templates-box-number{font-size:14px;color:#7990A1;margin:0 0 17px;}
.automation-templates-box-number-count{font-size:30px;font-weight:300;margin-top:4px;display:inline-block;width:100%;}
.automation-templates-box-scratch{background-color:transparent;border: 1px dashed #090617;padding:28px 24px;}
.automation-templates-box-scratch .automation-templates-box-heading h4,.automation-templates-box-scratch .automation-templates-box-text{background-color:transparent;}
.automation-templates-box-scratch .automation-templates-box-text{margin-bottom:50px;max-height:80px;}
.automation-templates-box-scratch .automation-templates-box-ico{margin-bottom:86px;}





.koh-tab-content {
    background-color: #fff;
    border-radius: 5px;

    width: 90%;
    height: 90%;
    margin-left: 5%;
    padding: 15px;
    margin-bottom: 15px;
}


.koh-faqs-page-title {
    /* font-family: Nexa W01 Heavy;*/
    font-size: 30px;
    color: #04202E;
    font-weight: 700;
}

.koh-faq-question-span {

    /* font-size: 16px !important;*/
    color: #000 !important;
    font-weight: 500 !important;
    display: inline-block;
}

.koh-faq-answer {
    /*  font-family: Helvetica Neue LT Pro Roman; */
    color: #000;
    font-weight: 400;
    display: none;
    margin-top: 20px;
    margin-left: 15px;
}





























/* The switch - the box around the slider */

.theme-light body {
  background: #f8f8f8;
}

.theme-dark body {
  background: #141229;
  color: #f2f6ff;
}

.theme-dark .portlet {
  background: #232139 !important;
}

.theme-dark p,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #f2f6ff !important;
}
.theme-dark .fa,
.theme-dark .koh-faq-question-span {
  color: #fff !important;
}
.theme-dark .cz_core-card,
.theme-dark .cui4-panel,
.theme-dark .popover {
  background: #141229 !important;
}

.theme-dark .card-body {
  background: #232139 !important;
}

.theme-dark .opened .card-body {
  background: rgba(18, 97, 255, 0.1) !important;
}
.theme-dark .clicked .card-body {
  background: rgba(255, 177, 0, 0.1) !important;
}
.theme-dark .unsubscribed .card-body {
  background: rgba(0, 189, 157, 0.1) !important;
}
.theme-dark .bounce .card-body {
  background: rgba(237, 37, 78, 0.1) !important;
}
.theme-dark .complaint .card-body {
  background: rgba(50, 121, 216, 0.1) !important;
}

.theme-dark select.form-control,
.theme-dark select.field_list_data,
.theme-dark select.field_font_weight {
  background-color: #333149 !important;
  color: #fff !important;
  border: 1px solid #1261ff !important;
}

.theme-dark .bg-warning,
.theme-dark .bg-success,
.theme-dark .bg-secondary,
.theme-dark .bg-danger {
  background-color: #232139 !important;
}

.theme-dark .automation-templates-box {
  background-color: transparent;
}

.theme-dark .form-control {
  background: #333149 !important;
  color: #fff !important;
}

.theme-dark .myButton {
  background: transparent !important;
}

.theme-dark .navbar.main-header {
  border-color: transparent;
  background-color: #141229;
}
.theme-dark .nav-header .navbar-nav li a {
  position: relative;
  padding: 6px;
  background: transparent;
  color: #fff;
}
.theme-dark .mainbar,
.theme-dark .mainbar .mainbar-nav,
.theme-dark .mainbar .mainbar-collapse.collapse {
  background: #141229 !important;
}

.theme-dark .page_header {
  background: transparent;
  border-color: transparent;
}
.theme-dark .select2-search input {
  background: #333149 url("select2.png") no-repeat 100% -22px;
}
.theme-dark .select2-dropdown {
  background-color: #141229;
}

.theme-dark .cz_pc-tab,
.theme-dark .cz_pc-tab section {
  background: #232139 !important;
}

.theme-dark .item-categories ul li a {
  color: #fff;
}

.theme-dark .item-categories ul li a:hover {
  background-color: transparent;
  color: #1261ff;
  text-decoration: none;
}

.theme-dark .sub-menu {
  background: #232139;
}

.theme-dark .cz_core-card-header h3 a {
  color: #fff !important;
}

.theme-dark .left-arrow:after {
  background-color: #232139;
}

.theme-dark .plan-list .list-row .list-icon p {
  color: #047cfc !important;
}

.theme-dark .dropdown-menu {
  background-color: #232139;
  box-shadow: 0px 0px 20px #1261ff31;
}
.theme-dark .dropdown-menu a {
  color: #1261ff;
}
.theme-dark .dropdown-menu a:hover {
  background-color: transparent !important;
  color: #fff;
}
.theme-dark .notification_dropdown .dropdown-menu-right .timeline .timeline-panel .media {
  background: #232139;
}

.theme-dark .notification_dropdown .dropdown-menu-right .timeline .timeline-panel .media-body a {
  background: transparent !important;
}

.theme-dark .nav-header .navbar-nav li a:hover,
.theme-dark .nav-header .navbar-nav li.header-profile .dropdown-menu a:hover {
  background: #21284d;
}
.theme-dark .modal-content {
  background-color: #232139;
}

.theme-dark ul.items .item {
  background: #232139;
}
.theme-dark ul.items .item:hover {
  background: #21284d;
}
.theme-dark ul.items .item .campaign-details .description,
.theme-dark ul.items .item .group-details .description,
.theme-dark ul.items .item .autoresponder-details .description,
.theme-dark ul.items .item .integration-details .description,
.theme-dark ul.items .item .facebook-pages .description,
.theme-dark ul.items .item .review-groups .description,
.theme-dark ul.items .item .webform-details .description {
  color: #fff;
}

.theme-dark .col-md-12.dashboard-partner-promo {
  background-color: #0a6963;
}

.theme-dark .subscribers-gridview-options-btn-group ul.dropdown-menu li .btn {
  color: #fff !important;
}
.theme-dark .tabs-container label,
.theme-dark section.tab-content h2 {
  border-color: rgba(0, 0, 0, 0.8);
}
.theme-dark .cz_form_builder_header,
.theme-dark .tabs-container,
.theme-dark .tab-content,
.theme-dark .cz_form_builder .tab-content {
  background: #232139;
  box-shadow: none;
}
.theme-dark .tabs-container {
  box-shadow: 1px 1px 0px rgb(0 0 0 / 80%);
}

.theme-dark .embeded-tab .tab-content textarea {
  background-color: #2e2b4b;
}

.theme-dark input.form-font-size,
.theme-dark select.form-text-weight {
  background: #333149;
}

.theme-dark .how-to-create:hover {
  color: #fff;
}

.theme-dark .create-tag .modal-body {
  background-color: #232139;
}

.theme-dark .sn-mt table {
  background-color: transparent;
}

.theme-dark .automation-templates-sidebar-category {
  border-color: transparent;
  background-color: transparent;
}

.theme-dark .koh-tab-content {
  background-color: transparent;
}

.theme-dark .popover-title {
  background-color: #141229;
}

.switcher {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switcher input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #232139;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switcher .slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switcher input:checked + .slider {
  background-color: #1261ff;
}

.switcher input:focus + .slider {
  box-shadow: 0 0 1px #1261ff;
}

.switcher input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* Rounded sliders */
.switcher .slider.round {
  border-radius: 34px;
}

.switcher .slider.round:before {
  border-radius: 50%;
}

/* Campaign - index.php css */

.customLoader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  /*  background: rgba(255,255,255,0.5);*/
  background: #fbfbfb;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #047cfc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #047cfc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Connect stores box start*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins|Roboto");
.spcra-oz3to {
  background: #f7fafc;
  background-image: initial;
}
* {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox;
  /*  display: flex; */
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}

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

.col-12,
.col-lg-8,
.col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.666667%;
    /*   max-width: 66.666667%; */
    max-width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.666667%;
    /*   max-width: 66.666667%; */
    max-width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.6667%;
    background-color: #f5f6fa;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;
}

.progress-container {
  width: 100%;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul.box-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.flex-row .flex-col {
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  min-width: 0;
  white-space: normal;
  flex-grow: 1;
  flex-shrink: 1;
}

.text-right {
  text-align: right !important;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.progress-container .progress {
  background-color: #edf2f7;
}

.progress-container .progress.bg-grey-lighter {
  background-color: #e2e8f0;
}

.progress-container.compact .progress {
  height: 8px;
}

ul.box-list li {
  box-shadow: 0 0 1px rgba(12, 26, 75, 0.2), 0 1px 3px rgba(50, 50, 71, 0.1);
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

ul.box-list.more-padding li {
  padding: 24px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

ul.box-list li:last-child {
  margin-bottom: 0;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.down-2 {
  position: relative;
  top: 2px !important;
}

p.small {
  font-size: 14px !important;
  line-height: 23px !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.flex-row .flex-col p:not(.no-ellipsis) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: none;
  }
}

.progress-bar {
  background-color: var(--color-accent-blue);
}

.progress-bar.blue {
  background-color: var(--color-accent-blue);
}

.flex-left-center {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.flex-row .flex-col.nowrap {
  white-space: nowrap;
}

.flex-row .flex-col.flex-col-min-width {
  flex: none;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.flex-row .flex-col.padding-right-md {
  padding-right: 20px;
}

.flex-right-center {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

img {
  vertical-align: middle;
  border-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.hidden {
  display: none !important;
}

b {
  font-weight: bolder;
}

b {
  font-weight: 600;
}

.color-grey-dark {
  color: var(--color-grey-dark) !important;
}

.flex-row .flex-col b:not(.no-ellipsis) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.margin-right-2x {
  margin-right: 8px !important;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a {
  color: var(--color-accent-blue);
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding-top: 0.375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: none;
  }
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-top-color: rgb(108, 117, 125);
  border-right-color: rgb(108, 117, 125);
  border-bottom-color: rgb(108, 117, 125);
  border-left-color: rgb(108, 117, 125);
}

/* .btn { 
  font-weight: 600; 
  font-size: 14px; 
  line-height: 14px; 
  border-radius: 8px; 
  background: #fff; 
  color: #718096; 
  padding: 0 20px; 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  border: 0; 
  height: 46px; 
  box-shadow: 0 0 1px rgba(12,26,75,.24),0 3px 8px -1px rgba(50,50,71,.05); 
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px; 
  border-bottom-right-radius: 8px; 
  border-bottom-left-radius: 8px; 
  background-image: initial; 
  background-position-x: initial; 
  background-position-y: initial; 
  background-size: initial; 
  background-repeat-x: initial; 
  background-repeat-y: initial; 
  background-attachment: initial; 
  background-origin: initial; 
  background-clip: initial; 
  background-color: rgb(255, 255, 255); 
  padding-top: 0px; 
  padding-right: 20px; 
  padding-bottom: 0px; 
  padding-left: 20px; 
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px; 
  border-top-style: initial; 
  border-right-style: initial; 
  border-bottom-style: initial; 
  border-left-style: initial; 
  border-top-color: initial; 
  border-right-color: initial; 
  border-bottom-color: initial; 
  border-left-color: initial; 
  border-image-source: initial; 
  border-image-slice: initial; 
  border-image-width: initial; 
  border-image-outset: initial; 
  border-image-repeat: initial;

}  */

.btn.small {
  height: 36px;
  font-size: 12px;
  line-height: 12px;
  padding: 0 12px;
  border-radius: 6px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.small.more-padding {
  padding: 0 20px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.btn.small.more-radius {
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  color: var(--color-grey-dark);
}

.btn:hover {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  border-top-color: rgb(84, 91, 98);
  border-right-color: rgb(84, 91, 98);
  border-bottom-color: rgb(84, 91, 98);
  border-left-color: rgb(84, 91, 98);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.color-grey-regular {
  color: #718096 !important;
}

.btn.btn-link {
  background: 0 0;
  color: #5182ff;
  box-shadow: none !important;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.btn.btn-link:active:not(.no-hover),
.btn.btn-link:hover:not(.no-hover) {
  background: 0 0 !important;
  color: #3562ff !important;
  box-shadow: none !important;
  background-image: initial !important;
  background-position-x: 0px !important;
  background-position-y: 0px !important;
  background-size: initial !important;
  background-repeat-x: initial !important;
  background-repeat-y: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: initial !important;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  border-top-color: rgb(0, 123, 255);
  border-right-color: rgb(0, 123, 255);
  border-bottom-color: rgb(0, 123, 255);
  border-left-color: rgb(0, 123, 255);
}

.btn.btn-primary {
  background: #5182ff;
  color: #fff;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(81, 130, 255);
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  border-top-color: rgb(0, 98, 204);
  border-right-color: rgb(0, 98, 204);
  border-bottom-color: rgb(0, 98, 204);
  border-left-color: rgb(0, 98, 204);
}



li {
  display: inherit;
}

/*Connect stores box end*/

/* Campaing CSS */

.RegularLayout--100vh .Content {
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ListView,
.SurveyReports {
  margin: 16px 0;
}
.ListViewRow {
  margin-bottom: 8px;
  position: relative;
}


.cui4-panel--radius-s {
  border-radius: 4px;
}
.cui4-panel--no-margin {
  margin-bottom: 0;
}
.cui4-panel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  background: #f9f9f9 !important;
  box-shadow: 0 2px 6px #ebecec;
  border: none;
  border-radius: 5px;
}
.cui4-spacing--right-m {
  padding-right: 16px;
}
.cui4-spacing--left-m {
  padding-left: 16px;
}
.cui4-spacing--bottom-m {
  padding-bottom: 16px;
}
.cui4-spacing--top-m {
  padding-top: 16px;
}
.cui4-spacing--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ListViewSelectCell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -32px;
  min-width: 32px;
  position: absolute;
  top: 0;
}
.ListViewPreviewCell {
  position: relative;
  z-index: 30;
  -ms-flex-item-align: center;
  align-self: center;
}
.CampaignsListView .ListViewTitleCell--campaigns {
  min-width: 260px;
}
.ListViewTitleCell {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.ListViewStatCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 70px;
  width: 70px;
  overflow: hidden;
}
.AutomationsListView .ListViewStatCell + .ListViewActionCell,
.AutomationsListView .ListViewStatCell + .ListViewStatCell,
.CampaignsListView .ListViewStatCell + .ListViewActionCell,
.CampaignsListView .ListViewStatCell + .ListViewStatCell {
  margin-left: 46px;
}
@media (max-width: 767.98px) {
  .AutomationsListView .ListViewStatCell + .ListViewActionCell,
  .AutomationsListView .ListViewStatCell + .ListViewStatCell,
  .CampaignsListView .ListViewStatCell + .ListViewActionCell,
  .CampaignsListView .ListViewStatCell + .ListViewStatCell {
    margin-left: 0;
  }
}
.ListViewStatCell + .ListViewActionCell,
.ListViewStatCell + .ListViewStatCell {
  margin-left: 130px;
}
.ListViewActionCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 16px;
}
.cui4-button {
  border-radius: 4px;
}
.cui4-button {
  background: #fff;
  border: 0;
  cursor: pointer;
  margin: 0;
  height: 32px;
  min-width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #26292c;
  -webkit-transition: background 0.12s ease-in-out;
  transition: background 0.12s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 0 0 1px #cbcccd, 0 1px 2px rgba(38, 41, 44, 0.08);
  box-shadow: inset 0 0 0 1px #cbcccd, 0 1px 2px rgba(38, 41, 44, 0.08);
  padding: 4px;
  vertical-align: top;
}
.cui4-badge,
.cui4-button {
  -webkit-user-select: none;
}
.cui4-button {
  font: 600 15px/20px Source Sans Pro, sans-serif;
}
.Dropdown {
  position: relative;
}
.cui4-button > .cui4-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.cui4-button > * {
  pointer-events: none;
}
.cui4-icon,
.select2-selection__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  fill: #404346;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cui4-popover[class*="--placement-bottom"],
.cui4-popover[class*="--placement-top"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Dropdown-menu,
.cui4-popover {
  display: none;
  visibility: hidden;
}
.cui4-popover--hidden {
  display: none;
}
.cui4-popover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cui4-popover__inner,
.cui4-popover__inner > .cui4-spacing {
  overflow: hidden;
  word-wrap: break-word;
}
.cui4-popover__inner {
  max-width: 640px;
  
  color: #26292c;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.06),
    0 5px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.06),
    0 5px 5px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cui4-popover__inner,
.cui4-popover__inner > .cui4-spacing {
  overflow: hidden;
  word-wrap: break-word;
}
.cui4-spacing {
  display: block;
}
.cui4-dropmenu {
  max-height: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cui4-button-group,
.cui4-dropmenu {
  display: -webkit-box;
  display: -ms-flexbox;
}
.cui4-dialog__wrap,
.cui4-dropmenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.cui4-dropmenu__content {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 0;
}
.cui4-dropmenu .cui4-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
}

.cui4-option,
.cui4-option > a,
.cui4-option > span,
.select2-results__option:not([role="group"]) {
  
}
.cui4-checkbox,
.cui4-dialog,
.cui4-input,
.cui4-modal,
.cui4-option,
.cui4-option > a,
.cui4-option > span,
.cui4-panel,
.cui4-radio,
.cui4-select,
.cui4-tabs,
.cui4-text,
.cui4-textarea textarea,
.cui4-toggle,
.cui4-video-overlay {
  
}

a,
p a:hover {
  text-decoration: none;
}
.ListViewTitleCell--campaigns .ListViewTitleCell-title {
  max-width: 650px;
}
.ListViewTitleCell-title {
  color: #26292c;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  max-width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.ListViewTitleCell-title a {
  color: #26292c;
}
.ListViewTitleCell-subtitle:not(:last-child) {
  margin-bottom: 4px;
}
.ListViewTitleCell-subtitle,
.ListViewTitleCell-subtitle a {
  color: #747678;
}
.ListViewTitleCell-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.ListViewTitleCell-subtitle,
.ListViewTitleCell-subtitle a {
  color: #747678;
}
.ListViewTitleCell-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.ListViewTitleCell-subtitle-list.ListViewTitleCell-subtitle-status-active,
.ListViewTitleCell-subtitle-list.ListViewTitleCell-subtitle-status-draft,
.ListViewTitleCell-subtitle-list.ListViewTitleCell-subtitle-status-paused {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ListViewTitleCell-subtitle-list {
  display: block;
  /*   max-width: 50%; */
  overflow: hidden;
  margin-left: 3px;
}
.cui4-badge--outline:not(.cui4-badge--green):not(.cui4-badge--blue):not(.cui4-badge--red):not(.cui4-badge--yellow):not(.cui4-badge--purple):not(.cui4-badge--tier-silver):not(.cui4-badge--tier-gold):not(.cui4-badge--tier-platinum):not(.cui4-badge--tier-diamond) {
  -webkit-box-shadow: inset 0 0 0 1px #cbcccd;
  box-shadow: inset 0 0 0 1px #cbcccd;
}
.cui4-badge:not(.cui4-badge--green):not(.cui4-badge--blue):not(.cui4-badge--red):not(.cui4-badge--yellow):not(.cui4-badge--purple):not(.cui4-badge--tier-silver):not(.cui4-badge--tier-gold):not(.cui4-badge--tier-platinum):not(.cui4-badge--tier-diamond) {
  color: #26292c;
  background: #eee;
}
.cui4-badge,
.cui4-message:not(.cui4-message--alternative) {
  border-radius: 4px;
}
.cui4-badge--outline {
  background: hsla(0, 0%, 100%, 0.16);
  color: #b9babb;
  -webkit-box-shadow: inset 0 0 0 1px #b9babb;
  box-shadow: inset 0 0 0 1px #b9babb;
}
.cui4-badge {
  height: 16px;
  min-width: 16px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e5e5;
  color: #26292c;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -moz-user-select: none;
  user-select: none;
}
.cui4-badge,
.cui4-button {
  -webkit-user-select: none;
}
.cui4-avatar,
.cui4-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -ms-user-select: none;
}
.cui4-badge,
.cui4-pill--s {
  font: 600 11px/16px Source Sans Pro, sans-serif;
}
.cui4-avatar,
.cui4-badge,
.cui4-pill,
.cui4-pill--s,
.cui4-separator {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.store-info span.semi-bold {
  font-weight: 600;
  text-transform: uppercase;
}
.ListViewTitleCell-subtitle-list span.semi-bold {
  font-weight: 600;
  text-transform: uppercase;
}
.ListViewStatCell-label {
  color: #747678;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next a {
  padding: 5px 11px !important;
}
.page a {
  padding: 5px 11px !important;
}
.previous a {
  padding: 5px 11px !important;
}

/*New*/

/*! CSS Used from: https://zagosend.com/app/customer/themes/contriverz-customer/assets/css/font-awesome.min.css?av=d7c8d99f&v=71 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*! CSS Used from: https://zagosend.com/app/customer/themes/contriverz-customer/assets/css/bootstrap.min.css?av=d7c8d99f&v=71 */
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #1261ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.bg-success {
  background-color: #dff0d8;
}
.col-sm-6 {
  position: relative;
  min-height: 1px; /*padding-left:5px*/
  padding-right: 1px;
}
@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 1px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
/*! CSS Used from: https://zagosend.com/app/customer/themes/contriverz-customer/assets/css/custom.css?av=d7c8d99f&v=71 */
.mb-2 {
  margin-bottom: 2rem;
}
/*! CSS Used from: Embedded */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.col-sm-6 {
  position: relative;
  width: 100%; /*padding-right:15px*/
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.75rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #eaeaea;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.bg-success {
  background-color: #2bc155 !important;
}
.align-items-center {
  align-items: center !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 3px !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}
p {
  line-height: 1.8;
}
.text-black {
  color: #000 !important;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}
.font-w600 {
  font-weight: 600;
}
.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 1.25rem;
  
  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem; /*height:calc(100% - 0.938rem);*/
  }
}
.card-body {
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}
.progress-bar {
  background-color: #eaeaea;
}
.progress {
  height: 6px;
  overflow: hidden;
  border-radius: 1.25rem;
}
.progress-bar {
  border-radius: 4px;
}
.bgl-success {
  background: #e3f9e9;
  border-color: #e3f9e9;
}

.activity-icon {
  /*height:50px;width:50px;*/
  min-width: 20px; /*line-height:50px;text-align:center;border-radius:100%;*/
}
.avtivity-card {
  position: relative;


}
.avtivity-card .activity-icon {
  /*height:80px;width:80px;min-width:80px*/
  display: block;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%; /*line-height:80px*/
  text-align: left;
}
.avtivity-card .title {
  font-size: 28px;
}

.avtivity-card p,
.avtivity-card .media-body span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}



.avtivity-card:hover .progress {
  background: rgba(255, 255, 255, 0.2) !important;
}
.avtivity-card:hover .progress .progress-bar {
  background: #fff !important;
}
@media only screen and (max-width: 767px) {
  .avtivity-card .title {
    font-size: 20px;
  }
  .avtivity-card .activity-icon {
    height: 65px;
    width: 65px;
    min-width: 65px;
    line-height: 65px;
  }
  .avtivity-card .activity-icon svg {
    width: 35px;
    height: 35px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-6,
.col-xl-6,
.col-xxl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.75rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.bg-secondary {
  background-color: #e7efff !important;
}
.bg-success {
  background-color: #e5f8f5 !important;
}
.bg-warning {
  background-color: #fff7e5 !important;
}
.bg-danger {
  background-color: #fde9ed !important;
}
.align-items-center {
  align-items: center !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #0b2a97;
}
p {
  line-height: 1.8;
}
.text-black {
  color: #000 !important;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}
.font-w600 {
  font-weight: 600;
}

.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 1.25rem;
  
  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}
.card-body {
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}
.progress-bar {
  background-color: #000;
}
.progress {
  height: 6px;
  overflow: hidden;
  border-radius: 1.25rem;
}
.progress-bar {
  border-radius: 4px;
}
.bgl-secondary {
  background: #bdd2ff;
  border-color: #bdd2ff;
}
.bgl-success {
  background: #b7ece3;
  border-color: #b7ece3;
}
.bgl-warning {
  background: #ffe9b7;
  border-color: #ffe9b7;
}
.bgl-danger {
  background: #f9c1ce;
  border-color: #f9c1ce;
}
.activity-icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
}

.avtivity-card .activity-icon {
  height: 80px;
  width: 80px;
  min-width: 80px;
  display: block;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%;
  line-height: 80px;
  text-align: center;
}
.avtivity-card .title {
  font-size: 28px;
}
.avtivity-card .progress {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.avtivity-card p,
.avtivity-card .media-body span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}


.avtivity-card p {
  color: #090617 ;
}
.avtivity-card .media-body span {
  color: #090617 !important;
}
.avtivity-card .progress {
  background: #fff;
}
.avtivity-card .progress .progress-bar.bg-success {
  background: #4AFFEE !important;
}
.avtivity-card .progress .progress-bar.bg-secondary {
  background: #1261ff !important;
}
.avtivity-card .progress .progress-bar.bg-danger {
  background: #1261FF !important;
}
.avtivity-card .progress .progress-bar.bg-warning {
  background: #ffb100 !important;
}
@media only screen and (max-width: 767px) {
  .avtivity-card .title {
    font-size: 20px;
  }
  .avtivity-card .activity-icon {
    height: 65px;
    width: 65px;
    min-width: 65px;
    line-height: 65px;
  }
  .avtivity-card .activity-icon svg {
    width: 35px;
    height: 35px;
  }
}
.avtivity-card .bg-success a {
  color: #5CD2B1
}
.avtivity-card .bg-secondary a {
  color: #1261ff;
}
.avtivity-card .bg-danger a {
  color: #1261FF;
}
.avtivity-card .bg-warning a {
  color: #ffb100;
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .avtivity-card .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .avtivity-card .media {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .avtivity-card .media .activity-icon {
    margin-bottom: 10px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
  color: #047cfc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 42, 151, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb;
}
.btn-primary:focus {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb;
  box-shadow: 0 0 0 0.2rem rgba(48, 74, 167, 0.5);
}
.btn-primary:disabled {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #eaeaea;
}
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
  padding: 0.938rem 1.5rem;
}
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active {
  z-index: 1;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}

a:hover,
a:focus {
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
}
.btn {
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  font-size: 1rem;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .btn {
    padding: 0.625rem 1rem;
    font-size: 0.813rem;
  }
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem !important;
}
@media only screen and (max-width: 1400px) {
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem !important;
  }
}
.dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #7e7e7e;
  padding: 0.5rem 1.75rem;
}
@media only screen and (max-width: 1400px) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  color: #047cfc;
  background: #f4f5f9;
}
.dropdown-menu .dropdown-item:active {
  color: #047cfc !important;
}
.dropdown-toggle-split {
  padding: 0 10px;
}
.dropdown-toggle-split:after {
  margin-left: 0 !important;
}
.dropdown-toggle-split:active,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:hover {
  opacity: 1;
}
.dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  border: 0;
  vertical-align: middle;
  margin-left: 0.25em;
  line-height: 1;
}

.chart-dashboard-wrap .cui4-panel {
  box-shadow: none;
  border: 0;
}

/* Campaign - _item.php CSS  */

a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #1261ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-2,
.col-sm-4,
.col-lg-4,
.col-lg-6,
.col-sm-8,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-4,
  .col-sm-8,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-2,
  .col-lg-4,
  .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active {
  background-image: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.nav {
  margin-bottom: 0;

  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;

  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #1261ff;

  cursor: default;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.row:after,
.nav:after {
  clear: both;
}
.show {
  display: block !important;
}
/*! CSS Used from: https://zagosend.com/app/customer/themes/contriverz-customer/assets/css/target-admin.css?av=d7c8d99f&v=72 */
h4 {
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
}
.btn:active {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #1261ff;
  border-color: #1261ff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb;
}
.btn:focus,
.btn:active:focus {
  outline: none;
}
.btn-primary:active {
  background-image: none;
}
.dropdown-menu {
  min-width: 185px;
}
.nav-tabs {
  margin-bottom: 1.5em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #090617;
 /* font-weight: 600;*/
}

.text-primary {
  color: #f3f6f9;
}
.text-warning {
  color: #8a6d3b;
}
.dropdown-menu {
  left: 10px;
}
/*! CSS Used from: https://zagosend.com/app/customer/themes/contriverz-customer/assets/css/custom.css?av=d7c8d99f&v=72 */
.nav > li {
  position: initial;
}
.mr-2 {
  margin-right: 2rem;
}
.ml-2 {
  margin-left: 2rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
/*! CSS Used from: Embedded */
a {
  text-decoration: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #1261ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {
  margin: 0 0 10px;
}
.mb-2 {
  margin-bottom: 2rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px;
}
.align-items-center {
  align-items: center !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}
p {
  line-height: 1.8;
}
.text-black {
  color: #000 !important;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}
.font-w600 {
  font-weight: 600;
}
.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 1.25rem;
  
  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem;
  }
}

@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}
/*! CSS Used from: Embedded */
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-caret-right:before {
  content: "\f0da";
}
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #047cfc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #061650;
  text-decoration: underline;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-4,
.col-sm-8,
.col-sm-12,
.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-xl-2,
.col-xl-5,
.col-xl-9,
.col-xl-12,
.col-xxl-4,
.col-xxl-8,
.col-xxl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 42, 151, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb;
}
.btn-primary:focus {
  color: #fff;
  background-color: #2d91fb;
  border-color: #2d91fb;
  box-shadow: 0 0 0 0.2rem rgba(48, 74, 167, 0.5);
}
.btn-primary:disabled {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #eaeaea;
}
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f9f9f9;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}
.border-0 {
  border: 0 !important;
}
.rounded {
  border-radius: 0.75rem !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.align-items-center {
  align-items: center !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
}
.text-primary {
  color: #047cfc !important;
}
.text-warning {
  color: #ffbc11 !important;
}
.text-danger {
  color: #999!important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}
p {
  line-height: 1.8;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
}
.text-black {
  color: #000 !important;
}
.fs-13 {
  font-size: 13px !important;
  line-height: 1.4;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}
.fs-20 {
  font-size: 20px !important;
  line-height: 1.5;
}
.fs-24 {
  font-size: 24px !important;
  line-height: 1.4;
}
.font-w600 {
  font-weight: 600;
}
.scale-2 {
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 3000px) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn-primary {
  color: #fff;
}
.btn {
  padding: 0.375rem 0.75rem;
  border-radius: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .btn {
    padding: 0.625rem 1rem;
    font-size: 0.813rem;
  }
}
.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 1.25rem;
  
  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}

@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}
.card-header {
  border-color: #f0f1f5;
  position: relative;
  background: transparent;
  padding: 1.5rem 1.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .card-header {
    padding: 1.25rem 1rem 1.25rem;
  }
}

.dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #7e7e7e;
  padding: 0.5rem 1.75rem;
}
@media only screen and (max-width: 1400px) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  color: #047cfc;
  background: #f4f5f9;
}
.dropdown-menu .dropdown-item:active {
  color: #047cfc !important;
}
.bgl-primary {
  background: #d8e0fc;
  border-color: #d8e0fc;
}
.plan-list .list-row {
  border-radius: 1.25rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.plan-list .list-row .list-icon {
  height: 76px;
  min-width: 76px;
  width: 76px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
  text-align: center;
  border-radius: 1.25rem;
}
.plan-list .list-row .list-icon p.text-primary{
  color: #090617!important;
  font-weight: 600;
  font-size: 20px;
}
.plan-list .list-row .list-icon span.text-primary{
  color: #090617!important;

  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .plan-list .list-row .list-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 18px;
  }
  .plan-list .list-row .list-icon p {
    font-size: 18px !important;
  }
  .plan-list .list-row .list-icon span {
    font-size: 12px !important;
  }
}
.plan-list .list-row .play-button {
  color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: #3d3f44;
  margin-left: auto;
  border-radius: 7px;
}
@media only screen and (max-width: 3000px) {
  .plan-list .list-row .play-button {
    margin-left: 0;
    /* margin-right: auto !important; */
  }
}
@media only screen and (max-width: 1199px) {
  .plan-list .list-row .play-button {
    margin-left: auto;
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .plan-list .list-row .play-button {
    margin-left: 0;
    margin-right: auto !important;
  }
}
.plan-list .list-row .more-button {
  height: 56px;
  width: 56px;
  display: block;
  border-radius: 1.25rem;
  line-height: 56px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;

}

.plan-list .list-row .more-button svg path{
  fill: #1261FF;
}
@media only screen and (max-width: 1400px) {
  .plan-list .list-row .more-button {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .plan-list .list-row .more-button svg {
    width: 4px;
  }
}
.plan-list .list-row .activities svg path,
.plan-list .list-row .activities span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
}
.plan-list .list-row .info h4 a,
.plan-list .list-row .info span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .plan-list .list-row .info h4 {
    font-size: 16px !important;
  }
  .plan-list .list-row .info span {
    font-size: 13px !important;
  }
}

.rounded {
  border-radius: 1.25rem !important;
}
.card-tabs .nav-tabs,
.card-sort .nav-tabs {
  background: #fff;
  padding: 0;
  border-radius: 8px;
  flex-wrap: unset;
  border: 1px solid #707070;
}
.card-tabs .nav-tabs .nav-link,
.card-sort .nav-tabs .nav-link {
  border-radius: 6px;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.card-sort .nav-item.active a.nav-link > i {
  display: unset;
}
.card-tabs .nav-tabs .nav-link.active {
  background: transparent;
  color: #707070;
}
.card-tabs .sent-draft .nav-link.active {
  background: transparent;
}
.card-tabs .nav-tabs .nav-link.active:hover {
  color: #090617;
}
@media only screen and (max-width: 1400px) {
  .card-tabs .nav-tabs .nav-link {
    padding: 8px 15px;
    font-weight: 400;
    font-size: 14px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.col-sm-6,
.col-lg-6,
.col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
.badge:empty {
  display: none;
}
.badge-primary {
  color: #000;
  background-color: #eaeaea;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.text-primary {
  color: #3d3f44 !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  .badge {
    border: 1px solid #000;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}
p {
  line-height: 1.8;
}
.badge {
  border-radius: 1.25rem;

  font-weight: 600;
  padding: 4px 10px;
  border: 1px solid transparent;
}
.badge-primary {
  background-color: #eaeaea;
}
.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 1.25rem;

  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}

@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}
.widget-stat .media {
  padding: 0px 0;
  align-items: center;
}
.widget-stat .media > span {
  height: 85px;
  width: 85px;
  border-radius: 100%;
  padding: 10px 12px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #464a53;
}
@media only screen and (max-width: 1400px) {
  .widget-stat .media > span {
    height: 70px;
    width: 70px;
    min-width: 70px;
  }
}
.widget-stat .media .media-body p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .widget-stat .media .media-body p {
    font-size: 14px;
  }
}
.widget-stat .media .media-body h4 {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.widget-stat .media .media-body span {
  margin-left: 5px;
}
.bgl-primary {
  background: #fff;
  border: 1px solid #eee;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.badge-warning {
  background-color: #ffbc11;
}

.badge-success {
  background-color: #2bc155;
}
.badge-danger {
  background-color: rgba(237, 37, 78, 0.1);
}
.badge-violet {
  background-color: #cc90f5;
}

.p-0 {
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .pl-lg-3 {
    padding-left: 15px !important;
  }
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*! end @import */
*,
*::before,
*::after {
  box-sizing: border-box;
}
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: #047cfc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
h6 {
  font-size: 0.938rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-primary {
  color: #047cfc !important;
}
.text-info {
  color: #1ea7c5 !important;
}
.text-warning {
  color: #ffbc11 !important;
}
.text-muted {
  color: #89879f !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}

.dz-scroll {
  position: relative;
}
.height370 {
  height: 280px;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: transparent;
  opacity: 0.9;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #dae2f3;
  width: 4px;
}
.ps__thumb-y {
  background-color: #dae2f3;
  width: 4px;
}
.widget-timeline {
  position: relative;
}
.widget-timeline .timeline {
  list-style: none;
  position: relative;
}
.widget-timeline .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  left: 10px;
  margin-right: -1.5px;
  background: #c4c5c7;
}
.widget-timeline .timeline > li {
  margin-bottom: 8px;
  position: relative;
}
.widget-timeline .timeline > li:before {
  content: " ";
  display: table;
}
.widget-timeline .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-timeline .timeline > li > .timeline-panel {
  border-radius: 1.25rem;
  padding: 15px 20px;
  position: relative;
  display: block;
  margin-left: 40px;
  border-width: 1px;
  border-style: solid;
}
.widget-timeline .timeline > li > .timeline-panel span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  opacity: 0.8;
  letter-spacing: 1px;
  color: #090617 !important;
}
.widget-timeline .timeline > li > .timeline-panel h6 {
  color: #9f9f9f;
}
.widget-timeline .timeline > li > .timeline-panel p {
  font-size: 14px;
}
.widget-timeline .timeline > li > .timeline-panel:after {
  content: "";
  width: 10px;
  height: 10px;
  background: inherit;
  border-color: inherit;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  display: block;
  position: absolute;
  left: -5px;
  transform: rotate(45deg);
  top: 15px;
}
.widget-timeline .timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 22px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 22px;
  border-width: 0;
  border-style: solid;
  background: #fff;
  padding: 4px;
}
.widget-timeline .timeline > li > .timeline-badge:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: block;
}
.widget-timeline .timeline-badge.primary {
  border-color: #d8e0fc;
}
.widget-timeline .timeline-badge.primary:after {
  background-color: #047cfc !important;
  box-shadow: 0 5px 10px 0 rgba(11, 42, 151, 0.2);
}
.widget-timeline .timeline-badge.primary + .timeline-panel {
  background: #d8e0fc;
  border-color: #d8e0fc;
}
.widget-timeline .timeline-badge.success {
  border-color: #e3f9e9;
}
.widget-timeline .timeline-badge.success:after {
  background-color: #4AFFEE !important;

}
.widget-timeline .timeline-badge.success + .timeline-panel {
  background: #e3f9e9;
  border-color: #e3f9e9;
}
.widget-timeline .timeline-badge.warning {
  border-color: #fff5dd;
}
.widget-timeline .timeline-badge.warning:after {
  background-color: #ffbc11 !important;
  box-shadow: 0 5px 10px 0 rgba(255, 188, 17, 0.2);
}
.widget-timeline .timeline-badge.warning + .timeline-panel {
  background: #fff5dd;
  border-color: #fff5dd;
}
.widget-timeline .timeline-badge.danger {
  border-color: #fff3f7;
}
.widget-timeline .timeline-badge.danger:after {
  background-color: rgba(237, 37, 78, 0.1) !important;
  box-shadow: 0 5px 10px 0 rgba(249, 70, 135, 0.2);
}
.widget-timeline .timeline-badge.danger + .timeline-panel {
  background: #fff3f7;
  border-color: #fff3f7;
}
.widget-timeline .timeline-badge.info {
  border-color: #a4e3f1;
}
.widget-timeline .timeline-badge.info:after {
  background-color: #1ea7c5 !important;
  box-shadow: 0 5px 10px 0 rgba(30, 167, 197, 0.2);
}
.widget-timeline .timeline-badge.info + .timeline-panel {
  background: #a4e3f1;
  border-color: #a4e3f1;
}
.widget-timeline .timeline-badge.dark {
  border-color: #f1f1f1;
}
.widget-timeline .timeline-badge.dark:after {
  background-color: #b1b1b1 !important;
  box-shadow: 0 5px 10px 0 rgba(177, 177, 177, 0.2);
}
.widget-timeline .timeline-badge.dark + .timeline-panel {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.widget-timeline.style-1 .timeline-panel {
  background: transparent;
}
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  border-style: solid;
  border-width: 0 0 0 5px;
  border-radius: 0;
  padding: 5px 10px 5px 15px;
}
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
  border: 0;
  left: -7px;
  width: 12px;
  height: 12px;
}
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel {
  border-color: #eaeaea;
}
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel:after {
  background: #047cfc;
}
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel {
  border-color: transparent;
  background-color: #fff;
  margin-left: 34px;
  border: 1px solid #090617;
  border-radius: 5px;
}
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel:after {
  background: #fff;
  border-bottom: 1px solid #090617fc;
  border-left: 1px solid #090617fc;
}
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
  border-color: #ffbc11;
}
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel:after {
  background: #ffbc11;
}
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel {
  border-color: rgba(237, 37, 78, 0.1);
}
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel:after {
  background: rgba(237, 37, 78, 0.1);
}
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel {
  border-color: #1ea7c5;
}
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel:after {
  background: #1ea7c5;
}
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel {
  border-color: #b1b1b1;
}
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel:after {
  background: #b1b1b1;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus {
  background-color: transparent !important;
  opacity: 0.9;
}

/* List - list.php css */

.RegularLayout--100vh .Content {
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.RegularLayout-center {
  margin: 0 auto;
  padding: 0 32px;
}
.ListView,
.SurveyReports {
  margin: 16px 0;
}
.ListView{
  margin-left: -15px;
  margin-right: -15px;
}
.list-view {
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

.ListViewRow {
  margin-bottom: 8px;
  position: relative;
}
.cui4-panel--radius-s {
  border-radius: 4px;
}
.cui4-panel--no-margin {
  margin-bottom: 0;
}
.cui4-panel {
  border-radius: 2px;
  /* position: relative; */
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;

  background: #f9f9f9;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  border-color: #94b3f1;
}
.cui4-spacing--right-m {
  padding-right: 16px;
}
.cui4-spacing--left-m {
  padding-left: 16px;
}
.cui4-spacing--bottom-m {
  padding-bottom: 16px;
}
.cui4-spacing--top-m {
  padding-top: 16px;
}
.cui4-spacing--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .cui4-spacing--flex {
    flex-wrap: wrap;
  }
}
.ListViewSelectCell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -32px;
  min-width: 32px;
  position: absolute;
  top: 0;
}
.ListViewPreviewCell {
  position: relative;
  margin-right: 16px;
  z-index: 30;
  -ms-flex-item-align: center;
  align-self: center;
}
.CampaignsListView .ListViewTitleCell--campaigns {
  min-width: 260px;
}
.ListViewTitleCell {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .ListViewTitleCell {
    flex: 0 0 14%;
  }
  .ListViewTitleCell + .ListViewTitleCell {
    flex: 1;
  }
}
.ListViewStatCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 130px;
  width: 130px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 992px) {
  .ListViewStatCell + .ListViewActionCell,
  .ListViewStatCell + .ListViewStatCell {
    margin-left: 130px;
  }
}
.ListViewActionCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 16px;
  margin-left: 5px;
}

@media (max-width: 480px) {
  .ListViewStatCell {
    flex: 1;
  }
  .ListViewActionCell {
    flex: auto;
  }
}
.cui4-button {
  border-radius: 4px;
}
.cui4-button {
  background: #fff;
  border: 0;
  cursor: pointer;
  margin: 0;
  height: 32px;
  min-width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #26292c;
  -webkit-transition: background 0.12s ease-in-out;
  transition: background 0.12s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 0 0 1px #cbcccd, 0 1px 2px rgba(38, 41, 44, 0.08);
  box-shadow: inset 0 0 0 1px #cbcccd, 0 1px 2px rgba(38, 41, 44, 0.08);
  padding: 4px;
  vertical-align: top;
}
.cui4-badge,
.cui4-button {
  -webkit-user-select: none;
}
.cui4-button {
  font: 600 15px/20px Source Sans Pro, sans-serif;
}
.Dropdown {
  position: relative;
}
.cui4-button > .cui4-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.cui4-button > * {
  pointer-events: none;
}
.cui4-icon,
.select2-selection__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  fill: #404346;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cui4-popover[class*="--placement-bottom"],
.cui4-popover[class*="--placement-top"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Dropdown-menu,
.cui4-popover {
  display: none;
  visibility: hidden;
}

.CuiButtonDropdown {
  position: relative;
}

.cui4-popover--hidden {
  display: none;
}
.cui4-popover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cui4-popover__inner,
.cui4-popover__inner > .cui4-spacing {
  overflow: hidden;
  word-wrap: break-word;
}
.cui4-popover__inner {
  max-width: 640px;

  color: #26292c;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.06),
    0 5px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24), 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.06),
    0 5px 5px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cui4-popover__inner,
.cui4-popover__inner > .cui4-spacing {
  overflow: hidden;
  word-wrap: break-word;
}
.cui4-spacing {
  display: block;
}
.cui4-dropmenu {
  max-height: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cui4-button-group,
.cui4-dropmenu {
  display: -webkit-box;
  display: -ms-flexbox;
}
.cui4-dialog__wrap,
.cui4-dropmenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.cui4-dropmenu__content {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 0;
}
.cui4-dropmenu .cui4-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
}
.cui4-option,
.select2-results__option:not([role="group"]) {
  display: block;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: break-word;
  color: inherit;
}
.cui4-option,
.cui4-option > a,
.cui4-option > span,
.select2-results__option:not([role="group"]) {

}
.cui4-checkbox,
.cui4-dialog,
.cui4-input,
.cui4-modal,
.cui4-option,
.cui4-option > a,
.cui4-option > span,
.cui4-panel,
.cui4-radio,
.cui4-select,
.cui4-tabs,
.cui4-text,
.cui4-textarea textarea,
.cui4-toggle,
.cui4-video-overlay {

}

a,
p a:hover {
  text-decoration: none;
}
.ListViewTitleCell--campaigns .ListViewTitleCell-title {
  max-width: 650px;
}
.ListViewTitleCell-title {
  color: #26292c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  max-width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .ListViewTitleCell-title {
    font-size: 18px;
  }
}
.ListViewTitleCell-title a {
  color: inherit;
}

.ListViewStatCell .rounded-pill {
  line-height: 1;
  padding: 0;
  background: transparent;
  color: inherit;
}
.ListViewTitleCell-subtitle:not(:last-child) {
  margin-bottom: 4px;
}
.ListViewTitleCell-subtitle,
.ListViewTitleCell-subtitle a {
  color: #747678;
}
.ListViewTitleCell-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.ListViewTitleCell-subtitle,
.ListViewTitleCell-subtitle a {
  color: #747678;
}
.ListViewTitleCell-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.ListViewTitleCell-subtitle-list.ListViewTitleCell-subtitle-status-active,
.ListViewTitleCell-subtitle-list.ListViewTitleCell-subtitle-status-draft,
.ListViewTitleCell-subtitle-list.ListViewTitleCell-subtitle-status-paused {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ListViewTitleCell-subtitle-list {

  text-align: center;

  font-weight: 600;
  color: #090617;

  border-radius: 8px;
  font-size: 13px;
}
.cui4-badge--outline:not(.cui4-badge--green):not(.cui4-badge--blue):not(.cui4-badge--red):not(.cui4-badge--yellow):not(.cui4-badge--purple):not(.cui4-badge--tier-silver):not(.cui4-badge--tier-gold):not(.cui4-badge--tier-platinum):not(.cui4-badge--tier-diamond) {
  -webkit-box-shadow: inset 0 0 0 1px #cbcccd;
  box-shadow: inset 0 0 0 1px #cbcccd;
}
.cui4-badge:not(.cui4-badge--green):not(.cui4-badge--blue):not(.cui4-badge--red):not(.cui4-badge--yellow):not(.cui4-badge--purple):not(.cui4-badge--tier-silver):not(.cui4-badge--tier-gold):not(.cui4-badge--tier-platinum):not(.cui4-badge--tier-diamond) {
  color: #26292c;
  background: #eee;
}
.cui4-badge,
.cui4-message:not(.cui4-message--alternative) {
  border-radius: 4px;
}
.cui4-badge--outline {
  background: hsla(0, 0%, 100%, 0.16);
  color: #b9babb;
  -webkit-box-shadow: inset 0 0 0 1px #b9babb;
  box-shadow: inset 0 0 0 1px #b9babb;
}
.cui4-badge {
  height: 16px;
  min-width: 16px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e5e5;
  color: #26292c;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -moz-user-select: none;
  user-select: none;
}
.cui4-badge,
.cui4-button {
  -webkit-user-select: none;
}
.cui4-avatar,
.cui4-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -ms-user-select: none;
}
.cui4-badge,
.cui4-pill--s {
  font: 600 11px/16px Source Sans Pro, sans-serif;
}
.cui4-avatar,
.cui4-badge,
.cui4-pill,
.cui4-pill--s,
.cui4-separator {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.store-info span.semi-bold {
  font-weight: 600;
  text-transform: uppercase;
}
.ListViewTitleCell-subtitle-list span.semi-bold {
  font-weight: 600;
  text-transform: uppercase;
}
.ListViewStatCell-label {
  color: #090617;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next a {
  padding: 5px 11px !important;
}
.page a {
  padding: 5px 11px !important;
}
.previous a {
  padding: 5px 11px !important;
}
.CuiButtonDropdown .dropdown-menu li a.btn-primary {
  color: #000!important;
  background: #f9f9f9!important;
  border: 0;
}
.CuiButtonDropdown .dropdown-menu {
  border: 0;
}
@media (max-width: 767.98px) {
  .CuiButtonDropdown .dropdown-menu {
    left: auto;
    right: 0;
    text-align: center;
  }
  .CuiButtonDropdown .dropdown-menu li a {
    margin: 2px 0;
  }
}

/* List - _list.php css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
strong {
  font-weight: bolder;
}
a {
  color: #047cfc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1px;
  line-height: 1.5;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 42, 151, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-success {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-success:hover {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.btn-success:focus {
  color: #000;
  background-color: #eaeaea;
  border-color: #eaeaea;

}
.btn-success:disabled {
  color: #fff;
  background-color: #5CD2B1;
  border-color: #5CD2B1
}
.btn-warning {
  color: #212529;
  background-color: #ffbc11;
  border-color: #ffbc11;
}
.btn-warning:hover {
  color: #212529;
  background-color: #eaa800;
  border-color: #dd9f00;
}
.btn-warning:focus {
  color: #212529;
  background-color: #eaa800;
  border-color: #dd9f00;
  box-shadow: 0 0 0 0.2rem rgba(222, 165, 21, 0.5);
}
.btn-warning:disabled {
  color: #212529;
  background-color: #ffbc11;
  border-color: #ffbc11;
}
.btn-danger {
  color: #767387;
  background-color: #F1F1F3;
  border-color: #F1F1F3;
}
.btn-danger:hover {
  color: #767387;
  background-color: rgba(237, 37, 78, 0.1);
  border-color: rgba(237, 37, 78, 0.1);
}

.btn-danger:disabled {
  color: #fff;
  background-color: rgba(237, 37, 78, 0.1);
  border-color: rgba(237, 37, 78, 0.1);
}
.btn-remove-condition {
  border-radius: 4px;
  margin-bottom: 7px;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #eaeaea;
}
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
.badge:empty {
  display: none;
}
.badge-success {
  color: #fff;
  background-color: #5CD2B1
}
.badge-warning {
  color: #212529;
  background-color: #ffbc11;
}
.badge-danger {
  color: #fff;
  background-color: rgba(237, 37, 78, 0.1);
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: #047cfc;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
}
.width80 {
  width: 80px;
}
.badge {
  line-height: 1.5;
  border-radius: 1.25rem;

  font-weight: 600;
  padding: 4px 10px;
  border: 1px solid transparent;
}
.badge-success {
  background-color: #5CD2B1
}
.badge-warning {
  background-color: #ffbc11;
}
.badge-danger {
  background-color: rgba(237, 37, 78, 0.1);
}
.light.badge-success {
  background-color: #f9f9f9;
  color: #000;
  border-radius: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.light.badge-warning {
  background-color: #fff5dd;
  color: #ffbc11;
}
.light.badge-danger {
  background-color: #fff3f7;
  color: rgba(237, 37, 78, 0.1);
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 14px;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .btn {
    padding: 0.625rem 1rem;
    font-size: 14px;
  }
}
.sharp {
  min-width: 40px;
  padding: 7px;
  height: 40px;
  min-height: 40px;
}
.light.btn-success {
  background-color: #e5f8f5;
  border-color: #e5f8f5;
  color: #5CD2B1
}
.light.btn-success.sharp {
  background-color: #e8eefe;
  /* min-width: 30px;
  min-height: 35px; */
  border-radius: 6px;
  height: 35px;
  color: #1261ff;
  background: #fff;
  border: 1px solid #eee;
}
.light.btn-success g [fill] {
  fill: #000;
}

.light.btn-warning {
  background-color: #fff5dd;
  border-color: #fff5dd;
  color: #ffbc11;
}
.light.btn-warning g [fill] {
  fill: #ffbc11;
}
.light.btn-warning:hover {
  background-color: #ffbc11;
  border-color: #ffbc11;
  color: #fff;
}
.light.btn-warning:hover g [fill] {
  fill: #fff;
}
.light.btn-danger {
  background-color: #fff3f7;
  border-color: #fff3f7;
  color: rgba(237, 37, 78, 0.1);
}
.light.btn-danger g [fill] {
  fill: rgba(237, 37, 78, 0.1);
}
.light.btn-danger:hover {
  background-color: rgba(237, 37, 78, 0.1);
  border-color: rgba(237, 37, 78, 0.1);
  color: #fff;
}
.light.btn-danger:hover g [fill] {
  fill: #fff;
}
.card {
  margin-bottom: 1.875rem;
  background-color: #f9f9f9;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 1.25rem;

  height: calc(100% - 30px);
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}

@media only screen and (max-width: 575px) {
  .card-body {
    padding: 1rem;
  }
}
.card-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.card-header {
  border-color: #f0f1f5;
  position: relative;
  background: #f9f9f9;
  padding: 1.5rem 1.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
}
@media only screen and (max-width: 575px) {
  .card-header {
    padding: 1.25rem 1rem 1.25rem;
  }
}
.card-header .card-title {
  margin-bottom: 0px;
}
.dropdown-menu {
  font-size: inherit;
  border-color: #090617;

  margin-top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #7e7e7e;
  padding: 0.5rem 1.75rem;
}
@media only screen and (max-width: 1400px) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  color: #047cfc;
  background: #f4f5f9;
}
.dropdown-menu .dropdown-item:active {
  color: #047cfc !important;
}
.table-responsive::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 8px;
  height: 8px;
}
.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #7e7e7e;
}
/* @media only screen and (max-width: 1199px) {
  .table {
    font-size: 0.875rem !important;
  }
} */
.table strong {
  color: #b1b1b1;
}
.table td {
  border-color: #f0f1f5;
  padding: 12px 20px;
}
.table thead th {
  border-bottom-width: 1px;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 20px;
  letter-spacing: 0.5px;
  border-color: #f0f1f5;
}
.table tbody tr td {
  vertical-align: middle;
  border-color: #f0f1f5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table:not(.table-bordered) thead th {
  border-top: none;
}
.table-responsive-md {
  min-width: 36rem !important;
}

@media (min-width: 992px) {
  .CuiButtonDropdown .sharp {
    display: none;
  }

  .CuiButtonDropdown .dropdown-menu {
    visibility: visible;
    display: block;
    position: static;
    display: flex;
    min-width: auto;
    background: transparent;
    box-shadow: none;
  }
}

/* List - _filter.php */

/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/plugins/wp-job-board/assets/js/magnific/magnific-popup.css?ver=1.1.0 ; media=all */
@media all {
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
}
/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.9.11 ; media=all */
@media all {
  .elementor *,
  .elementor :after,
  .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
  .elementor-widget {
    position: relative;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 20px;
  }
  .elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  }
}
/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/uploads/elementor/css/post-7.css?ver=1591944661 ; media=all */
@media all {
  .elementor-7
    .elementor-element.elementor-element-1763d73
    > .elementor-column-wrap
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .search-form-inner .btn-submit {
    border-radius: 0px 4px 4px 0px;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form .search-form-inner .form-control,
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form .search-form-inner .select2-selection--single {
    border-radius: 30px 30px 30px 30px !important;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form input[type="text"] {
    color: #7e8890;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form .form-control {
    color: #7e8890;
  }
  .elementor-7
    .elementor-element.elementor-element-67e5ffd
    .widget-job-search-form
    .select2-container--default.select2-container
    .select2-selection--single
    .select2-selection__rendered {
    color: #7e8890;
  }
  .elementor-7
    .elementor-element.elementor-element-67e5ffd
    .widget-job-search-form
    .search-form-inner
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #7e8890;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form input[type="text"]::placeholder {
    color: #c4c5c7;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form input[type="text"]::-webkit-input-placeholder {
    color: #c4c5c7;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form input[type="text"]::-moz-placeholder {
    color: #c4c5c7;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form input[type="text"]:-ms-input-placeholder {
    color: #c4c5c7;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form input[type="text"]:-moz-placeholder {
    color: #c4c5c7;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form .search-form-inner .form-group-inner {
    color: #7e8890;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .widget-job-search-form .search-form-inner .form-group-inner i:before {
    color: #7e8890;
  }
  .elementor-7 .elementor-element.elementor-element-67e5ffd .search-form-inner .form-control,
  .elementor-7 .elementor-element.elementor-element-67e5ffd .search-form-inner .select2-container--default .select2-selection--single {
    background-color: #ffffff;
  }
}
/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/themes/workio/css/woocommerce.css?ver=1.0.0 ; media=all */
@media all {
  input::-webkit-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  input::-moz-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  input::placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  input:focus::-webkit-input-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  input:focus::-moz-input-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  input:focus::placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  input[type="text"]::placeholder {
    color: #707070;
    opacity: 1;
    text-transform: none;
  }
  input[type="text"]::-moz-placeholder {
    color: #707070;
    opacity: 1;
    text-transform: none;
  }
  input[type="text"]:-ms-input-placeholder {
    color: #707070;
    text-transform: none;
  }
  input[type="text"]::-webkit-input-placeholder {
    color: #707070;
    text-transform: none;
  }
  input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input[type="text"]:optional,
  input[type="text"]:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input[type="text"]:hover {
    border-color: #11b719;
    background-color: #fff;
  }
  input[type="text"]:focus {
    border-color: #11b719;
    background-color: #fff;
  }
  input[type="text"]:active {
    border-color: #11b719;
    background-color: #fff;
  }

  select:hover {
    outline: none;
    border-color: #11b719;
    background-color: #fff;
  }
  select:focus {
    outline: none;
    border-color: #11b719;
    background-color: #fff;
  }
  select:active {
    outline: none;
    border-color: #11b719;
    background-color: #fff;
  }
  select option {
    color: #090617;
    font-size: 14px;
    margin-bottom: 4px;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #999999;
    -webkit-text-shadow: 0 0 0 #999999;
    -moz-text-shadow: 0 0 0 #999999;
    -ms-text-shadow: 0 0 0 #999999;
    -o-text-shadow: 0 0 0 #999999;
  }
  button:focus,
  button::-moz-focus-inner,
  select::-moz-focus-inner {
    outline: none !important;
  }
  .btn-theme-second {
    color: #fff;
    background-color: #0572e6;
    border-color: #0572e6;
  }
  .btn-theme-second:hover,
  .btn-theme-second:focus,
  .btn-theme-second:active {
    color: #fff;
    background-color: #eaeaea;
    border-color: #eaeaea;
  }
  .btn-theme-second:active {
    background-image: none;
  }
  .btn-theme-second:focus,
  .btn-theme-second:hover {
    color: #fff;
  }
  .select2-container--default .select2-selection--single {
    border: none;
  }
}
/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/themes/workio/css/themify-icons.css?ver=1.0.0 ; media=all */
@media all {
  [class^="ti-"] {
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ti-search:before {
    content: "\e610";
  }
  .ti-layers:before {
    content: "\e62f";
  }
  .ti-location-pin:before {
    content: "\e693";
  }
  .ti-calendar:before {
    content: "\e6b6";
  }
  .ti-list:before {
    content: "\e694";
  }
  .ti-view-list:before {
    content: "\e667";
  }
}
/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/themes/workio/css/bootstrap.css?ver=3.2.0 ; media=all */
@media all {
  b {
    font-weight: bold;
  }
  pre {
    overflow: auto;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  select {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  @media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    pre {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    select {
      background: #fff !important;
    }
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input,
  button,
  select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  pre {
    display: block;
    padding: 12.5px;
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 1.63;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-md-3,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-12 {
    float: left;
  }

  @media (min-width: 992px) {
    .col-md-3 {
      float: left;
    }
  }
  .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.63;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dde6ef;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .form-control:focus {
    border-color: #b3b1b1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-control::placeholder {
    color: #707070;
    opacity: 1;
  }
  .form-control::-moz-placeholder {
    color: #707070;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #707070;
  }
  .form-control::-webkit-input-placeholder {
    color: #707070;
  }
  .form-control[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  .form-group {
    margin-bottom: 15px;
  }

  /*
  .btn{display:inline-block;margin-bottom:0;font-weight:500;font-family:"Muli", Helvetica, Arial, sans-serif;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:2px solid transparent;white-space:nowrap;letter-spacing:0;padding:10px 30px;font-size:16px;line-height:1.63;border-radius:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
  .btn:focus,.btn:active:focus{outline:0;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
  .btn:hover,.btn:focus{color:#11b719;text-decoration:none;}
  .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
  .btn-block{display:block;width:100%;}
  */
}

@media all {
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
}

@media all {
  button,
  .btn {
    outline: none !important;
  }
  b {
    font-weight: 600;
  }
  .btn:focus {
    outline: none !important;
  }
  .btn,
  button {
    outline: none !important;
  }
  ::-moz-selection {
    color: #fff;
    background: #11b719;
  }
  ::selection {
    color: #fff;
    background: #11b719;
  }
  .select2-container {
    outline: none !important;
  }
  .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
    color: #090617;
  }
  .select2-container--default.select2-container .select2-selection--single {
    height: 46px;
    background: #fff;
    outline: none !important;
    border: 1px solid #dde6ef;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
    color: #999;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
  }
  .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
  }
  .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 26px;
    text-align: center;
  }
  .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow:before {
    font-family: "FontAwesome";
    content: "\f107";
  }
  input::-webkit-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  input::-moz-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  input::placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  input:focus::-webkit-input-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  input:focus::-moz-input-placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  input:focus::placeholder {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  input[type="text"]::placeholder {
    color: #707070;
    opacity: 1;
    text-transform: none;
  }
  input[type="text"]::-moz-placeholder {
    color: #707070;
    opacity: 1;
    text-transform: none;
  }
  input[type="text"]:-ms-input-placeholder {
    color: #707070;
    text-transform: none;
  }
  input[type="text"]::-webkit-input-placeholder {
    color: #707070;
    text-transform: none;
  }
  input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input[type="text"]:optional,
  input[type="text"]:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input[type="text"]:hover {
    border-color: #11b719;
    background-color: #fff;
  }
  input[type="text"]:focus {
    border-color: #11b719;
    background-color: #fff;
  }
  input[type="text"]:active {
    border-color: #11b719;
    background-color: #fff;
  }

  select:hover {
    outline: none;
    border-color: #11b719;
    background-color: #fff;
  }
  select:focus {
    outline: none;
    border-color: #11b719;
    background-color: #fff;
  }
  select:active {
    outline: none;
    border-color: #11b719;
    background-color: #fff;
  }

  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #999999;
    -webkit-text-shadow: 0 0 0 #999999;
    -moz-text-shadow: 0 0 0 #999999;
    -ms-text-shadow: 0 0 0 #999999;
    -o-text-shadow: 0 0 0 #999999;
  }
  button:focus,
  button::-moz-focus-inner,
  select::-moz-focus-inner {
    outline: none !important;
  }
  .btn-theme-second {
    color: #fff;
    background-color: #0572e6;
    border-color: #0572e6;
  }
  .btn-theme-second:hover,
  .btn-theme-second:focus,
  .btn-theme-second:active {
    color: #fff;
    background-color: #eaeaea;
    border-color: #eaeaea;
  }
  .btn-theme-second:active {
    background-image: none;
  }
  .btn-theme-second:focus,
  .btn-theme-second:hover {
    color: #fff;
  }
  .search-form-inner {
    outline: none;
  }
  .search-form-inner > .row {
    justify-content: center;
}
  .search-form-inner .form-group-title {
    outline: none;
  }
  .search-form-inner .form-group-search {
    outline: none;
  }
  @media (min-width: 992px) {
    .search-form-inner .form-group {
      margin: 0;
    }
  }
  .search-form-inner .form-control {
    padding: 0 !important;
    border: 0 !important;
    height: 40px;
    line-height: 43px;
    background: #fff !important;
  }
  .search-form-inner select.form-control {
    height: 95px;
  }
  .search-form-inner select.form-control#unique,.search-form-inner select.form-control#action {
    height: auto;
}
  .search-form-inner .btn-submit {
    text-transform: capitalize;
    height: 62px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  @media (min-width: 992px) {
    .search-form-inner .btn-submit {
      padding: 0 15px;
    }
    .search-form-inner .btn-submit:hover {
      color: #fff;
    }
    .search-form-inner .btn-submit:focus {
      color: #fff;
    }
    .search-form-inner .btn-submit:active {
      color: #fff;
    }
  }
  .search-form-inner .select2-container--default .select2-selection--single {
    border: none;
    height: 62px;
    line-height: 62px;
    background: #fff;
    margin: 0;
  }
  .search-form-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 62px;
  }
  .search-form-inner .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .widget-job-search-form .tt-menu {
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
  }
  .widget-job-search-form .tt-menu > * {
    position: relative;
    z-index: 9;
  }
  .widget-job-search-form .twitter-typeahead {
    width: 100%;
    position: relative;
  }
  .widget-job-search-form .twitter-typeahead:before {
    content: "\f110";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    animation: rotate_icon 1000ms linear 0s normal none infinite running;
    -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
  }
  .widget-job-search-form .search-form-inner .form-group-inner {
    position: relative;
  }
  .widget-job-search-form .search-form-inner .form-group-inner input[type="text"] {
    padding-left: 55px;
  }
  .widget-job-search-form .search-form-inner .form-group-inner:before,
  .widget-job-search-form .search-form-inner .form-group-inner:after {
    content: " ";
    display: table;
  }
  .widget-job-search-form .search-form-inner .form-group-inner:after {
    clear: both;
  }
  .widget-job-search-form .search-form-inner .form-group-inner > *.form-control {
    color: #999;
  }
  .widget-job-search-form .search-form-inner .form-group-inner > *.select2-container {
    padding-left: 30px;
  }
  .widget-job-search-form .search-form-inner .form-group-inner > i {
    z-index: 1;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .widget-job-search-form .search-form-inner .form-group-inner > i:before {
    color: #1261ff;
    font-size: 20px;
    margin-left: 0;
  }
  @media (min-width: 992px) {
    .widget-job-search-form.no-label .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
      margin-right: 0px;
    }
  }
  .widget-job-search-form.no-label .search-form-inner .btn-submit {
    min-width: 150px;
    margin-top: 0;
    border-radius: 8px;
  }
  .widget-job-search-form.no-label .search-form-inner .form-group {
    padding: 10px 0 10px 16px;

    border: 0.5px solid #C4C5C7;
    border-radius: 6px;
  }
  .widget-job-search-form.no-label .search-form-inner .form-group.form-group-search {
    padding-left: 0;
  }
  .widget-job-search-form.no-label .search-form-inner .form-group-inner i {
    left: 0;
  }
  .widget-job-search-form.no-label .search-form-inner .form-group-inner input[type="text"] {
    padding-left: 38px !important;
    border-radius: 8px;
    background: transparent !important;
  }
  .widget-job-search-form.no-label .form-search {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .widget-job-search-form.no-label .form-search .search-form-inner {
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .widget-job-search-form.no-label .list-field {
    position: relative;
  }

  @media (max-width: 767px) {
    .search-form-inner > div {
      margin-bottom: 15px !important;
    }
    .search-form-inner > div:last-child {
      margin-bottom: 0 !important;
    }
    .widget-job-search-form.no-label .form-search {
      background-color: transparent;
      padding: 0;
    }
    .widget-job-search-form.no-label .form-search .search-form-inner {
      background-color: transparent;
    }
    .widget-job-search-form.no-label .form-search .search-form-inner .form-group {
      padding: 0;
      margin-bottom: 15px;
      background-color: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
    }
    .widget-job-search-form.no-label .form-search .search-form-inner .form-group.form-group-search {
      margin-bottom: 0;
    }
    .widget-job-search-form.no-label .form-search .search-form-inner .btn-submit {
      border-radius: 4px !important;
      -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
      -ms-border-radius: 4px !important;
      -o-border-radius: 4px !important;
    }
    .widget-job-search-form.no-label .form-search .search-form-inner i {
      left: 10px;
    }
  }
}
/*! CSS Used from: https://g5p6r6b9.stackpathcdn.com/workio/wp-content/plugins/woocommerce/assets/css/select2.css?ver=4.2.0 ; media=all */
@media all {
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
}
.camp-date .form-control {
  height: 40px;
  border: 1px solid #C4C5C7 !important;
  border-radius: 8px !important;
  padding: 10px !important;
}
table.table.table-bordered {
  margin-bottom: -20px;
}
/*! CSS Used keyframes */
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Landing-page css */

.ctrl-landingpages .ListViewStatCell {
  width: 155px;
  text-align-last: left;
}
@media (max-width: 480px) {
  .ctrl-landingpages .ListViewTitleCell {
    flex: 0 0 100%;

    padding-top: 11px;
  }

  .ctrl-landingpages .ListViewStatCell {
    flex: 0 0 100%;
    text-align: left;
    padding-top: 11px;
  }
  .ctrl-landingpages .ListViewTitleCell-subtitle-list {
    width: auto;
    background-color: transparent;
    color: inherit;
    padding: 0;
  }
}

/* Dashboard CSS */

.chart-dashboard-wrap .portlet {
  min-height: 316px !important;
}
.pie-chart-legend {
  color: #090617;
  margin-bottom: 0px !important;
}
.ver-list-desc .pcl-item {
  color: #090617;
}
.pie-chart-legend .pcl-item {
  margin-bottom: 5px;
  font-size: 15px;

  letter-spacing: 0;
}
.fl {
  float: left;
}



.pie-chart-legend .pcl-item .val {
  font-size: 14px;
  padding: 3px 0;
  font-weight: 700;
}
.fr {
  float: right;
}
.cf:before,
.cf:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.cf:after {
  clear: both;
}


.pie-chart-legend {
  color: #090617;
  margin-bottom: 35px;
}
.ver-list-desc .pcl-item {
  color: #090617;
}
.pie-chart-legend .pcl-item {
  margin-bottom: 6px;
  font-size: 15px;

  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 11px;
  align-items: center;
  border: 1px solid #C4C5C7;
}

.fl {
  float: left;
  flex: 1;
}

.pie-chart-legend .pcl-item .perc {
  display: inline-block;
  vertical-align: middle;
/*  margin-right: 36px;*/
  width: 65px;
  height: 21px;
  color: #090617;
  text-align: left;
 /* padding: 0 5px;*/
  /*font-size: 32px;*/
  line-height: 21px;
  border-radius: 3px;
  background: transparent;
}
.pie-chart-legend .pcl-item .text {
  display: inline-block;
  vertical-align: middle;
}



.pie-chart-legend .pcl-item .val {
  font-size: 14px;
  padding: 3px 0;
}
.fr {
  float: right;
}
.cf:before,
.cf:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.cf:after {
  clear: both;
}

.pie-chart-legend .pcl-item .perc.ros {
  background: #082073;
}
.pie-chart-legend .pcl-item .perc.rod {
  background: #082073;
}
.morris_chart_height{
  height: 220px!important;
}
.morris_chart_height svg:nth-child(2),
.morris_chart_height .morris-hover.morris-default-style:nth-child(2) {
  display: none;
}
.theme-dark .cui4-panel {
  background: transparent !important;
}


.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*added today*/

.ver-filter-item.allsub .counter {
  background: #ff7442;
}
.ver-filter-item.sent .counter {
  background: #43acd9;
}
.ver-filter-item.open .counter {
  background: #69b911d6;
}
.ver-filter-item.click .counter {
  background: #c485f3;
}
.ver-filter-item.bounce .counter {
  background: #a29b94;
}
.ver-filter-item.unsubscribe .counter {
  background: #dfbd41;
}
.ver-filter-item.complaint .counter {
  background: #f44336;
}
.ver-filter-item.engaged .counter {
  background: #41dfc9;
}
.ver-filter-item.score .counter {
  background: #3db947;
}
.ver-filter-item .counter {
  color: #fff;
  /*   font-size: 12px;*/
  padding: 0 5px;
  font-family: inherit;
  width: 33px;
  height: 21px;
  background: #8c94a5;
  border-radius: 3px;
  /*   position: absolute;*/
  right: 0;
  text-align: center;
  line-height: 21px;
}

#sh_segments .panel,
#bc_segments .panel,
#wc_segments .panel {
  height: calc(100% - 20px) !important;
}

#sh_segments .panel .panel-body,
#bc_segments .panel .panel-body,
#wc_segments .panel .panel-body {
  min-height: 85px;
}

#sh_segments .panel .btn-wrapper,
#bc_segments .panel .btn-wrapper,
#wc_segments .panel .btn-wrapper {
  display: block;
  padding: 0 15px;
  margin-bottom: 15px;
}

#sh_segments .panel-success,
#bc_segments .panel-success,
#wc_segments .panel-success {
  background-color: rgba(0, 189, 157, 0.1);
  border-radius: 15px;
}
#sh_segments .panel-success .panel-heading,
#bc_segments .panel-success .panel-heading,
#wc_segments .panel-success .panel-heading {
  background-color: transparent;
  border-bottom: 0;
}
#sh_segments .panel-success .panel-heading h5,
#bc_segments .panel-success .panel-heading h5,
#wc_segments .panel-success .panel-heading h5 {
  color: #5CD2B1;
}
#sh_segments .panel-success a.show-btn,
#bc_segments .panel-success a.show-btn,
#wc_segments .panel-success a.show-btn {
  background-color: #5CD2B1;
  color: #fff;
  padding: 9px 20px;
  border-radius: 8px;
}
#sh_segments .panel-secondary,
#bc_segments .panel-secondary,
#wc_segments .panel-secondary {
  background-color: rgba(18, 97, 255, 0.1);
  border-radius: 15px;
}
#sh_segments .panel-secondary .panel-heading,
#bc_segments .panel-secondary .panel-heading,
#wc_segments .panel-secondary .panel-heading {
  background-color: transparent;
  border-bottom: 0;
}
#sh_segments .panel-secondary .panel-heading h5,
#sh_segments .panel-secondary .panel-heading h5,
#wc_segments .panel-secondary .panel-heading h5 {
  color: #1261ff;
}
#sh_segments .panel-secondary a.show-btn,
#bc_segments .panel-secondary a.show-btn,
#wc_segments .panel-secondary a.show-btn {
  background-color: #1261ff;
  color: #fff;
  padding: 9px 20px;
  border-radius: 8px;
}
#sh_segments .panel-danger,
#bc_segments .panel-danger,
#wc_segments .panel-danger {
  background-color: rgba(237, 37, 78, 0.1);
  border-radius: 15px;
  border-color: transparent;
}
#sh_segments .panel-danger .panel-heading,
#bc_segments .panel-danger .panel-heading,
#wc_segments .panel-danger .panel-heading {
  background-color: transparent;
  border-bottom: 0;
}
#sh_segments .panel-danger .panel-heading h5,
#bc_segments .panel-danger .panel-heading h5,
#wc_segments .panel-danger .panel-heading h5 {
  color: #1261FF;
}
#sh_segments .panel-danger a.show-btn,
#bc_segments .panel-danger a.show-btn,
#wc_segments .panel-danger a.show-btn {
  background-color: #1261FF;
  color: #fff;
  padding: 9px 20px;
  border-radius: 8px;
}

.ct-chart {
  max-height: 200px;
}
.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 0.75rem;
  line-height: 1;
}

.ct-grid {
  stroke: rgba(49, 58, 70, 0.1);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 0.625rem;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #FEBA0033;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #2bc155;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffbc11;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: rgba(237, 37, 78, 0.1);
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #1ea7c5;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #b1b1b1;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #8d6e63;
}
.ct-golden-section:before {
  float: none;
}
.heading-labels {
  color: #333333;
}
.heading-labels > * {
  margin-bottom: 0.8rem;
}
.heading-labels h1 .label {
  font-size: 18px;
  font-weight: normal;
  padding: 0.4rem 0.9rem;
}
.heading-labels h2 .label {
  font-size: 16px;
  font-weight: normal;
  padding: 0.3rem 0.9rem;
}
.heading-labels h3 .label {
  font-size: 14px;
  font-weight: normal;
}
.heading-labels h4 .label {
  font-size: 12px;
  font-weight: normal;
}
.heading-labels h5 .label {
  font-size: 12px;
  font-weight: normal;
}
.heading-labels h6 .label {
  font-size: 12px;
  font-weight: normal;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(43, 193, 85, 0.9);
  border-radius: 0.75rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(249, 70, 135, 0.9);
  border-radius: 0.75rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.75rem;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 0.625rem;
  padding: 2px 0.625rem;
  border-radius: 3px;
  background: #313a46;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}
.morris-hover.morris-default-style {
  font-size: 10px !important;
  display: none;
}

.promo[_ngcontent-obh-c227] {
  display: flex;
  align-items: flex-start;
  position: relative;
  /* background-color: #f5f5f5; */
  padding: 40px 34px 30px;
}
/* .dashboard-partner-promo .promo {
margin-bottom: 32px; 
}
*/
.promo[_ngcontent-obh-c227] .promo-image[_ngcontent-obh-c227] {
  width: 40px;
  margin-right: 16px;
}
.promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] {
  flex: 1;
  flex-direction: column;
  display: flex;
}
.promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] .description[_ngcontent-obh-c227],

.promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] .title[_ngcontent-obh-c227] {
  font-size: 30px;
  font-weight: 600;
}
.promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] .description[_ngcontent-obh-c227] {
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] .description[_ngcontent-obh-c227] {
    width: 75%;
  }
}
.promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] .description[_ngcontent-obh-c227],
.promo[_ngcontent-obh-c227] .promo-content[_ngcontent-obh-c227] .title[_ngcontent-obh-c227] {
  line-height: 24px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #090617;
}
[_nghost-obh-c74],
[_nghost-obh-c74] a[_ngcontent-obh-c74] {
  display: inline-flex;
}
.promo[_ngcontent-obh-c227] .promo-action[_ngcontent-obh-c227] {
  padding: 0 40px 0 24px;
}
.promo[_ngcontent-obh-c227] .close[_ngcontent-obh-c227] {
  position: absolute;
  top: 24px;
  right: 16px;
  cursor: pointer;
  background-color: transparent;
}
[_nghost-obh-c57] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.close {
  float: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
}
.close:hover {
  opacity: 1;
}

.popover-title {
  background-color: #fff;
}
.tooltip {
  font-size: 12px;
}

#add-new-field {
  color: #047cfc;

}

#add-new-field:hover {

  text-decoration: underline;
}

#sh_overview .row {
  display: block;
}

.ct-golden-section:before{
  float: none!important;
}

.cz_form_builder section.cz_vertical-tab {
background: transparent!important;
}
.theme-dark .cz_form_builder section.cz_vertical-tab{
  background: #232139!important;
}

.cz_form_builder section.cz_vertical-tab section.tabs-container {
  box-shadow: none;
}

.row.sn-mt {
  display: block;
}
.grid-filter-cell input {
  color: #5182ff;
}

label {
  color: #090617;
}

.h100{
  height: 100%;
}

.bg-white{
  background-color: #f9f9f9;
}

@media(max-width:767.98px){
  .hide-mobile{
    display: none;
  }
}
.list-view .summary {

  display: none;
}

.list-header-img {
  max-width: 100px;
}
.list-header-img img {
  max-width: 100%;
}

.btn-success-outline{
  border: 1px solid #ddd;
  color: #5CD2B1;
}

.avtivity-card {
  border: 1px solid #090617;
}

.avtivity-card:after {
 /* content: "";*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #020a13;
  border-radius: 10px;
  -webkit-transform: translate(7px,7px);
  transform: translate(7px,7px);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(202,217,249,1);
}

.avtivity-card.outline-success:after{
  background-color: #5CD2B133;
}

.avtivity-card.outline-lightgreen:after{
  background-color: #eaeaea33;
}

.avtivity-card.outline-warning:after{
  background-color: #FEBA0033;
}

.bgl-lightgreen{
  background-color: #DBFFFC;
  color: #4AFFEE;
}
.bg-lightgreen{
  background-color: #4AFFEE;
}

.btn-primary.dropdown-toggle {
  background: #fff!important;
  border-color: #eee!important;
  color: #000!important;
}
.btn.btn-primary.dropdown-toggle:hover{
  background: #000!important;
}

.ctrl-campaigns .btn-primary.dropdown-toggle {
  background: #eaeaea!important;
  border-color: #eaeaea!important;
  color: #000!important;
}

.ctrl-campaigns .btn-primary.dropdown-toggle:hover {
  background: #eaeaea!important;
}

.engagement-overview .col{

}

@media(max-width:1366px){
  .engagement-overview .col .row-stat p{
    flex-direction: column;
  }
}

.btn-tags-click-actions {
  margin-bottom: 1px;
}

.embeded-tab .tab-pane a {
  word-break: break-all;
}

@media(min-width:1200px){
  .products-container,
  .scores-container {
    width: 100%;
  }

  .ecommerce-container .col-lg-8,
  .tags-container .col-lg-8,
  .products-container .col-lg-8,
  .scores-container .col-lg-8 {
    width: 66.66666667%;
  }
}

@media(max-width:1024px){
  .three-tabs .pull-left a {
    margin-bottom: 6px;
}
}


/* 02-04-2022 add new css */


.vidzlzag .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.125rem;}
.vidzlzag .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem;}
.vidzlzag .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);}
.vidzlzag .card-footer:last-child{border-radius:0 0 calc(.125rem - 1px) calc(.125rem - 1px);}
.vidzlzag .mb-3{margin-bottom:15px!important;}
@media (min-width:768px){
  .vidzlzag .mb-md-6{margin-bottom:40px!important;}
}

.vidzlzag .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);}
.vidzlzag .card-footer:last-child{border-radius:0 0 calc(.125rem - 1px) calc(.125rem - 1px);}
.vidzlzag .mb-3{margin-bottom:15px!important;}
@media (min-width:768px){
  .vidzlzag .mb-md-6{margin-bottom:40px!important;}
}

.vidzlzag .card{border-color:transparent;border-width:2px;border-radius:10px;background-color:transparent;transition:all .3s;}
.vidzlzag .card .card-body{border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius:10px;border-top-right-radius:10px;padding:0;background-repeat:no-repeat;background-size:100%;overflow:hidden;height:200px;cursor:pointer;position:relative;}
.vidzlzag .card .card-body .play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;background:rgba(2,10,19,.25);border-radius:50%;transition:all .3s;}
.vidzlzag .card .card-body .play-btn.active{background:hsla(0,0%,100%,.5);}
.vidzlzag .card .card-body .play-btn.active svg path{fill:#007bff;}
.vidzlzag .card .card-footer{border:4px solid transparent;border-bottom-right-radius:20px;border-bottom-left-radius:20px;background-color:#fff;font-size:.9375rem;height:80px;display:flex;align-items:center;}
@media (max-width:1199.98px){
.vidzlzag .card .card-footer{height:60px;}
}
.vidzlzag .card.active{box-shadow:0 20px 20px rgba(0,123,255,.25);border-color:#000000;}
.vidzlzag .card:hover{border-color:#007bff;}
.vidzlzag .card:hover .play-btn{background:hsla(0,0%,100%,.5);}
.vidzlzag .card:hover .play-btn svg path{fill:#007bff;}



/* Update CSS 04-04-2022 */

.act-update form .pull-right .btn-primary {
  margin-bottom: 5px;
}

.stores-performance .nav-tabs {
  border: 1px solid #090617!important;
  border-radius: 10px;
  padding: 2px;
  margin-left: 8px;
}

#sh_segments .panel,
#bc_segments .panel,
#wc_segments .panel {

  border: 1px solid #090617;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  border-radius: 10px;
}



#sh_segments .panel:after, #bc_segments .panel:after, #wc_segments .panel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #020a13;
  border-radius: 10px;
  -webkit-transform: translate(-7px,-7px);
  transform: translate(-7px,-7px);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}
#sh_segments .panel a.show-btn, #bc_segments .panel a.show-btn, #wc_segments .panel a.show-btn{
  background-color: transparent;
  color: #1261FF;
  padding: 0;
}
#sh_segments .panel-danger .panel-heading h5,
#bc_segments .panel-danger .panel-heading h5,
#wc_segments .panel-danger .panel-heading h5,
#sh_segments .panel-success .panel-heading h5,
#bc_segments .panel-success .panel-heading h5,
#wc_segments .panel-success .panel-heading h5,
#sh_segments .panel-secondary .panel-heading h5,
#bc_segments .panel-secondary .panel-heading h5,
#wc_segments .panel-secondary .panel-heading h5 {
  color: #000;
}
.sale-performance .col-md-12 > h5 {
  padding-left: 0;

}

.revenue-bg .total-rev {
  background-color: rgba(18, 97, 255, 0.1);
  border-radius: 10px;
  padding: 5px 10px 10px;
  border: 1px solid #C4C5C7;
  position: relative;
  z-index: 1;
  color: inherit;
}

.revenue-bg .total-rev:after {

  content: "";
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #C4C5C7;
  border-radius: 10px;
  -webkit-transform: translate(-4px,-4px);
  transform: translate(-4px,-4px);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}

.revenue-bg .total-cost {
  background-color: transparent;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #C4C5C7;
  color: inherit;
}
.revenue-bg .total-cost p{
  margin-bottom: 0;
}

.stores-performance .inner .nav-wrapper {background-color: #fff;border-radius: 15px;padding: 10px 5px;margin-bottom: 33px;}

.stores-performance .inner .nav-wrapper .nav-tabs {margin-bottom: 0;}


@media (min-width: 992px) {
  .engagement-tab {
    margin-top: -240px;

}
}

/* Todays CSS 05-04-2022 */
/* Remove this duplicate from above */
.dashboard-header .gcolor2:after{
  background-color: rgba(202,217,249,1);
}
.dashboard-header .gcolor3:after{
  background-color: #5CD2B133;
}
.dashboard-header .gcolor4:after{
  background-color: #FEBA0033;
}
.dashboard-header .gcolor5:after{
  background-color: #A5738333;
}
.dashboard-header .gcolor6:after{
  background-color: #4AFFEE33;
}
.dashboard-header .gcolor7:after{
  background-color: #5CD2B133;
}




.dashboard-header .inner .feature-icon-default {
  padding: 13px;
  width: 50px;
  border-radius: 6px;
  height: 50px;
  margin-right: 10px!important;
}




.dashboard-header .gcolor2 .feature-icon-default {
  background-color: rgba(202,217,249,0.2);
}
.dashboard-header .gcolor3 .feature-icon-default {
  background-color: rgba(92, 210, 177, 0.1);
}
.dashboard-header .gcolor4 .feature-icon-default {
  background-color: rgba(254, 186, 0, 0.1);
}
.dashboard-header .gcolor5 .feature-icon-default {
  background-color: rgba(165, 115, 131, 0.1);
}
.dashboard-header .gcolor6 .feature-icon-default {
  background-color: rgba(74, 255, 238, 0.1);
}
.dashboard-header .gcolor7 .feature-icon-default {
  background-color: rgba(92, 210, 177, 0.1);
}


ul.box-list {

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

ul.box-list li:last-child {
  margin-bottom: 16px;
}

.box-list .btn.small {
  color: #1261FF!important;
  line-height: 36px;
}
ul.box-list li {
  border-radius: 10px;
  border: 1px solid #090617;
  box-shadow: none;
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
}
@media(min-width:1200px){
  ul.box-list li{
    flex: 0 0 48%;
  }
}
ul.box-list li:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #020a13;
  border-radius: 10px;
  -webkit-transform: translate(-7px,-7px);
  transform: translate(-7px,-7px);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}

ul.box-list li:nth-of-type(1){
  background-color: #5CD2B133;
}
ul.box-list li:nth-of-type(2){
  background-color: #FEBA0033;
}

.stores-performance .inner .tab-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.box-list .btn.small:hover {
  background-color: transparent;
  border-color: #1261FF!important;
}

.box-list .flex-row .flex-col.padding-right-md {
  text-align: left;
}
.dashboard-header .inner .item-name {

  white-space: nowrap;
}

@media(min-width:768px){
  .dashboard-header .inner {
    max-width: 30.33%;
    flex: 0 0 30.33%;
}
}

@media(min-width:1200px){
  .dashboard-header .inner {
  /*  max-width: 13%;
    flex: 0 0 13%;*/
}
}

@media(max-width:991.98px){
  .item-categories ul{
    justify-content: inherit;
    border-bottom: 0;
  }
}

/* Add this new css for form modal */
@media(max-width:767.98px){
  .seva-form:not(.vertical) .field-inputs {

    justify-content: center;
    flex-wrap: wrap;
  }
  .seva-form:not(.vertical) .field-inputs > .input_fields_wrap {
    display: flex;
    flex: auto;
    margin-bottom: 8px;
}
}
/* Add this new css for form modal end */

.btn {
	border-radius:5px;
}

.btn.btn-primary {
	min-width:100px;
}


/* NEW CSS 06-04-2022 */

@media(min-width:768px){
  .cz_container.expanded {

    width: calc(100% - 60px);
  }
}

@media (min-width: 1025px) {
  .CuiButtonDropdown .sharp {
    display: none;
  }

  .CuiButtonDropdown .dropdown-menu {
    visibility: visible;
    display: block;
    position: static;
    display: flex;
    min-width: auto;
    background: transparent;
    box-shadow: none;
  }
}

@media(max-width:768px){
  .hide-mobile{
    display: none;
  }
}



.AutomationsListView .ListViewStatCell + .ListViewActionCell,
.AutomationsListView .ListViewStatCell + .ListViewStatCell,
.CampaignsListView .ListViewStatCell + .ListViewActionCell,
.CampaignsListView .ListViewStatCell + .ListViewStatCell {
  margin-left: 46px;
}

.ListViewStatCell + .ListViewActionCell,
.ListViewStatCell + .ListViewStatCell {
  margin-left: 130px;
}

@media(max-width:768px){
  .AutomationsListView .ListViewStatCell + .ListViewActionCell,
  .AutomationsListView .ListViewStatCell + .ListViewStatCell,
  .CampaignsListView .ListViewStatCell + .ListViewActionCell,
  .CampaignsListView .ListViewStatCell + .ListViewStatCell {
    margin-left: 16px;
  }
  .ListViewTitleCell-title {
    max-width: 100px;
}
}
@media (max-width: 767.98px) {
  .AutomationsListView .ListViewStatCell + .ListViewActionCell,
  .AutomationsListView .ListViewStatCell + .ListViewStatCell,
  .CampaignsListView .ListViewStatCell + .ListViewActionCell,
  .CampaignsListView .ListViewStatCell + .ListViewStatCell {
    margin-left: 0;
  }
}

.ctrl-campaigns .btn-primary.dropdown-toggle,.table tbody tr td .btn.btn-primary {

  min-width: auto;
}

.d-none{
  display: none;
}

.btn-template-click-actions{
/*  margin-bottom: 7px;*/
}

.btn:hover {

  transform: scale(1.02);
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  .chart-dashboard-wrap .portlet{
    min-height: 355px!important;
  }
}

/* NEW CSS 08-04-2022 */

@media(max-width:480px){
  .navbar-builder-link {

    padding: 4px 8px;

    margin: 10px;

}
.card-number-wrapper > .form-control {

  height: auto;
  margin-bottom: 10px;
}

}
.display-template ul li:hover {
    border: 2px solid #007bff;
    border-radius: 0px;
    transform: scale(1.06);
}
.ctrl-landingpages 
 .CampaignsListView .ListViewStatCell + .ListViewStatCell {
    max-width: 100px;
}
@media(max-width:768px){
  .ListViewTitleCell-title {

    padding-left: 5px;
}
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .ListViewTitleCell + .ListViewTitleCell {

    padding-left: 15px;
}
}

.cke_top {
    background: #f8f8f8!important;
    border-radius: 6px!important;
    
}

.cke_float .cke_top {
    border: 0px!important;
}

.cke_inner {
    background: transparent!important;
}

.ctrl-contriverz_automation .modal.fade .modal-dialog {
    transform: translate(25%, 0);
}

.ctrl-contriverz_automation .modal.in .modal-dialog {
    transform: translate(0,0);
}

.ctrl-contriverz_automation .modal.in#newCustomField {
    z-index: 9999;
}

.ab-test-div .col-md-8 {
    width: 100%;
    padding-left: 0;
}

.ab-test-div .list-group .list-group-item {display: flex;align-items: center;justify-content: space-between;}

.ab-test-div .list-group .list-group-item .badge {max-width: 330px;white-space: initial;text-align: left;margin-left:3px;}

table.table.table-bordered {
    margin-bottom: 0;
}





/*
.domain_name {
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*

.ctrl-landingpages .CampaignsListView .ListViewStatCell+.ListViewStatCell {
    margin-left: auto;
}

@media(min-width:992px){
.ctrl-landingpages .CuiButtonDropdown .sharp {
    display: block;
}
.ctrl-landingpages .CuiButtonDropdown .dropdown-menu {
    visibility: hidden;
    display: none;
    position: absolute;
    background: #fff;
    left: auto;
    right: 0;
    border: 1px solid #ddd;

}
}
@media(min-width:1025px){
.CuiButtonDropdown .sharp {
    display: block;
}
.ctrl-landingpages .CuiButtonDropdown .dropdown-menu {
    visibility: hidden;
    display: none;
    position: absolute;
    background: #fff;
    left: auto;
    right: 0;
    border: 1px solid #ddd;

}
.ctrl-landingpages .CuiButtonDropdown.open .dropdown-menu{
display: block;
visibility: visible;
}
}


@media  screen and (max-width: 1025px) and (min-width: 768.98px){
.ctrl-landingpages .ListViewStatCell {
    width: 125px;

}
.ctrl-landingpages .CampaignsListView .ListViewStatCell+.ListViewStatCell {
    margin-left: auto;
    flex: 0 0 12%;
    min-width: 12%;
    width: 12%;
    align-items: center;
}
}

*/

.ctrl-landingpages .CampaignsListView .ListViewStatCell+.ListViewStatCell {
    margin-left: auto;
}

@media(min-width:992px){
.ctrl-landingpages .CuiButtonDropdown .sharp {
    display: block;
}
.ctrl-landingpages .CuiButtonDropdown .dropdown-menu {
    visibility: hidden;
    display: none;
    position: absolute;
    background: #fff;
    left: auto;
    right: 0;
    border: 1px solid #ddd;

}
}
@media(min-width:1025px){
.ctrl-landingpages .CuiButtonDropdown .sharp {
    display: block;
}
.ctrl-landingpages .CuiButtonDropdown .dropdown-menu {
    visibility: hidden;
    display: none;
    position: absolute;
    background: #fff;
    left: auto;
    right: 0;
    border: 1px solid #ddd;

}
.ctrl-landingpages .CuiButtonDropdown.open .dropdown-menu{
display: block;
visibility: visible;
}
}

.domain_name {
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media  screen and (max-width: 1025px) and (min-width: 768.98px){
.ctrl-landingpages .ListViewStatCell {
    width: 125px;

}
.ctrl-landingpages .CampaignsListView .ListViewStatCell+.ListViewStatCell {
    margin-left: auto;
    flex: 0 0 12%;
    min-width: 12%;
    width: 12%;
    align-items: center;
}
}

.ctrl-contriverz_automation .modal-content{
    box-shadow: none;
    height: auto!important;
}
.ctrl-contriverz_automation .modal-dialog {
    background-color: #fff;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}

.cz_core-card-header h3 a {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media(min-width:360px){
.cz_core-card-header h3 a {
    width: 94px;
}

@media(min-width:992px){
.cz_core-card-header h3 a {
    width: 150px;
}
}

.all-tag ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.campaign-overview-description h5 a {

    max-width: 95px;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.all-tag ul li span .btn-info:hover {
    background: lightgray;
    border-color: transparent;
}
.template-header-bar {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: left;
    border-top-right-radius: .375rem;
    border-top-left-radius: .375rem;
    padding-top: 0px;
    padding-bottom: 4px;
}
.template-header-bar span {
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin-left: .25rem;
    border-radius: 9999px;
    margin-right: 4px;
    margin-bottom: 0;
}
.template-header-bar span:nth-of-type(1) {
    background-color: rgba(248,113,113,1);
}
.template-header-bar span:nth-of-type(2) {
    background-color: rgba(251,191,36,1);
}
.template-header-bar span:nth-of-type(3) {
    background-color: rgba(52,211,153,1);
}
.display-template ul li {
    background: transparent;
    display: block;
}
.display-template ul li:hover {
    border: 0;
    transform: scale(1);
}

.display-template ul li img {

    transition: all 0.3s ease;
}
.display-template ul li:hover img {
    transform: scale(.85);
}
.template-header-bar {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: left;
    border-top-right-radius: .375rem;
    border-top-left-radius: .375rem;
    padding-top: 0px;
    padding-bottom: 4px;
}
.template-header-bar span {
    display: inline-block!important;
    width: .375rem;
    height: .375rem;
    margin-left: .25rem;
    border-radius: 9999px;
    margin-right: 4px;
    margin-bottom: 0!important;
}
.template-header-bar span:nth-of-type(1) {
    background-color: rgba(248,113,113,1);
}
.template-header-bar span:nth-of-type(2) {
    background-color: rgba(251,191,36,1);
}
.template-header-bar span:nth-of-type(3) {
    background-color: rgba(52,211,153,1);
}
.display-template ul li {
    background: transparent!important;
    display: block;
}



/* Popover styling */

a {
  text-decoration: none;
}

.popover__title {
  font-size: 24px;
  line-height: 20px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
 /* padding: 15px 0;*/
}

.popover__wrapper {
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -150px;
  transform: translate(0, 10px);
  background-color: #bfbfbf;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}





.progressbar li.complete a,
.progressbar li.active a {
    display: inline-block;
    background: #EAEAEA; 
    color: #000; /* White text */
    padding: 10px 25px;
    border-radius: 50px 0 0 50px; /* Left rounded */
    position: relative;
    text-decoration: none;
	top: -10px;
    
}

/* Creates the right arrow effect */
.progressbar li.complete a::after,
.progressbar li.active a::after {
    content: "";
    position: absolute;
    /*top: 0;
    right: -20px; /* Pushes the triangle outside 
    width: 0;
    height: 0; */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #EAEAEA; 
	
	
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}
